summaryrefslogtreecommitdiff
path: root/x11/kdebase3
diff options
context:
space:
mode:
authormarkd <markd>2003-04-10 13:13:23 +0000
committermarkd <markd>2003-04-10 13:13:23 +0000
commit388d8d00a984b14105113398b9bd2b7b2729137d (patch)
tree199233f1368c0b71edeea42d7d77bc36be404c19 /x11/kdebase3
parent3dae1cc1afa156edac807c19368fb60f04fcc123 (diff)
downloadpkgsrc-388d8d00a984b14105113398b9bd2b7b2729137d.tar.gz
Add the patches from KDE Security Advisory 20030409-1:
PS/PDF file handling vulnerability http://www.kde.org/info/security/advisory-20030409-1.txt Bump PKGREVISION.
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/Makefile3
-rw-r--r--x11/kdebase3/buildlink2.mk4
-rw-r--r--x11/kdebase3/distinfo3
-rw-r--r--x11/kdebase3/patches/patch-ey13
4 files changed, 19 insertions, 4 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index e48a93025c2..29105f4ea0a 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2003/04/01 12:27:12 markd Exp $
+# $NetBSD: Makefile,v 1.23 2003/04/10 13:13:26 markd Exp $
DISTNAME= kdebase-3.1.1
+PKGREVISION= 1
CATEGORIES= x11
COMMENT= Base modules for the KDE 3 integrated X11 desktop
diff --git a/x11/kdebase3/buildlink2.mk b/x11/kdebase3/buildlink2.mk
index 41da739b0e7..7a3f80e8025 100644
--- a/x11/kdebase3/buildlink2.mk
+++ b/x11/kdebase3/buildlink2.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink2.mk,v 1.7 2002/12/24 06:10:33 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.8 2003/04/10 13:13:26 markd Exp $
.if !defined(KDEBASE3_BUILDLINK2_MK)
KDEBASE3_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= kdebase3
BUILDLINK_PKGBASE.kdebase3?= kdebase
-BUILDLINK_DEPENDS.kdebase3?= kdebase>=3.0.4nb1
+BUILDLINK_DEPENDS.kdebase3?= kdebase>=3.1.1nb1
BUILDLINK_PKGSRCDIR.kdebase3?= ../../x11/kdebase3
.include "../../mk/bsd.prefs.mk"
diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo
index 175ec26a914..484b54c239c 100644
--- a/x11/kdebase3/distinfo
+++ b/x11/kdebase3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2003/04/01 12:27:12 markd Exp $
+$NetBSD: distinfo,v 1.27 2003/04/10 13:13:26 markd Exp $
SHA1 (kdebase-3.1.1.tar.bz2) = bae5a726544658971f02b113d2a3148fa607ad54
Size (kdebase-3.1.1.tar.bz2) = 14917696 bytes
@@ -108,3 +108,4 @@ SHA1 (patch-eu) = 142d526643d21f02b349e4128dec3c44c7aece93
SHA1 (patch-ev) = fed8b4a50e967efc8a6b03ef523dbe1ad7e2cecd
SHA1 (patch-ew) = f8f95cf602a9d88f620d5546ad58b87d5e6be2a5
SHA1 (patch-ex) = 6dad116e38ba30ea1a9a3529e250b1e512c4865f
+SHA1 (patch-ey) = 9967afa35546e34d9692cf0cedfd0e690f235773
diff --git a/x11/kdebase3/patches/patch-ey b/x11/kdebase3/patches/patch-ey
new file mode 100644
index 00000000000..6f606522d8b
--- /dev/null
+++ b/x11/kdebase3/patches/patch-ey
@@ -0,0 +1,13 @@
+$NetBSD: patch-ey,v 1.1 2003/04/10 13:13:24 markd Exp $
+
+--- kioslave/thumbnail/gscreator.cpp.orig Fri Dec 6 09:40:47 2002
++++ kioslave/thumbnail/gscreator.cpp
+@@ -59,6 +59,8 @@ static const char *gsargs[] = {
+ "gs",
+ "-sDEVICE=png16m",
+ "-sOutputFile=-",
++ "-dSAFER",
++ "-dPARANOIDSAFER",
+ "-dNOPAUSE",
+ "-dFirstPage=1",
+ "-dLastPage=1",