./graphics/optipng, Advanced PNG Optimizer

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


Branch: pkgsrc-2012Q2, Version: 0.7.3, Package name: optipng-0.7.3, Maintainer: adam

OptiPNG is a PNG optimizer that recompresses the image files to a smaller
size, without losing any information. The idea has been inspired from
pngcrush, and is explained in detail in the PNG-Tech article: "A Guide
to PNG optimization"
<http://www.cs.toronto.edu/~cosmin/pngtech/optipng.html>. The
implementation is carried forward in OptiPNG, which offers a faster
execution per trial, and a wider search space.


Required to run:
[graphics/png]

Master sites:

SHA1: c5dd2c688820f34fb6973d109ca880a77141cd31
RMD160: 2329a8cc310e191adaf9c944ca92b9890e93b505
Filesize: 1576.043 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-27 13:09:33 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3923 - requested by taca
graphics/optipng: security update

Revisions pulled up:
- graphics/optipng/Makefile                                     1.26-1.27
- graphics/optipng/distinfo                                     1.22-1.23

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Sat Sep  1 09:19:20 UTC 2012

   Modified Files:
   	pkgsrc/graphics/optipng: Makefile distinfo

   Log message:
   Changes 0.7.2:
   * Upgraded libpng to version 1.4.12.
   * Upgraded zlib to version 1.2.7-optipng.
   ! Fixed the display of huge (4GB+) file/IDAT sizes on 32-bit platforms.
   ! Issued a proper error message if the output IDAT can't fit in 2GB.
     Acknowledged this limitation in the user manual.
     (Thanks to John Sauter for the report.)
   ! Fixed the output file cleanup that should occur after a write error.
   * Added the option -debug and various undocumented debug features.
   * Moved the PNG reduction module (opngreduc) to a separate sub-project.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Sep 21 04:07:22 UTC 2012

   Modified Files:
   	pkgsrc/graphics/optipng: Makefile distinfo

   Log message:
   Update optipng to 0.7.3, security fix for SA50654 (CVE-2012-4432).

   Version 0.7.3   16-sep-2012
   -------------
   !! Fixed a use-after-free vulnerability in the palette reduction code.
      This vulnerability was accidentally introduced in version 0.7.