summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2016-12-29 18:41:03 +0000
committerwiz <wiz>2016-12-29 18:41:03 +0000
commitc654325f3b9a5788dac33b42b56372f544a629dc (patch)
treee69f4046bb3167b4c08ae5c338aee5db572eec25
parent4876e0d813b2841b3fe5cfa619717862989bf3ae (diff)
downloadpkgsrc-c654325f3b9a5788dac33b42b56372f544a629dc.tar.gz
Updated png to 1.6.27, security fix release.
Version 1.6.27beta01 [November 2, 2016] Restrict the new ADLER32-skipping to IDAT chunks. It broke iCCP chunk handling: an erroneous iCCP chunk would throw a png_error and reject the entire PNG image instead of rejecting just the iCCP chunk with a warning, if built with zlib-1.2.8.1. Version 1.6.27rc01 [December 27, 2016] Control ADLER32 checking with new PNG_IGNORE_ADLER32 option. Removed the use of a macro containing the pre-processor 'defined' operator. It is unclear whether this is valid; a macro that "generates" 'defined' is not permitted, but the use of the word "generates" within the C90 standard seems to imply more than simple substitution of an expression itself containing a well-formed defined operation. Added ARM support to CMakeLists.txt (Andreas Franek). Version 1.6.27 [December 29, 2016] Fixed a potential null pointer dereference in png_set_text_2() (bug report and patch by Patrick Keshishian).
-rw-r--r--graphics/png/Makefile4
-rw-r--r--graphics/png/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index c44cc0397c1..efe0cfb66df 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.186 2016/10/20 11:36:36 wiz Exp $
+# $NetBSD: Makefile,v 1.187 2016/12/29 18:41:03 wiz Exp $
-DISTNAME= libpng-1.6.26
+DISTNAME= libpng-1.6.27
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index 2bd1f9a6e02..ee698fc4f27 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.131 2016/10/20 11:36:36 wiz Exp $
+$NetBSD: distinfo,v 1.132 2016/12/29 18:41:03 wiz Exp $
-SHA1 (libpng-1.6.26.tar.xz) = 7a50569b26d57db9810409a59f1b87f8a8e387a3
-RMD160 (libpng-1.6.26.tar.xz) = 9139502d8d4d00d6637b5a363ba97040f5153dc9
-SHA512 (libpng-1.6.26.tar.xz) = ca8489641762865f74072ff293354df2aaaabdc4b9b08c5ccbc245947fca455a8e702a29f26715c75b0d8dad5506242476b2a50c3291eab684ca0b4ee1905ea0
-Size (libpng-1.6.26.tar.xz) = 983576 bytes
+SHA1 (libpng-1.6.27.tar.xz) = af5d742f5d0a6492133aed7790bb43e8854cca64
+RMD160 (libpng-1.6.27.tar.xz) = efefbb715ad38b3e81360f57039294f4b777d5a9
+SHA512 (libpng-1.6.27.tar.xz) = 9dcf54147fa2637a72364246e8565c0a6d25e4313f26150689b166eabd4358177e1caf38ff622b04c71f3b7cfd550f7fd6ca87892c50203a63b92f365fc7c8d7
+Size (libpng-1.6.27.tar.xz) = 984316 bytes