diff options
author | markd <markd@pkgsrc.org> | 2007-01-17 10:33:06 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-01-17 10:33:06 +0000 |
commit | 7262a299b21e0f27af3d85702c4384c7c5be73bd (patch) | |
tree | e8f4f253c02006e86aa3e6d2af56fe0c831029e4 /graphics/kdegraphics3/Makefile | |
parent | 5acfb0b6caa4d8066c5625bf704f469f65c8cf28 (diff) | |
download | pkgsrc-7262a299b21e0f27af3d85702c4384c7c5be73bd.tar.gz |
Fix for kpdf denial of service vulnerability from
http://www.kde.org/info/security/advisory-20070115-1.txt.
Bump PKGREVISION.
Diffstat (limited to 'graphics/kdegraphics3/Makefile')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 7721c0ad175..0b12e630c15 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.69 2007/01/13 17:28:12 joerg Exp $ +# $NetBSD: Makefile,v 1.70 2007/01/17 10:33:06 markd Exp $ DISTNAME= kdegraphics-${_KDE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics COMMENT= Graphics programs for the KDE integrated X11 desktop PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ -PATCHFILES= post-3.5.5-kdegraphics.diff +PATCHFILES= post-3.5.5-kdegraphics.diff post-3.5.5-kdegraphics-CVE-2007-0104.diff .include "../../meta-pkgs/kde3/Makefile.kde3" |