diff options
author | markd <markd@pkgsrc.org> | 2007-08-12 21:06:49 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-08-12 21:06:49 +0000 |
commit | bdcc26c922118e97fdf683670e87d70ec075d7bc (patch) | |
tree | 33ccf4d03a01bc241ec33e511c6d6ea23b1f14b9 /misc/koffice/Makefile | |
parent | 1f74796dd49eae808c808859b4ad76fe5e596d54 (diff) | |
download | pkgsrc-bdcc26c922118e97fdf683670e87d70ec075d7bc.tar.gz |
Latest xpdf vulnerability
http://www.kde.org/info/security/advisory-20070730-1.txt
Bump PKGREVISION.
Diffstat (limited to 'misc/koffice/Makefile')
-rw-r--r-- | misc/koffice/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 507f6214ad9..28ccbf68d45 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2007/06/08 12:50:14 markd Exp $ +# $NetBSD: Makefile,v 1.95 2007/08/12 21:07:59 markd Exp $ DISTNAME= koffice-1.6.3 +PKGREVISION= 1 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE:=koffice-1.6.3/src/} EXTRACT_SUFX= .tar.bz2 @@ -9,6 +10,9 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.koffice.org/ COMMENT= KDE Office Suite +PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ +PATCHFILES= koffice-xpdf-CVE-2007-3387.diff + CONFLICTS+= koffice3-[0-9]* # to unpack krita/plugins/convolutionfilters properly on NetBSD 1.6 |