pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2008Q4]: pkgsrc/graphics/png Pullup ticket #2703 - requested b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/840550a3f38b
branches:  pkgsrc-2008Q4
changeset: 552335:840550a3f38b
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Feb 21 12:52:34 2009 +0000

description:
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)

diffstat:

 graphics/png/Makefile |  4 ++--
 graphics/png/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r c16d5e80c39e -r 840550a3f38b graphics/png/Makefile
--- a/graphics/png/Makefile     Mon Feb 16 05:25:07 2009 +0000
+++ b/graphics/png/Makefile     Sat Feb 21 12:52:34 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2008/11/01 14:34:08 wiz Exp $
+# $NetBSD: Makefile,v 1.110.2.1 2009/02/21 12:52:34 tron Exp $
 
-DISTNAME=      libpng-1.2.33
+DISTNAME=      libpng-1.2.35
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff -r c16d5e80c39e -r 840550a3f38b graphics/png/distinfo
--- a/graphics/png/distinfo     Mon Feb 16 05:25:07 2009 +0000
+++ b/graphics/png/distinfo     Sat Feb 21 12:52:34 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.54 2008/11/01 14:34:08 wiz Exp $
+$NetBSD: distinfo,v 1.54.2.1 2009/02/21 12:52:34 tron Exp $
 
-SHA1 (libpng-1.2.33.tar.bz2) = 72b5327cbc1677d11d8c910ce61b683733f80592
-RMD160 (libpng-1.2.33.tar.bz2) = 96fdc535812518c4d27949f272d7ee4c8b365605
-Size (libpng-1.2.33.tar.bz2) = 651555 bytes
+SHA1 (libpng-1.2.35.tar.bz2) = aad4faf21a1fc5853a55a2ff51351707bde3f6ac
+RMD160 (libpng-1.2.35.tar.bz2) = 56d3540f2c86297fe84a7a9bca8ee54be8e50c82
+Size (libpng-1.2.35.tar.bz2) = 650154 bytes
 SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3
 SHA1 (patch-ac) = aaafc963c85b72e37fbbeed3e76f0c2ce9ebe9b2
 SHA1 (patch-ae) = 8c06a09817d414ffffbfd39bdd7d1f4336538bf3



Home | Main Index | Thread Index | Old Index