aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Align with legacy_6x.Matthias Andree2019-08-251-19/+35
| | | | | | * Normalize include order. * Backport missed bug fixes. * Remove dead code.
* Remove crypt() check, we don't use it.Matthias Andree2019-08-241-3/+0
|
* Require Python 2.3 (2.0 is no longer sufficient).Matthias Andree2019-08-241-1/+1
|
* Bump version to -rc3.Matthias Andree2019-08-241-1/+1
|
* Bump version to .rc2.Matthias Andree2019-08-191-1/+1
|
* Bump version to -rc1.Matthias Andree2019-08-051-2/+2
|
* Bump copyrights, and bump version to beta6.Matthias Andree2019-08-051-1/+1
|
* FreeBSD cleanups to header shuffling.Matthias Andree2019-08-051-17/+4
|
* Bump version to 6.4.0.beta5.Matthias Andree2019-05-141-1/+1
|
* Be a bit more verbose about SSL probing.Matthias Andree2019-05-121-0/+2
|
* configure.ac: use pkg-config to find opensslFabrice Fontaine2019-05-121-18/+19
| | | | | | | | | | openssl can have multiples dependencies such as libatomic on sparcv8 32 bits Fixes: - http://autobuild.buildroot.org/results/58e5aa7c6ba8fe7474071d7a3cba6ed3a1b4cff4 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* Update to GNU gettext 0.19.8.Matthias Andree2019-05-121-1/+1
|
* Waive AC_TYPE_SIGNAL and assume signal handlers return void.Matthias Andree2019-05-121-1/+0
| | | | Reported by: autoupdate.
* Bump version.Matthias Andree2018-06-211-1/+1
|
* Make compatible with a pure OpenSSL 1.1.0 API, ...Matthias Andree2018-06-061-1/+1
| | | | | ...when deprecated functions are disabled, for instance, through -DOPENSSL_API_COMPAT=0x10100000L.
* Call AM_PROG_AR to simplify LTO use.Matthias Andree2017-04-231-1/+2
|
* Remove last traces of gethostbyname().Matthias Andree2017-04-221-4/+1
|
* Bump version to beta3.Matthias Andree2017-02-111-1/+1
|
* Fix portability to C90 and C++.Matthias Andree2016-12-111-0/+1
|
* Flip the switch and configure OpenSSL by default.Matthias Andree2016-01-301-3/+2
|
* Drop unneeded AC_CHECK_DECLS for SSLv2_client_method.Matthias Andree2015-04-111-1/+0
|
* Bump version.Matthias Andree2015-04-081-1/+1
|
* Update gettext infrastructure.Matthias Andree2015-03-151-1/+1
|
* TLS overhaul, bumping version to 6.4Matthias Andree2015-01-261-1/+1
| | | | | | | | | | | | | | | Removes SSLv2, enables TLSv1.1 and v1.2 more easily, permits SSLv3 (only if specified) and newer TLSv1.1+ for STLS/STARTTLS. Only negotiates TLSv1 and newer by default, SSLv3 must now be specified explicitly, as a consequence of the POODLE attack. This is meant to be a minimally upgraded version, and cannot be usefully done as a 6.3.X release. It is strongly recommended that users review their configuration - especially --sslproto - per instructions in the NEWS file and manual page. It has changed semantics and in many cases --sslproto auto or perhaps --sslproto tls1.2+ should be used now.
* Permit build on SSLv3-disabled OpenSSL,Matthias Andree2015-01-161-0/+1
| | | | | | | providing that these also omit the declaration of SSLv3_client_method(). Related to Debian Bug#775255. Version report lists -SSLv3 on +SSL builds that omit SSLv3_client_method(). Version report lists -SSLv2 on +SSL builds that omit SSLv2_client_method().
* Convert most references from berlios.de to sourceforge.net.Matthias Andree2014-05-211-1/+1
| | | | Re-sign EN and SAs because that broke signatures.
* Bump version.Matthias Andree2013-04-231-1/+1
|
* Bump version.Matthias Andree2013-02-031-1/+1
|
* Remove LSM-related stuff from the distribution.Matthias Andree2012-12-231-1/+1
| | | | | | | IBiblio no longer accepts submissions, and considers itself an archive. There is no point in our carrying forward any related material, if needed for reference purposes, it can be fetched from older versions in the Git repository.
* Repair --logfile regression of 6.3.23,Matthias Andree2012-12-131-1/+1
| | | | reported by Heinz Diehl.
* Release 6.3.23.Matthias Andree2012-12-101-1/+1
|
* Move forward to prepare a 6.3.23 release and request translation.Matthias Andree2012-12-051-2/+3
|
* Update copyright and SecAnn' version.Matthias Andree2012-08-301-1/+1
|
* Warn if SSL is disabled, suggest --with-ssl.Matthias Andree2012-08-171-1/+2
|
* GSSAPI build fix.Matthias Andree2012-08-151-5/+14
| | | | | | The GSSAPI-related autoconf code now matches gssapi.c better, and uses a different check to look for GSS_C_NT_HOSTBASED_SERVICE. This fixes the GSSAPI-enabled build on NetBSD 6 Beta.
* Bump version to 6.3.22.Matthias Andree2012-05-031-2/+2
|
* Fix build on SSLv2-disabled OpenSSL setupsMatthias Andree2011-10-261-0/+5
| | | | | | | | On systems where SSLv2_client_method isn't defined in OpenSSL (such as newer Debian, and Ubuntu starting with 11.10 oneiric ocelot), don't reference it (to fix the build) and print a run-time error that the OS does not support SSLv2. Fixes Debian Bug #622054, but note that that bug report has a more thorough patch that does away with SSLv2 altogether.
* Bump version to 6.3.21, mark release date.Matthias Andree2011-08-211-1/+1
|
* Bump version to 6.3.20.Matthias Andree2011-06-061-1/+1
|
* Bump version - hopefully final release candidate.Matthias Andree2011-05-291-1/+1
|
* Bump version to -rc2.Matthias Andree2011-05-261-1/+1
|
* Fix opie.h error handling.Matthias Andree2011-05-171-2/+2
| | | | Properly quote AC_MSG_ERROR argument.
* Bump version.Matthias Andree2011-04-111-1/+1
|
* Unconditionally use our own MD5 code. Gets linked only as needed.Matthias Andree2010-12-141-11/+1
|
* Get ready for 6.3.19 release.Matthias Andree2010-12-101-1/+1
|
* Bump version.Matthias Andree2010-10-221-1/+1
|
* Request that autopoint installs gettext 0.17.Matthias Andree2010-10-161-0/+1
| | | | Should fix a MacOS X bootstrapping problem reported by Christian Ebert.
* Remove AM_GNU_GETTEXT_VERSION to avoid @MKINSTALLDIRS@ issues on Ubuntu 10.10.Matthias Andree2010-10-151-1/+0
|
* Bump versions in preparation of release.Matthias Andree2010-10-091-1/+1
|
* Avoid compiling empty C files if NTLM is disabled.Matthias Andree2010-10-091-0/+1
|