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:
Samuel Tyler 2025-12-26 14:55:58 +11:00
parent f7672536e0
commit 38d3519fa6
No known key found for this signature in database
GPG key ID: EB5091A5C77E8DC4
5 changed files with 6 additions and 5 deletions

View file

@ -1,13 +0,0 @@
# SPDX-FileCopyrightText: 2022 Samuel Tyler <samuel@samuelt.me>
#
# 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"
}