diff options
author | wiz <wiz> | 2012-10-02 16:58:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-02 16:58:46 +0000 |
commit | fee28e6875bd463959e4b957af0f1094d8494e40 (patch) | |
tree | 0699b2da187d4e4403495154a1930f9986771836 /graphics | |
parent | 1132d0de9979202edb2c566ccaea64418af5ea73 (diff) | |
download | pkgsrc-fee28e6875bd463959e4b957af0f1094d8494e40.tar.gz |
Update to 1.5.13:
Version 1.5.13beta01 [August 8, 2012]
Do not compile PNG_DEPRECATED, PNG_ALLOC and PNG_PRIVATE when __GNUC__ < 3.
Removed references to png_zalloc() and png_zfree() from the manual.
Revised PNG_FP_EXPORT and PNG_FIXED_EXPORT macros to avoid generating
lone semicolons (patch ported from libpng-1.6.0beta11).
Version 1.5.13beta02 [September 10, 2012]
Corrected handling of the image array and the row_pointers array in example.c
When png_set_filler is used to strip a filler channel during write, the
code prior to 1.5 would ignore the case where the output required an
alpha channel or when the output was a palettized PNG. In libpng-1.5 the
ignorance was lost and libpng proceeded to strip the channel resulting
in a bad (potential memory overwrite) failure later. This reverts
the behavior to the pre-1.5 state but issues a warning. libpng-1.6 is
expected to issue an error on the erroneous png_set_filler call.
Use png_memset() consistently (pngmem.c contained some bare "memset" calls).
Version 1.5.13rc01 [September 17, 2012]
No changes.
Version 1.5.13 [September 27, 2012]
No changes.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 6002a0bc597..be4cfdfa890 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.150 2012/07/11 09:00:41 wiz Exp $ +# $NetBSD: Makefile,v 1.151 2012/10/02 16:58:46 wiz Exp $ -DISTNAME= libpng-1.5.12 +DISTNAME= libpng-1.5.13 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 4a4171f9701..f9ba9b6b669 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.97 2012/07/11 09:00:41 wiz Exp $ +$NetBSD: distinfo,v 1.98 2012/10/02 16:58:46 wiz Exp $ -SHA1 (libpng-1.5.12.tar.bz2) = e45110a5e6787819be50f31092f1a1d43b717de0 -RMD160 (libpng-1.5.12.tar.bz2) = 76d88b371b0d87bcc0e76edd2a493174d3596f1c -Size (libpng-1.5.12.tar.bz2) = 871801 bytes +SHA1 (libpng-1.5.13.tar.bz2) = dfca34fa8281299a13cad87099f613ba639626e1 +RMD160 (libpng-1.5.13.tar.bz2) = 4238fb1aff1ac0b2da40d27223ecde0a578d07a9 +Size (libpng-1.5.13.tar.bz2) = 823681 bytes SHA1 (patch-aa) = aaf79ebb8a18448c096c17ae9b02da02bc537db2 |