mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
Update nss (ca-certificates) to 3.88.1
This commit is contained in:
parent
9999e075e9
commit
3897987887
5 changed files with 3 additions and 3 deletions
13
sysc/ca-certificates-3.88.1/ca-certificates-3.88.1.sh
Executable file
13
sysc/ca-certificates-3.88.1/ca-certificates-3.88.1.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
# SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_compile() {
|
||||
cp -a nss/lib/ckfw/builtins/certdata.txt .
|
||||
mk-ca-bundle -n -s ALL -m
|
||||
}
|
||||
|
||||
src_install() {
|
||||
install -D -m 644 ca-bundle.crt "${DESTDIR}/etc/ssl/certs/ca-certificates.crt"
|
||||
ln -s /etc/ssl/certs/ca-certificates.crt "${DESTDIR}/etc/ssl/certs.pem"
|
||||
}
|
||||
1
sysc/ca-certificates-3.88.1/sources
Normal file
1
sysc/ca-certificates-3.88.1/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_88_1_RTM/src/nss-3.88.1.tar.gz 27d243edf87d1cf1bb9c861f03d387e0e9230ce5017f4308c941f558b54b3496
|
||||
Loading…
Add table
Add a link
Reference in a new issue