pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Compress-Raw-Zlib
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 15 10:41:27 UTC 2017
Modified Files:
pkgsrc/devel/p5-Compress-Raw-Zlib: Makefile distinfo
Log Message:
p5-Compress-Raw-Zlib: update to 2.075.
2.075 14 Nov 2017
* Update zlib-src directory to use zlib 1.2.11
#123245: perl 5.26.1 is vulnerable to CVE-2016-9843, CVE-2016-9841, CVE-2016-9840, CVE-2016-9842
* Zlib.xs
Don't allow offset to be greater than length of buffer in crc32.
* Zlib.xs
Change my_zcalloc to use safecalloc.
The link, https://github.com/madler/zlib/issues/253, is the upstream report for the remaining
valgrind errors not already dealt with by 1.2.11. Using calloc in Zlib.xs for now as a workaround.
#121074: valgrind errors in the test suite
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/p5-Compress-Raw-Zlib/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-Compress-Raw-Zlib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Compress-Raw-Zlib/Makefile
diff -u pkgsrc/devel/p5-Compress-Raw-Zlib/Makefile:1.43 pkgsrc/devel/p5-Compress-Raw-Zlib/Makefile:1.44
--- pkgsrc/devel/p5-Compress-Raw-Zlib/Makefile:1.43 Mon Jun 5 14:22:45 2017
+++ pkgsrc/devel/p5-Compress-Raw-Zlib/Makefile Wed Nov 15 10:41:27 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2017/06/05 14:22:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2017/11/15 10:41:27 wiz Exp $
-DISTNAME= Compress-Raw-Zlib-2.074
+DISTNAME= Compress-Raw-Zlib-2.075
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/}
Index: pkgsrc/devel/p5-Compress-Raw-Zlib/distinfo
diff -u pkgsrc/devel/p5-Compress-Raw-Zlib/distinfo:1.31 pkgsrc/devel/p5-Compress-Raw-Zlib/distinfo:1.32
--- pkgsrc/devel/p5-Compress-Raw-Zlib/distinfo:1.31 Wed Feb 22 12:57:09 2017
+++ pkgsrc/devel/p5-Compress-Raw-Zlib/distinfo Wed Nov 15 10:41:27 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2017/02/22 12:57:09 mef Exp $
+$NetBSD: distinfo,v 1.32 2017/11/15 10:41:27 wiz Exp $
-SHA1 (Compress-Raw-Zlib-2.074.tar.gz) = c64cdcfcce067a9dc0370fdcc6ef7d8ac7b90c0a
-RMD160 (Compress-Raw-Zlib-2.074.tar.gz) = a106dea75ef528aa8f387c9404d0f3ac6161b1f2
-SHA512 (Compress-Raw-Zlib-2.074.tar.gz) = b077133c822ad8402f0576804f51d891fb82ec6ecf4b11464749a6672726a9000c2306e667700cf833afac88213f0b753870fbfd7bd6579c938a03e4a73bc5f8
-Size (Compress-Raw-Zlib-2.074.tar.gz) = 239604 bytes
+SHA1 (Compress-Raw-Zlib-2.075.tar.gz) = 18e4c2f8fe2011092dd2e273f6a23e473cb35ea1
+RMD160 (Compress-Raw-Zlib-2.075.tar.gz) = f2d50ccdbd7047561b6cada7eda6d087fbc6d802
+SHA512 (Compress-Raw-Zlib-2.075.tar.gz) = 8c48fb1730fe9bfb0a6064e4957f0f967c4015e1fb3bed509ff16ce447f7044045222ec84abd9a5529db71c800917d950c0bbbdba424732f132d8af389e13de0
+Size (Compress-Raw-Zlib-2.075.tar.gz) = 244479 bytes
SHA1 (patch-aa) = 399f9cc179fcabd4f753be64c94c6ea83de4c10c
Home |
Main Index |
Thread Index |
Old Index