Date: Wednesday, August 29, 2018 @ 05:30:44 Author: heftig Revision: 333071
0.23.14-1 Modified: p11-kit/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-29 05:30:40 UTC (rev 333070) +++ PKGBUILD 2018-08-29 05:30:44 UTC (rev 333071) @@ -2,8 +2,8 @@ # Contributor: Ionut Biru <[email protected]> pkgname=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" 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")
