mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 07:45:24 +01:00
Update ca-certificates to 3.86.
This temporarily should fix checksum error due to certificate expiry.
This commit is contained in:
parent
6ef5a3c88d
commit
e5edc55847
5 changed files with 3 additions and 3 deletions
13
sysc/ca-certificates-3.86/ca-certificates-3.86.sh
Executable file
13
sysc/ca-certificates-3.86/ca-certificates-3.86.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.86/sources
Normal file
1
sysc/ca-certificates-3.86/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_86_RTM/src/nss-3.86.tar.gz 3f385fc686476bbba811035fa6821b542475d55747b18c20c221d4d66573b975
|
||||
Loading…
Add table
Add a link
Reference in a new issue