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

2019-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 11, 2019 @ 08:39:30
  Author: felixonmars
Revision: 359454

upgpkg: kauth 5.61.0-1

Upstream release

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-11 08:39:26 UTC (rev 359453)
+++ PKGBUILD2019-08-11 08:39:30 UTC (rev 359454)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.60.0
+pkgver=5.61.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('python-pyqt5: for the Python bindings')
 groups=(kf5)
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('50a2a2eb90d7529bb6fc4ddd77e37ef5b25c612b18487cc63d8d086d5ec28916'
+sha256sums=('b04458f32046b2dd61b48118646180df63d2c843cb2d53560aaa15168df087f1'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2019-10-26 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 16:04:23
  Author: foutrelis
Revision: 365874

Python 3.8 rebuild

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 16:03:24 UTC (rev 365873)
+++ PKGBUILD2019-10-26 16:04:23 UTC (rev 365874)
@@ -4,7 +4,7 @@
 
 pkgname=kauth
 pkgver=5.63.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction to system policy and authentication features'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


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

2019-01-14 Thread Antonio Rojas via arch-commits
Date: Monday, January 14, 2019 @ 21:51:08
  Author: arojas
Revision: 344083

Move dbus conf to /usr/share

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 21:04:51 UTC (rev 344082)
+++ PKGBUILD2019-01-14 21:51:08 UTC (rev 344083)
@@ -4,7 +4,7 @@
 
 pkgname=kauth
 pkgver=5.54.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction to system policy and authentication features'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -20,6 +20,10 @@
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Install dbus conf in /usr/share 
+  sed -e 
's|${SYSCONF_INSTALL_DIR}/dbus-1/system.d|${CMAKE_INSTALL_DBUSDIR}/system.d|g' 
-i src/ConfigureChecks.cmake -i cmake/KF5AuthMacros.cmake
 }
 
 build() {


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 19:24:01
  Author: foutrelis
Revision: 399919

upgpkg: kauth 5.75.0-2: Python 3.9 rebuild

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 19:24:00 UTC (rev 399918)
+++ PKGBUILD2020-11-09 19:24:01 UTC (rev 399919)
@@ -4,7 +4,7 @@
 
 pkgname=kauth
 pkgver=5.75.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction to system policy and authentication features'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 13:44:24
  Author: felixonmars
Revision: 400574

upgpkg: kauth 5.75.0-3: Python 3.9 rebuild

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 13:43:46 UTC (rev 400573)
+++ PKGBUILD2020-11-12 13:44:24 UTC (rev 400574)
@@ -4,7 +4,7 @@
 
 pkgname=kauth
 pkgver=5.75.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Abstraction to system policy and authentication features'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


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

2019-11-03 Thread Evangelos Foutras via arch-commits
Date: Sunday, November 3, 2019 @ 22:13:21
  Author: foutrelis
Revision: 366633

Python 3.8 rebuild

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 22:09:39 UTC (rev 366632)
+++ PKGBUILD2019-11-03 22:13:21 UTC (rev 366633)
@@ -4,7 +4,7 @@
 
 pkgname=kauth
 pkgver=5.63.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Abstraction to system policy and authentication features'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


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

2014-10-03 Thread Andrea Scarpino
Date: Friday, October 3, 2014 @ 09:12:18
  Author: andrea
Revision: 223799

upgpkg: kauth 5.2.0-4

QT_PLUGIN_INSTALL_DIR is needed because of FS#42194

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 07:09:03 UTC (rev 223798)
+++ PKGBUILD2014-10-03 07:12:18 UTC (rev 223799)
@@ -3,7 +3,7 @@
 
 pkgname=kauth
 pkgver=5.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -20,11 +20,13 @@
 
 build() {
   cd build
+  # QT_PLUGIN_INSTALL_DIR is needed because of FS#42194
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DBUILD_TESTING=OFF
   make


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:16:31
  Author: andrea
Revision: 225271

upgpkg: kauth 5.3.0-2

Fix libexec install dir

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 16:57:59 UTC (rev 225270)
+++ PKGBUILD2014-10-24 18:16:31 UTC (rev 225271)
@@ -3,7 +3,7 @@
 
 pkgname=kauth
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -25,6 +25,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
 -DSYSCONF_INSTALL_DIR=/etc \


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

2015-03-13 Thread Felix Yan
Date: Friday, March 13, 2015 @ 18:02:31
  Author: fyan
Revision: 233465

upgpkg: kauth 5.8.0-1

KF 5.8

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-13 17:02:22 UTC (rev 233464)
+++ PKGBUILD2015-03-13 17:02:31 UTC (rev 233465)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.7.0
+pkgver=5.8.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('355a74f81d18f551561459533ddad859')
+md5sums=('743436e264547bd9223c21f4921b82ea')
 
 prepare() {
   mkdir -p build


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

2014-09-27 Thread Andrea Scarpino
Date: Saturday, September 27, 2014 @ 11:27:43
  Author: andrea
Revision: 223400

upgpkg: kauth 5.2.0-2

Fix qt mkspecs install dir

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-27 09:27:40 UTC (rev 223399)
+++ PKGBUILD2014-09-27 09:27:43 UTC (rev 223400)
@@ -3,7 +3,7 @@
 
 pkgname=kauth
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -24,8 +24,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
 -DBUILD_TESTING=OFF


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

2014-09-27 Thread Andrea Scarpino
Date: Saturday, September 27, 2014 @ 16:21:14
  Author: andrea
Revision: 223498

upgpkg: kauth 5.2.0-3

Move translations back into /usr/share/locale (FS#41684)

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-27 14:21:12 UTC (rev 223497)
+++ PKGBUILD2014-09-27 14:21:14 UTC (rev 223498)
@@ -3,7 +3,7 @@
 
 pkgname=kauth
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -26,7 +26,6 @@
 -DLIB_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DSYSCONF_INSTALL_DIR=/etc \
--DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
 -DBUILD_TESTING=OFF
   make
 }


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

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:54:04
  Author: fyan
Revision: 235622

upgpkg: kauth 5.9.0-1

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 06:53:14 UTC (rev 235621)
+++ PKGBUILD2015-04-08 06:54:04 UTC (rev 235622)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.8.0
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('743436e264547bd9223c21f4921b82ea')
+md5sums=('9bb12f782103680397217a2319eb617d')
 
 prepare() {
   mkdir -p build


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

2015-02-15 Thread Felix Yan
Date: Sunday, February 15, 2015 @ 16:37:28
  Author: fyan
Revision: 231487

upgpkg: kauth 5.7.0-1

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-15 15:37:20 UTC (rev 231486)
+++ PKGBUILD2015-02-15 15:37:28 UTC (rev 231487)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.6.0
+pkgver=5.7.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('f13bc083f650a33b510848d5f93612b4')
+md5sums=('355a74f81d18f551561459533ddad859')
 
 prepare() {
   mkdir -p build


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

2016-04-10 Thread Felix Yan
Date: Monday, April 11, 2016 @ 05:30:41
  Author: fyan
Revision: 264500

upgpkg: kauth 5.21.0-1

Upstream release

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 03:30:30 UTC (rev 264499)
+++ PKGBUILD2016-04-11 03:30:41 UTC (rev 264500)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.20.0
+pkgver=5.21.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('fb9c705b84641d62125b878349fcd4db')
+md5sums=('f825418d85c8853c1de0dffb737573de')
 
 prepare() {
   mkdir -p build


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

2016-09-14 Thread Felix Yan
Date: Wednesday, September 14, 2016 @ 09:12:57
  Author: felixonmars
Revision: 276284

upgpkg: kauth 5.26.0-1

Upstream release

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-14 09:12:44 UTC (rev 276283)
+++ PKGBUILD2016-09-14 09:12:57 UTC (rev 276284)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.25.0
+pkgver=5.26.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('059033f3a41d6733bc92ed6f3fece2ef')
+md5sums=('11d81eb6556879c8f8f57cad887fad31')
 
 prepare() {
   mkdir -p build


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

2016-08-14 Thread Felix Yan
Date: Sunday, August 14, 2016 @ 15:39:46
  Author: felixonmars
Revision: 273677

upgpkg: kauth 5.25.0-1

Upstream release

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-14 15:39:40 UTC (rev 273676)
+++ PKGBUILD2016-08-14 15:39:46 UTC (rev 273677)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.24.0
+pkgver=5.25.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('41a52cd2eb1e0d6acf8c36c45999df2c')
+md5sums=('059033f3a41d6733bc92ed6f3fece2ef')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:14:26
  Author: felixonmars
Revision: 277991

upgpkg: kauth 5.27.0-1

Upstream release

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:14:18 UTC (rev 277990)
+++ PKGBUILD2016-10-09 17:14:26 UTC (rev 277991)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('11d81eb6556879c8f8f57cad887fad31')
+md5sums=('345e44221759e83774dd10cfd64d3314')
 
 prepare() {
   mkdir -p build


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

2016-05-16 Thread Felix Yan
Date: Monday, May 16, 2016 @ 16:25:48
  Author: fyan
Revision: 268100

upgpkg: kauth 5.22.0-1

Upstream release

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-16 14:25:39 UTC (rev 268099)
+++ PKGBUILD2016-05-16 14:25:48 UTC (rev 268100)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.21.0
+pkgver=5.22.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('f825418d85c8853c1de0dffb737573de')
+md5sums=('44180d5b28be7d5cee40f3137281f8d0')
 
 prepare() {
   mkdir -p build


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

2016-06-14 Thread Felix Yan
Date: Tuesday, June 14, 2016 @ 15:01:30
  Author: felixonmars
Revision: 269537

upgpkg: kauth 5.23.0-1

Upstream release

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 15:01:22 UTC (rev 269536)
+++ PKGBUILD2016-06-14 15:01:30 UTC (rev 269537)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.22.0
+pkgver=5.23.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('44180d5b28be7d5cee40f3137281f8d0')
+md5sums=('1e41eae5f42f03b2de331460f280a327')
 
 prepare() {
   mkdir -p build


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

2016-07-10 Thread Felix Yan
Date: Monday, July 11, 2016 @ 01:01:25
  Author: felixonmars
Revision: 271279

upgpkg: kauth 5.24.0-1

Upstream release

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-11 01:01:14 UTC (rev 271278)
+++ PKGBUILD2016-07-11 01:01:25 UTC (rev 271279)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.23.0
+pkgver=5.24.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('1e41eae5f42f03b2de331460f280a327')
+md5sums=('41a52cd2eb1e0d6acf8c36c45999df2c')
 
 prepare() {
   mkdir -p build


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

2014-05-18 Thread Andrea Scarpino
Date: Sunday, May 18, 2014 @ 21:08:42
  Author: andrea
Revision: 213078

upgpkg: kauth 4.99.0-2

Fix qt plugin install dir

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-18 19:06:25 UTC (rev 213077)
+++ PKGBUILD2014-05-18 19:08:42 UTC (rev 213078)
@@ -3,7 +3,7 @@
 
 pkgname=kauth
 pkgver=4.99.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -25,8 +25,9 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
 -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
--DBUILD_TESTING=OFF \
--DSYSCONF_INSTALL_DIR=/etc
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
   make
 }
 



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

2013-12-21 Thread Andrea Scarpino
Date: Saturday, December 21, 2013 @ 12:59:39
  Author: andrea
Revision: 202290

upgpkg: kauth r5.e40dff1-1

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-21 11:59:13 UTC (rev 202289)
+++ PKGBUILD2013-12-21 11:59:39 UTC (rev 202290)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=-r4.4b78b7a
+pkgver=r5.e40dff1
 pkgrel=1
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')



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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 10:09:05
  Author: fyan
Revision: 243216

upgpkg: kauth 5.13.0-1

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 08:07:40 UTC (rev 243215)
+++ PKGBUILD2015-08-12 08:09:05 UTC (rev 243216)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('890be635d70451258fe5472812114148')
+md5sums=('461842d488b050cfedd918227f7b6420')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:00:19
  Author: fyan
Revision: 248732

upgpkg: kauth 5.15.0-1

KF 5.15.0

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:00:06 UTC (rev 248731)
+++ PKGBUILD2015-10-10 10:00:19 UTC (rev 248732)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('ea724c2152b88149893784a234c5bbcc')
+md5sums=('ff73dca44ac6d7f82d5d9d4d7b70d4d2')
 
 prepare() {
   mkdir -p build


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

2016-01-10 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 15:38:38
  Author: fyan
Revision: 257726

upgpkg: kauth 5.18.0-1

KF 5.18.0

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 14:38:29 UTC (rev 257725)
+++ PKGBUILD2016-01-10 14:38:38 UTC (rev 257726)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.17.0
+pkgver=5.18.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('84489bee19eff7c58b9def9f93000783')
+md5sums=('2732f1ad8224a63fe7a89e7471b6c29c')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:36:20
  Author: fyan
Revision: 259153

upgpkg: kauth 5.19.0-1

KF 5.19.0

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:36:06 UTC (rev 259152)
+++ PKGBUILD2016-02-14 03:36:20 UTC (rev 259153)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('2732f1ad8224a63fe7a89e7471b6c29c')
+md5sums=('ab6498a04ed69236cb582677df829c91')
 
 prepare() {
   mkdir -p build


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

2016-03-15 Thread Felix Yan
Date: Wednesday, March 16, 2016 @ 05:22:56
  Author: fyan
Revision: 261702

upgpkg: kauth 5.20.0-1

KF 5.20.0

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-16 04:22:37 UTC (rev 261701)
+++ PKGBUILD2016-03-16 04:22:56 UTC (rev 261702)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.19.0
+pkgver=5.20.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('ab6498a04ed69236cb582677df829c91')
+md5sums=('fb9c705b84641d62125b878349fcd4db')
 
 prepare() {
   mkdir -p build


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

2015-11-13 Thread Felix Yan
Date: Friday, November 13, 2015 @ 16:23:31
  Author: fyan
Revision: 250885

upgpkg: kauth 5.16.0-1

KF 5.16.0

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-13 15:23:22 UTC (rev 250884)
+++ PKGBUILD2015-11-13 15:23:31 UTC (rev 250885)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.15.0
+pkgver=5.16.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('ff73dca44ac6d7f82d5d9d4d7b70d4d2')
+md5sums=('37253e84caeaec72b37eafd58f483c2e')
 
 prepare() {
   mkdir -p build


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

2015-09-11 Thread Felix Yan
Date: Saturday, September 12, 2015 @ 02:34:57
  Author: fyan
Revision: 245829

upgpkg: kauth 5.14.0-1

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-12 00:32:24 UTC (rev 245828)
+++ PKGBUILD2015-09-12 00:34:57 UTC (rev 245829)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.13.0
+pkgver=5.14.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('461842d488b050cfedd918227f7b6420')
+md5sums=('ea724c2152b88149893784a234c5bbcc')
 
 prepare() {
   mkdir -p build


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 06:07:09
  Author: bpiotrowski
Revision: 253178

C++11 ABI rebuild

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 05:05:53 UTC (rev 253177)
+++ PKGBUILD2015-12-07 05:07:09 UTC (rev 253178)
@@ -4,7 +4,7 @@
 
 pkgname=kauth
 pkgver=5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:28:54
  Author: fyan
Revision: 255878

upgpkg: kauth 5.17.0-1

KF 5.17.0

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:28:45 UTC (rev 255877)
+++ PKGBUILD2015-12-12 16:28:54 UTC (rev 255878)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('37253e84caeaec72b37eafd58f483c2e')
+md5sums=('84489bee19eff7c58b9def9f93000783')
 
 prepare() {
   mkdir -p build


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

2017-08-14 Thread Felix Yan
Date: Monday, August 14, 2017 @ 10:35:12
  Author: felixonmars
Revision: 302035

upgpkg: kauth 5.37.0-1

Upstream release

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 10:35:06 UTC (rev 302034)
+++ PKGBUILD2017-08-14 10:35:12 UTC (rev 302035)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.36.0
+pkgver=5.37.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
 groups=('kf5')
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('d3f94113d14f85894f59f234efebfec8c42b4b8a8452460b7f4f2ccc03657d28'
+sha256sums=('bc982bb8443d8a9791c4fffa20e29c9f852a7a18fa31f023d8b4efb517123f32'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2017-05-10 Thread Antonio Rojas
Date: Wednesday, May 10, 2017 @ 10:51:57
  Author: arojas
Revision: 295532

CVE-2017-8422

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-10 10:48:34 UTC (rev 295531)
+++ PKGBUILD2017-05-10 10:51:57 UTC (rev 295532)
@@ -4,7 +4,7 @@
 
 pkgname=kauth
 pkgver=5.33.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -13,13 +13,19 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5')
 optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
 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}
+
CVE-2017-8422.patch::"https://cgit.kde.org/kauth.git/patch/?id=df875f72";)
 sha256sums=('c7a77c00cc4f09d8cea32d953718db5b841ed2454e8e6df04035b1270927d1d1'
-'SKIP')
+'SKIP'
+'dd628d4ff775a3444bcb382f6dfc6fa0df4583690f2200ddb256275e5a94d4b4')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 
 prepare() {
   mkdir -p build
+
+# Fix CVE-2017-8422
+  cd $pkgname-$pkgver
+  patch -p1 -i ../CVE-2017-8422.patch 
 }
 
 build() {


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

2017-04-13 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 20:36:59
  Author: felixonmars
Revision: 292733

upgpkg: kauth 5.33.0-1

Upstream release

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 20:36:46 UTC (rev 292732)
+++ PKGBUILD2017-04-13 20:36:59 UTC (rev 292733)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.32.0
+pkgver=5.33.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
 groups=('kf5')
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('b8326b4ca3a43169f70c08186bd1230777c1caa5857e7e5770d6f0644dc06d02'
+sha256sums=('c7a77c00cc4f09d8cea32d953718db5b841ed2454e8e6df04035b1270927d1d1'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2018-07-16 Thread Antonio Rojas via arch-commits
Date: Monday, July 16, 2018 @ 17:57:40
  Author: arojas
Revision: 328812

Rebuild to fix python bindings

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-16 17:55:06 UTC (rev 328811)
+++ PKGBUILD2018-07-16 17:57:40 UTC (rev 328812)
@@ -5,7 +5,7 @@
 
 pkgname=kauth
 pkgver=5.48.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction to system policy and authentication features'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 09:03:55
  Author: felixonmars
Revision: 329413

Python 3.7 rebuild

Modified:
  kauth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:03:45 UTC (rev 329412)
+++ PKGBUILD2018-07-23 09:03:55 UTC (rev 329413)
@@ -5,7 +5,7 @@
 
 pkgname=kauth
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Abstraction to system policy and authentication features'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


[arch-commits] Commit in kauth/trunk (PKGBUILD kauth-cve-2014-5033.patch)

2014-07-30 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 22:15:36
  Author: svenstaro
Revision: 218411

upgpkg: kauth 5.0.0-2

Fix CVE-2014-5033

Added:
  kauth/trunk/kauth-cve-2014-5033.patch
Modified:
  kauth/trunk/PKGBUILD

---+
 PKGBUILD  |   12 +---
 kauth-cve-2014-5033.patch |   36 
 2 files changed, 45 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 20:11:12 UTC (rev 218410)
+++ PKGBUILD2014-07-30 20:15:36 UTC (rev 218411)
@@ -3,7 +3,7 @@
 
 pkgname=kauth
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -11,11 +11,17 @@
 depends=('kcoreaddons' 'polkit-qt5')
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('eeb5e576c9d0d098cfb9def812f04089')
+source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz";
+"${pkgname}-cve-2014-5033.patch")
+md5sums=('eeb5e576c9d0d098cfb9def812f04089'
+ 'c24d35b0e96f98f1cfaff8e69e5fe8f6')
 
 prepare() {
   mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+
+  patch -p1 -i "${srcdir}/kauth-cve-2014-5033.patch"
 }
 
 build() {

Added: kauth-cve-2014-5033.patch
===
--- kauth-cve-2014-5033.patch   (rev 0)
+++ kauth-cve-2014-5033.patch   2014-07-30 20:15:36 UTC (rev 218411)
@@ -0,0 +1,36 @@
+--- a/src/backends/polkit-1/Polkit1Backend.cpp
 b/src/backends/polkit-1/Polkit1Backend.cpp
+@@ -142,7 +142,7 @@
+ 
+ Action::AuthStatus Polkit1Backend::actionStatus(const QString &action)
+ {
+-PolkitQt1::UnixProcessSubject subject(QCoreApplication::applicationPid());
++PolkitQt1::SystemBusNameSubject subject(QString::fromUtf8(callerID()));
+ PolkitQt1::Authority::Result r = 
PolkitQt1::Authority::instance()->checkAuthorizationSync(action, subject,
+  PolkitQt1::Authority::None);
+ switch (r) {
+@@ -158,21 +158,12 @@
+ 
+ QByteArray Polkit1Backend::callerID() const
+ {
+-QByteArray a;
+-QDataStream s(&a, QIODevice::WriteOnly);
+-s << QCoreApplication::applicationPid();
+-
+-return a;
++return QDBusConnection::systemBus().baseService().toUtf8();
+ }
+ 
+ bool Polkit1Backend::isCallerAuthorized(const QString &action, QByteArray 
callerID)
+ {
+-QDataStream s(&callerID, QIODevice::ReadOnly);
+-qint64 pid;
+-
+-s >> pid;
+-
+-PolkitQt1::UnixProcessSubject subject(pid);
++PolkitQt1::SystemBusNameSubject subject(QString::fromUtf8(callerID));
+ PolkitQt1::Authority *authority = PolkitQt1::Authority::instance();
+ 
+ PolkitResultEventLoop e;
+