Subject: CVS commit: pkgsrc/graphics/gd
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 02/16/2007 20:37:52
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Feb 16 20:37:52 UTC 2007

Modified Files:
	pkgsrc/graphics/gd: Makefile distinfo
	pkgsrc/graphics/gd/patches: patch-ac

Log Message:
Changes 2.0.34:
* 32-bit multiplication overflow vulnerabilities along with a number of similar
  issues
* Memory allocation errors that were not checked
* Multiple issues in the GIF loader. Corrupt gif images would cause a segfault
  or infinite loop
* Malformed or empty PNG image also may have caused segfaults
* gdImageFillToBorder segfaulted when the color was not opaque (alpha > 0)
* Antialiased lines drawn on an images edge caused a segfault
* gdImageFill segfaulted when used with patterns or invalid arguments
* gdImageFilledEllipse did not respect transparency


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 pkgsrc/graphics/gd/Makefile
cvs rdiff -r1.23 -r1.24 pkgsrc/graphics/gd/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/gd/patches/patch-ac

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