summaryrefslogtreecommitdiff
path: root/libre/kdebase-runtime/PKGBUILD
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 /libre/kdebase-runtime/PKGBUILD
parent6407d86c17d350489b151c95e6839aa21495c1ff (diff)
kde packages: updating to 4.14.3 version
Diffstat (limited to 'libre/kdebase-runtime/PKGBUILD')
-rw-r--r--libre/kdebase-runtime/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
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() {