diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-27 09:44:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-27 09:44:03 +0800 |
commit | 5f04a80eba8ebaad1e5a6f21cc6215b221fd696f (patch) | |
tree | 3a9d2b8cdad216e32462b055783994e2420c47b5 /x11/kde4-runtime | |
parent | fe66f2e64cd481020133946768a5d182a6384e26 (diff) | |
download | freebsd-ports-gnome-5f04a80eba8ebaad1e5a6f21cc6215b221fd696f.tar.gz freebsd-ports-gnome-5f04a80eba8ebaad1e5a6f21cc6215b221fd696f.tar.zst freebsd-ports-gnome-5f04a80eba8ebaad1e5a6f21cc6215b221fd696f.zip |
The KDE FreeBSD team is proud to announce the release of KDE 4.3.3
for FreeBSD.
For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php
http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.
Tested by: pointyhat-exp-run (myself)
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 2 | ||||
-rw-r--r-- | x11/kde4-runtime/distinfo | 6 | ||||
-rw-r--r-- | x11/kde4-runtime/files/patch-ocert-2009-015-kioslave | 16 |
3 files changed, 4 insertions, 20 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 1a7c749095dc..d3d65ac25bf5 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-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/kde4-runtime/distinfo b/x11/kde4-runtime/distinfo index 97cfedccaf0f..098a04ce43cc 100644 --- a/x11/kde4-runtime/distinfo +++ b/x11/kde4-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/kde4-runtime/files/patch-ocert-2009-015-kioslave b/x11/kde4-runtime/files/patch-ocert-2009-015-kioslave deleted file mode 100644 index 0024b941e34d..000000000000 --- a/x11/kde4-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 ); |