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

Antonio Rojas arojas at archlinux.org
Sun Feb 12 14:20:10 UTC 2017


    Date: Sunday, February 12, 2017 @ 14:20:09
  Author: arojas
Revision: 288746

Fix CVE-2017-5593

Modified:
  kdenetwork-kopete/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-12 13:40:22 UTC (rev 288745)
+++ PKGBUILD	2017-02-12 14:20:09 UTC (rev 288746)
@@ -5,7 +5,7 @@
 
 pkgname=kdenetwork-kopete
 pkgver=16.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Instant Messenger'
 url='http://kde.org/applications/internet/kopete/'
 arch=('i686' 'x86_64')
@@ -14,10 +14,12 @@
 depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
 makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
 optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig} kopete-mediastreamer2.14.patch)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig} kopete-mediastreamer2.14.patch
+        CVE-2017-5593.patch::"https://cgit.kde.org/kopete.git/patch/?id=6243764c")
 sha1sums=('2db7a06b424edeb20571115b6d66f2f639562c56'
           'SKIP'
-          'b284ffb226cbcc0da6540ecd978d37287aa6eddb')
+          'b284ffb226cbcc0da6540ecd978d37287aa6eddb'
+          '1ce697b8fe41f86b56d31a16220319e8c1478c52')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
 
 prepare() {
@@ -26,6 +28,8 @@
 # Fix build with mediastreamer 2.14
   cd kopete-$pkgver
   patch -p1 -i ../kopete-mediastreamer2.14.patch
+# Fix CVE-2017-5593
+  patch -p1 -i ../CVE-2017-5593.patch
 }
 
 build() {



More information about the arch-commits mailing list