Date: Friday, January 24, 2020 @ 21:56:56 Author: heftig Revision: 373887
3.49.2-2: FS#64401 Drop the custom libnssckbi and use p11-kit-trust proper Modified: nss/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-24 21:07:39 UTC (rev 373886) +++ PKGBUILD 2020-01-24 21:56:56 UTC (rev 373887) @@ -3,7 +3,7 @@ pkgbase=nss pkgname=(nss ca-certificates-mozilla) pkgver=3.49.2 -pkgrel=1 +pkgrel=2 pkgdesc="Network Security Services" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS" arch=(x86_64) @@ -78,7 +78,7 @@ install -Dt "$pkgdir/usr/lib" -m644 *.chk # Replace built-in trust with p11-kit connection - ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib/libnssckbi.so" + ln -sf pkcs11/p11-kit-trust.so "$pkgdir/usr/lib/libnssckbi.so" } package_ca-certificates-mozilla() {
