summaryrefslogtreecommitdiff
path: root/graphics/gst-plugins0.10-png
diff options
context:
space:
mode:
authordrochner <drochner>2009-06-05 10:48:37 +0000
committerdrochner <drochner>2009-06-05 10:48:37 +0000
commit6ec3e25d3bcf6ba95f16963e7c0de8e0fd0db4c5 (patch)
tree3d725323af05e6f62294700938d2658d0b27e1f8 /graphics/gst-plugins0.10-png
parent2c382cf10aab5764544813af453a28b47287540c (diff)
downloadpkgsrc-6ec3e25d3bcf6ba95f16963e7c0de8e0fd0db4c5.tar.gz
add a security patch from upstream CVS:
A malformed (or simply huge) PNG file can lead to integer overflow in calculating the size of the output buffer, leading to crashes or buffer overflows later. Fixes SA35205 security advisory. bump PKGREVISION of affected plugin
Diffstat (limited to 'graphics/gst-plugins0.10-png')
-rw-r--r--graphics/gst-plugins0.10-png/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gst-plugins0.10-png/Makefile b/graphics/gst-plugins0.10-png/Makefile
index c05ba0b580a..18e15ee6db6 100644
--- a/graphics/gst-plugins0.10-png/Makefile
+++ b/graphics/gst-plugins0.10-png/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:22 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/05 10:48:38 drochner Exp $
#
GST_PLUGINS0.10_NAME= png
@@ -9,5 +9,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
+PKGREVISION= 1
+
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"