Subject: CVS commit: pkgsrc/graphics/netpbm
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/20/2004 08:41:08
Module Name:	pkgsrc
Committed By:	adam
Date:		Thu May 20 08:41:08 UTC 2004

Modified Files:
	pkgsrc/graphics/netpbm: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 pkgsrc/graphics/netpbm/Makefile
cvs rdiff -r1.21 -r1.22 pkgsrc/graphics/netpbm/distinfo

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