[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2020-12-12 Thread Jan Steffens via arch-commits
Date: Saturday, December 12, 2020 @ 13:02:31
  Author: heftig
Revision: 773274

0.23.22-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 12:55:47 UTC (rev 773273)
+++ PKGBUILD2020-12-12 13:02:31 UTC (rev 773274)
@@ -3,7 +3,7 @@
 # Contributor: Christoph Vigano 
 
 pkgname=lib32-p11-kit
-pkgver=0.23.21
+pkgver=0.23.22
 pkgrel=1
 pkgdesc="Loads and enumerates PKCS#11 modules (32-bit library)"
 url="https://p11-glue.freedesktop.org;


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2020-08-18 Thread Jan Steffens via arch-commits
Date: Tuesday, August 18, 2020 @ 15:53:21
  Author: heftig
Revision: 683990

0.23.21-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 15:51:16 UTC (rev 683989)
+++ PKGBUILD2020-08-18 15:53:21 UTC (rev 683990)
@@ -1,9 +1,10 @@
-# Maintainer: Florian Pritz 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Florian Pritz 
 # Contributor: Christoph Vigano 
 
 pkgname=lib32-p11-kit
-pkgver=0.23.20
-pkgrel=4
+pkgver=0.23.21
+pkgrel=1
 pkgdesc="Loads and enumerates PKCS#11 modules (32-bit library)"
 url="https://p11-glue.freedesktop.org;
 arch=(x86_64)
@@ -28,8 +29,9 @@
   arch-meson p11-kit build \
 --buildtype debugoptimized \
 --libdir /usr/lib32 \
+-D bash_completion=disabled \
 -D 
trust_paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2020-04-08 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 8, 2020 @ 15:01:02
  Author: foutrelis
Revision: 612609

libffi 3.3 rebuild

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-08 14:34:01 UTC (rev 612608)
+++ PKGBUILD2020-04-08 15:01:02 UTC (rev 612609)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-p11-kit
 pkgver=0.23.20
-pkgrel=3
+pkgrel=4
 pkgdesc="Loads and enumerates PKCS#11 modules (32-bit library)"
 url="https://p11-glue.freedesktop.org;
 arch=(x86_64)


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2020-03-10 Thread Jan Steffens via arch-commits
Date: Tuesday, March 10, 2020 @ 16:19:34
  Author: heftig
Revision: 593667

0.23.20-3: FS#65769 split libp11-kit

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-10 16:11:51 UTC (rev 593666)
+++ PKGBUILD2020-03-10 16:19:34 UTC (rev 593667)
@@ -3,12 +3,12 @@
 
 pkgname=lib32-p11-kit
 pkgver=0.23.20
-pkgrel=2
-pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
+pkgrel=3
+pkgdesc="Loads and enumerates PKCS#11 modules (32-bit library)"
+url="https://p11-glue.freedesktop.org;
 arch=(x86_64)
-url="https://p11-glue.freedesktop.org;
 license=(BSD)
-depends=(lib32-glibc lib32-libtasn1 lib32-libffi p11-kit)
+depends=(lib32-glibc lib32-libtasn1 lib32-libffi libp11-kit)
 makedepends=(git meson lib32-systemd)
 provides=(libp11-kit.so)
 source=("git+https://github.com/p11-glue/p11-kit?signed#tag=$pkgver;)
@@ -42,7 +42,7 @@
   rm -rf "$pkgdir"/etc "$pkgdir"/usr/{bin,include,lib,share}
 
   mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s p11-kit "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s libp11-kit "$pkgdir/usr/share/licenses/$pkgname"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2020-01-29 Thread Jan Steffens via arch-commits
Date: Wednesday, January 29, 2020 @ 19:10:45
  Author: heftig
Revision: 559145

remove unused _commit

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-29 18:59:29 UTC (rev 559144)
+++ PKGBUILD2020-01-29 19:10:45 UTC (rev 559145)
@@ -11,7 +11,6 @@
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi p11-kit)
 makedepends=(git meson lib32-systemd)
 provides=(libp11-kit.so)
-_commit=762cdaa2cd5c5ec09cc844f9a6bdc551c7f6c8ed  # tags/0.23.20^0
 source=("git+https://github.com/p11-glue/p11-kit?signed#tag=$pkgver;)
 sha256sums=('SKIP')
 validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF'  # Stef Walter


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2020-01-29 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, January 29, 2020 @ 18:39:35
  Author: bpiotrowski
Revision: 559140

0.23.20-2

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-29 18:38:56 UTC (rev 559139)
+++ PKGBUILD2020-01-29 18:39:35 UTC (rev 559140)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-p11-kit
 pkgver=0.23.20
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
 url="https://p11-glue.freedesktop.org;


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2020-01-29 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, January 29, 2020 @ 17:56:44
  Author: bpiotrowski
Revision: 559133

0.23.20-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-29 16:33:07 UTC (rev 559132)
+++ PKGBUILD2020-01-29 17:56:44 UTC (rev 559133)
@@ -2,8 +2,8 @@
 # Contributor: Christoph Vigano 
 
 pkgname=lib32-p11-kit
-pkgver=0.23.19
-pkgrel=2
+pkgver=0.23.20
+pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
 url="https://p11-glue.freedesktop.org;
@@ -11,6 +11,7 @@
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi p11-kit)
 makedepends=(git meson lib32-systemd)
 provides=(libp11-kit.so)
+_commit=762cdaa2cd5c5ec09cc844f9a6bdc551c7f6c8ed  # tags/0.23.20^0
 source=("git+https://github.com/p11-glue/p11-kit?signed#tag=$pkgver;)
 sha256sums=('SKIP')
 validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF'  # Stef Walter


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2020-01-22 Thread Jan Steffens via arch-commits
Date: Wednesday, January 22, 2020 @ 09:04:39
  Author: heftig
Revision: 553428

add libprovides

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 09:01:25 UTC (rev 553427)
+++ PKGBUILD2020-01-22 09:04:39 UTC (rev 553428)
@@ -10,6 +10,7 @@
 license=(BSD)
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi lib32-systemd p11-kit)
 makedepends=(git meson)
+provides=(libp11-kit.so)
 _commit=b0ebe7555c291808db29377ba79cb8326301f0a6  # tags/0.23.18.1^0
 source=("git+https://github.com/p11-glue/p11-kit?signed#tag=$pkgver;
 0001-Build-and-install-libnssckbi-p11-kit.so.patch)


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2020-01-22 Thread Jan Steffens via arch-commits
Date: Wednesday, January 22, 2020 @ 09:01:25
  Author: heftig
Revision: 553427

0.23.19-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 08:51:38 UTC (rev 553426)
+++ PKGBUILD2020-01-22 09:01:25 UTC (rev 553427)
@@ -2,7 +2,7 @@
 # Contributor: Christoph Vigano 
 
 pkgname=lib32-p11-kit
-pkgver=0.23.18.1
+pkgver=0.23.19
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2019-11-19 Thread Jan Steffens via arch-commits
Date: Tuesday, November 19, 2019 @ 15:54:52
  Author: heftig
Revision: 530425

enable debugging

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 15:15:36 UTC (rev 530424)
+++ PKGBUILD2019-11-19 15:54:52 UTC (rev 530425)
@@ -34,7 +34,8 @@
   export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
 
   arch-meson p11-kit build \
---libdir=/usr/lib32 \
+--buildtype debugoptimized \
+--libdir /usr/lib32 \
 -D 
trust_paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
   ninja -C build
 }


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2019-05-23 Thread Jan Steffens via arch-commits
Date: Thursday, May 23, 2019 @ 13:05:16
  Author: heftig
