NetBSD.se

CVS log for pkgsrc/graphics/gd/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / graphics / gd

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jan 6 18:01:21 2011 UTC (16 months, 2 weeks ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, HEAD
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
add a patch from upstream to fix a bug which made that fontconfig
support could not be switched off once enabled
(could make a difference for gnuplot but I couldn't find a testcase yet)

Revision 1.29.4.1: download - view: text, markup, annotated - select for diffs
Thu Oct 22 21:28:32 2009 UTC (2 years, 7 months ago) by tron
Branches: pkgsrc-2009Q3
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +2 -1 lines
Pullup ticket #2919 - requested by taca
gd: security patch

Revisions pulled up:
- graphics/gd/Makefile				1.81
- graphics/gd/distinfo				1.30-1.31
- graphics/gd/patches/patch-ad			1.1
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Oct 22 14:39:55 UTC 2009

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

Log Message:
Fix gd library security problem refering PHP's SVN repositry.

	http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3546

Bump PKGREVISION.
(This fix is for php5 only and I don't know about php4.)
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Oct 22 15:20:53 UTC 2009

Modified Files:
	pkgsrc/graphics/gd: distinfo

Log Message:
Oops, update distinfo.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Oct 22 15:20:53 2009 UTC (2 years, 7 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Oops, update distinfo.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Oct 22 14:39:55 2009 UTC (2 years, 7 months ago) by taca
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
Fix gd library security problem refering PHP's SVN repositry.

	http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3546

Bump PKGREVISION.
(This fix is for php5 only and I don't know about php4.)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Apr 12 00:29:26 2009 UTC (3 years, 1 month ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Branch point for: pkgsrc-2009Q3
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
PkgSrc changes:
  - allow optionally build a gd which supports xpm

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Sep 22 17:44:49 2008 UTC (3 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Avoid dependency on libXpm; thanks to adrianp

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Jul 1 07:54:25 2007 UTC (4 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -5 lines
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

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 22 17:21:18 2007 UTC (5 years, 3 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -2 lines
CVE-2006-2906 has been fixed upstream another way; this patch is unneeded

Revision 1.23.6.1: download - view: text, markup, annotated - select for diffs
Sun Feb 18 12:09:25 2007 UTC (5 years, 3 months ago) by ghen
Branches: pkgsrc-2006Q4
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +5 -5 lines
Pullup ticket 2022 - requested by salo
security update for gd

- pkgsrc/graphics/gd/Makefile				1.71-1.72
- pkgsrc/graphics/gd/distinfo				1.24-1.25
- pkgsrc/graphics/gd/patches/patch-ac			1.4-1.5

   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Feb  7 20:28:49 UTC 2007

   Modified Files:
	   pkgsrc/graphics/gd: Makefile

   Log Message:
   Update HOMEPAGE.
---
   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
---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Sat Feb 17 07:04:45 UTC 2007

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

   Log Message:
   Patch patch-ac

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Feb 17 07:04:44 2007 UTC (5 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Patch patch-ac

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Feb 16 20:37:52 2007 UTC (5 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -5 lines
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

Revision 1.22.8.1: download - view: text, markup, annotated - select for diffs
Thu Jun 15 12:56:54 2006 UTC (5 years, 11 months ago) by ghen
Branches: pkgsrc-2006Q1
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +2 -1 lines
Pullup ticket 1702 - requested by salo
security fix for gd

Revisions pulled up:
- pkgsrc/graphics/gd/Makefile		1.68, 1.69, 1.70
- pkgsrc/graphics/gd/distinfo		1.23
- pkgsrc/graphics/gd/patches/patch-ac	1.3

   Module Name:	pkgsrc
   Committed By:	minskim
   Date:		Sun May 14 18:19:08 UTC 2006

   Modified Files:
	pkgsrc/graphics/gd: Makefile

   Log Message:
   Fix a pkglint warning.
---
   Module Name:	pkgsrc
   Committed By:	minskim
   Date:		Sun May 14 18:22:38 UTC 2006

   Modified Files:
	pkgsrc/graphics/gd: Makefile

   Log Message:
   This package installs a perl script.  Add a dependency on perl using
   USE_TOOLS.

   Bump PKGREVISION.
---
   Module Name:	pkgsrc
   Committed By:	salo
   Date:		Wed Jun 14 21:42:33 UTC 2006

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

   Log Message:
   Security fix for CVE-2006-2906:

   "The LZW decoding in the gdImageCreateFromGifPtr function in the Thomas
    Boutell graphics draw (GD) library (aka libgd) 2.0.33 allows remote
    attackers to cause a denial of service (CPU consumption) via malformed
    GIF data that causes an infinite loop."

   Patch from Xavier Roche via Ubuntu.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jun 14 21:42:33 2006 UTC (5 years, 11 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Branch point for: pkgsrc-2006Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Security fix for CVE-2006-2906:

"The LZW decoding in the gdImageCreateFromGifPtr function in the Thomas
 Boutell graphics draw (GD) library (aka libgd) 2.0.33 allows remote
 attackers to cause a denial of service (CPU consumption) via malformed
 GIF data that causes an infinite loop."

Patch from Xavier Roche via Ubuntu.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jun 6 18:38:08 2005 UTC (6 years, 11 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Branch point for: pkgsrc-2006Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
Do not define a variable in a header file; move the definition into .c
and leave the declraration only.  This fixes the graphviz build
problem reported by Adrian Portelli in PR pkg/28596.

Bump PKGREVISION.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Feb 24 08:45:05 2005 UTC (7 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Add RMD160 digests

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Nov 10 12:58:48 2004 UTC (7 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Changes 2.0.33:
* Corrects a problem which prevented compiling with older versions of
  freetype2

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Nov 3 13:13:02 2004 UTC (7 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Changes 2.0.32:
* Animated GIF writing support
* Fontconfig support
* Open polygon drawing
* Fixes

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jul 23 07:52:16 2004 UTC (7 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Checksum corrected for the archive re-release

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jul 22 12:38:49 2004 UTC (7 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Changes 2.0.28:
* Restored support for reading and writing GIF images
* Fix for a possible problem in gdImageTrueColorToPalette

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jul 16 07:46:54 2004 UTC (7 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Changes 2.0.27:
Fixes
* Potential memory overruns in gdImageFilled Polygon
* The sign of Y-axis values returned in the bounding box by gdImageStringFT

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jul 1 10:28:42 2004 UTC (7 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Changes 2.0.26:
* Windows build uses __stdcall calling convention
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue May 25 14:55:34 2004 UTC (7 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Changes 2.0.25:
* Correction in gdfontl.h

Changes 2.0.24:
* bgd.dll is now compatible with Visual BASIC
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 26 12:24:13 2004 UTC (8 years ago) by adam
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Changes 2.0.23:
* horizontal and vertical DPI hints can now be given to the freetype font
  renderer via the gdFTStringExtra
* several autoconf problems have been addressed
* the current version of freetype is more precisely detected to prevent
  FT_ENCODING_SYMBOL-related errors
* a significant bug in gdNewDynamicCtx was fixed

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 4 13:34:53 2004 UTC (8 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Changes 2.0.22:
* New font-fetching functions
* CMYK colour-space in JPEGs can now be opened
* Fixed configure script

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 20 14:32:58 2004 UTC (8 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Changes 2.0.21:
* added gdImageCreateFromPngPtr and similar

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jan 9 14:25:51 2004 UTC (8 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Changes 2.0.20:
	fixed binary API incompatibility introduced in 2.0.16

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 8 12:47:49 2004 UTC (8 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Changes 2.0.19:
	correcting problem with the built-in gd fonts on Unix

Changes 2.0.18:
	introduced a conveniently precompiled DLL for Windows programmers

	the default separator of alternative truetype font paths is now
	a semicolon rather than a space

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 5 15:30:16 2004 UTC (8 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Changes 2.0.17:
	minor compilation and packaging problem fixed

Changes 2.0.16:
	Adds polar coordinate transformation, text on a circle, thread safety
	truetype font output, performance optimizations, correct compilation
	with the latest versions of freetype, and many fixes

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 23 09:53:10 2003 UTC (8 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -4 lines
Update gd to 2.0.15
What's new:
* Support for truecolor images
* Support for alpha channels
* The specialized .gd and .gd2 file formats
* Documentation fixes
* Bug fixes

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 7 11:32:39 2003 UTC (8 years, 11 months ago) by cjep
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Use $(INSTALL) rather than "install". Fixes build on Solaris.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jan 21 16:29:25 2002 UTC (10 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
Update to 1.8.4:
* Add support for FreeType2 (John Ellson ellson@lucent.com)
[not used in the package right now]
* Add support for finding in fonts in a builtin DEFAULT_FONTPATH, or in a path
  from the GDFONTPATH environment variable.
* remove some unused symbols to reduce compiler warnings
* bugfix in size comparisons in gdImageCompare
* REXX now mentioned
* All memory allocation functions are now wrapped within the library; gdFree is
  exported and recommended for freeing memory returned by the
  gdImage(Something)Ptr family of functions.
Based on a package sent to tech-pkg by Adam Ciarcinski.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 28 20:02:56 2001 UTC (10 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.  Also
use REPLACE_PERL instead of patching to replace /usr/bin/perl.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jun 14 06:36:50 2001 UTC (10 years, 11 months ago) by kei
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
added support to fix the path to perl.

It seems that we need more generic way to replace the symbols (e.g. paths)
in the various files.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 21 09:54:12 2001 UTC (11 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Move to sha1 digests, and/or add distfile sizes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 11:23:13 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>