./graphics/png, Library for manipulating PNG images

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


Branch: pkgsrc-2008Q4, Version: 1.2.35, Package name: png-1.2.35, 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: aad4faf21a1fc5853a55a2ff51351707bde3f6ac
RMD160: 56d3540f2c86297fe84a7a9bca8ee54be8e50c82
Filesize: 634.916 KB

Version history: (Expand)


CVS history: (Expand)


   2009-02-21 13:52:34 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2703 - requested by wiz
png: security update

Revisions pulled up:
- graphics/png/Makefile				1.111-1.112
- graphics/png/distinfo				1.55-1.56
---
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Jan  5 20:22:26 UTC 2009

Modified Files:
	pkgsrc/graphics/png: Makefile distinfo

Log message:
Update to 1.2.34:

version 1.2.34beta01 [November 27, 2008]
  Revised png_warning() to write its message on standard output by default
    when warning_fn is NULL. This was the behavior prior to libpng-1.2.9beta9.
  Fixed string vs pointer-to-string error in png_check_keyword().
  Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c,
    pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking.
  Added check for zero-area RGB cHRM triangle in png_check_cHRM_fixed().
  In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant
    check for all-zero coordinates that is detected by the triangle check.
  Revised png_warning() to write its message on standard output by default
    when warning_fn is NULL.

version 1.2.34beta02 [November 28, 2008]
  Corrected off-by-one error in bKGD validity check in png_write_bKGD()
    and in png_handle_bKGD().

version 1.2.34beta03 [December 1, 2008]
  Revised bKGD validity check to use >= x instead of > x + 1
  Merged with png_debug from libpng-1.4.0 to remove newlines.

version 1.2.34beta04 [December 2, 2008]
  More merging with png_debug from libpng-1.4.0 to remove newlines.

version 1.2.34beta05 [December 5, 2008]
  Removed redundant check for key==NULL before calling png_check_keyword()
    to ensure that new_key gets initialized and removed extra warning
    (Arvan Pritchard).

version 1.2.34beta06 [December 9, 2008]
  In png_write_png(), respect the placement of the filler bytes in an earlier
    call to png_set_filler() (Jim Barry).

version 1.2.34beta07 [December 9, 2008]
  Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
    PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated
    PNG_TRANSFORM_STRIP_FILLER (Jim Barry).

version 1.0.42rc01, 1.2.34rc01 [December 11, 2008]
  No changes.

version 1.0.42, 1.2.34 [December 18, 2008]
  No changes.
---
Module Name:	pkgsrc
Committed By:	drochner
Date:		Thu Feb 19 13:13:53 UTC 2009

Modified Files:
	pkgsrc/graphics/png: Makefile distinfo

Log message:
update to 1.2.35
change: fix pointer initialization (SA33970)