Date: Friday, August 17, 2018 @ 17:14:30 Author: heftig Revision: 332107
0.23.13-2 Modified: p11-kit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-17 17:09:52 UTC (rev 332106) +++ PKGBUILD 2018-08-17 17:14:30 UTC (rev 332107) @@ -3,7 +3,7 @@ pkgname=p11-kit pkgver=0.23.13 -pkgrel=1 +pkgrel=2 pkgdesc="Provides a way to load and enumerate PKCS#11 modules" 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")