Revision: 469263

0.23.16.1-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-23 12:07:31 UTC (rev 469262)
+++ PKGBUILD2019-05-23 13:05:16 UTC (rev 469263)
@@ -2,7 +2,7 @@
 # Contributor: Christoph Vigano 
 
 pkgname=lib32-p11-kit
-pkgver=0.23.15
+pkgver=0.23.16.1
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
@@ -47,14 +47,10 @@
   make
 }
 
-check() (
+check() {
   cd p11-kit
-
-  # https://github.com/p11-glue/p11-kit/issues/212
-  unset SOURCE_DATE_EPOCH
-
   make check
-)
+}
 
 package() {
   cd p11-kit


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2018-08-28 Thread Jan Steffens via arch-commits
Date: Wednesday, August 29, 2018 @ 05:30:53
  Author: heftig
Revision: 375057

0.23.14-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-29 05:30:49 UTC (rev 375056)
+++ PKGBUILD2018-08-29 05:30:53 UTC (rev 375057)
@@ -3,8 +3,8 @@
 # Contributor: Christoph Vigano 
 
 pkgname=lib32-p11-kit
-pkgver=0.23.13
-pkgrel=2
+pkgver=0.23.14
+pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
 url="https://p11-glue.freedesktop.org;
@@ -21,10 +21,6 @@
 prepare() {
   cd p11-kit
 
-  # Pick the reverts for the libpthread changes
-  # https://bugs.archlinux.org/task/59649
-  git cherry-pick -n a877b0eca3 56f3b93707 35b39cb2bf b9ef1c5f4d
-
   # Build and install an additional library (libnssckbi-p11-kit.so) which
   # is a copy of p11-kit-trust.so but uses the same label for root certs as
   # libnssckbi.so ("Builtin Object Token" instead of "Default Trust")


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2018-08-17 Thread Jan Steffens via arch-commits
Date: Friday, August 17, 2018 @ 17:14:32
  Author: heftig
Revision: 372511

0.23.13-2

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 17:05:08 UTC (rev 372510)
+++ PKGBUILD2018-08-17 17:14:32 UTC (rev 372511)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-p11-kit
 pkgver=0.23.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
 url="https://p11-glue.freedesktop.org;
@@ -21,6 +21,10 @@
 prepare() {
   cd p11-kit
 
+  # Pick the reverts for the libpthread changes
+  # https://bugs.archlinux.org/task/59649
+  git cherry-pick -n a877b0eca3 56f3b93707 35b39cb2bf b9ef1c5f4d
+
   # Build and install an additional library (libnssckbi-p11-kit.so) which
   # is a copy of p11-kit-trust.so but uses the same label for root certs as
   # libnssckbi.so ("Builtin Object Token" instead of "Default Trust")


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2018-08-12 Thread Jan Steffens via arch-commits
Date: Sunday, August 12, 2018 @ 23:15:55
  Author: heftig
Revision: 371234

0.23.13-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-12 23:14:51 UTC (rev 371233)
+++ PKGBUILD2018-08-12 23:15:55 UTC (rev 371234)
@@ -3,26 +3,21 @@
 # Contributor: Christoph Vigano 
 
 pkgname=lib32-p11-kit
-pkgver=0.23.12
+pkgver=0.23.13
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
 url="https://p11-glue.freedesktop.org;
 license=(BSD)
-depends=(lib32-glibc lib32-libtasn1 lib32-libffi p11-kit)
+depends=(lib32-glibc lib32-libtasn1 lib32-libffi lib32-systemd p11-kit)
 makedepends=(git)
-_commit=3dd5810143e51dabdc58069e55b09a950349fa08  # tags/0.23.12^0
-source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
+source=("git+https://github.com/p11-glue/p11-kit?signed#tag=$pkgver;
 0001-Build-and-install-libnssckbi-p11-kit.so.patch)
 sha256sums=('SKIP'
 '0736f74cec5ca49d91afa47cd84f9ac0404947bf0064358e22c3e53b69e82798')
-validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF')
+validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF'  # Stef Walter
+  '462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
 
-pkgver() {
-  cd p11-kit
-  git describe --tags | sed 's/-/+/g'
-}
-
 prepare() {
   cd p11-kit
 


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2018-06-17 Thread Jan Steffens via arch-commits
Date: Sunday, June 17, 2018 @ 21:19:47
  Author: heftig
Revision: 343493

0.23.12-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 21:16:43 UTC (rev 343492)
+++ PKGBUILD2018-06-17 21:19:47 UTC (rev 343493)
@@ -3,7 +3,7 @@
 # Contributor: Christoph Vigano 
 
 pkgname=lib32-p11-kit
-pkgver=0.23.11
+pkgver=0.23.12
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(BSD)
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi p11-kit)
 makedepends=(git)
-_commit=e4c5d3b34941bdc433072a492a0a7fdbddba0cc2  # tags/0.23.11^0
+_commit=3dd5810143e51dabdc58069e55b09a950349fa08  # tags/0.23.12^0
 source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
 0001-Build-and-install-libnssckbi-p11-kit.so.patch)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2018-05-28 Thread Jan Steffens via arch-commits
Date: Monday, May 28, 2018 @ 12:20:32
  Author: heftig
Revision: 332518

0.23.11-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-28 12:20:21 UTC (rev 332517)
+++ PKGBUILD2018-05-28 12:20:32 UTC (rev 332518)
@@ -3,7 +3,7 @@
 # Contributor: Christoph Vigano 
 
 pkgname=lib32-p11-kit
-pkgver=0.23.10
+pkgver=0.23.11
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(BSD)
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi p11-kit)
 makedepends=(git)
-_commit=f6b7a992e442218a5afdbf8ae1697c53f3f03991  # tags/0.23.10^0
+_commit=e4c5d3b34941bdc433072a492a0a7fdbddba0cc2  # tags/0.23.11^0
 source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
 0001-Build-and-install-libnssckbi-p11-kit.so.patch)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 11:10:50
  Author: heftig
