summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-au
diff options
context:
space:
mode:
authoragc <agc>2004-08-13 13:05:04 +0000
committeragc <agc>2004-08-13 13:05:04 +0000
commit8b8af6b6d348f3cd662869a38af7f0fd4e06e5cd (patch)
tree6246eb6f4551b5f113aa194bc1a6b415b5335c20 /x11/kdelibs3/patches/patch-au
parent4e4d0453a4f2b04df7a46da279a99dab4a895938 (diff)
downloadpkgsrc-8b8af6b6d348f3cd662869a38af7f0fd4e06e5cd.tar.gz
Pullup ticket 102 to the pkgsrc-2004Q2 branch, requested by Mark Davies
Security fix for kdelibs3 Module Name: pkgsrc Committed By: markd Date: Wed Aug 11 13:51:14 UTC 2004 Modified Files: pkgsrc/x11/kdelibs3: Makefile distinfo pkgsrc/x11/kdelibs3/patches: patch-an Added Files: pkgsrc/x11/kdelibs3/patches: patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay Log Message: Fix some issues related to html frames, cookie handling and temporary filenames. From KDE cvs. Bump PKGREVISION.
Diffstat (limited to 'x11/kdelibs3/patches/patch-au')
-rw-r--r--x11/kdelibs3/patches/patch-au19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/kdelibs3/patches/patch-au b/x11/kdelibs3/patches/patch-au
new file mode 100644
index 00000000000..c791db82732
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-au
@@ -0,0 +1,19 @@
+$NetBSD: patch-au,v 1.3.4.1 2004/08/13 13:05:05 agc Exp $
+
+Index: khtml/khtml_ext.h
+===================================================================
+RCS file: /home/kde/kdelibs/khtml/khtml_ext.h,v
+retrieving revision 1.26.2.1
+diff -u -p -r1.26.2.1 khtml_ext.h
+--- khtml/khtml_ext.h 29 Feb 2004 15:27:43 -0000 1.26.2.1
++++ khtml/khtml_ext.h 3 Aug 2004 14:36:43 -0000
+@@ -98,6 +98,9 @@ public:
+ virtual const QPtrList<KParts::ReadOnlyPart> frames() const;
+
+ virtual bool openURLInFrame( const KURL &url, const KParts::URLArgs &urlArgs );
++
++protected:
++ virtual void virtual_hook( int id, void* data );
+ private:
+ KHTMLPart *m_part;
+ };