diff options
author | drochner <drochner@pkgsrc.org> | 2008-06-02 10:05:50 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-06-02 10:05:50 +0000 |
commit | 24f6cf1d7515f0a42bb2f9a2c811dc1de1da087d (patch) | |
tree | b8830a3eb20324744b79b1fa8ac1b866acc7af9f /graphics/imlib2/Makefile | |
parent | 81994662f10d5b4fbbf0b33227b04c62e579dc90 (diff) | |
download | pkgsrc-24f6cf1d7515f0a42bb2f9a2c811dc1de1da087d.tar.gz |
add a patch from redhat bugzilla (#449073) to fix the xpm half
of CVE-2008-2426, the pnm half was fixed in pkgsrc in 2006
bump PKGREVISION
Diffstat (limited to 'graphics/imlib2/Makefile')
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 35ace8f1f2c..f28a92951af 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2008/06/01 11:18:52 tron Exp $ +# $NetBSD: Makefile,v 1.46 2008/06/02 10:05:50 drochner Exp $ DISTNAME= imlib2-1.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} |