summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2007-09-04 12:46:44 +0000
committerghen <ghen@pkgsrc.org>2007-09-04 12:46:44 +0000
commit9848b51e67d1e4c59a21f91bcbc563cbb6d967a8 (patch)
treeb581d209a6ff1b2e429def4bcbccb983ab377332 /x11/kdelibs3/Makefile
parent40589123219d29b79f993dd689599bb6fb23cd0d (diff)
downloadpkgsrc-9848b51e67d1e4c59a21f91bcbc563cbb6d967a8.tar.gz
Pullup ticket 2183 - requested by markd
security fix for konqueror - pkgsrc/x11/kdebase3/Makefile 1.131 - pkgsrc/x11/kdebase3/distinfo 1.98 - pkgsrc/x11/kdelibs3/Makefile 1.126 - pkgsrc/x11/kdelibs3/distinfo 1.87 Module Name: pkgsrc Committed By: markd Date: Sun Sep 2 04:34:00 UTC 2007 Modified Files: pkgsrc/x11/kdebase3: Makefile distinfo pkgsrc/x11/kdelibs3: Makefile distinfo Log Message: The Konqueror address bar is vulnerable to spoofing attacks that are based on embedding white spaces in the url. In addition the address bar could be tricked to show an URL which it is intending to visit for a short amount of time instead of the current URL. http://www.kde.org/info/security/advisory-20070816-1.txt Bump PKGREVISION for kdelibs3 and kdebase3
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r--x11/kdelibs3/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 590e6078582..bd630e97bbf 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.125 2007/05/23 12:57:37 markd Exp $
+# $NetBSD: Makefile,v 1.125.2.1 2007/09/04 12:46:44 ghen Exp $
DISTNAME= kdelibs-${_KDE_VERSION}
+PKGREVISION= 1
CATEGORIES= x11
COMMENT= Support libraries for the KDE integrated X11 desktop
-#PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \
-# http://mirrors.isc.org/pub/kde/security_patches/
-#PATCHFILES= post-3.5.6-kdelibs.diff CVE-2007-1564-kdelibs-3.5.6.diff
+PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \
+ http://mirrors.isc.org/pub/kde/security_patches/
+PATCHFILES= post-3.5.7-kdelibs-kdecore.diff
.include "../../meta-pkgs/kde3/Makefile.kde3"