From nobody@FreeBSD.org  Tue Apr  8 09:51:52 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3F076106567F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  8 Apr 2008 09:51:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 2E20C8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  8 Apr 2008 09:51:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m389pagO030654
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 8 Apr 2008 09:51:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m389padJ030653;
	Tue, 8 Apr 2008 09:51:36 GMT
	(envelope-from nobody)
Message-Id: <200804080951.m389padJ030653@www.freebsd.org>
Date: Tue, 8 Apr 2008 09:51:36 GMT
From: bf <bf2006a@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]:graphics/png: update to 1.2.26
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         122558
>Category:       ports
>Synopsis:       [PATCH]:graphics/png: update to 1.2.26
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 08 10:00:01 UTC 2008
>Closed-Date:    Tue Apr 08 17:09:38 UTC 2008
>Last-Modified:  Tue Apr  8 17:10:01 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->ache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Apr 8 10:00:13 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122558 
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Tue Apr 8 17:09:23 UTC 2008 
State-Changed-Why:  
Committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122558 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122558: commit references a PR
Date: Tue,  8 Apr 2008 17:09:12 +0000 (UTC)

 ache        2008-04-08 17:08:58 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/png         Makefile distinfo 
     graphics/png/files   patch-ab 
   Log:
   Upgrade to 1.2.26
   
   PR:             122558
   Submitted by:   bf <bf2006a@yahoo.com>
   
   Revision  Changes    Path
   1.86      +1 -1      ports/graphics/png/Makefile
   1.39      +3 -3      ports/graphics/png/distinfo
   1.12      +1 -1      ports/graphics/png/files/patch-ab
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
