Subject: CVS commit: pkgsrc/devel/zlib
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/12/2002 02:25:04
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 12 00:25:03 UTC 2002
Modified Files:
pkgsrc/devel/zlib: Makefile distinfo
Log Message:
Update to 1.1.4, and update MASTER_SITES.
Changes since 1.1.3:
- ZFREE was repeated on same allocation on some error conditions.
This creates a security problem described in
http://www.zlib.org/advisory-2002-03-11.txt
- Returned incorrect error (Z_MEM_ERROR) on some invalid data
- Avoid accesses before window for invalid distances with inflate window
less than 32K.
- force windowBits > 8 to avoid a bug in the encoder for a window size
of 256 bytes. (A complete fix will be available in 1.1.5).
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/zlib/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/zlib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.