mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +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
|
|
@ -1,13 +0,0 @@
|
|||
# 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue