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 =================================================================== --- PKGBUILD 2018-08-17 17:05:08 UTC (rev 372510) +++ PKGBUILD 2018-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")
