Subject: CVS commit: pkgsrc/graphics/netpbm
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 02/17/2005 11:36:01
Module Name:	pkgsrc
Committed By:	adam
Date:		Thu Feb 17 11:36:01 UTC 2005

Modified Files:
	pkgsrc/graphics/netpbm: Makefile distinfo
	pkgsrc/graphics/netpbm/patches: patch-aa patch-ab

Log Message:
Changes 10.26.3:
* pnmremap: fix rounding error where map maxval is small
  and unequal to image maxval.
* ppmtompeg: fix compile failures on "no parallel" builds
  and where prototypes don't match definitions in bitio.c.

Changes 10.26.2:
* Build: handle zlib prerequisite of tiff library.
* giftopnm: fix crash with input that has bogus color indices
  in the raster.
* giftopnm: fix crash with input that has a bogus minimum code
  length field.
* pnmtopalm: fix padding with -offset.
* pnmtopalm: fix compressed images.  use 0 compressed size
  field - not totally correct, but passable.
* palmtopnm: fix incorrect handling of some combinations of
  PALM_IS_COMPRESSED flag and compression type field.
* palmtopnm: fix totally broken RLE and scanline compression.
* palmtopnm: fix wrong check for disallowed combination of
  -transparent and -rendition.


To generate a diff of this commit:
cvs rdiff -r1.105 -r1.106 pkgsrc/graphics/netpbm/Makefile
cvs rdiff -r1.30 -r1.31 pkgsrc/graphics/netpbm/distinfo
cvs rdiff -r1.29 -r1.30 pkgsrc/graphics/netpbm/patches/patch-aa
cvs rdiff -r1.15 -r1.16 pkgsrc/graphics/netpbm/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.