diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-08-01 22:01:49 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-08-01 22:01:49 +0000 |
commit | ee13b0e37bf5eb003bfae44721fb5f01e6ac5ddc (patch) | |
tree | ace8c4a8c29c9d01532ab1b408d693f0a47d4791 | |
parent | 79aa776b01445d4d23551e68b7165fcfa8daf905 (diff) | |
download | fetchmail-ee13b0e37bf5eb003bfae44721fb5f01e6ac5ddc.tar.gz fetchmail-ee13b0e37bf5eb003bfae44721fb5f01e6ac5ddc.tar.bz2 fetchmail-ee13b0e37bf5eb003bfae44721fb5f01e6ac5ddc.zip |
Move note about inet6_apps from configure.ac to NEWS.
svn path=/trunk/; revision=4213
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 5 |
2 files changed, 4 insertions, 6 deletions
@@ -15,7 +15,10 @@ SECURITY FIX: MAJOR INCOMPATIBLE CHANGES: * Remove support for --netsec/-T options, the required inet6_apps library is no - longer available. Matthias Andree + longer available. + http://www.inner.net/pub/ipv6/ states, as of 2005-07-03: "/pub/ipv6 + Our IPv6 software is now long defunct. Please find a more modern source." + I haven't been able to find a more modern source. Matthias Andree OTHER CHANGES: * Sunil Shetye's fix to force fetchsizelimit to 1 for APOP and RPOP. (ESR) diff --git a/configure.ac b/configure.ac index 9e54d9f5..dea23245 100644 --- a/configure.ac +++ b/configure.ac @@ -340,11 +340,6 @@ AC_ARG_ENABLE(opie, [with_opie=no]) test "$with_opie" = "yes" && AC_DEFINE(OPIE_ENABLE,1,Define if you want OPIE support compiled in) -### XXX FIXME: the inet6-apps library is no longer available, -### http://www.inner.net/pub/ipv6/ states, as of 2005-07-03: -### "/pub/ipv6 -### Our IPv6 software is now long defunct. Please find a more modern -### source." AC_ARG_ENABLE(inet6, [ --enable-inet6 support IPv6], |