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

Antonio Rojas arojas at archlinux.org
Sun May 10 08:31:47 UTC 2020


    Date: Sunday, May 10, 2020 @ 08:31:47
  Author: arojas
Revision: 383085

Fix CVE-2020-12755

Modified:
  kio-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-10 08:12:01 UTC (rev 383084)
+++ PKGBUILD	2020-05-10 08:31:47 UTC (rev 383085)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=20.04.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
@@ -15,14 +15,19 @@
             'kimageformats: thumbnails for additional image formats' 'taglib: audio file thumbnails'
             'libappimage: AppImage thumbnails' 'icoutils: Windows executable thumbnails')
 groups=(kde-applications kdenetwork)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+         CVE-2020-12755.patch::"https://cgit.kde.org/kio-extras.git/patch/?id=d813cef3")
 sha256sums=('a70f6079a8d2acb8c64bf0d08f7f7e5685f2e9c4e49548c138609437fdc6cd4d'
-            'SKIP')
+            'SKIP'
+            '365f1c5a252e221f048c6199de111db2d5715500738b5981ed4f63a9bd984d0e')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../CVE-2020-12755.patch
 }
 
 build() {



More information about the arch-commits mailing list