[arch-commits] Commit in lib32-nss/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Jan 24 21:56:55 UTC 2020


    Date: Friday, January 24, 2020 @ 21:56:54
  Author: heftig
Revision: 555372

3.49.2-2: FS#64401 Drop the custom libnssckbi and use p11-kit-trust proper

Modified:
  lib32-nss/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-24 21:56:28 UTC (rev 555371)
+++ PKGBUILD	2020-01-24 21:56:54 UTC (rev 555372)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-nss
 pkgver=3.49.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Network Security Services (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
 arch=(x86_64)
@@ -55,5 +55,5 @@
   install -Dt "$pkgdir/usr/lib32" -m644 *.chk
 
   # Replace built-in trust with p11-kit connection
-  ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib32/libnssckbi.so"
+  ln -sf pkcs11/p11-kit-trust.so "$pkgdir/usr/lib32/libnssckbi.so"
 }



More information about the arch-commits mailing list