diff options
author | ache <ache@FreeBSD.org> | 2008-09-21 02:24:29 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2008-09-21 02:24:29 +0800 |
commit | 82845a9b1a0698426f9a9acaae7490bb82d86f6d (patch) | |
tree | fa9c7599e3d8f569e1016cc5edfd985f6a57045b /graphics | |
parent | 7b1d9f050914f740d009825c6366364ac04c6907 (diff) | |
download | freebsd-ports-gnome-82845a9b1a0698426f9a9acaae7490bb82d86f6d.tar.gz freebsd-ports-gnome-82845a9b1a0698426f9a9acaae7490bb82d86f6d.tar.zst freebsd-ports-gnome-82845a9b1a0698426f9a9acaae7490bb82d86f6d.zip |
Update to 1.2.32 which includes security fix.
Security: CVE-2008-3964
PR: 127502
Submitted by: bf <bf2006a@yahoo.com>
Approved by: portmgr (linimon)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 2 | ||||
-rw-r--r-- | graphics/png/distinfo | 6 | ||||
-rw-r--r-- | graphics/png/files/patch-ab | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index edc320a66003..5f7cd37879a5 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.31 +PORTVERSION= 1.2.32 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index b0846372ee33..739ee638a005 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.31.tar.bz2) = 78d2f8c4e0d64f8948819563587302d3 -SHA256 (libpng-1.2.31.tar.bz2) = 24b354dcd8843274a20e1625e04d618d43f9851082254cb9dae6f33f15c2a5cd -SIZE (libpng-1.2.31.tar.bz2) = 625715 +MD5 (libpng-1.2.32.tar.bz2) = df4a20c6f24a6f642ae11c9a5a4ffa7f +SHA256 (libpng-1.2.32.tar.bz2) = 928cd5f6aa2ccce97125a3add90479b901df902f27cefbb2052b89d92e7d757f +SIZE (libpng-1.2.32.tar.bz2) = 639460 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 0672b1d5c312..94c6a7bed9bd 100644 --- a/graphics/png/files/patch-ab +++ b/graphics/png/files/patch-ab @@ -12,7 +12,7 @@ Name: libpng Description: Loads and saves PNG files - Version: 1.2.31 + Version: 1.2.32 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |