diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-23 07:54:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-23 07:54:21 +0000 |
commit | 3aee93872cba479ff7c65e1c683068590422944e (patch) | |
tree | ffb676557d1a47daa6bad07d087ee05c25a21b8c /graphics/png | |
parent | 6c70d89df4dd07438437884ef89089c4f952a0a5 (diff) | |
download | pkgsrc-3aee93872cba479ff7c65e1c683068590422944e.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.
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 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 |