summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-06-05 16:33:54 +0000
committerwiz <wiz@pkgsrc.org>2014-06-05 16:33:54 +0000
commitc50561717cecc7f4aece896e8e6e3d3bb58987ca (patch)
tree0a907c9b05936d129f2febed4056d1dcc688fa66 /graphics
parent25888453a1097ecebed371d24a6b750221e496f3 (diff)
downloadpkgsrc-c50561717cecc7f4aece896e8e6e3d3bb58987ca.tar.gz
Update to 1.6.11:
Version 1.6.11beta01 [March 17, 2014] Use "if (value != 0)" instead of "if (value)" consistently. Changed ZlibSrcDir from 1.2.5 to 1.2.8 in projects/vstudio. Moved configuration information from the manual to the INSTALL file. Version 1.6.11beta02 [April 6, 2014] Removed #if/#else/#endif from inside two pow() calls in pngvalid.c because they were handled improperly by Portland Group's PGI-14.1 - PGI-14.3 when using its "__builtin_pow()" function. Silence 'unused parameter' build warnings (Cosmin Truta). $(CP) is now used alongside $(RM_F). Also, use 'copy' instead of 'cp' where applicable, and applied other minor makefile changes (Cosmin). Don't warn about invalid dimensions exceeding user limits (Cosmin). Allow an easy replacement of the default pre-built configuration header with a custom header, via the make PNGLIBCONF_H_PREBUILT macro (Cosmin). Version 1.6.11beta03 [April 6, 2014] Fixed a typo in pngrutil.c, introduced in libpng-1.5.6, that interferes with "blocky" expansion of sub-8-bit interlaced PNG files (Eric Huss). Optionally use __builtin_bswap16() in png_do_swap(). Version 1.6.11beta04 [April 19, 2014] Made progressive reading of interlaced images consistent with the behavior of the sequential reader and consistent with the manual, by moving some code out of the PNG_READ_INTERLACING_SUPPORTED blocks. The row_callback now receives the proper pass number and unexpanded rows, when png_combine_row() isn't built or used, and png_set_interlace_handling() is not called. Allow PNG_sRGB_PROFILE_CHECKING = (-1) to mean no sRGB profile checking. Version 1.6.11beta05 [April 26, 2014] Do not reject ICC V2 profiles that lack padding (Kai-Uwe Behrmann). Relocated closing bracket of the sRGB profile test loop to avoid getting "Not recognizing known sRGB profile that has been edited" warning for ICC V2 profiles that lack the MD5 signature in the profile header. Version 1.6.11beta06 [May 19, 2014] Added PNG_SKIP_sRGB_CHECK_PROFILE choice for png_set_option(). Version 1.6.11rc01 [May 27, 2014] No changes. Version 1.6.11rc02 [June 3, 2014] Test ZLIB_VERNUM instead of PNG_ZLIB_VERNUM in contrib/tools/pngfix.c Version 1.6.11 [June 5, 2014] No changes.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/png/Makefile4
-rw-r--r--graphics/png/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index d5a93773238..4a2c4ae68bf 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.169 2014/03/12 09:17:52 wiz Exp $
+# $NetBSD: Makefile,v 1.170 2014/06/05 16:33:54 wiz Exp $
-DISTNAME= libpng-1.6.10
+DISTNAME= libpng-1.6.11
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index d2144392458..81b578136f3 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.114 2014/03/12 09:17:52 wiz Exp $
+$NetBSD: distinfo,v 1.115 2014/06/05 16:33:54 wiz Exp $
-SHA1 (libpng-1.6.10.tar.xz) = adb44c93795446eaa4170bf9305b6f771eb368bc
-RMD160 (libpng-1.6.10.tar.xz) = 5c72bb73a2f595ad77870dc5f5e814041f8f2681
-Size (libpng-1.6.10.tar.xz) = 898452 bytes
+SHA1 (libpng-1.6.11.tar.xz) = 4d832e419bd4aaa2bb416a7421b2d0279d0dc1d9
+RMD160 (libpng-1.6.11.tar.xz) = 9b559ab517f26a374bbeaee2588deadd12560fa3
+Size (libpng-1.6.11.tar.xz) = 900748 bytes