[arch-commits] Commit in kscreenlocker/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 9 15:53:54 UTC 2016


    Date: Tuesday, February 9, 2016 @ 16:53:54
  Author: arojas
Revision: 259004

Fix https://www.kde.org/info/security/advisory-20160209-1.txt

Modified:
  kscreenlocker/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-09 15:45:10 UTC (rev 259003)
+++ PKGBUILD	2016-02-09 15:53:54 UTC (rev 259004)
@@ -3,7 +3,7 @@
 
 pkgname=kscreenlocker
 pkgver=5.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Library and components for secure lock screen architecture'
 arch=(i686 x86_64)
 url='https://projects.kde.org/kscreenlocker'
@@ -11,11 +11,17 @@
 groups=(plasma)
 depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
 makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
-md5sums=('5073ee898dac459f53200daba96d73ba')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
+	bug358125.patch::"https://quickgit.kde.org/?p=kscreenlocker.git&a=commitdiff&h=fae65f1c&o=plain")
+md5sums=('5073ee898dac459f53200daba96d73ba'
+         '378d62c696d206f0d9609bf9a51a030c')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix security issue https://www.kde.org/info/security/advisory-20160209-1.txt
+  patch -p1 -i ../bug358125.patch
 }
 
 build() {



More information about the arch-commits mailing list