Subject: CVS commit: pkgsrc/graphics/gd
From: Adam Ciarcinski
Date: 2007-07-01 09:54:25
Message id: 20070701075425.B6EB521507@cvs.netbsd.org

Log Message:
Changes 2.0.35:
* Fix valgrind error in gdImageFillTiled
* Add missing custom cmake macros
* Avoid signature buffer copy  in gd_gif_c
* Race condition in gdImageStringFTEx
* Reading GIF images is not thread safe (static usage in private functions)
* GIF Local palette is read twice
* GIF, Use local frame dimension when possible instead of the logical screen size
* OpenVMS build support, see VMS/README.VMS for the details
* GIF, do not try to use the global colmap if it does not exist
* gdImageAALine draws axis lines with two pixels width
* TTF usage doesn't work properly on Netware
* gdImageArc CPU usage with large angles
* gdImageFilledRectangle regression fixed when used with reversed edges
* Possible infinite loop in libgd/gd_png.c, flaw found by Xavier Roche
* Fixed segfault when an invalid color index is present in a GIF image data
* Possible integer overflow in gdImageCreateTrueColor
* gdImageCreateXbm can crash if gdImageCreate fails

Files:
RevisionActionfile
1.74modifypkgsrc/graphics/gd/Makefile
1.27modifypkgsrc/graphics/gd/distinfo
1.18modifypkgsrc/graphics/gd/patches/patch-aa