summaryrefslogtreecommitdiff
path: root/graphics/gd/Makefile
diff options
context:
space:
mode:
authoradam <adam>2007-07-01 07:54:25 +0000
committeradam <adam>2007-07-01 07:54:25 +0000
commit581f09b3cd142173dbd1299c0c06cbce10c4b4a0 (patch)
tree845d672d0f71b7c06db5da809fa6e25217203646 /graphics/gd/Makefile
parentc6a3ca2a935bcb95bb5764ee5bac22165f1eded8 (diff)
downloadpkgsrc-581f09b3cd142173dbd1299c0c06cbce10c4b4a0.tar.gz
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
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r--graphics/gd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 41ee7947c19..fe80de6db55 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2007/05/16 13:12:39 gdt Exp $
+# $NetBSD: Makefile,v 1.74 2007/07/01 07:54:25 adam Exp $
-DISTNAME= gd-2.0.34
+DISTNAME= gd-2.0.35
CATEGORIES= graphics
MASTER_SITES= http://www.libgd.org/releases/
EXTRACT_SUFX= .tar.bz2