diff options
author | pav <pav@FreeBSD.org> | 2010-06-29 21:14:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-29 21:14:53 +0800 |
commit | fea464111fa259ae20ff770b55b53abc5edebfc6 (patch) | |
tree | 2e54afa4e02c1adebec8e18ae0f1d465861e6f45 /graphics | |
parent | ea5b6e3ad6e230119ebcc46751943375b902fcb1 (diff) | |
download | freebsd-ports-gnome-fea464111fa259ae20ff770b55b53abc5edebfc6.tar.gz freebsd-ports-gnome-fea464111fa259ae20ff770b55b53abc5edebfc6.tar.zst freebsd-ports-gnome-fea464111fa259ae20ff770b55b53abc5edebfc6.zip |
- Update to 1.4.3
PR: ports/148214
Submitted by: dinoex (maintainer)
Approved by: portmgr
Security: CVE-2010-1205
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 5 | ||||
-rw-r--r-- | graphics/png/distinfo | 12 | ||||
-rw-r--r-- | graphics/png/files/patch-libpng.pc.in | 2 | ||||
-rw-r--r-- | graphics/png/files/patch-pngconf.h | 11 |
4 files changed, 8 insertions, 22 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index bcbf214c98a4..07b9bac313b9 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,8 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/01-lib${PORTNAME}-master/${PORTVERSION} DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -16,8 +15,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dinoex@FreeBSD.org COMMENT= Library for manipulating PNG images -FORBIDDEN= vulnerable to remote buffer overflow - MAKEFILE= ${WRKSRC}/scripts/makefile.freebsd ALL_TARGET= all libpng-config test MAKE_FLAGS= ccopts="${CFLAGS}" ldopts="${LDFLAGS}" -f diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 20f3fe631c90..ca4a3ea60243 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,6 +1,6 @@ -MD5 (libpng-1.4.1.tar.xz) = d4cb0236cce9ce8ff49a22994a01f9e0 -SHA256 (libpng-1.4.1.tar.xz) = 87b97d19f5460c1e31c22df8896ce98fab1532d57a0ae66b58226f08e4475e71 -SIZE (libpng-1.4.1.tar.xz) = 523000 -MD5 (libpng-1.4.1-apng.patch) = f7cfe836d963564bb658eeec610d6086 -SHA256 (libpng-1.4.1-apng.patch) = 59d7feed7fd87a77cbd395f63b37759007e8c7cc21a21e8c14e0811a6aa9ed91 -SIZE (libpng-1.4.1-apng.patch) = 54364 +MD5 (libpng-1.4.3.tar.xz) = 322e2e0c0dea7a374ce6e60d9a72e604 +SHA256 (libpng-1.4.3.tar.xz) = 3728f11d9b0b9943d855f558f3ee2334af50cc9197a9218825787a303b5037d3 +SIZE (libpng-1.4.3.tar.xz) = 539048 +MD5 (libpng-1.4.3-apng.patch) = c37a273158cabcd0495d44c9d1a5cedf +SHA256 (libpng-1.4.3-apng.patch) = 7b94cb5089244d8d7be686a9f9a901dda11a65c8b05f48c33d790f843ac96e99 +SIZE (libpng-1.4.3-apng.patch) = 54364 diff --git a/graphics/png/files/patch-libpng.pc.in b/graphics/png/files/patch-libpng.pc.in index 4bec89850dd3..530363d07dd4 100644 --- a/graphics/png/files/patch-libpng.pc.in +++ b/graphics/png/files/patch-libpng.pc.in @@ -12,7 +12,7 @@ Name: libpng Description: Loads and saves PNG files - Version: 1.4.1 + Version: 1.4.3 -Libs: -L${libdir} -lpng14 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} diff --git a/graphics/png/files/patch-pngconf.h b/graphics/png/files/patch-pngconf.h deleted file mode 100644 index 0793fbe98251..000000000000 --- a/graphics/png/files/patch-pngconf.h +++ /dev/null @@ -1,11 +0,0 @@ ---- pngconf.h.orig 2010-02-25 12:38:29.000000000 +0100 -+++ pngconf.h 2010-03-28 19:35:29.000000000 +0200 -@@ -499,7 +499,7 @@ - # ifndef PNG_NO_READ_INVERT - # define PNG_READ_INVERT_SUPPORTED - # endif --#if 0 /* removed from libpng-1.4.0 */ -+#if 1 /* removed from libpng-1.4.0 */ - # ifndef PNG_NO_READ_DITHER - # define PNG_READ_DITHER_SUPPORTED - # endif |