Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37515701
en ru br
ALT Linux repos
S:2023.07.31-alt1
5.0: 2011.09.02-alt1
4.1: 2007.02.06-alt1
4.0: 2007.02.06-alt1
3.0:
+backports:2007.02.06-alt0.1.M30

Group :: System/Base
RPM: ca-certificates

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: ca-certificates
Version: 2007.02.06
Release: alt1

Summary: Common CA Certificates
License: MPL/GPL/LGPL
Group: System/Base
BuildArch: noarch
Packager: Dmitry V. Levin <ldv at altlinux.org>

Source0: mozilla.tar
Source1: alt.tar
Source2: cacert.org.tar

BuildRequires: openssl

%description
This package contains a bundle of X.509 certificates of public Certificate
Authorities (CA).  This is useful for any applications to verify SSL/TLS
connection.
Note that certificate authorities whose certificates are included in
this package are not in any way audited for trustworthiness and RFC3647
compliance, and that full responsibility to assess them rests with
the user.

%prep
%setup -qc -a1 -a2

%build
export TZ=UTC
pushd mozilla
./ca-bundle.pl certdata.txt >ca-bundle.crt
popd
pushd alt
printf '#\n# ALT CA\n#\n\n' >ca-bundle.crt
openssl x509 -in alt.pem -text -fingerprint -noout >>ca-bundle.crt
cat alt.pem >>ca-bundle.crt
printf '\n\n' >>ca-bundle.crt
popd
pushd cacert.org
printf '#\n# http://www.cacert.org/certs/class3.crt\n#\n\n' >ca-bundle.crt
openssl x509 -in cacert.org.pem -text -fingerprint -noout >>ca-bundle.crt
cat cacert.org.pem >>ca-bundle.crt
printf '\n\n' >>ca-bundle.crt
popd

%install
mkdir -p %buildroot%_datadir/%name
cat {mozilla,alt,cacert.org}/ca-bundle.crt >%buildroot%_datadir/%name/ca-bundle.crt

%files
%_datadir/%name

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin