core/ca-certificates/Pkgfile

21 lines
561 B
Plaintext
Raw Normal View History

2012-12-01 20:29:17 +01:00
# Description: Bundle of CA Root Certificates from Mozilla
# URL: http://curl.haxx.se/ca/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=ca-certificates
2018-10-18 14:32:04 +02:00
version=20181017
2015-09-03 17:24:23 +02:00
release=1
2012-12-01 20:29:17 +01:00
source=(cacert.pem)
build () {
# see http://curl.haxx.se/docs/mk-ca-bundle.html how
# to create the bundle from Mozillas data:
# mk-ca-bundle.pl -p ALL:TRUSTED_DELEGATOR cacert.pem
2018-10-18 14:32:04 +02:00
# As of version 20180620 we are using again the bundle
# from curl without modifications.
2012-12-01 20:29:17 +01:00
install -Dm 644 $SRC/cacert.pem $PKG/etc/ssl/cert.pem
}