mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Update ca-certificates to 3.95
This commit is contained in:
parent
b59170519f
commit
fbb3e97149
5 changed files with 3 additions and 3 deletions
13
steps/ca-certificates-3.95/pass1.sh
Executable file
13
steps/ca-certificates-3.95/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.95/sources
Normal file
1
steps/ca-certificates-3.95/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_95_RTM/src/nss-3.95.tar.gz 469888e41e8a780051ce00edcd914e8a6bd38da88a82cfb84898dd388635822a
|
||||
Loading…
Add table
Add a link
Reference in a new issue