From 616c4e8c34e3a8be0f5d1d75278eb17843c6761c Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 29 Mar 2015 18:32:06 +0200 Subject: kde: updated with Long Term Support (LTS) sources of March 2015. kde-workspace-4.11.17 kdelibs-4.14.6 kdepimlibs-4.14.6 kdepim-runtime-4.14.6 kdepim-4.14.6 Also upgraded: calligra-2.9.1. --- kde/build/kde-runtime | 2 + kde/build/kwallet | 2 + kde/patch/kde-runtime.patch | 2 + .../kde-runtime/kde-runtime_kwallet_cbcfix.diff.gz | Bin 0 -> 5331 bytes kde/patch/kdelibs.patch | 4 ++ kde/patch/kdelibs/fixbic-4.14.6.patch | 47 +++++++++++++++++++++ kde/patch/kwallet.patch | 5 +++ kde/patch/kwallet/kwallet_cbcfix.diff.gz | Bin 0 -> 1940 bytes kde/patch/kwallet/kwallet_convert_ecb2cbc.diff.gz | Bin 0 -> 2872 bytes 9 files changed, 62 insertions(+) create mode 100644 kde/build/kde-runtime create mode 100644 kde/build/kwallet create mode 100644 kde/patch/kde-runtime/kde-runtime_kwallet_cbcfix.diff.gz create mode 100644 kde/patch/kdelibs/fixbic-4.14.6.patch create mode 100644 kde/patch/kwallet.patch create mode 100644 kde/patch/kwallet/kwallet_cbcfix.diff.gz create mode 100644 kde/patch/kwallet/kwallet_convert_ecb2cbc.diff.gz (limited to 'kde') diff --git a/kde/build/kde-runtime b/kde/build/kde-runtime new file mode 100644 index 0000000..9a7456b --- /dev/null +++ b/kde/build/kde-runtime @@ -0,0 +1,2 @@ +2 + diff --git a/kde/build/kwallet b/kde/build/kwallet new file mode 100644 index 0000000..9a7456b --- /dev/null +++ b/kde/build/kwallet @@ -0,0 +1,2 @@ +2 + diff --git a/kde/patch/kde-runtime.patch b/kde/patch/kde-runtime.patch index b0efb11..b30561e 100644 --- a/kde/patch/kde-runtime.patch +++ b/kde/patch/kde-runtime.patch @@ -2,3 +2,5 @@ # - Minimize/maximize by clicking taskbar entries requires double click. #zcat $CWD/patch/kde-runtime/kde-runtime.kdebug324470.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +# Fix for kwallet -which was encrypting to ECB instead of CBC: +zcat $CWD/patch/kde-runtime/kde-runtime_kwallet_cbcfix.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } diff --git a/kde/patch/kde-runtime/kde-runtime_kwallet_cbcfix.diff.gz b/kde/patch/kde-runtime/kde-runtime_kwallet_cbcfix.diff.gz new file mode 100644 index 0000000..4783fbe Binary files /dev/null and b/kde/patch/kde-runtime/kde-runtime_kwallet_cbcfix.diff.gz differ diff --git a/kde/patch/kdelibs.patch b/kde/patch/kdelibs.patch index 4822201..fa3bd01 100644 --- a/kde/patch/kdelibs.patch +++ b/kde/patch/kdelibs.patch @@ -15,3 +15,7 @@ zcat $CWD/patch/kdelibs/return-application-icons-properly.patch.gz | patch -R -p # Patch for CVE-2014-3494 (KMail/KIO POP3 SSL MITM Flaw) - fixed in 4.13.3: #zcat $CWD/patch/kdelibs/kdelibs.CVE-2014-3494.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +# Patch a BIC (binary incompatibility) introduced by mistake in 4.14.6. +# Will be fixed in 4.14.7: +cat $CWD/patch/kdelibs/fixbic-4.14.6.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + diff --git a/kde/patch/kdelibs/fixbic-4.14.6.patch b/kde/patch/kdelibs/fixbic-4.14.6.patch new file mode 100644 index 0000000..585ce51 --- /dev/null +++ b/kde/patch/kdelibs/fixbic-4.14.6.patch @@ -0,0 +1,47 @@ +diff --git a/khtml/dom/dom_string.h b/khtml/dom/dom_string.h +index 087f697..b269213 100644 +--- a/khtml/dom/dom_string.h ++++ b/khtml/dom/dom_string.h +@@ -124,10 +124,23 @@ public: + bool endsWith(const DOMString& str) const; + bool startsWith(const DOMString& str) const; + +- // http://www.w3.org/TR/html/infrastructure.html#urls ++ /** ++ * Return a parsed url. ++ * Used to parse SRC url attribute, ++ * see http://www.w3.org/TR/html/infrastructure.html#urls ++ * ++ * @since 4.14.6 ++ */ + DOMString parsedUrl() const; + + /** ++ * @deprecated, use parsedUrl() ++ */ ++#ifndef KDE_NO_DEPRECATED ++ KDE_DEPRECATED DOMString trimSpaces() const; ++#endif ++ ++ /** + * @internal get a handle to the imlementation of the DOMString + * Use at own risk!!! + */ +diff --git a/khtml/dom/dom_string.cpp b/khtml/dom/dom_string.cpp +index a3c4abd..4da676b 100644 +--- a/khtml/dom/dom_string.cpp ++++ b/khtml/dom/dom_string.cpp +@@ -336,6 +336,13 @@ DOMString DOMString::parsedUrl() const + return out; + } + ++#ifndef KDE_NO_DEPRECATED ++DOMString DOMString::trimSpaces() const ++{ ++ return parsedUrl(); ++} ++#endif ++ + // ------------------------------------------------------------------------ + + bool DOM::strcasecmp( const DOMString &as, const DOMString &bs ) diff --git a/kde/patch/kwallet.patch b/kde/patch/kwallet.patch new file mode 100644 index 0000000..3145d3c --- /dev/null +++ b/kde/patch/kwallet.patch @@ -0,0 +1,5 @@ +# Fix for kwallet -which was encrypting to ECB instead of CBC: +zcat $CWD/patch/kde-runtime/kwallet_cbcfix.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +# Automatically convert old wallets from ECB to CBC: +zcat $CWD/patch/kde-runtime/kwallet_convert_ecb2cbc.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + diff --git a/kde/patch/kwallet/kwallet_cbcfix.diff.gz b/kde/patch/kwallet/kwallet_cbcfix.diff.gz new file mode 100644 index 0000000..25d9106 Binary files /dev/null and b/kde/patch/kwallet/kwallet_cbcfix.diff.gz differ diff --git a/kde/patch/kwallet/kwallet_convert_ecb2cbc.diff.gz b/kde/patch/kwallet/kwallet_convert_ecb2cbc.diff.gz new file mode 100644 index 0000000..e26f8ab Binary files /dev/null and b/kde/patch/kwallet/kwallet_convert_ecb2cbc.diff.gz differ -- cgit v1.2.3