diff options
author | markd <markd@pkgsrc.org> | 2004-10-23 13:19:12 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-10-23 13:19:12 +0000 |
commit | aa32fa0a86286a19447328ee37a503f6d6d5da0e (patch) | |
tree | b7902315f1792d7410a983f891ec3cdc982c8ae6 /graphics/kdegraphics3 | |
parent | d1a41b91839511b5a142befa46bd98d2a00cb84a (diff) | |
download | pkgsrc-aa32fa0a86286a19447328ee37a503f6d6d5da0e.tar.gz |
Fix integer overflow and integer arithmetic flaws in kpdf.
From http://www.kde.org/info/security/advisory-20041021-1.txt
Bump PKGREVISION.
Diffstat (limited to 'graphics/kdegraphics3')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 6 | ||||
-rw-r--r-- | graphics/kdegraphics3/distinfo | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index c42917d9b0e..af009699e77 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,9 +1,13 @@ -# $NetBSD: Makefile,v 1.40 2004/10/13 12:51:15 markd Exp $ +# $NetBSD: Makefile,v 1.41 2004/10/23 13:19:12 markd Exp $ DISTNAME= kdegraphics-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= graphics COMMENT= Graphics programs for the KDE integrated X11 desktop +PATCHFILES= post-3.3.1-kdegraphics.diff +SITES_post-3.3.1-kdegraphics.diff= ftp://ftp.kde.org/pub/kde/security_patches/ + .include "../../meta-pkgs/kde3/Makefile.kde3" #DEPENDS+= gPhoto2 diff --git a/graphics/kdegraphics3/distinfo b/graphics/kdegraphics3/distinfo index e0f9e21e57b..343e36856ae 100644 --- a/graphics/kdegraphics3/distinfo +++ b/graphics/kdegraphics3/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.21 2004/10/13 12:51:15 markd Exp $ +$NetBSD: distinfo,v 1.22 2004/10/23 13:19:12 markd Exp $ SHA1 (kdegraphics-3.3.1.tar.bz2) = 0ad16afaebe6e435719803ee53e92227e34c6b3a Size (kdegraphics-3.3.1.tar.bz2) = 6419816 bytes +SHA1 (post-3.3.1-kdegraphics.diff) = d52f6274fbd2e565536ed742cb75c45850fa704d +Size (post-3.3.1-kdegraphics.diff) = 1533 bytes |