pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/png Updated png to 1.6.25.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ae5a9997578
branches:  trunk
changeset: 351890:4ae5a9997578
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 01 04:14:23 2016 +0000

description:
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@localhost>).
  Rebased contrib/intel/intel_sse.patch after the MIPS implementation.

diffstat:

 graphics/png/Makefile |   4 ++--
 graphics/png/PLIST    |   3 +--
 graphics/png/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 1b3cf6f6e37a -r 4ae5a9997578 graphics/png/Makefile
--- a/graphics/png/Makefile     Wed Aug 31 21:18:28 2016 +0000
+++ b/graphics/png/Makefile     Thu Sep 01 04:14:23 2016 +0000
@@ -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 -r 1b3cf6f6e37a -r 4ae5a9997578 graphics/png/PLIST
--- a/graphics/png/PLIST        Wed Aug 31 21:18:28 2016 +0000
+++ b/graphics/png/PLIST        Thu Sep 01 04:14:23 2016 +0000
@@ -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 -r 1b3cf6f6e37a -r 4ae5a9997578 graphics/png/distinfo
--- a/graphics/png/distinfo     Wed Aug 31 21:18:28 2016 +0000
+++ b/graphics/png/distinfo     Thu Sep 01 04:14:23 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index