summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrant <grant>2003-06-19 00:55:00 +0000
committergrant <grant>2003-06-19 00:55:00 +0000
commitae141bc3868cf19469156269211eb620d97f95bf (patch)
tree17b0ac635f74f905d3169d2f32ff9c8b4639dfd3 /doc
parent5b225531d1042df07bd6701fa69716a05b1d4357 (diff)
downloadpkgsrc-ae141bc3868cf19469156269211eb620d97f95bf.tar.gz
ticket 1291
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-1.6.130
1 files changed, 29 insertions, 1 deletions
diff --git a/doc/CHANGES-1.6.1 b/doc/CHANGES-1.6.1
index 30a415e8658..fc3bbf13521 100644
--- a/doc/CHANGES-1.6.1
+++ b/doc/CHANGES-1.6.1
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.6.1,v 1.1.2.32 2003/06/19 00:39:10 grant Exp $
+# $NetBSD: CHANGES-1.6.1,v 1.1.2.33 2003/06/19 00:55:00 grant Exp $
Changes to the pkgsrc-1-6-1 branch:
@@ -652,3 +652,31 @@ chat/bitchx/patches/patch-aj 1.2
Patch from BitchX CVS.
[salo, ticket #1289]
+
+devel/zlib/buildlink2.mk 1.5-1.7
+devel/zlib/Makefile 1.17-1.18
+devel/zlib/distinfo 1.4
+devel/zlib/patches/patch-aa 1.1 (new)
+devel/zlib/patches/patch-ac 1.1 (new)
+devel/zlib/patches/patch-ad 1.1 (new)
+
+ Darwin has no static libz, mark it incompatible.
+
+ mark Linux zlib as incompatible to avoid using base zlib which can
+ cause problems with pkgsrc libtool, eg.
+
+ libtool: link: AGE `4' is greater than the current interface number `1'
+ libtool: link: `1:1:4' is not valid version information
+ libtool: install: `libz.la' is not a valid libtool archive
+
+ Added fix for CAN-2003-0107 -
+ Buffer overflow in the gzprintf function in zlib 1.1.4, when zlib is
+ compiled without vsnprintf or when long inputs are truncated using
+ vsnprintf, allows attackers to cause a denial of service or possibly
+ execute arbitrary code.
+ From OpenBSD.
+
+ Restore configure target and add check for [v]snprintf.
+
+ Bump PKGREVISION.
+ [salo, ticket #1291]