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

Antonio Rojas arojas at archlinux.org
Thu Oct 6 19:08:31 UTC 2016


    Date: Thursday, October 6, 2016 @ 19:08:30
  Author: arojas
Revision: 277848

Update to a git snapshot, fixes CVE-2016-7967, CVE-2016-7968

Modified:
  messagelib/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-06 18:15:00 UTC (rev 277847)
+++ PKGBUILD	2016-10-06 19:08:30 UTC (rev 277848)
@@ -2,7 +2,7 @@
 
 pkgname=messagelib
 pkgver=16.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE PIM messaging library"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM"
@@ -10,16 +10,19 @@
 depends=(kdepim-apps-libs kmailtransport libgravatar akonadi-notes kidentitymanagement qt5-webkit)
 makedepends=(extra-cmake-modules kdoctools python boost qt5-tools kdesignerplugin)
 conflicts=('libkdepim<16')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('90b85c4cc36d245a2a0e65cacaef1c27')
+#source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+source=("http://quickgit.kde.org/?p=messagelib.git&a=snapshot&h=1ee25d6cf2cddd7ed8cb70bce46c68d5ef922f54&fmt=tgz")
+md5sums=('19c2819d7b50f6f30e1c2a395c7243cb')
 
 prepare() {
   mkdir -p build
+
+  sed -e 's|5.3.2|5.3.1|g' -i $pkgname/CMakeLists.txt
 }
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
+  cmake ../$pkgname \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \



More information about the arch-commits mailing list