summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 60c74c56..07850857 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20050726
+ - (dtucker) [configure.ac] Update zlib warning message too, pointed out by
+ tim@.
+
20050725
- (dtucker) [configure.ac] Update zlib version check for CAN-2005-2096.
@@ -2508,4 +2512,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3758.2.5 2005/07/25 05:23:33 dtucker Exp $
+$Id: ChangeLog,v 1.3758.2.6 2005/07/26 02:00:12 dtucker Exp $
diff --git a/configure.ac b/configure.ac
index 4cfc911c..bb8766da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.260.2.1 2005/07/25 05:23:34 dtucker Exp $
+# $Id: configure.ac,v 1.260.2.2 2005/07/26 02:00:12 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -675,7 +675,7 @@ Your reported zlib version has known security problems. It's possible your
vendor has fixed these problems without changing the version number. If you
are sure this is the case, you can disable the check by running
"./configure --without-zlib-version-check".
-If you are in doubt, upgrade zlib to version 1.2.1.2 or greater.
+If you are in doubt, upgrade zlib to version 1.2.3 or greater.
See http://www.gzip.org/zlib/ for details.])
else
AC_MSG_WARN([zlib version may have security problems])