brioche-dev / brioche-packages

Brioche packages, which get auto-published to the Brioche Registry
MIT License
24 stars 1 forks source link

feat: update ca_certificates version to "2024-07-02" #72

Closed jaudiger closed 3 months ago

jaudiger commented 3 months ago

Update ca_certificates to "2024-07-02": https://curl.se/docs/caextract.html

Tested locally:

bash-5.2$ brioche install -p packages/ca_certificates
[100%] Downloaded https://curl.se/ca/cacert-2024-07-02.pem
Build finished, completed 1 job in 1.8s
Writing output
Wrote output to /home/container/.local/share/brioche/installed
bash-5.2$ ls /home/container/.local/share/brioche/installed
bin  brioche-env.d  brioche-resources.d  etc
bash-5.2$ cat /home/container/.local/share/brioche/installed/etc/ssl/certs/ca-bundle.crt 
##
## Bundle of CA Root Certificates
##
## Certificate data from Mozilla as of: Tue Jul  2 03:12:04 2024 GMT
##
## This is a bundle of X.509 certificates of public Certificate Authorities
## (CA). These were automatically extracted from Mozilla's root certificates
## file (certdata.txt).  This file can be found in the mozilla source tree:
## https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt
##
## It contains the certificates in PEM format and therefore
## can be directly used with curl / libcurl / php_curl, or with
## an Apache+mod_ssl webserver for SSL client authentication.
## Just configure this file as the SSLCACertificateFile.
##
## Conversion done with mk-ca-bundle.pl version 1.29.
## SHA256: 456ff095dde6dd73354c5c28c73d9c06f53b61a803963414cb91a1d92945cdd3
##

....
....
....