Revision: 261377

0.23.9-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 11:08:52 UTC (rev 261376)
+++ PKGBUILD2017-10-03 11:10:50 UTC (rev 261377)
@@ -4,7 +4,7 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.23.8
+pkgver=0.23.9
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(BSD)
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 makedepends=(git)
-_commit=25474901cf9c1fb39ae5dc73a2f2b4dd34e81fdc  # tags/0.23.8^0
+_commit=34cb047e20af02ef3d820a295e9e29f618b83bab  # tags/0.23.9^0
 source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
 libnssckbi-compat.patch)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 09:41:35
  Author: heftig
Revision: 261156

0.23.8-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 09:14:09 UTC (rev 261155)
+++ PKGBUILD2017-10-01 09:41:35 UTC (rev 261156)
@@ -4,7 +4,7 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.23.7
+pkgver=0.23.8
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(BSD)
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 makedepends=(git)
-_commit=bf168f00e64a0291f5a718eb451915768659c160  # tags/0.23.7^0
+_commit=25474901cf9c1fb39ae5dc73a2f2b4dd34e81fdc  # tags/0.23.8^0
 source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
 libnssckbi-compat.patch)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2017-06-03 Thread Jan Steffens
Date: Saturday, June 3, 2017 @ 10:01:14
  Author: heftig
Revision: 233668

0.23.7-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-03 09:59:36 UTC (rev 233667)
+++ PKGBUILD2017-06-03 10:01:14 UTC (rev 233668)
@@ -4,7 +4,7 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.23.6
+pkgver=0.23.7
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(BSD)
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 makedepends=(git)
-_commit=9cbf590b468f9596284c5bc34be8add09f3f5bee  # tags/0.23.6^0
+_commit=bf168f00e64a0291f5a718eb451915768659c160  # tags/0.23.7^0
 source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
 libnssckbi-compat.patch)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2017-05-27 Thread Jan Steffens
Date: Saturday, May 27, 2017 @ 11:48:40
  Author: heftig
Revision: 230552

0.23.6-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-27 11:43:34 UTC (rev 230551)
+++ PKGBUILD2017-05-27 11:48:40 UTC (rev 230552)
@@ -4,7 +4,7 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.23.5
+pkgver=0.23.6
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(BSD)
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 makedepends=(git)
-_commit=817a1c67c407850ab1756fdacb1c38e4bded5509  # tags/0.23.5^0
+_commit=9cbf590b468f9596284c5bc34be8add09f3f5bee  # tags/0.23.6^0
 source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
 libnssckbi-compat.patch)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2017-05-26 Thread Jan Steffens
Date: Friday, May 26, 2017 @ 13:18:35
  Author: heftig
Revision: 230468

0.23.5-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

--+
 PKGBUILD |   49 ++---
 1 file changed, 30 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 13:06:58 UTC (rev 230467)
+++ PKGBUILD2017-05-26 13:18:35 UTC (rev 230468)
@@ -4,23 +4,28 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.23.2
+pkgver=0.23.5
 pkgrel=1
-pkgdesc="Library to work with PKCS#11 modules (32-bit)"
+pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
-url="http://p11-glue.freedesktop.org;
-license=('BSD')
+url="https://p11-glue.freedesktop.org;
+license=(BSD)
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
-options=(!libtool)
-source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig}
+makedepends=(git)
+_commit=817a1c67c407850ab1756fdacb1c38e4bded5509  # tags/0.23.5^0
+source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
 libnssckbi-compat.patch)
