summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-23 07:54:21 +0000
committerwiz <wiz>2014-12-23 07:54:21 +0000
commit502f2d603b3335c06a714f43b3b63ea86a1bc710 (patch)
treeffb676557d1a47daa6bad07d087ee05c25a21b8c
parent442c3d49c0d5493e3a45eaeec16c326f11aa66dc (diff)
downloadpkgsrc-502f2d603b3335c06a714f43b3b63ea86a1bc710.tar.gz
Update to 1.6.16; a CVE was requested for a heap overflow.
Changes since the last public release (1.6.15): Added ".align 2" to arm/filter_neon.S to support old GAS assemblers that don't do alignment correctly. Revised Makefile.am and scripts/*.dfn to work with MinGW/MSYS; renamed scripts/*.dfn to scripts/*.c (Bob Friesenhahn and John Bowler). Quiet a "comparison always true" warning in pngstest.c (John Bowler). Restored a test on width that was removed from png.c at libpng-1.6.9 (Bug report by Alex Eubanks). Fixed an overflow in png_combine_row with very wide interlaced images.
-rw-r--r--graphics/png/Makefile4
-rw-r--r--graphics/png/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index e57c967e837..3a097f221b6 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.175 2014/11/20 23:49:11 wiz Exp $
+# $NetBSD: Makefile,v 1.176 2014/12/23 07:54:21 wiz Exp $
-DISTNAME= libpng-1.6.15
+DISTNAME= libpng-1.6.16
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index 53f1d099da9..4079cb0788b 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.119 2014/11/20 23:49:11 wiz Exp $
+$NetBSD: distinfo,v 1.120 2014/12/23 07:54:21 wiz Exp $
-SHA1 (libpng-1.6.15.tar.xz) = bddeac8ca97fbcf54d6d32c6eefed5d94b49df88
-RMD160 (libpng-1.6.15.tar.xz) = 888108ae544948b298e47a2817ef7b5a319dfd2c
-Size (libpng-1.6.15.tar.xz) = 904992 bytes
+SHA1 (libpng-1.6.16.tar.xz) = 31855a8438ae795d249574b0da15b34eb0922e13
+RMD160 (libpng-1.6.16.tar.xz) = 469b18e2802a4528fa0d82395a93509145d62829
+Size (libpng-1.6.16.tar.xz) = 907284 bytes