Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37756240
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: 2011.09.02
Release: alt1

Summary: Common CA Certificates
License: MPL/GPL/LGPL
Group: System/Base
BuildArch: noarch

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 -c -a1 -a2

%build
export TZ=UTC
pushd mozilla
./ca-bundle.pl certdata.txt >crt
popd
pushd alt
for t in alt; do
printf '#\n# %%s\n#\n\n' 'ALT CA'
openssl x509 -in $t.crt -text -fingerprint
printf '\n\n'
done >crt
popd
pushd cacert.org
for t in root class3; do
printf '#\n# %%s\n#\n\n' "http://www.cacert.org/certs/$t.crt"
openssl x509 -in "$t.crt" -text -fingerprint
printf '\n\n'
done >crt
popd
cat {mozilla,alt,cacert.org}/crt >ca-bundle.crt

%install
install -pDm644 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