diff options
author | ache <ache@FreeBSD.org> | 2009-07-16 22:05:30 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2009-07-16 22:05:30 +0800 |
commit | 31fd401de32e050d345cced07f916c5b326c898c (patch) | |
tree | 3cbbce804d4c653331829d231bdf6272fe2233e9 /graphics/png | |
parent | 7408d58d582766a14be1b9a5be3773439d286b3a (diff) | |
download | freebsd-ports-gnome-31fd401de32e050d345cced07f916c5b326c898c.tar.gz freebsd-ports-gnome-31fd401de32e050d345cced07f916c5b326c898c.tar.zst freebsd-ports-gnome-31fd401de32e050d345cced07f916c5b326c898c.zip |
Update to 1.2.37
PR: 136207
Submitted by: bf <bf1783@gmail.com>
Security: CVE-2009-2042
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 3 | ||||
-rw-r--r-- | graphics/png/distinfo | 6 | ||||
-rw-r--r-- | graphics/png/files/patch-ab | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 5957c3b9f322..e260123aaeee 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,12 +6,11 @@ # PORTNAME= png -PORTVERSION= 1.2.35 +PORTVERSION= 1.2.37 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} DISTNAME= lib${PORTNAME}-${PORTVERSION} - #PATCH_SITES= ${MASTER_SITES} #PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} #PATCHFILES= diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 27f04bbb6bb6..dd729cd3282a 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.35.tar.bz2) = b8b8d09adf6bee2c5902c8e54c4f2e68 -SHA256 (libpng-1.2.35.tar.bz2) = cafe6431f9e6d561fb7b396bf94ff73a9cd0f4279f3eea2fc714ab90e345eee6 -SIZE (libpng-1.2.35.tar.bz2) = 650154 +MD5 (libpng-1.2.37.tar.bz2) = 6d1ee0888dbb711214943cb19c294b49 +SHA256 (libpng-1.2.37.tar.bz2) = 682960b55527b54bada90e959c2d42679444a1db43677c77eb645a29645f86d1 +SIZE (libpng-1.2.37.tar.bz2) = 660314 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 6ca8cae095b4..967f132d9919 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.35 + Version: 1.2.37 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |