- (dtucker) [configure.ac] Update zlib warning message too, pointed out by
tim@.
This commit is contained in:
parent
41097edcf6
commit
ac1910f1a5
|
@ -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.
|
||||
|
||||
|
@ -2861,4 +2865,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.3854 2005/07/25 05:24:21 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3855 2005/07/26 02:00:42 dtucker Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: configure.ac,v 1.279 2005/07/25 05:24:21 dtucker Exp $
|
||||
# $Id: configure.ac,v 1.280 2005/07/26 02:00:42 dtucker Exp $
|
||||
#
|
||||
# Copyright (c) 1999-2004 Damien Miller
|
||||
#
|
||||
|
@ -811,7 +811,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])
|
||||
|
|
Loading…
Reference in New Issue