diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-11 09:00:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-11 09:00:41 +0000 |
commit | 43a812bb4d13f05f046ba18b4e918e0b0f26f812 (patch) | |
tree | 5fa714a65eae79b85432779d8223cd01dad4e482 /graphics/png | |
parent | 60a50ea56d68f3d33b8484c8d78ff866de6dfafb (diff) | |
download | pkgsrc-43a812bb4d13f05f046ba18b4e918e0b0f26f812.tar.gz |
Update to 1.5.12:
Removed scripts/makefile.cegcc from the *.zip and *.7z distributions; it
depends on configure, which is not included in those archives.
Changed "a+w" to "u+w" in Makefile.in to fix CVE-2012-3386.
I don't see CVS-2012-3386 as a vulnerability that applies to pkgsrc,
since to trigger it, you have to run 'make distcheck', and pkgsrc
never does that.
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 805efd228c4..6002a0bc597 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.149 2012/06/14 15:40:35 wiz Exp $ +# $NetBSD: Makefile,v 1.150 2012/07/11 09:00:41 wiz Exp $ -DISTNAME= libpng-1.5.11 +DISTNAME= libpng-1.5.12 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 67f4b657b0f..4a4171f9701 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.96 2012/06/14 15:40:35 wiz Exp $ +$NetBSD: distinfo,v 1.97 2012/07/11 09:00:41 wiz Exp $ -SHA1 (libpng-1.5.11.tar.bz2) = 50ad8033fd05dd1403be00736264a68e102bc303 -RMD160 (libpng-1.5.11.tar.bz2) = 01754683a9fc95e112b1f6c2a3841fa4e48933b7 -Size (libpng-1.5.11.tar.bz2) = 840896 bytes +SHA1 (libpng-1.5.12.tar.bz2) = e45110a5e6787819be50f31092f1a1d43b717de0 +RMD160 (libpng-1.5.12.tar.bz2) = 76d88b371b0d87bcc0e76edd2a493174d3596f1c +Size (libpng-1.5.12.tar.bz2) = 871801 bytes SHA1 (patch-aa) = aaf79ebb8a18448c096c17ae9b02da02bc537db2 |