diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-01 04:14:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-01 04:14:23 +0000 |
commit | 0f2a7e0ee9f1fbc11c6fbce2f716e29db3ae9469 (patch) | |
tree | 2142857b6ebc38bcc3114c7f5b70f69a00639d1c /graphics | |
parent | b45dc04dfb659fde85d870459dd193a702e58aa5 (diff) | |
download | pkgsrc-0f2a7e0ee9f1fbc11c6fbce2f716e29db3ae9469.tar.gz |
Updated png to 1.6.25.
Changes since the last public release (1.6.24):
Reject oversized iCCP profile immediately.
Cleaned up PNG_DEBUG compile of pngtest.c.
Conditionally compile png_inflate().
Don't install pngcp; it conflicts with pngcp in the pngtools package.
Minor editing of INSTALL, (whitespace, added copyright line)
Added MIPS support (Mandar Sahastrabuddhe <Mandar.Sahastrabuddhe@imgtec.com>).
Rebased contrib/intel/intel_sse.patch after the MIPS implementation.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/PLIST | 3 | ||||
-rw-r--r-- | graphics/png/distinfo | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index f6cddc68c4c..899a2bf4930 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.184 2016/08/04 06:05:08 wiz Exp $ +# $NetBSD: Makefile,v 1.185 2016/09/01 04:14:23 wiz Exp $ -DISTNAME= libpng-1.6.24 +DISTNAME= libpng-1.6.25 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/PLIST b/graphics/png/PLIST index 1388270124b..38ecc7ca8ca 100644 --- a/graphics/png/PLIST +++ b/graphics/png/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.16 2016/08/04 06:05:08 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2016/09/01 04:14:23 wiz Exp $ bin/libpng-config bin/libpng16-config bin/png-fix-itxt -bin/pngcp bin/pngfix include/libpng16/png.h include/libpng16/pngconf.h diff --git a/graphics/png/distinfo b/graphics/png/distinfo index ab82d5714df..4a936195941 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.129 2016/08/04 06:05:08 wiz Exp $ +$NetBSD: distinfo,v 1.130 2016/09/01 04:14:23 wiz Exp $ -SHA1 (libpng-1.6.24.tar.xz) = b8fa86449bebd7b1cda71e0ed2cd417b6596ce78 -RMD160 (libpng-1.6.24.tar.xz) = 7d703cc777685f42c746cfb56aecaa41f482d449 -SHA512 (libpng-1.6.24.tar.xz) = 7eccb90f530a9c728e280b2b1776304a808b5deea559632e7bcf4ea219c7cb5e453aa810215465304501127595000717d4b7c5b26a9f8e22e236ec04af53a90f -Size (libpng-1.6.24.tar.xz) = 977532 bytes +SHA1 (libpng-1.6.25.tar.xz) = fb471b7732d886b5adf10b4d689a90c88f005aa5 +RMD160 (libpng-1.6.25.tar.xz) = 49672ef5839a1707da0d84b56b9306ee72c4fcfa +SHA512 (libpng-1.6.25.tar.xz) = 74de15b1146d479660e2b1fd6b192388857955f502b249f00b69e37b594af4d53117704cb77b5ae07ffd84510cc801695be2121adbedfaf65dc4e3b521259f5d +Size (libpng-1.6.25.tar.xz) = 982204 bytes |