Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37046736
en ru br
Репозитории ALT
S:2023.07.31-alt1
5.1: 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
www.altlinux.org/Changes

Группа :: Система/Основа
Пакет: ca-certificates

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: ca-certificates
Version: 2007.02.06
Release: alt0.1.M30

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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin