Subject: CVS commit: pkgsrc/graphics/png
To: None <pkgsrc-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: pkgsrc-changes
Date: 11/06/2002 23:30:21
Module Name:	pkgsrc
Committed By:	fredb
Date:		Wed Nov  6 21:30:20 UTC 2002

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

Log Message:
Update to png 1.2.5:

* Changed png_error() to png_warning() about
  "Too much data" in pngpread.c and about
  "Extra compressed data" in pngrutil.c.
* Prevent png_ptr->pass from exceeding 7 in
  png_push_finish_row().
* Updated png.c and pnggccrd.c handling of return from
  png_mmx_support() [Doesn't apply to the package.]
* Only issue png_warning() about "Too much data" in
  pngpread.c when avail_in is nonzero.
* Relocated two misplaced PNGAPI lines in pngtest.c

Update submitted by Stefan Krüger in PR/18926.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 pkgsrc/graphics/png/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/png/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/png/patches/patch-ab

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