Date: Sat, 13 Oct 2007 17:44:53 -0700 (PDT) From: Nick Barkas <snb@threerings.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ache@FreeBSD.org Subject: ports/117165: [patch] graphics/png update to 1.2.22 Message-ID: <20071014004453.3C76817228@maguro.moduli.net> Resent-Message-ID: <200710140110.l9E1A1SL047846@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 117165 >Category: ports >Synopsis: [patch] graphics/png update to 1.2.22 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 14 01:10:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Nick Barkas >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: Three Rings Design, Inc. >Environment: System: FreeBSD maguro.moduli.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Fri Dec 1 23:08:05 PST 2006 root@maguro.moduli.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: This is a small patch to upgrade the just updated graphics/png port from 1.2.21 to 1.2.22. The new release of libpng fixes some potential DoS bugs listed in a recent VuXML entry. >How-To-Repeat: >Fix: --- png.patch begins here --- diff -urN png.orig/Makefile png/Makefile --- png.orig/Makefile Sat Oct 13 17:16:28 2007 +++ png/Makefile Sat Oct 13 17:19:07 2007 @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.21 +PORTVERSION= 1.2.22 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff -urN png.orig/distinfo png/distinfo --- png.orig/distinfo Sat Oct 13 17:16:28 2007 +++ png/distinfo Sat Oct 13 17:20:29 2007 @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.21.tar.bz2) = b0cda5e10e8165e5f151e674e1a67983 -SHA256 (libpng-1.2.21.tar.bz2) = 3b4f186e5dd1e683178d58d45db16f4fd9203f6518037ff28b4505ec35246953 -SIZE (libpng-1.2.21.tar.bz2) = 614352 +MD5 (libpng-1.2.22.tar.bz2) = e50208ad684a5822c74b8a260962a4d4 +SHA256 (libpng-1.2.22.tar.bz2) = 03b8104975dcc4edf97d1f9d0dfccb8ff9f6eec9d2a2f271a3ff8a7c7cd53d54 +SIZE (libpng-1.2.22.tar.bz2) = 614414 diff -urN png.orig/files/patch-ab png/files/patch-ab --- png.orig/files/patch-ab Sat Oct 13 17:16:28 2007 +++ png/files/patch-ab Sat Oct 13 17:32:45 2007 @@ -12,7 +12,7 @@ Name: libpng Description: Loads and saves PNG files - Version: 1.2.21 + Version: 1.2.22 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} --- png.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071014004453.3C76817228>