mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue