diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-27 01:44:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-27 01:44:03 +0000 |
commit | 805f92c8d2c35446b58a7f19becde3081dc967ae (patch) | |
tree | c3df161bbb9f1af23faa9ee39706b9327ecb9abb /x11/kdebase4-runtime | |
parent | e85e19a1536af7cdedc8f3ecd029cbdb0bedcaed (diff) | |
download | ports-805f92c8d2c35446b58a7f19becde3081dc967ae.tar.gz ports-805f92c8d2c35446b58a7f19becde3081dc967ae.zip |
Notes
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase4-runtime/distinfo | 6 | ||||
-rw-r--r-- | x11/kdebase4-runtime/files/patch-ocert-2009-015-kioslave | 16 |
3 files changed, 4 insertions, 20 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 1a7c749095dc..d3d65ac25bf5 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdebase-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/x11/kdebase4-runtime/distinfo b/x11/kdebase4-runtime/distinfo index 97cfedccaf0f..098a04ce43cc 100644 --- a/x11/kdebase4-runtime/distinfo +++ b/x11/kdebase4-runtime/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebase-runtime-4.3.1.tar.bz2) = e51384cef307280f41fa8f39e2ecab8a -SHA256 (KDE/kdebase-runtime-4.3.1.tar.bz2) = 9a66b5ac6589d8d264cc0383ab77ad345591e84d10f6cfccdddb76bc9962435d -SIZE (KDE/kdebase-runtime-4.3.1.tar.bz2) = 7260641 +MD5 (KDE/kdebase-runtime-4.3.3.tar.bz2) = 88bf28d42d326c16abceaf3f1c6bffde +SHA256 (KDE/kdebase-runtime-4.3.3.tar.bz2) = 18938e50630d6e5ddc3bacf1ccb7446419cd7178db88fc8b935f96e7a08f6481 +SIZE (KDE/kdebase-runtime-4.3.3.tar.bz2) = 7329976 diff --git a/x11/kdebase4-runtime/files/patch-ocert-2009-015-kioslave b/x11/kdebase4-runtime/files/patch-ocert-2009-015-kioslave deleted file mode 100644 index 0024b941e34d..000000000000 --- a/x11/kdebase4-runtime/files/patch-ocert-2009-015-kioslave +++ /dev/null @@ -1,16 +0,0 @@ ---- ./kioslave/info/info.cc 2009/10/02 15:51:26 1030578 -+++ ./kioslave/info/info.cc 2009/10/02 15:53:30 1030579 -@@ -89,6 +89,13 @@ - return; - } - -+ // '<' in the path looks suspicious, someone is trying info:/dir/<script>alert('xss')</script> -+ if (url.path().contains('<')) -+ { -+ error(KIO::ERR_DOES_NOT_EXIST, url.url()); -+ return; -+ } -+ - mimeType("text/html"); - // extract the path and node from url - decodeURL( url ); |