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 =================================================================== --- PKGBUILD 2018-08-29 05:30:49 UTC (rev 375056) +++ PKGBUILD 2018-08-29 05:30:53 UTC (rev 375057) @@ -3,8 +3,8 @@ # Contributor: Christoph Vigano <[email protected]> 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")
