ports/122558: [PATCH]:graphics/png: update to 1.2.26

bf bf2006a at yahoo.com
Tue Apr 8 10:00:01 UTC 2008


>Number:         122558
>Category:       ports
>Synopsis:       [PATCH]:graphics/png: update to 1.2.26
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 08 10:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
Changes:

version 1.2.26beta01 [February 21, 2008]
  Added missing "(" in pngmem.c.  Bug introduced in libpng-1.2.2/1.0.13

version 1.2.26beta02 [March 12, 2008]
  Refined error message returned from deflateInit2 in pngwutil.c
  Check IHDR length in png_push_read_chunk() before saving it.

version 1.2.26beta03 [March 16, 2008]
  Revised contrib/gregbook to handle premature end-of-file and file
    read errors correctly.

version 1.2.26beta04 [March 18, 2008]
  Free png_ptr->big_row_buf and png_ptr->prev_row before allocating
    new copies in png_read_start_row().  Bug introduced in libpng-1.2.22.

version 1.2.26beta05 [March 19, 2008]
  Removed extra png_free() added in libpng-1.2.26beta04.

version 1.2.26beta06 [March 19, 2008]
  Avoid reallocating big_row_buf and prev_row when the size does not increase.

version 1.2.26rc01 [April 2, 2008]
  Ifdef out some code that is unused when interlacing is not supported.


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -druN png.orig/Makefile png/Makefile
--- png.orig/Makefile	2008-03-04 10:52:13.000000000 -0500
+++ png/Makefile	2008-04-06 19:25:09.039571000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	png
-PORTVERSION=	1.2.25
+PORTVERSION=	1.2.26
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	lib${PORTNAME}
diff -druN png.orig/distinfo png/distinfo
--- png.orig/distinfo	2008-03-04 10:52:13.000000000 -0500
+++ png/distinfo	2008-04-06 19:25:49.229874000 -0400
@@ -1,3 +1,3 @@
-MD5 (libpng-1.2.25.tar.bz2) = 0c1df914de7fd3b6a129af569889c856
-SHA256 (libpng-1.2.25.tar.bz2) = 2e92eada0c32d5e49da5617d389e43bc27a18bdca4b8d7badb7fee931d157ce0
-SIZE (libpng-1.2.25.tar.bz2) = 638262
+MD5 (libpng-1.2.26.tar.bz2) = 1f743f4a3e5a9c12ea16eff0c60c3f8e
+SHA256 (libpng-1.2.26.tar.bz2) = 17c589b64902c6fc045ad85d748c647035b9916016813182402e89114aa7ebe7
+SIZE (libpng-1.2.26.tar.bz2) = 627569
diff -druN png.orig/files/patch-ab png/files/patch-ab
--- png.orig/files/patch-ab	2008-03-04 10:52:13.000000000 -0500
+++ png/files/patch-ab	2008-04-06 19:44:14.985201000 -0400
@@ -12,7 +12,7 @@
  
  Name: libpng
  Description: Loads and saves PNG files
- Version: 1.2.25
+ Version: 1.2.26
 -Libs: -L${libdir} -lpng12
 +Libs: -L${libdir} -lpng -lz -lm
  Cflags: -I${includedir}


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list