mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
Update to nss 3.99.
This commit is contained in:
parent
c22e3dac66
commit
2d5a85e770
6 changed files with 9 additions and 3 deletions
13
steps/ca-certificates-3.99/pass1.sh
Executable file
13
steps/ca-certificates-3.99/pass1.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
steps/ca-certificates-3.99/sources
Normal file
1
steps/ca-certificates-3.99/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_99_RTM/src/nss-3.99.tar.gz 5cd5c2c8406a376686e6fa4b9c2de38aa280bea07bf927c0d521ba07c88b09bd
|
||||
Loading…
Add table
Add a link
Reference in a new issue