Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : ca-certs | |||||
| version : 20200513 | |||||
| release : 39 | |||||
| source : | |||||
| - https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt : f3bdcd74612952da8476a9d4147f50b29ad0710b7dd95b4c8690500209986d70 | |||||
| - https://raw.githubusercontent.com/agl/extract-nss-root-certs/492d8c9/convert_mozilla_certdata.go : 30afd0ca1df9b7788b830485645c4a2f72b07c1c9eb5c66941ae3d0b87e9e623 | |||||
| license : | |||||
| - Apache-2.0 # Conversion script | |||||
| - MPL-2.0 # Actual cert file | |||||
| component : system.base | |||||
| summary : Certificate Authority Files | |||||
| description: | | |||||
| The Public Key Inrastructure is used for many security issues in a Linux system. In order for a certificate to be trusted, it must be signed by a trusted agent called a Certificate Authority (CA). | |||||
| extract : no | |||||
| builddeps : | |||||
| - golang | |||||
| setup : | | |||||
| ln -s $sources/* $workdir | |||||
| build : | | |||||
| go run convert_mozilla_certdata.go --to-files | |||||
| # The bundle generation could be a usysconf trigger in future. | |||||
| cat *.pem > ca-certificates.crt | |||||
| install : | | |||||
| install -Dm00644 *.pem ca-certificates.crt -t $installdir/etc/ssl/certs | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.