summaryrefslogtreecommitdiff
path: root/graphics/gst-plugins0.10-png
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-06-05 10:48:37 +0000
committerdrochner <drochner@pkgsrc.org>2009-06-05 10:48:37 +0000
commit4caeda64ee7d2ff33522cfa862b6d24cf41906f1 (patch)
tree3d725323af05e6f62294700938d2658d0b27e1f8 /graphics/gst-plugins0.10-png
parentda7e4d45489114b73a74ab980219344cbf5264a6 (diff)
downloadpkgsrc-4caeda64ee7d2ff33522cfa862b6d24cf41906f1.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"