./graphics/gd, Graphics library for the dynamic creation of images

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q3, Version: 2.2.3nb1, Package name: gd-2.2.3nb1, Maintainer: adam

gd is a graphics library. It allows your code to quickly draw images
complete with lines, arcs, text, multiple colors, cut and paste from
other images, and flood fills, and write out the result as a .PNG
file. This is particularly useful in World Wide Web applications,
where .PNG is one of the formats accepted for inline images by most
browsers.

gd is not a paint program. If you are looking for a paint program, you
are looking in the wrong place. If you are not a programmer, you are
looking in the wrong place.

gd does not provide for every possible desirable graphics operation.
It is not necessary or desirable for gd to become a kitchen-sink
graphics package, but incorporates most of the commonly requested
features for an 8-bit 2D package.


Required to run:
[fonts/fontconfig] [lang/perl5] [graphics/freetype2] [graphics/libwebp] [graphics/png] [graphics/tiff]

Master sites:

SHA1: 2f8cebec5afd6c83a3d5cb92f40ea4926b4daa98
RMD160: e6c29133c2ea33c8ba16571892d2798ef0f5afea
Filesize: 2113.43 KB

Version history: (Expand)


CVS history: (Expand)


   2016-10-06 20:25:40 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5124 - requested by taca
graphics/gc: security fix

Revisions pulled up:
- graphics/gd/Makefile                                          1.112
- graphics/gd/distinfo                                          1.42
- graphics/gd/patches/patch-src_gd__webp.c                      1.1

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Oct  5 03:10:31 UTC 2016

   Modified Files:
   	pkgsrc/graphics/gd: Makefile distinfo
   Added Files:
   	pkgsrc/graphics/gd/patches: patch-src_gd__webp.c

   Log message:
   Add fix for CVE-2016-7568.

   Bump PKGREVISION.