ca-bundle stable port information

Package: ca-bundle
Version: 20120118
Revision: 1
Description: Bundle of X.509 certificates of public CAs
DescDetail: <<
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:
'/mozilla/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.

The ca-bundle.crt file was taken from the Mozilla::CA perlmod.
<<
Maintainer: Daniel Johnson
Homepage: http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt
License: GPL2/LGPL2

Source: mirror:cpan:authors/id/A/AB/ABH/Mozilla-CA-%v.tar.gz
Source-MD5: e1c650d25303bf3d59a6502efd002b06

CompileScript: <<
head -n 51 lib/Mozilla/CA/cacert.pem >LICENSE
<<

InstallScript: <<
install -d %i/etc/ssl/certs
install -m 644 lib/Mozilla/CA/cacert.pem %i/etc/ssl/certs/ca-bundle.crt
<<

DocFiles: LICENSE