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 | |
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')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 6 | ||||
-rw-r--r-- | graphics/kdegraphics3/distinfo | 5 |
2 files changed, 7 insertions, 4 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" diff --git a/graphics/kdegraphics3/distinfo b/graphics/kdegraphics3/distinfo index c7209f226d6..924e4d98f75 100644 --- a/graphics/kdegraphics3/distinfo +++ b/graphics/kdegraphics3/distinfo @@ -1,8 +1,11 @@ -$NetBSD: distinfo,v 1.42 2006/12/03 03:52:57 markd Exp $ +$NetBSD: distinfo,v 1.43 2007/01/17 10:33:06 markd Exp $ SHA1 (kdegraphics-3.5.5.tar.bz2) = e063f9351e2781cc6a5d23834611fc7dc7dc4fbd RMD160 (kdegraphics-3.5.5.tar.bz2) = c6febdf8ebd67110be3f27ada4c00e148403217f Size (kdegraphics-3.5.5.tar.bz2) = 7334117 bytes +SHA1 (post-3.5.5-kdegraphics-CVE-2007-0104.diff) = 885eee20b7afe720e59276ae155f7804f5cd1d55 +RMD160 (post-3.5.5-kdegraphics-CVE-2007-0104.diff) = 27d47660b189b5956f70baf0666ce0ec563e22ea +Size (post-3.5.5-kdegraphics-CVE-2007-0104.diff) = 2366 bytes SHA1 (post-3.5.5-kdegraphics.diff) = f48513bd60956c67aa877f52dd1daa25b41d43bb RMD160 (post-3.5.5-kdegraphics.diff) = e67762766b9a77d855e189012c5eff526a9716fc Size (post-3.5.5-kdegraphics.diff) = 5324 bytes |