mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
ca-certificates: update to 3.119.1
Also only download the single needed file now instead of the 70MB tarball.
This commit is contained in:
parent
f7672536e0
commit
38d3519fa6
5 changed files with 6 additions and 5 deletions
14
steps/ca-certificates-3.119.1/pass1.sh
Executable file
14
steps/ca-certificates-3.119.1/pass1.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
# SPDX-FileCopyrightText: 2022 Samuel Tyler <samuel@samuelt.me>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_compile() {
|
||||
# Cannot be UNIX time 0 because mk-ca-bundle treats that as falsey
|
||||
touch -t 197001010001.00 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 certs/ca-certificates.crt "${DESTDIR}/etc/ssl/certs.pem"
|
||||
}
|
||||
1
steps/ca-certificates-3.119.1/sources
Normal file
1
steps/ca-certificates-3.119.1/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://hg-edge.mozilla.org/projects/nss/raw-file/NSS_3_119_1_RTM/lib/ckfw/builtins/certdata.txt a903b3cd05231e39332515ef7ebe37e697262f39515a52015c23c62805b73cd0
|
||||
Loading…
Add table
Add a link
Reference in a new issue