]> andersk Git - gssapi-openssh.git/commitdiff
document zlib version dependency OPENSSH_GSI_GPT_3_6
authorjbasney <jbasney>
Thu, 22 Dec 2005 15:19:23 +0000 (15:19 +0000)
committerjbasney <jbasney>
Thu, 22 Dec 2005 15:19:23 +0000 (15:19 +0000)
openssh/Announcement.txt

index 928261c13e942b9f1dbd277dd32f67e0088a34a3..5e8cbd9b8ecb8611fb46bcdc2bc06a2305e7d2de 100644 (file)
@@ -34,3 +34,14 @@ GSI-OpenSSH 3.6 Major changes
 
       * Only delegate credentials if GSI authentication is used.
         http://bugzilla.ncsa.uiuc.edu/show_bug.cgi?id=300
+
+Please note that the configure script included in OpenSSH 4.2p1 checks
+ZLIB_VERSION in zlib.h for zlib versions with known vulnerabilities.
+See <http://www.zlib.net/> for details on zlib vulnerabilities.  The
+current acceptable versions of zlib are 1.1.4 and 1.2.3.  In cases
+where your vendor has not provided a secure version of zlib, please
+install the latest version of zlib in an alternate path and set the
+--with-zlib GSI_OPENSSH_GPTMACRO option.  For example:
+
+  gpt-build -verbose gsi_openssh_bundle-3.6-src.tar.gz gcc32dbg \
+    GSI_OPENSSH_GPTMACRO="--with-zlib=/usr/local/zlib-1.2.3"
This page took 0.040357 seconds and 5 git commands to generate.