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.27, security fix release.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/585372a4f6a6
branches:  trunk
changeset: 356299:585372a4f6a6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 29 18:41:03 2016 +0000

description:
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).

diffstat:

 graphics/png/Makefile |   4 ++--
 graphics/png/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 70f3428b4e7f -r 585372a4f6a6 graphics/png/Makefile
--- a/graphics/png/Makefile     Thu Dec 29 15:04:29 2016 +0000
+++ b/graphics/png/Makefile     Thu Dec 29 18:41:03 2016 +0000
@@ -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 -r 70f3428b4e7f -r 585372a4f6a6 graphics/png/distinfo
--- a/graphics/png/distinfo     Thu Dec 29 15:04:29 2016 +0000
+++ b/graphics/png/distinfo     Thu Dec 29 18:41:03 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index