diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-09-20 18:24:29 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-09-20 18:24:29 +0000 |
commit | 24e7038de662691f491770900cdb5d04b6a9fdf9 (patch) | |
tree | a04d343d719c05555652706f355cd9a849a4fc1a | |
parent | Fix crash issue of cannaserver. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=220440
-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} |