-validpgpkeys=(C0F67099B808FB063E2C81117BFB1108D92765AF)
-sha256sums=('ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0'
-'SKIP'
+sha256sums=('SKIP'
 '8f763cdbc6c0ca6c5a7898f9fd6f3018b7ac5b1aca36f67c6c813343c2962962')
+validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF')
 
+pkgver() {
+  cd ${_pkgbasename}
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
+  cd ${_pkgbasename}
 
   # Build and install an additional library (libnssckbi-p11-kit.so) which
   # is a copy of p11-kit-trust.so but uses the same label for root certs as
@@ -28,16 +33,22 @@
   # https://bugs.freedesktop.org/show_bug.cgi?id=66161
   patch -Np1 -i ../libnssckbi-compat.patch
 
-  autoreconf -vi
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
+  cd ${_pkgbasename}
+
   export CC="gcc -m32"
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  cd "$srcdir/$_pkgbasename-$pkgver"
 
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--disable-doc \
 --with-module-path=/usr/lib32/pkcs11 \
 
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
   make
@@ -44,18 +55,18 @@
 }
 
 check() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
+  cd ${_pkgbasename}
   make check
 }
 
 package() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
+  cd ${_pkgbasename}
   make DESTDIR="$pkgdir" install
-  rm -rf "${pkgdir}"/etc
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 
-  ln -srf "$pkgdir/usr/bin/update-ca-trust" 
"$pkgdir/usr/lib32/p11-kit/trust-extract-compat"
+  rm -rf "${pkgdir}"/etc "${pkgdir}"/usr/{bin,include,lib,share}
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s ${_pkgbasename} "$pkgdir/usr/share/licenses/$pkgname"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 04:17:14
  Author: fyan
Revision: 155246

upgpkg: lib32-p11-kit 0.23.2-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 00:20:38 UTC (rev 155245)
+++ PKGBUILD2016-01-04 03:17:14 UTC (rev 155246)
@@ -4,8 +4,8 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.23.1
-pkgrel=2
+pkgver=0.23.2
+pkgrel=1
 pkgdesc="Library to work with PKCS#11 modules (32-bit)"
 arch=(x86_64)
 url="http://p11-glue.freedesktop.org;
@@ -15,9 +15,9 @@
 source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig}
 libnssckbi-compat.patch)
 validpgpkeys=(C0F67099B808FB063E2C81117BFB1108D92765AF)
-md5sums=('96f073270c489c9a594e1c9413f42db8'
- 'SKIP'
- '8c3f119005908cf4a3e0ef0a0a310f14')
+sha256sums=('ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0'
+'SKIP'
+'8f763cdbc6c0ca6c5a7898f9fd6f3018b7ac5b1aca36f67c6c813343c2962962')
 
 prepare() {
   cd "$srcdir/$_pkgbasename-$pkgver"


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD libnssckbi-compat.patch)

2015-04-19 Thread Florian Pritz
Date: Sunday, April 19, 2015 @ 11:12:14
  Author: bluewind
Revision: 131672

upgpkg: lib32-p11-kit 0.23.1-2

fix FS#44633, missing libnssckbi-compat.patch

Added:
  lib32-p11-kit/trunk/libnssckbi-compat.patch
Modified:
  lib32-p11-kit/trunk/PKGBUILD

-+
 PKGBUILD|   20 +---
 libnssckbi-compat.patch |   57 ++
 2 files changed, 74 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-19 09:06:00 UTC (rev 131671)
+++ PKGBUILD2015-04-19 09:12:14 UTC (rev 131672)
@@ -5,7 +5,7 @@
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
 pkgver=0.23.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -12,11 +12,25 @@
 license=('BSD')
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 options=(!libtool)
-source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig})
+source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig}
+libnssckbi-compat.patch)
 validpgpkeys=(C0F67099B808FB063E2C81117BFB1108D92765AF)
 md5sums=('96f073270c489c9a594e1c9413f42db8'
- 'SKIP')
+ 'SKIP'
+ '8c3f119005908cf4a3e0ef0a0a310f14')
 
