Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version. | Matthias Andree | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Fix MD5* library pickup. | Matthias Andree | 2010-05-17 | 1 | -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 Andree | 2010-05-06 | 1 | -1/+1 |
| | |||||
* | Bump version. | Matthias Andree | 2010-04-18 | 1 | -1/+1 |
| | |||||
* | Add AM_PROG_CC_C_O. | Matthias Andree | 2010-04-08 | 1 | -0/+1 |
| | |||||
* | Remove dead code. | Matthias Andree | 2010-04-07 | 1 | -5/+0 |
| | |||||
* | Bump version. | Matthias Andree | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Update for 6.3.15 release. | Matthias Andree | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Correct MD5Init library check. | Matthias Andree | 2010-03-20 | 1 | -1/+2 |
| | |||||
* | Bump version. | Matthias Andree | 2010-03-19 | 1 | -2/+2 |
| | |||||
* | Fix MD5 compile on Solaris. | Matthias Andree | 2010-03-19 | 1 | -3/+3 |
| | |||||
* | Further type fixes. | Matthias Andree | 2010-03-18 | 1 | -3/+3 |
| | |||||
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -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 Andree | 2010-03-05 | 1 | -0/+7 |
| | |||||
* | Bump version to -beta2. | Matthias Andree | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | Bump version to 6.3.15-beta1. | Matthias Andree | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Bump version for upcoming release. | Matthias Andree | 2010-02-04 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5478 | ||||
* | Fix CPPFLAGS for GSSAPI compiles. | Matthias Andree | 2009-10-30 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5454 | ||||
* | Release 6.3.13. | Matthias Andree | 2009-10-30 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5449 | ||||
* | Bump version. | Matthias Andree | 2009-10-05 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5437 | ||||
* | Work around screwed Solaris /bin/sh and go for XPG shells. | Matthias Andree | 2009-10-05 | 1 | -0/+18 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5436 | ||||
* | Look for MD5_Init in libcrypto (not libssl). | Matthias Andree | 2009-08-19 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5423 | ||||
* | Add a reference to fetchmail.man version ID. | Matthias Andree | 2009-08-06 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5399 | ||||
* | Bump version for security release. | Matthias Andree | 2009-08-05 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5397 | ||||
* | Prepare 6.3.10 release. | Matthias Andree | 2009-07-02 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5369 | ||||
* | Add two AC_CACHE_SAVE macros to speed up re-configuring. | Matthias Andree | 2009-05-25 | 1 | -0/+4 |
| | | | | | | This is useful after installing missing -dev[el] packages. svn path=/branches/BRANCH_6-3/; revision=5342 | ||||
* | Bump version to a beta for softbounce testing. | Matthias Andree | 2009-05-24 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5317 | ||||
* | Remove autobuild support. | Matthias Andree | 2009-05-04 | 1 | -7/+0 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5294 | ||||
* | Fix up configure.ac after m4/ inline. | Matthias Andree | 2009-05-04 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5282 | ||||
* | Berlios Patch #2525, courtesy of Diego E. "Flameeyes" Pettenò: | Matthias Andree | 2009-01-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | "The AC_CANONICAL_TARGET macro and the $target_os variables are used for the target of compilers and other code-generation tools, and should not be used during cross-compile of generic software. Replace them with AC_CANONICAL_HOST and $host_os instead, as they should have been from the start. For a breakdown of what host, build and target machines are, please see http://blog.flameeyes.eu/s/canonical-target ." svn path=/branches/BRANCH_6-3/; revision=5258 | ||||
* | Prepare release 6.3.9. | Matthias Andree | 2008-11-16 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5242 | ||||
* | Bump version to 6.3.9-rc3. | Matthias Andree | 2008-11-04 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5230 | ||||
* | Fix one more CVE-2008-2711 va_start() messup. Found by Petr Uzel. | Matthias Andree | 2008-06-24 | 1 | -1/+4 |
| | | | | | | Bump release to -rc2. svn path=/branches/BRANCH_6-3/; revision=5205 | ||||
* | Remove AC_AIX and AC_MINIX, they are a subset of AC_USE_SYSTEM_EXTENSIONS. | Matthias Andree | 2008-05-24 | 1 | -2/+7 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5186 | ||||
* | Update for autoconf 2.60 and newer. | Matthias Andree | 2008-05-24 | 1 | -1/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5185 | ||||
* | Revise getnameinfo check to ensure NULL is defined and the result is properly | Matthias Andree | 2007-12-26 | 1 | -0/+6 |
| | | | | | | | evaluated, to avoid bogus results on for instance FreeBSD and redefinitions of NI_* at compile time. svn path=/branches/BRANCH_6-3/; revision=5146 | ||||
* | Merge portability patch from Peter O'Gorman, fetchmail-devel 2007-10-31. | Matthias Andree | 2007-12-26 | 1 | -41/+77 |
| | | | | | | This requires some minor fixes though. svn path=/branches/BRANCH_6-3/; revision=5145 | ||||
* | Bump version to 6.3.9-rc1. | Matthias Andree | 2007-07-29 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5121 | ||||
* | Check for dn_skipname() when checking res_search() to resolve µClibc ↵ | Matthias Andree | 2007-06-10 | 1 | -2/+2 |
| | | | | | | | | | compile failures. This works by disabling the DNS alias detection feature, which is however deprecated anyways. svn path=/branches/BRANCH_6-3/; revision=5106 | ||||
* | Bump version for release. | Matthias Andree | 2007-04-06 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5086 | ||||
* | Bump version in preparation of -rc3. | Matthias Andree | 2007-03-30 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5077 | ||||
* | Stipulate expected gettext version | Matthias Andree | 2007-03-24 | 1 | -1/+1 |
| | | | | | | (only relevant for maintainer). svn path=/branches/BRANCH_6-3/; revision=5066 | ||||
* | Snapshot 6.3.8-rc2. | Matthias Andree | 2007-03-19 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5062 | ||||
* | Snapshot 6.3.8-rc1. | Matthias Andree | 2007-03-17 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5055 | ||||
* | Bump version. | Matthias Andree | 2007-02-18 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5040 | ||||
* | Bump version to 6.3.7. | Matthias Andree | 2007-02-18 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5034 | ||||
* | Whitelist Darwin 9 (MacOS X 10.5 'Leopard') with a thread-safe getaddrinfo(). | Matthias Andree | 2007-02-04 | 1 | -0/+1 |
| | | | | | | Reported by Uli Zappe. svn path=/branches/BRANCH_6-3/; revision=5028 | ||||
* | Bump version. | Matthias Andree | 2007-02-03 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5024 | ||||
* | Add a few comments around Python detection. | Matthias Andree | 2007-01-17 | 1 | -0/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5018 | ||||
* | r5010@balu: mandree | 2007-01-04 00:25:36 +0100 | Matthias Andree | 2007-01-04 | 1 | -4/+7 |
| | | | | | | Bump version and revise header comments. svn path=/branches/BRANCH_6-3/; revision=5007 |