aboutsummaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-06-29 13:14:53 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-06-29 13:14:53 +0000
commit2f40b4fdba791833078c13441283714199d14885 (patch)
tree285f198c692aff27e18cb6ae3a5df25852aab33f /graphics/png
parent1994c705790678dd52d8861d2cde5417c43ce3f6 (diff)
downloadports-2f40b4fdba791833078c13441283714199d14885.tar.gz
ports-2f40b4fdba791833078c13441283714199d14885.zip
Notes
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile5
-rw-r--r--graphics/png/distinfo12
-rw-r--r--graphics/png/files/patch-libpng.pc.in2
-rw-r--r--graphics/png/files/patch-pngconf.h11
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