summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-24 22:53:58 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-24 22:53:58 -0200
commit549d8a266732f0f74ac11833d8f43e9537ed5c72 (patch)
tree9d0bb84935fd7a4d43066d4f4ade4aae525a4d83
parent6407d86c17d350489b151c95e6839aa21495c1ff (diff)
kde packages: updating to 4.14.3 version
-rw-r--r--libre/kdebase-konqueror/PKGBUILD6
-rw-r--r--libre/kdebase-runtime/CVE-2014-8600.patch20
-rw-r--r--libre/kdebase-runtime/PKGBUILD11
-rw-r--r--libre/kdelibs/PKGBUILD12
-rw-r--r--libre/kdenetwork-kopete/PKGBUILD6
-rw-r--r--libre/kdeutils-ark/PKGBUILD6
-rw-r--r--nonprism/kdenetwork-kopete/PKGBUILD6
-rw-r--r--nonprism/kdepim-runtime/PKGBUILD6
-rw-r--r--nonprism/kdepim/PKGBUILD10
9 files changed, 54 insertions, 29 deletions
diff --git a/libre/kdebase-konqueror/PKGBUILD b/libre/kdebase-konqueror/PKGBUILD
index 6f8119b8e..8b4356c7b 100644
--- a/libre/kdebase-konqueror/PKGBUILD
+++ b/libre/kdebase-konqueror/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 225066 2014-10-20 10:55:17Z andrea $
+# $Id: PKGBUILD 226436 2014-11-19 17:02:32Z fyan $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
# Maintainer: Michał Masłowski <mtjm@mtjm.eu>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname='kdebase-konqueror'
-pkgver=4.14.2
+pkgver=4.14.3
pkgrel=1.parabola1
arch=('i686' 'x86_64' 'mips64el')
url="http://kde.org/applications/internet/konqueror/"
@@ -16,7 +16,7 @@ replaces=('kdebase-nsplugins' 'kdebase-konqueror-libre')
makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz"
'konq-about-fsdg.diff')
-sha1sums=('fd2714cf7fe8e79aac0e78f33ea97930db801be9'
+sha1sums=('c4e28755454e1925b96eaf5374ca5c2f6c8bd9c8'
'd6cbb53c04179b8180f9439eca156b7ff2e76b3a')
pkgdesc='KDE File Manager & Web Browser, without Google and nonfree software recommendation'
depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
diff --git a/libre/kdebase-runtime/CVE-2014-8600.patch b/libre/kdebase-runtime/CVE-2014-8600.patch
new file mode 100644
index 000000000..82a854c05
--- /dev/null
+++ b/libre/kdebase-runtime/CVE-2014-8600.patch
@@ -0,0 +1,20 @@
+--- a/kioslave/bookmarks/kio_bookmarks.cpp
++++ b/kioslave/bookmarks/kio_bookmarks.cpp
+@@ -22,6 +22,7 @@
+ #include <stdlib.h>
+
+ #include <qregexp.h>
++#include <qtextdocument.h>
+
+ #include <kapplication.h>
+ #include <kcmdlineargs.h>
+@@ -197,7 +198,7 @@
+ echoImage(regexp.cap(1), regexp.cap(2), url.queryItem("size"));
+ } else {
+ echoHead();
+- echo("<p class=\"message\">" + i18n("Wrong request: %1",path) + "</p>");
++ echo("<p class=\"message\">" + i18n("Bad request: %1", Qt::escape(Qt::escape(url.prettyUrl()))) + "</p>");
+ }
+ finished();
+ }
+
diff --git a/libre/kdebase-runtime/PKGBUILD b/libre/kdebase-runtime/PKGBUILD
index 06b76008d..1b0cde183 100644
--- a/libre/kdebase-runtime/PKGBUILD
+++ b/libre/kdebase-runtime/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 224764 2014-10-18 11:43:49Z andrea $
+# $Id: PKGBUILD 226406 2014-11-19 16:31:45Z fyan $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdebase-runtime
-pkgver=4.14.2
+pkgver=4.14.3
pkgrel=1.parabola1
pkgdesc="Plugins and applications necessary for the running of KDE applications, without non-privacy search providers"
arch=('i686' 'x86_64' 'mips64el')
@@ -23,14 +23,19 @@ optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
provides=('khelpcenter' 'notification-daemon')
install="${pkgname}.install"
source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"
+ CVE-2014-8600.patch
'duckduckgo_html.desktop'
'duckduckgo_lite.desktop')
-sha1sums=('150ad9b8484b0f519f5e9fcdb710ffe8944006a8'
+sha1sums=('d25357bf7e5d3922ce0c9b60921fb2fd738b7251'
+ '63588c9843c68c9b59e5b5e24dbc62c690ce68ce'
'aa6f39f4b0ad3c110fd05cd6c41190afae9773dd'
'ac3bac94a2c4b1444642524bc5fb539c4c5dcc5b')
prepare() {
mkdir build
+
+ cd kde-runtime-${pkgver}
+ patch -p1 -i ../CVE-2014-8600.patch
}
build() {
diff --git a/libre/kdelibs/PKGBUILD b/libre/kdelibs/PKGBUILD
index 82e411724..a715d5889 100644
--- a/libre/kdelibs/PKGBUILD
+++ b/libre/kdelibs/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 224764 2014-10-18 11:43:49Z andrea $
+# $Id: PKGBUILD 227045 2014-11-24 10:23:57Z fyan $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdelibs
-pkgver=4.14.2
-pkgrel=1.parabola1
+pkgver=4.14.3
+pkgrel=2.parabola1
pkgdesc="KDE Core Libraries, without nonfree plugins recommendation support"
arch=('i686' 'x86_64' 'mips64el')
url='https://projects.kde.org/projects/kde/kdelibs'
license=('GPL' 'LGPL' 'FDL')
replaces=('kdelibs-libre')
conflicts=('kdelibs-libre')
-depends=('attica' 'libxss' 'krb5' 'grantlee' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+depends=('attica-qt4' 'libxss' 'krb5' 'qca' 'libdbusmenu-qt' 'polkit-qt4'
'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa' 'grantlee-qt4')
install=${pkgname}.install
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"
'kde-applications-menu.patch' 'khtml-fsdg.diff' 'qt4.patch')
-sha1sums=('3b60a2458efec1081678f4cb0952f97c219b74b9'
+sha1sums=('a61beafbd7ff0f5c6be54e685d197c135ba36865'
'86ee8c8660f19de8141ac99cd6943964d97a1ed7'
'a1502a964081ad583a00cf90c56e74bf60121830'
'ed1f57ee661e5c7440efcaba7e51d2554709701c')
diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD
index 5bb28f470..2690e023f 100644
--- a/libre/kdenetwork-kopete/PKGBUILD
+++ b/libre/kdenetwork-kopete/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 224764 2014-10-18 11:43:49Z andrea $
+# $Id: PKGBUILD 226656 2014-11-19 18:50:27Z fyan $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdenetwork-kopete
-pkgver=4.14.2
+pkgver=4.14.3
pkgrel=1.parabola1
pkgdesc='Instant Messenger, without nonfree Skype support'
url='http://kde.org/applications/internet/kopete/'
@@ -17,7 +17,7 @@ depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
install=${pkgname}.install
source=("http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz")
-sha1sums=('f9d800ccc10cfc811198441a6dd6221786695a48')
+sha1sums=('298937c6fe06b409881592a4b50dceff9dcf9c87')
prepare() {
cd kopete-${pkgver}
diff --git a/libre/kdeutils-ark/PKGBUILD b/libre/kdeutils-ark/PKGBUILD
index 0f11b965f..9a923c3d5 100644
--- a/libre/kdeutils-ark/PKGBUILD
+++ b/libre/kdeutils-ark/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 224764 2014-10-18 11:43:49Z andrea $
+# $Id: PKGBUILD 226706 2014-11-19 19:14:49Z fyan $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdeutils-ark
-pkgver=4.14.2
+pkgver=4.14.3
pkgrel=1.parabola1
pkgdesc='Archiving Tool, with unar support'
url='http://kde.org/applications/utilities/ark/'
@@ -18,7 +18,7 @@ optdepends=('p7zip' 'zip' 'unzip' 'unar')
install=${pkgname}.install
source=("http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz"
'ark-unar-06.patch')
-sha1sums=('788ce049730b39091f13b0534b6baab5d7b6b8df'
+sha1sums=('5b28719e0134b763ddcc0a67ba7c31f4a416f0e6'
'a0a836950f185d9b2245204579f969203036fdec')
prepare() {
diff --git a/nonprism/kdenetwork-kopete/PKGBUILD b/nonprism/kdenetwork-kopete/PKGBUILD
index fa4561706..9adcbbd04 100644
--- a/nonprism/kdenetwork-kopete/PKGBUILD
+++ b/nonprism/kdenetwork-kopete/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 224764 2014-10-18 11:43:49Z andrea $
+# $Id: PKGBUILD 226656 2014-11-19 18:50:27Z fyan $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdenetwork-kopete
-pkgver=4.14.2
+pkgver=4.14.3
pkgrel=1.parabola1.nonprism1
pkgdesc='Instant Messenger, without nonfree Skype support and support for unsafe and dangerous for privacy protocols'
url='http://kde.org/applications/internet/kopete/'
@@ -18,7 +18,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
install=${pkgname}.install
source=("http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz"
'libre-nonprism.patch')
-sha1sums=('f9d800ccc10cfc811198441a6dd6221786695a48'
+sha1sums=('298937c6fe06b409881592a4b50dceff9dcf9c87'
'ddde6ed0b6f281512dc12cb80f712f33c6932c92')
prepare() {
diff --git a/nonprism/kdepim-runtime/PKGBUILD b/nonprism/kdepim-runtime/PKGBUILD
index e068aa140..22bf7648b 100644
--- a/nonprism/kdepim-runtime/PKGBUILD
+++ b/nonprism/kdepim-runtime/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 224764 2014-10-18 11:43:49Z andrea $
+# $Id: PKGBUILD 226408 2014-11-19 16:34:22Z fyan $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdepim-runtime
-pkgver=4.14.2
+pkgver=4.14.3
pkgrel=1.nonprism1
pkgdesc='Extends the functionality of kdepim, without libkgapi and libkfbapi support'
arch=('i686' 'x86_64' 'mips64el')
@@ -16,7 +16,7 @@ install="${pkgname}.install"
replaces=('kdepim-runtime-coherence' 'kdepim-runtime-nonprism')
conflicts=('kdepim-runtime-coherence' 'kdepim-runtime-nonprism')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('dc3c2f92903f6a7ee9a38a7a8c14050b17638849')
+sha1sums=('377e8c3d91c8f3348cd4f6598c242c5f308486d1')
prepare() {
mkdir build
diff --git a/nonprism/kdepim/PKGBUILD b/nonprism/kdepim/PKGBUILD
index f6203f9af..6cf103f07 100644
--- a/nonprism/kdepim/PKGBUILD
+++ b/nonprism/kdepim/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 225407 2014-10-28 18:32:14Z andrea $
+# $Id: PKGBUILD 227047 2014-11-24 10:26:00Z fyan $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
# Maintainer: André Silva <emulatorman@parabola.nu>
@@ -12,16 +12,16 @@ pkgname=('kdepim-akonadiconsole'
'kdepim-knotes'
'kdepim-korganizer'
'kdepim-libkdepim')
-pkgver=4.14.2
+pkgver=4.14.3
pkgrel=2.nonprism1
arch=('i686' 'x86_64' 'mips64el')
url='http://pim.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdepim')
makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
- 'baloo4')
+ 'baloo4' 'grantlee-qt4')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('512e1da40c71128beb429b19e2377516241ee2e4')
+sha1sums=('da7ae7e595119a92f5f2399cbe60b0a6cb38817f')
build() {
mkdir build
@@ -149,7 +149,7 @@ package_kdepim-korganizer() {
package_kdepim-libkdepim() {
pkgdesc='Library for KDE PIM, without Google Drive support'
groups=()
- depends=('kdepim-runtime' 'baloo4-akonadi')
+ depends=('kdepim-runtime' 'baloo4-akonadi' 'grantlee-qt4')
url='http://pim.kde.org'
conflicts=('kdepim-icons' 'kdepim-libkleo' 'kdepim-libkpgp'
'kdepim-akonadi' 'kdepim-libkdepim-nonprism')