aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-10Update config.{guess,sub} and some copyright notices.Werner Koch1-0/+1
* scripts/config.guess, scripts/config.sub: Update to version 2013-11-29. Signed-off-by: Werner Koch <[email protected]>
2013-10-04Post release updates.Werner Koch1-1/+1
--
2013-07-25Post release updates.Werner Koch1-1/+1
--
2013-07-25Update to modern beta release numbering scheme.Werner Koch1-17/+23
* configure.ac: s/my_/mym4_/. Add new release building code.
2013-07-25Fix git revision parsing.Werner Koch1-2/+2
* configure.ac: Use git rev-parse to retrieve the revision. Signed-off-by: Werner Koch <[email protected]>
2013-01-30Fix DNS check for recent OS X releasesDavid Shaw1-2/+3
* configure.ac: OS X now needs BIND_8_COMPAT and -lresolv
2013-01-11Automake 1.13 compatibility fix.Werner Koch1-1/+1
* configure.ac: s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/. -- GnuPG-bug-id: 1459
2012-12-20Post release updatesWerner Koch1-2/+2
--
2012-12-20Release 1.4.13.gnupg-1.4.13Werner Koch1-1/+1
2012-12-19Issue 1447: Pass proper Host header and SNI when SRV is used with curl.David Shaw1-1/+1
* configure.ac: Check for inet_ntop. * m4/libcurl.m4: Provide a #define for the version of the curl library. * keyserver/gpgkeys_hkp.c (main, srv_replace): Call getaddrinfo() on each target. Once we find one that resolves to an address (whether IPv4 or IPv6), pass it into libcurl via CURLOPT_RESOLVE using the SRV name as the "host". Force the HTTP Host header to be the same. Backported from 6b1f71055ebab36989e2089cfde319d2ba40ada7 * keyserver/gpgkeys_hkp.c (main): Only default try-dns-srv to on if we have SRV support in the first place. Backported from 732f3d1d4786239db5f31f82cc04ec79326cc13c
2012-12-14Update README and po files for a releaseWerner Koch1-2/+2
--
2012-12-14Workaround for a gettext problem during "make distcheck".Werner Koch1-0/+4
* configure.ac: Add comment string "GNU gnupg". -- We already use this kludge in 2.x.
2012-12-14gettext: Upgrade to version 0.18Werner Koch1-1/+1
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.18. * po/Makefile.in.in: Upgrade to gettext-0.18. Keep option --previous of msgmerge. * intl/: Upgrade to gettext-0.18. * m4/gettext.m4: Upgrade to gettext-0.18.1. * m4/iconv.m4: Upgrade to gettext-0.18.1. * m4/lib-ld.m4: Upgrade to gettext-0.18.1. * m4/lib-link.m4: Upgrade to gettext-0.18.1. * m4/lib-prefix.m4: Upgrade to gettext-0.18.1. * m4/nls.m4: Upgrade to gettext-0.18.1. * m4/po.m4: Upgrade to gettext-0.18.1. * m4/progtest.m4: Upgrade to gettext-0.18.1. * m4/codeset.m4: Upgrade to gettext-0.18.1. * m4/fcntl-o.m4: New file, from gettext-0.18.1. * m4/glibc2.m4: Upgrade to gettext-0.18.1. * m4/glibc21.m4: Upgrade to gettext-0.18.1. * m4/intdiv0.m4: Upgrade to gettext-0.18.1. * m4/intl.m4: Upgrade to gettext-0.18.1. * m4/intldir.m4: Upgrade to gettext-0.18.1. * m4/intlmacosx.m4: Upgrade to gettext-0.18.1. * m4/intmax.m4: Upgrade to gettext-0.18.1. * m4/inttypes_h.m4: Upgrade to gettext-0.18.1. * m4/inttypes-pri.m4: Upgrade to gettext-0.18.1. * m4/lcmessage.m4: Upgrade to gettext-0.18.1. * m4/lock.m4: Upgrade to gettext-0.18.1. * m4/longlong.m4: Upgrade to gettext-0.18.1. * m4/printf-posix.m4: Upgrade to gettext-0.18.1. * m4/size_max.m4: Upgrade to gettext-0.18.1. * m4/stdint_h.m4: Upgrade to gettext-0.18.1. * m4/threadlib.m4: New file, from gettext-0.18.1. * m4/uintmax_t.m4: Upgrade to gettext-0.18.1. * m4/visibility.m4: Upgrade to gettext-0.18.1. * m4/wchar_t.m4: Upgrade to gettext-0.18.1. * m4/wint_t.m4: Upgrade to gettext-0.18.1. * m4/xsize.m4: Upgrade to gettext-0.18.1. * m4/Makefile.am (EXTRA_DIST): Add the new files.
2012-11-08tests: Skip secret key import check in SELinux modeWerner Koch1-0/+1
* configure.ac (ENABLE_SELINUX_HACKS): New am_conditional. * checks/Makefile.am (prepared.stamp): Replace by defs-config.inc. (defs-config.inc): Create and set enable_selinux_hacks variable. * checks/defs.inc: Include defs-config.inc. * checks/armor.test: Do not run the last test in selinux mode. GnuPG-bug-id: 1390
2012-11-08Support the not anymore patented IDEA cipher algorithm.Werner Koch1-18/+0
* cipher/idea.c: New. Take from Libgcrypt master and adjust for direct use in GnuPG. * cipher/idea-stub.c: Remove. * cipher/Makefile.am: Add idea.c and remove idea-stub.c rules. * configure.ac: Remove idea-stub code. * g10/gpg.c (check_permissions): Remove code path for ITEM==2. (main): Make --load-extension a dummy option. * g10/keygen.c (keygen_set_std_prefs): Include IDEA only in PGP2 compatibility mode. * g10/misc.c (idea_cipher_warn): Remove. Also remove all callers. * g10/seckey-cert.c (do_check): Remove emitting of STATUS_RSA_OR_IDEA. * g10/status.c (get_status_string): Remove STATUS_RSA_OR_IDEA. * g10/status.h (STATUS_RSA_OR_IDEA): Remove. -- To keep the number of actually used algorithms low, we support IDEA only in a basically read-only way (unless --pgp2 is used during key generation). It does not make sense to suggest the use of this old 64 bit blocksize algorithm. However, there is old data available where it might be helpful to have IDEA available.
2012-01-30Release 1.4.12gnupg-1.4.12Werner Koch1-1/+1
2012-01-16w32: Always build with -fno-omit-frame-pointer.Werner Koch1-0/+8
This is required due to a bug in the mingw32 runtime. * configure.ac (HAVE_W32_SYSTEM): Force use of -fno-omit-frame-pointer.
2012-01-13Include bzip2 code to ease building for W32.Werner Koch1-3/+13
* bzlib/: Include bzip2 code. * configure.ac [W32]: Force use of included bzip2 code. * scripts/autogen.sh <--build-w32>: Do not pass --with-bzip option. * Makefile.am (SUBDIRS): Add bzip. Use it only under W32. -- In the past it happened that we forgot to build against bzip2 which is a standard feature these days. Having the source included makes sure that we will always build with bzip2 support.
2012-01-10Replace file locking by the new portable dotlock code.Werner Koch1-1/+2
* include/dotlock.h: New. From current gnupg master. * util/dotlock.c: Ditto. Include util.h. The major changes done in master are: Factor Unix and W32 specific code out into specific functions. Define HAVE_POSIX_SYSTEM. Rearrange some functions. (disable_dotlock): Rename to dotlock_disable. (create_dotlock): Rename to dotlock_create and add a dummy arg. (destroy_dotlock): Rename to dotlock_destroy. (make_dotlock): Rename to dotlock_take. (release_dotlock): Rename to dotlock_release. (remove_lockfiles): Rename to dotlock_remove_lockfiles.
2012-01-10Update copyright years.Werner Koch1-1/+1
* util/argparse.c (default_strusage): Update printed copyright year.
2012-01-10Use gcc pragmas to suppress some warnings.Werner Koch1-0/+7
* configure.ac (AH_BOTTOM): Add GNUPG_GCC_VERSION macro. * util/estream-printf.c (pr_float): Use new gcc pragma to ignore a warning about a non-literal format. * util/miscutil.c (asctimestamp): Ditto. * cipher/md.c (md_stop_debug): Use new gcc pragme to ignore a warning * about a set but unused variable.
2011-08-09Fixed some autoconf bit rot.Werner Koch1-32/+33
Autoconf 2.68 is more picky about correct macro usage and thus I fixed some wrong call conventions for AC_LANG_PROGRAM. Also factored an m4 conditional construct out from AC_INIT to avoid the "not a literal" warning.
2010-12-28Support a git revision numberWerner Koch1-1/+4
2010-10-27Detect unsigned time_t and adjust y2038 detection.Werner Koch1-0/+2
2010-10-18Post release updatesWerner Koch1-2/+2
2010-10-18Prepare for 1.4.11Werner Koch1-1/+1
2010-10-10VMS fixesWerner Koch1-3/+14
2010-10-05Remove FAQ stuffWerner Koch1-1/+0
2010-09-28The rest of the VMS changes.Werner Koch1-1/+1
2010-09-23Preparing a release candidateWerner Koch1-2/+2
2009-09-02Post release version number bumpWerner Koch1-2/+2
2009-09-02Preparing 1.4.10.Werner Koch1-2/+1
2009-08-13Updated the German translation. Minor doc changes.Werner Koch1-2/+2
2009-07-21First set of changes to backport the new card code from 2.0.Werner Koch1-0/+11
For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished.
2009-06-05Remove Camellia restriction.David Shaw1-12/+2
2008-10-03* configure.ac, acinclude.m4: Remove GNUPG_CHECK_DOCBOOK_TO_TEXI as weDavid Shaw1-1/+0
no longer use it. Noted by John Clizbe.
2008-08-27* configure.ac: Use printf for the most portable SVN versionDavid Shaw1-4/+2
detection.
2008-08-11Fix bug #947 (expire time overflow)Werner Koch1-0/+13
2008-04-30Ignore gpg2 introduced keywords for --auto-key-locate.Werner Koch1-1/+2
Minor W32 installer fix.
2008-03-31* configure.ac: Require curl 7.10 (Oct 1 2002) or later as we useDavid Shaw1-1/+2
curl_version_info().
2008-03-26Post release version number bump.Werner Koch1-2/+2
2008-03-26prepare a release.gnupg-1.4.9Werner Koch1-1/+1
2008-03-22Improved AES performance.Werner Koch1-1/+1
2008-03-07* configure.ac: Darwin's /bin/sh has a builtin echo that doesn'tDavid Shaw1-4/+5
understand '-n'. Use tr to trim the carriage return instead.
2008-03-06* configure.ac: Post-release update.David Shaw1-2/+2
2007-12-20Preparing a releaseWerner Koch1-1/+1
2007-12-17Fixd a W32 problems with ldaps.Werner Koch1-3/+12
2007-12-14Preparing a release candidateWerner Koch1-2/+3
2007-11-16Post release updateWerner Koch1-2/+2
2007-11-16Preparing a release candidategnupg-1.4.8rc1Werner Koch1-2/+2