aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Bump version to -pre2.Matthias Andree2010-09-251-1/+1
|
* Bump version.Matthias Andree2010-08-271-1/+1
|
* Fix MD5* library pickup.Matthias Andree2010-05-171-3/+9
| | | | | | | | | Avoid picking up libmd5, which fails if libwww is installed because libmd5 uses "long" rather than fixed-width types. This fails on non-32-bit machines. Only probe libmd if md5.h is found. To fix Gentoo Bug #319283, reported by Karl Hakimian.
* Bump version to 6.3.17.Matthias Andree2010-05-061-1/+1
|
* Bump version.Matthias Andree2010-04-181-1/+1
|
* Add AM_PROG_CC_C_O.Matthias Andree2010-04-081-0/+1
|
* Remove dead code.Matthias Andree2010-04-071-5/+0
|
* Bump version.Matthias Andree2010-04-061-1/+1
|
* Update for 6.3.15 release.Matthias Andree2010-03-281-1/+1
|
* Correct MD5Init library check.Matthias Andree2010-03-201-1/+2
|
* Bump version.Matthias Andree2010-03-191-2/+2
|
* Fix MD5 compile on Solaris.Matthias Andree2010-03-191-3/+3
|
* Further type fixes.Matthias Andree2010-03-181-3/+3
|
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-1/+1
| | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements.
* Properly check for h_errno declaration and include netdb.h.Matthias Andree2010-03-051-0/+7
|