ca-certificates: initial release

This commit is contained in:
Fredrik Rinnestam 2012-12-01 20:29:17 +01:00
parent 4a6ac57a79
commit d63622139f
4 changed files with 3937 additions and 0 deletions

View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/ssl/
-rw-r--r-- root/root etc/ssl/cert.pem

1
ca-certificates/.md5sum Normal file
View File

@ -0,0 +1 @@
c4290b9deb70d0bef2f88b67fc68c8ec cacert.pem

13
ca-certificates/Pkgfile Normal file
View File

@ -0,0 +1,13 @@
# 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
version=20121018
release=1
source=(cacert.pem)
build () {
install -Dm 644 $SRC/cacert.pem $PKG/etc/ssl/cert.pem
}

3920
ca-certificates/cacert.pem Normal file

File diff suppressed because it is too large Load Diff