./graphics/png, Library for manipulating PNG images

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


Branch: pkgsrc-2012Q2, Version: 1.5.12, Package name: png-1.5.12, Maintainer: wiz

Libpng was written as a companion to the PNG specification, as a
way to reduce the amount of time and effort it takes to support
the PNG file format in application programs. Most users will not
have to modify the library significantly; advanced users may want
to modify it more. The library was coded for both users. All
attempts were made to make it as complete as possible, while
keeping the code easy to understand. Currently, this library
only supports C. Support for other languages is being considered.


Required to build:
[devel/libtool-base]

Master sites: (Expand)

SHA1: e45110a5e6787819be50f31092f1a1d43b717de0
RMD160: 76d88b371b0d87bcc0e76edd2a493174d3596f1c
Filesize: 851.368 KB

Version history: (Expand)


CVS history: (Expand)


   2012-07-13 10:51:00 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3858 - requested by wiz
graphics/png: security update

Revisions pulled up:
- graphics/png/Makefile                                         1.150
- graphics/png/distinfo                                         1.97

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Jul 11 09:00:42 UTC 2012

   Modified Files:
   	pkgsrc/graphics/png: Makefile distinfo

   Log message:
   Update to 1.5.12:
     Removed scripts/makefile.cegcc from the *.zip and *.7z distributions; it
       depends on configure, which is not included in those archives.
     Changed "a+w" to "u+w" in Makefile.in to fix CVE-2012-3386.

   I don't see CVS-2012-3386 as a vulnerability that applies to pkgsrc,
   since to trigger it, you have to run 'make distcheck', and pkgsrc
   never does that.