diff options
author | adam <adam@pkgsrc.org> | 2012-09-01 09:19:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-09-01 09:19:20 +0000 |
commit | 0a42d6a076bf196adc1c87780cdb1419a14447ae (patch) | |
tree | 793d51903a8217bb62b7ae4ecfeaa45624d96ccd /graphics | |
parent | 05152fe96767aa433407db5fae9e0109202fd257 (diff) | |
download | pkgsrc-0a42d6a076bf196adc1c87780cdb1419a14447ae.tar.gz |
Changes 0.7.2:
* Upgraded libpng to version 1.4.12.
* Upgraded zlib to version 1.2.7-optipng.
! Fixed the display of huge (4GB+) file/IDAT sizes on 32-bit platforms.
! Issued a proper error message if the output IDAT can't fit in 2GB.
Acknowledged this limitation in the user manual.
(Thanks to John Sauter for the report.)
! Fixed the output file cleanup that should occur after a write error.
* Added the option -debug and various undocumented debug features.
* Moved the PNG reduction module (opngreduc) to a separate sub-project.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/optipng/Makefile | 4 | ||||
-rw-r--r-- | graphics/optipng/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/optipng/Makefile b/graphics/optipng/Makefile index 0a54c8e4c26..bc72ffe7524 100644 --- a/graphics/optipng/Makefile +++ b/graphics/optipng/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2012/03/20 19:55:19 adam Exp $ +# $NetBSD: Makefile,v 1.26 2012/09/01 09:19:20 adam Exp $ -DISTNAME= optipng-0.7.1 +DISTNAME= optipng-0.7.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=optipng/} diff --git a/graphics/optipng/distinfo b/graphics/optipng/distinfo index e6cefb60d3d..0a9b130c2dd 100644 --- a/graphics/optipng/distinfo +++ b/graphics/optipng/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2012/03/20 19:55:19 adam Exp $ +$NetBSD: distinfo,v 1.22 2012/09/01 09:19:20 adam Exp $ -SHA1 (optipng-0.7.1.tar.gz) = f71ae8c83ffb610c774f454c0f4e47cc7385a545 -RMD160 (optipng-0.7.1.tar.gz) = 67e413c1ddffcd480043c362fc4f185a7f3f3ddb -Size (optipng-0.7.1.tar.gz) = 1608280 bytes +SHA1 (optipng-0.7.2.tar.gz) = 06c294ca6fd767ff59f5ef9afdb32ae390b40989 +RMD160 (optipng-0.7.2.tar.gz) = 7b578c8339cae5d5f5d687965aa33022c6dc5910 +Size (optipng-0.7.2.tar.gz) = 1613776 bytes |