ports/128718: [PATCH]graphics/png: update to 1.2.33

bf bf2006a at yahoo.com
Sun Nov 9 08:50:01 UTC 2008


>Number:         128718
>Category:       ports
>Synopsis:       [PATCH]graphics/png: update to 1.2.33
>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:   Sun Nov 09 08:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
"Fix memory leak when reading malformed tEXt chunk."
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN png.orig/Makefile png/Makefile
--- png.orig/Makefile	2008-11-08 18:58:08.049540701 -0500
+++ png/Makefile	2008-11-08 19:12:53.856662276 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	png
-PORTVERSION=	1.2.32
+PORTVERSION=	1.2.33
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	lib${PORTNAME}
diff -ruN png.orig/distinfo png/distinfo
--- png.orig/distinfo	2008-11-08 18:58:08.049540701 -0500
+++ png/distinfo	2008-11-08 19:12:53.856662276 -0500
@@ -1,3 +1,3 @@
-MD5 (libpng-1.2.32.tar.bz2) = df4a20c6f24a6f642ae11c9a5a4ffa7f
-SHA256 (libpng-1.2.32.tar.bz2) = 928cd5f6aa2ccce97125a3add90479b901df902f27cefbb2052b89d92e7d757f
-SIZE (libpng-1.2.32.tar.bz2) = 639460
+MD5 (libpng-1.2.33.tar.bz2) = 0532c28ba1b17ee2095ad50731c2c75c
+SHA256 (libpng-1.2.33.tar.bz2) = af3a8150fedaf3ea561c10c59fa828f71f732ade06e3f3d13fa453629c470800
+SIZE (libpng-1.2.33.tar.bz2) = 651555
diff -ruN png.orig/files/patch-ab png/files/patch-ab
--- png.orig/files/patch-ab	2008-11-08 18:58:08.043537423 -0500
+++ png/files/patch-ab	2008-11-08 19:12:53.856662276 -0500
@@ -12,7 +12,7 @@
  
  Name: libpng
  Description: Loads and saves PNG files
- Version: 1.2.32
+ Version: 1.2.33
 -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