+prepare() {
+  cd $srcdir/$_pkgbasename-$pkgver
+
+  # Build and install an additional library (libnssckbi-p11-kit.so) which
+  # is a copy of p11-kit-trust.so but uses the same label for root certs as
+  # libnssckbi.so (Builtin Object Token instead of Default Trust)
+  # https://bugs.freedesktop.org/show_bug.cgi?id=66161
+  patch -Np1 -i ../libnssckbi-compat.patch
+
+  autoreconf -vi
+}
+
 build() {
   export CC=gcc -m32
   export CXX=g++ -m32

Added: libnssckbi-compat.patch
===
--- libnssckbi-compat.patch (rev 0)
+++ libnssckbi-compat.patch 2015-04-19 09:12:14 UTC (rev 131672)
@@ -0,0 +1,57 @@
+diff -upr p11-kit-0.23.1.orig/trust/Makefile.am 
p11-kit-0.23.1/trust/Makefile.am
+--- p11-kit-0.23.1.orig/trust/Makefile.am  2014-11-12 12:58:50.0 
+0200
 p11-kit-0.23.1/trust/Makefile.am   2015-03-30 16:43:35.275993032 +0300
+@@ -61,6 +61,20 @@ p11_kit_trust_la_LDFLAGS = \
+ 
+ p11_kit_trust_la_SOURCES = $(TRUST_SRCS)
+ 
++libnssckbi_compatdir = $(libdir)
++libnssckbi_compat_LTLIBRARIES = \
++  libnssckbi-p11-kit.la
++
++libnssckbi_p11_kit_la_CFLAGS = \
++  -DLIBNSSCKBI_COMPAT \
++  $(p11_kit_trust_la_CFLAGS)
++
++libnssckbi_p11_kit_la_LIBADD = $(p11_kit_trust_la_LIBADD)
++
++libnssckbi_p11_kit_la_LDFLAGS = $(p11_kit_trust_la_LDFLAGS)
++
++libnssckbi_p11_kit_la_SOURCES = $(p11_kit_trust_la_SOURCES)
++
+ libtrust_testable_la_LDFLAGS = \
+   -no-undefined
+ 
+diff -upr p11-kit-0.23.1.orig/trust/module.c p11-kit-0.23.1/trust/module.c
+--- p11-kit-0.23.1.orig/trust/module.c 2014-12-16 12:24:01.0 +0200
 p11-kit-0.23.1/trust/module.c  2015-03-30 16:48:41.370360130 +0300
+@@ -196,7 +196,11 @@ create_tokens_inlock (p11_array *tokens,
+   const char *label;
+   } labels[] = {
+   { ~/, User Trust },
++#ifdef LIBNSSCKBI_COMPAT
++  { DATA_DIR, Builtin Object Token },
++#else
+   { DATA_DIR, Default Trust },
++#endif
+   { SYSCONFDIR, System Trust },
+   { NULL },
+   };
+@@ -521,9 +525,15 @@ sys_C_GetSlotInfo (CK_SLOT_ID id,
+   info-flags = CKF_TOKEN_PRESENT;
+   strncpy ((char*)info-manufacturerID, MANUFACTURER_ID, 32);
+ 
+-  /* If too long, copy the first 64 characters into buffer */
+-  path = p11_token_get_path (token);
++#ifdef LIBNSSCKBI_COMPAT
++  /* Change description to match libnssckbi so HPKP works in 
Chromium */
++  if (strcmp (p11_token_get_label (token), Builtin Object Token 
) == 0)
++  path = NSS Builtin Objects;
++  else
++#endif
++  path = p11_token_get_path (token);
+   length = strlen (path);
++  /* If too long, copy the first 64 characters into buffer */
+   if (length  sizeof (info-slotDescription))
+   length = sizeof (info-slotDescription);
+   memset (info-slotDescription, ' ', sizeof 
(info-slotDescription));


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 17:03:55
  Author: bluewind
Revision: 130824

upgpkg: lib32-p11-kit 0.23.1-1

upstream update

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 15:03:48 UTC (rev 130823)
+++ PKGBUILD2015-04-06 15:03:55 UTC (rev 130824)
@@ -4,8 +4,8 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.22.1
-pkgrel=3
+pkgver=0.23.1
+pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -14,7 +14,7 @@
 options=(!libtool)
 source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig})
 validpgpkeys=(C0F67099B808FB063E2C81117BFB1108D92765AF)
