pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/png



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 27 22:07:07 UTC 2017

Modified Files:
        pkgsrc/graphics/png: Makefile distinfo

Log Message:
Updated png to 1.6.31.

Changes since the last public release (1.6.30):

  Guard the definition of _POSIX_SOURCE in pngpriv.h (AIX already defines it;
    bug report by Michael Felt).
  Revised pngpriv.h to work around failure to compile arm/filter_neon.S
    ("typedef" directive is unrecognized by the assembler). The problem
    was introduced in libpng-1.6.30beta01.
  Added "Requires: zlib" to libpng.pc.in (Pieter Neerincx).
  Added special case for FreeBSD in arm/filter_neon.S (Maya Rashish).
  Added instructions for disabling hardware optimizations in INSTALL.
  Added "--enable-hardware-optimizations" configuration flag to enable
    or disable all hardware optimizations with one flag.
  Updated CMakeLists.txt to add INTEL_SSE and MIPS_MSA platforms.
  Changed "int" to "png_size_t" in intel/filter_sse2.c to prevent
    possible integer overflow (Bug report by John Bowler).
  Quieted "declaration after statement" warnings in intel/filter_sse2.c.
  Added scripts/makefile-linux-opt, which has hardware optimizations enabled.
  Removed one of the GCC-7.1.0 'strict-overflow' warnings that result when
    integers appear on both sides of a compare.  Worked around the others by
    forcing the strict-overflow setting in the relevant functions to a level
    where they are not reported (John Bowler).
  Changed "FALL THROUGH" comments to "FALLTHROUGH" because GCC doesn't like
    the space.
  Worked around some C-style casts from (void*) because g++ 5.4.0 objects
    to them.
  Increased the buffer size for 'sprint' to pass the gcc 7.1.0 'sprint
    overflow' check that is on by default with -Wall -Wextra.
  Added eXIf chunk support.
  Added a minimal eXIf chunk (with Orientation and FocalLengthIn35mmFilm
    tags) to pngtest.png.


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 pkgsrc/graphics/png/Makefile
cvs rdiff -u -r1.136 -r1.137 pkgsrc/graphics/png/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/png/Makefile
diff -u pkgsrc/graphics/png/Makefile:1.192 pkgsrc/graphics/png/Makefile:1.193
--- pkgsrc/graphics/png/Makefile:1.192  Mon Jul  3 11:07:00 2017
+++ pkgsrc/graphics/png/Makefile        Thu Jul 27 22:07:07 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.192 2017/07/03 11:07:00 wiz Exp $
+# $NetBSD: Makefile,v 1.193 2017/07/27 22:07:07 wiz Exp $
 
-DISTNAME=      libpng-1.6.30
+DISTNAME=      libpng-1.6.31
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
 MASTER_SITES=  https://ftp-osl.osuosl.org/pub/libpng/src/archive/xz/libpng16/

Index: pkgsrc/graphics/png/distinfo
diff -u pkgsrc/graphics/png/distinfo:1.136 pkgsrc/graphics/png/distinfo:1.137
--- pkgsrc/graphics/png/distinfo:1.136  Wed Jul  5 04:59:16 2017
+++ pkgsrc/graphics/png/distinfo        Thu Jul 27 22:07:07 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.136 2017/07/05 04:59:16 maya Exp $
+$NetBSD: distinfo,v 1.137 2017/07/27 22:07:07 wiz Exp $
 
-SHA1 (libpng-1.6.30.tar.xz) = b6f8ac4d83116a87d8e10e15ec360dab8a898f5c
-RMD160 (libpng-1.6.30.tar.xz) = 581e0d22c4ec839d05d895646dfeb45f214f6722
-SHA512 (libpng-1.6.30.tar.xz) = 8c58f0f8523d7c7e8e641134c9a0e7fb6b60cddd6b4689afaafde0c99cff74652c6fb800a45149910aa2d8f06695ba4774f6a4d64810f2419a714d4188d72f82
-Size (libpng-1.6.30.tar.xz) = 988608 bytes
+SHA1 (libpng-1.6.31.tar.xz) = de695064363df331734466981ef7f6546ef516bf
+RMD160 (libpng-1.6.31.tar.xz) = 097b1f95b7ed70ac33dc71b9d7ec1f10bdfe5693
+SHA512 (libpng-1.6.31.tar.xz) = 714da63e19d32eadeeb44edf7f2afeaf6ac59f2756e0951015313a98c0f3c1216296886301c5704958b56f4c96b00725791ba2efe9f26b4a92cd743410cc36a9
+Size (libpng-1.6.31.tar.xz) = 991824 bytes
 SHA1 (patch-pngpriv.h) = 3da29edb5d89ab26b9787a71b87c3fd8f451ea39



Home | Main Index | Thread Index | Old Index