diff options
author | adam <adam@pkgsrc.org> | 2004-05-20 08:41:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-05-20 08:41:07 +0000 |
commit | 17164d1a9ac6d7e33e2751d8f471c96adacf954a (patch) | |
tree | c50a711b9100ad497b3b69e023d08cc6a40fde14 /graphics/netpbm | |
parent | d9614e978dd8bb4ea6f12450dfdc579cc220f7e9 (diff) | |
download | pkgsrc-17164d1a9ac6d7e33e2751d8f471c96adacf954a.tar.gz |
Changes 10.18.13:
* ppmtompeg: fix crash with input that is not a multiple of 16 pixels high
and wide
* pamtotga: fix crash due to freeing nonexistent color table
* pamtotga: fix bug: invalid TGA when you use -rgb with a non-color input
* pgmtopbm: fix calculations that divide by maxval+1; should divide by maxval
* pbm_readpbmrowpacked(): Fix bug: ORs bits into return value instead of
setting them
Diffstat (limited to 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/Makefile | 4 | ||||
-rw-r--r-- | graphics/netpbm/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 11fcea71b3f..df889e77a06 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.92 2004/04/29 08:02:39 adam Exp $ +# $NetBSD: Makefile,v 1.93 2004/05/20 08:41:07 adam Exp $ -DISTNAME= netpbm-10.18.12 +DISTNAME= netpbm-10.18.13 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netpbm/} EXTRACT_SUFX= .tgz diff --git a/graphics/netpbm/distinfo b/graphics/netpbm/distinfo index 331926d8972..bf5f0442289 100644 --- a/graphics/netpbm/distinfo +++ b/graphics/netpbm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.21 2004/05/03 16:42:47 fredb Exp $ +$NetBSD: distinfo,v 1.22 2004/05/20 08:41:07 adam Exp $ -SHA1 (netpbm-10.18.12.tgz) = ba169ea2060e2f6fc46cfc87bc8e3256aec56f9e -Size (netpbm-10.18.12.tgz) = 2090624 bytes +SHA1 (netpbm-10.18.13.tgz) = a9c5170f03731b10e30001615e3f5876be5df0c4 +Size (netpbm-10.18.13.tgz) = 2090771 bytes SHA1 (patch-aa) = f16f261d0812550266a1a857c28966ec3356e5bb SHA1 (patch-ab) = 1a1acf71faea487fce9fb102509b0aab06950fb7 SHA1 (patch-ac) = cd8bb4318828a9872cce2793635c4bc51272d199 |