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

Antonio Rojas arojas at archlinux.org
Tue Feb 28 18:46:25 UTC 2017


    Date: Tuesday, February 28, 2017 @ 18:46:24
  Author: arojas
Revision: 289732

Backport security fix

Modified:
  kio/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-28 18:35:28 UTC (rev 289731)
+++ PKGBUILD	2017-02-28 18:46:24 UTC (rev 289732)
@@ -4,7 +4,7 @@
 
 pkgname=kio
 pkgver=5.31.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Resource and network access abstraction'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -13,13 +13,18 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
 groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+        kio-sanitize-url.patch::"https://cgit.kde.org/kio.git/patch/?id=f9d0cb47")
 md5sums=('62f31e7a9cd0b875fce5b552ec9be3c7'
-         'SKIP')
+         'SKIP'
+         '3044fd99f934879390f29ec71e2d795a')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+# Sanitize URLs before passing them to FindProxyForURL
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kio-sanitize-url.patch
 }
 
 build() {



More information about the arch-commits mailing list