diff options
author | adam <adam@pkgsrc.org> | 2011-03-23 09:00:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-03-23 09:00:23 +0000 |
commit | 37bd4c9da9c8e77f18056d1e17fa236e22f48e55 (patch) | |
tree | 7d7ad6fc75c6be4844cfd879458379234fa0aeef /graphics/pngcrush | |
parent | 6bf7e930889df763f3bd44eb207946e756b35cb8 (diff) | |
download | pkgsrc-37bd4c9da9c8e77f18056d1e17fa236e22f48e55.tar.gz |
Changes 1.7.15:
* Force bit_depth to 1, 2, or 4 when -plte_len is <=2, <=4, or <=16 and
the -bit_depth option is not present, to avoid writing invalid palette
indexes.
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index f34cda2c11b..bb6c129accb 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2011/01/28 20:46:11 adam Exp $ +# $NetBSD: Makefile,v 1.46 2011/03/23 09:00:23 adam Exp $ -DISTNAME= pngcrush-1.7.14 +DISTNAME= pngcrush-1.7.15 PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index e66f2b30df9..0d7d68a3e12 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2011/01/28 20:46:11 adam Exp $ +$NetBSD: distinfo,v 1.30 2011/03/23 09:00:23 adam Exp $ -SHA1 (pngcrush-1.7.14.tar.bz2) = 266cb0f0ffdfba01ff7141d5871dd2b2cedb757f -RMD160 (pngcrush-1.7.14.tar.bz2) = 7ce64d19bb392b4c87515506daa1407323e05ef0 -Size (pngcrush-1.7.14.tar.bz2) = 315020 bytes +SHA1 (pngcrush-1.7.15.tar.bz2) = 9b8f6a566b2ade8629e32949dd8080304273e03c +RMD160 (pngcrush-1.7.15.tar.bz2) = 7b7754b3ca9b38934260cc7066b6e8cedf9d4cbb +Size (pngcrush-1.7.15.tar.bz2) = 319341 bytes SHA1 (patch-aa) = 5c82c5afc9923110254ac40b607fdff6d6863cc2 |