diff options
author | drochner <drochner> | 2011-08-30 22:18:30 +0000 |
---|---|---|
committer | drochner <drochner> | 2011-08-30 22:18:30 +0000 |
commit | 08b8ba93084c32b269cd1e84e05b48b0c85e6e8d (patch) | |
tree | a5ec846d2fcd8b4388fbdfb7380c0a79feb60818 /x11/qt4-tiff | |
parent | aeea742366a72d82aeec12ea8a82bdd590bb5b14 (diff) | |
download | pkgsrc-08b8ba93084c32b269cd1e84e05b48b0c85e6e8d.tar.gz |
add 2 patches from upstream to fix possible buffer overflows
(CVE-2011-3193, CVE-2011-3194)
bump PKGREV
Diffstat (limited to 'x11/qt4-tiff')
-rw-r--r-- | x11/qt4-tiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-tiff/Makefile b/x11/qt4-tiff/Makefile index 047aef05148..91ea1fab841 100644 --- a/x11/qt4-tiff/Makefile +++ b/x11/qt4-tiff/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2011/05/05 12:37:08 adam Exp $ +# $NetBSD: Makefile,v 1.18 2011/08/30 22:18:31 drochner Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-tiff-${QTVERSION} +PKGREVISION= 1 COMMENT= QT TIFF image format plugin CONFIGURE_ARGS+= -I${QTDIR}/include |