-md5sums=('4e9bea1106628ffb820bdad24a819fac'
+md5sums=('96f073270c489c9a594e1c9413f42db8'
  'SKIP')
 
 build() {


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2014-11-14 Thread Jan Steffens
Date: Friday, November 14, 2014 @ 10:02:20
  Author: heftig
Revision: 122544

FS#41909

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-14 08:49:29 UTC (rev 122543)
+++ PKGBUILD2014-11-14 09:02:20 UTC (rev 122544)
@@ -5,7 +5,7 @@
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
 pkgver=0.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -23,7 +23,8 @@
   cd $srcdir/$_pkgbasename-$pkgver
 
   ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
---with-module-path=/usr/lib32/pkcs11
+--with-module-path=/usr/lib32/pkcs11 \
+
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
   make
 }
 


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2014-11-14 Thread Jan Steffens
Date: Friday, November 14, 2014 @ 11:00:01
  Author: heftig
Revision: 122554

Make `trust extract-compat` do something

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-14 09:48:07 UTC (rev 122553)
+++ PKGBUILD2014-11-14 10:00:01 UTC (rev 122554)
@@ -5,7 +5,7 @@
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
 pkgver=0.22.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -39,6 +39,8 @@
   rm -rf ${pkgdir}/etc
   rm -rf ${pkgdir}/usr/{bin,include,share}
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  ln -srf $pkgdir/usr/bin/update-ca-trust 
$pkgdir/usr/lib32/p11-kit/trust-extract-compat
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2014-10-12 Thread Jan Steffens
Date: Sunday, October 12, 2014 @ 11:44:48
  Author: heftig
Revision: 120565

0.22.1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-12 09:39:54 UTC (rev 120564)
+++ PKGBUILD2014-10-12 09:44:48 UTC (rev 120565)
@@ -4,8 +4,8 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.20.7
-pkgrel=3
+pkgver=0.22.1
+pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -13,7 +13,7 @@
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 options=(!libtool)
 source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig})
-md5sums=('6648cad01a3080b685b8b3bf7372c91a'
+md5sums=('4e9bea1106628ffb820bdad24a819fac'
  'SKIP')
 
 build() {


[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2014-09-26 Thread Jan Steffens
Date: Friday, September 26, 2014 @ 08:36:49
  Author: heftig
Revision: 119583

0.20.7, for multilib

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-25 22:26:04 UTC (rev 119582)
+++ PKGBUILD2014-09-26 06:36:49 UTC (rev 119583)
@@ -5,7 +5,7 @@
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
 pkgver=0.20.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -23,8 +23,7 @@
   cd $srcdir/$_pkgbasename-$pkgver
 
   ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
---with-module-path=/usr/lib32/pkcs11 \
-
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
+--with-module-path=/usr/lib32/pkcs11
   make
 }
 



[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2014-09-26 Thread Jan Steffens
Date: Friday, September 26, 2014 @ 08:39:43
  Author: heftig
Revision: 119585

rebuild for the test set in http://pkgbuild.com/~heftig/certs

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-26 06:39:21 UTC (rev 119584)
+++ PKGBUILD2014-09-26 06:39:43 UTC (rev 119585)
@@ -5,7 +5,7 @@
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
 pkgver=0.20.7
-pkgrel=3
+pkgrel=4
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -23,7 +23,8 @@
   cd $srcdir/$_pkgbasename-$pkgver
 
   ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
---with-module-path=/usr/lib32/pkcs11
+--with-module-path=/usr/lib32/pkcs11 \
+
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
   make
 }
 



[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2014-09-22 Thread Jan Steffens
Date: Tuesday, September 23, 2014 @ 01:18:38
  Author: heftig
Revision: 119439

ca-certificates, the Fedora edition

Modified:
  lib32-p11-kit/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 21:14:14 UTC (rev 119438)
+++ PKGBUILD2014-09-22 23:18:38 UTC (rev 119439)
@@ -4,8 +4,8 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.20.2
-pkgrel=1
+pkgver=0.20.7
+pkgrel=2
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -12,8 +12,9 @@
 license=('BSD')
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 options=(!libtool)
-source=($url/releases/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('757b97ee4ac0ce598661a90cd784c4f1')
+source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig})
+md5sums=('6648cad01a3080b685b8b3bf7372c91a'
+ 'SKIP')
 
 build() {
   export CC=gcc -m32
@@ -22,7 +23,8 @@
   cd $srcdir/$_pkgbasename-$pkgver
 
   ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
---with-module-path=/usr/lib32/pkcs11
+--with-module-path=/usr/lib32/pkcs11 \
+
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
   make
 }
 



[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:31
  Author: bpiotrowski
Revision: 106872

upgpkg: lib32-p11-kit 0.20.2-1

sync pkgver with extra/community

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:30 UTC (rev 106871)
+++ PKGBUILD2014-03-09 12:49:31 UTC (rev 106872)
@@ -4,7 +4,7 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.20.1
+pkgver=0.20.2
 pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 options=(!libtool)
 source=($url/releases/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('88c651137f76a167336639371eafd8cc')
+md5sums=('757b97ee4ac0ce598661a90cd784c4f1')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2013-10-08 Thread Florian Pritz
Date: Tuesday, October 8, 2013 @ 15:18:09
  Author: bluewind
Revision: 98323

upgpkg: lib32-p11-kit 0.20.1-1

upstream update

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 13:16:08 UTC (rev 98322)
+++ PKGBUILD2013-10-08 13:18:09 UTC (rev 98323)
@@ -4,16 +4,16 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.18.4
+pkgver=0.20.1
 pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
 license=('BSD')
-depends=(lib32-glibc lib32-libtasn1 $_pkgbasename)
+depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 options=(!libtool)
 source=($url/releases/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('9535c4e5b9c2ef5f5cd0755115ba098b')
+md5sums=('88c651137f76a167336639371eafd8cc')
 
 build() {
   export CC=gcc -m32
@@ -26,6 +26,11 @@
   make
 }
 
+check() {
+  cd $srcdir/$_pkgbasename-$pkgver
+  make check
+}
+
 package() {
   cd $srcdir/$_pkgbasename-$pkgver
   make DESTDIR=$pkgdir install



[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2013-07-14 Thread Florian Pritz
Date: Sunday, July 14, 2013 @ 15:17:12
  Author: bluewind
Revision: 94108

upgpkg: lib32-p11-kit 0.18.4-1

upstream update

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-14 13:09:46 UTC (rev 94107)
+++ PKGBUILD2013-07-14 13:17:12 UTC (rev 94108)
@@ -4,7 +4,7 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.18.2
+pkgver=0.18.4
 pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(lib32-glibc lib32-libtasn1 $_pkgbasename)
 options=(!libtool)
 source=($url/releases/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('7bb1703f38fb778054bf57477c78dc8f')
+md5sums=('9535c4e5b9c2ef5f5cd0755115ba098b')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2013-05-28 Thread Laurent Carlier
Date: Tuesday, May 28, 2013 @ 13:37:28
  Author: lcarlier
Revision: 91810

upgpkg: lib32-p11-kit 0.18.2-1

Sync with extra

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-28 11:37:13 UTC (rev 91809)
+++ PKGBUILD2013-05-28 11:37:28 UTC (rev 91810)
@@ -7,7 +7,7 @@
 pkgver=0.18.2
 pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
-arch=(i686 x86_64)
+arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
 license=('BSD')
 depends=(lib32-glibc lib32-libtasn1 $_pkgbasename)



[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2013-05-28 Thread Laurent Carlier
Date: Tuesday, May 28, 2013 @ 13:37:06
  Author: lcarlier
Revision: 91808

upgpkg: lib32-p11-kit 0.18.2-1

Sync with extra

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-28 11:25:27 UTC (rev 91807)
+++ PKGBUILD2013-05-28 11:37:06 UTC (rev 91808)
@@ -4,7 +4,7 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.18.1
+pkgver=0.18.2
 pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(lib32-glibc lib32-libtasn1 $_pkgbasename)
 options=(!libtool)
 source=($url/releases/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('e4ef21592dbd126b62e1a6d4ad65ce5c')
+md5sums=('7bb1703f38fb778054bf57477c78dc8f')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2013-04-22 Thread Florian Pritz
Date: Monday, April 22, 2013 @ 10:16:08
  Author: bluewind
Revision: 88735

upgpkg: lib32-p11-kit 0.18.1-1

upstream update

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-22 08:11:54 UTC (rev 88734)
+++ PKGBUILD2013-04-22 08:16:08 UTC (rev 88735)
@@ -4,16 +4,16 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.13
+pkgver=0.18.1
 pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(i686 x86_64)
 url=http://p11-glue.freedesktop.org;
 license=('BSD')
-depends=(lib32-glibc $_pkgbasename)
+depends=(lib32-glibc lib32-libtasn1 $_pkgbasename)
 options=(!libtool)
 source=($url/releases/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('3892bc07ff54b1b391aad4628911801d')
+md5sums=('e4ef21592dbd126b62e1a6d4ad65ce5c')
 
 build() {
   export CC=gcc -m32