mirror of
https://git.launchpad.net/ubuntu/+source/ca-certificates
synced 2025-08-05 16:59:04 +00:00
20110421 (patches unapplied)
Imported using git-ubuntu import.
This commit is contained in:
parent
7b1c339e39
commit
1a5ba424a4
Notes:
git-ubuntu importer
2020-07-14 23:25:25 +00:00
* QA upload. * Package is orphaned, set maintainer to QA group * Depend on openssl 1.0.0 and force a call of c_rehash so that we have both the old and new style of symlinks. (Closes: #611102) * Remove libssl0.9.8 from enhances * Update mozilla certdata.txt file to the latest version. Removed: - ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.crt - beTRUSTed_Root_CA-Baltimore_Implementation.crt - beTRUSTed_Root_CA.crt - beTRUSTed_Root_CA_-_Entrust_Implementation.crt - beTRUSTed_Root_CA_-_RSA_Implementation.crt - Digital_Signature_Trust_Co._Global_CA_2.crt - Digital_Signature_Trust_Co._Global_CA_4.crt - Entrust.net_Global_Secure_Personal_CA.crt - Entrust.net_Global_Secure_Server_CA.crt - Entrust.net_Secure_Personal_CA.crt - GTE_CyberTrust_Root_CA.crt - IPS_Chained_CAs_root.crt - IPS_CLASE1_root.crt - IPS_CLASE3_root.crt - IPS_CLASEA1_root.crt - IPS_CLASEA3_root.crt - IPS_Servidores_root.crt - IPS_Timestamping_root.crt - RSA_Security_1024_v3.crt - StartCom_Ltd..crt - Thawte_Personal_Basic_CA.crt - Thawte_Personal_Premium_CA.crt - UTN-USER_First-Network_Applications.crt - Verisign_RSA_Secure_Server_CA.crt - Verisign_Time_Stamping_Authority_CA.crt - Visa_International_Global_Root_2.crt Added: - ACEDICOM_Root.crt - AC_Raíz_Certicámara_S.A..crt - ApplicationCA_-_Japanese_Government.crt - Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.crt - Buypass_Class_2_CA_1.crt - Buypass_Class_3_CA_1.crt - CA_Disig.crt - Certigna.crt - certSIGN_ROOT_CA.crt - Chambers_of_Commerce_Root_-_2008.crt - CNNIC_ROOT.crt - ComSign_CA.crt - ComSign_Secured_CA.crt - Cybertrust_Global_Root.crt - Deutsche_Telekom_Root_CA_2.crt - EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.crt - E-Guven_Kok_Elektronik_Sertifika_Hizmet_Saglayicisi.crt - ePKI_Root_Certification_Authority.crt - GeoTrust_Primary_Certification_Authority_-_G2.crt - GeoTrust_Primary_Certification_Authority_-_G3.crt - Global_Chambersign_Root_-_2008.crt - GlobalSign_Root_CA_-_R3.crt - Hongkong_Post_Root_CA_1.crt - IGC_A.crt - Izenpe.com.crt - Juur-SK.crt - Microsec_e-Szigno_Root_CA_2009.crt - Microsec_e-Szigno_Root_CA.crt - NetLock_Arany_=Class_Gold=_Főtanúsítvány.crt - OISTE_WISeKey_Global_Root_GA_CA.crt - SecureSign_RootCA11.crt - Security_Communication_EV_RootCA1.crt - Staat_der_Nederlanden_Root_CA_-_G2.crt - S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.crt - TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.crt - TC_TrustCenter_Class_2_CA_II.crt - TC_TrustCenter_Class_3_CA_II.crt - TC_TrustCenter_Universal_CA_I.crt - TC_TrustCenter_Universal_CA_III.crt - thawte_Primary_Root_CA_-_G2.crt - thawte_Primary_Root_CA_-_G3.crt - VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.crt - VeriSign_Universal_Root_Certification_Authority.crt Changed: - Verisign_Class_1_Public_Primary_Certification_Authority.crt - Verisign_Class_3_Public_Primary_Certification_Authority.crt * Remove telesec.de/deutsche-telekom-root-ca-2.crt, now in mozilla. * String decode the mozilla certdata.txt so the filenames show up as proper UTF-8 strings.
9 changed files with 6281 additions and 2213 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
CERTSDIR = /usr/share/ca-certificates
|
CERTSDIR = /usr/share/ca-certificates
|
||||||
SUBDIRS = spi-inc.org debconf.org mozilla cacert.org brasil.gov.br signet.pl telesec.de gouv.fr
|
SUBDIRS = spi-inc.org debconf.org mozilla cacert.org brasil.gov.br signet.pl gouv.fr
|
||||||
|
|
||||||
all:
|
all:
|
||||||
for dir in $(SUBDIRS); do \
|
for dir in $(SUBDIRS); do \
|
||||||
|
|
88
debian/changelog
vendored
88
debian/changelog
vendored
|
@ -1,3 +1,91 @@
|
||||||
|
ca-certificates (20110421) unstable; urgency=low
|
||||||
|
|
||||||
|
* QA upload.
|
||||||
|
* Package is orphaned, set maintainer to QA group
|
||||||
|
* Depend on openssl 1.0.0 and force a call of c_rehash so that we have
|
||||||
|
both the old and new style of symlinks. (Closes: #611102)
|
||||||
|
* Remove libssl0.9.8 from enhances
|
||||||
|
* Update mozilla certdata.txt file to the latest version.
|
||||||
|
Removed:
|
||||||
|
- ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.crt
|
||||||
|
- beTRUSTed_Root_CA-Baltimore_Implementation.crt
|
||||||
|
- beTRUSTed_Root_CA.crt
|
||||||
|
- beTRUSTed_Root_CA_-_Entrust_Implementation.crt
|
||||||
|
- beTRUSTed_Root_CA_-_RSA_Implementation.crt
|
||||||
|
- Digital_Signature_Trust_Co._Global_CA_2.crt
|
||||||
|
- Digital_Signature_Trust_Co._Global_CA_4.crt
|
||||||
|
- Entrust.net_Global_Secure_Personal_CA.crt
|
||||||
|
- Entrust.net_Global_Secure_Server_CA.crt
|
||||||
|
- Entrust.net_Secure_Personal_CA.crt
|
||||||
|
- GTE_CyberTrust_Root_CA.crt
|
||||||
|
- IPS_Chained_CAs_root.crt
|
||||||
|
- IPS_CLASE1_root.crt
|
||||||
|
- IPS_CLASE3_root.crt
|
||||||
|
- IPS_CLASEA1_root.crt
|
||||||
|
- IPS_CLASEA3_root.crt
|
||||||
|
- IPS_Servidores_root.crt
|
||||||
|
- IPS_Timestamping_root.crt
|
||||||
|
- RSA_Security_1024_v3.crt
|
||||||
|
- StartCom_Ltd..crt
|
||||||
|
- Thawte_Personal_Basic_CA.crt
|
||||||
|
- Thawte_Personal_Premium_CA.crt
|
||||||
|
- UTN-USER_First-Network_Applications.crt
|
||||||
|
- Verisign_RSA_Secure_Server_CA.crt
|
||||||
|
- Verisign_Time_Stamping_Authority_CA.crt
|
||||||
|
- Visa_International_Global_Root_2.crt
|
||||||
|
Added:
|
||||||
|
- ACEDICOM_Root.crt
|
||||||
|
- AC_Raíz_Certicámara_S.A..crt
|
||||||
|
- ApplicationCA_-_Japanese_Government.crt
|
||||||
|
- Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.crt
|
||||||
|
- Buypass_Class_2_CA_1.crt
|
||||||
|
- Buypass_Class_3_CA_1.crt
|
||||||
|
- CA_Disig.crt
|
||||||
|
- Certigna.crt
|
||||||
|
- certSIGN_ROOT_CA.crt
|
||||||
|
- Chambers_of_Commerce_Root_-_2008.crt
|
||||||
|
- CNNIC_ROOT.crt
|
||||||
|
- ComSign_CA.crt
|
||||||
|
- ComSign_Secured_CA.crt
|
||||||
|
- Cybertrust_Global_Root.crt
|
||||||
|
- Deutsche_Telekom_Root_CA_2.crt
|
||||||
|
- EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.crt
|
||||||
|
- E-Guven_Kok_Elektronik_Sertifika_Hizmet_Saglayicisi.crt
|
||||||
|
- ePKI_Root_Certification_Authority.crt
|
||||||
|
- GeoTrust_Primary_Certification_Authority_-_G2.crt
|
||||||
|
- GeoTrust_Primary_Certification_Authority_-_G3.crt
|
||||||
|
- Global_Chambersign_Root_-_2008.crt
|
||||||
|
- GlobalSign_Root_CA_-_R3.crt
|
||||||
|
- Hongkong_Post_Root_CA_1.crt
|
||||||
|
- IGC_A.crt
|
||||||
|
- Izenpe.com.crt
|
||||||
|
- Juur-SK.crt
|
||||||
|
- Microsec_e-Szigno_Root_CA_2009.crt
|
||||||
|
- Microsec_e-Szigno_Root_CA.crt
|
||||||
|
- NetLock_Arany_=Class_Gold=_Főtanúsítvány.crt
|
||||||
|
- OISTE_WISeKey_Global_Root_GA_CA.crt
|
||||||
|
- SecureSign_RootCA11.crt
|
||||||
|
- Security_Communication_EV_RootCA1.crt
|
||||||
|
- Staat_der_Nederlanden_Root_CA_-_G2.crt
|
||||||
|
- S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.crt
|
||||||
|
- TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.crt
|
||||||
|
- TC_TrustCenter_Class_2_CA_II.crt
|
||||||
|
- TC_TrustCenter_Class_3_CA_II.crt
|
||||||
|
- TC_TrustCenter_Universal_CA_I.crt
|
||||||
|
- TC_TrustCenter_Universal_CA_III.crt
|
||||||
|
- thawte_Primary_Root_CA_-_G2.crt
|
||||||
|
- thawte_Primary_Root_CA_-_G3.crt
|
||||||
|
- VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.crt
|
||||||
|
- VeriSign_Universal_Root_Certification_Authority.crt
|
||||||
|
Changed:
|
||||||
|
- Verisign_Class_1_Public_Primary_Certification_Authority.crt
|
||||||
|
- Verisign_Class_3_Public_Primary_Certification_Authority.crt
|
||||||
|
* Remove telesec.de/deutsche-telekom-root-ca-2.crt, now in mozilla.
|
||||||
|
* String decode the mozilla certdata.txt so the filenames show up as
|
||||||
|
proper UTF-8 strings.
|
||||||
|
|
||||||
|
-- Kurt Roeckx <kurt@roeckx.be> Thu, 21 Apr 2011 18:56:08 +0200
|
||||||
|
|
||||||
ca-certificates (20090814+nmu3) unstable; urgency=low
|
ca-certificates (20090814+nmu3) unstable; urgency=low
|
||||||
|
|
||||||
* Non-maintainer upload.
|
* Non-maintainer upload.
|
||||||
|
|
4
debian/config
vendored
4
debian/config
vendored
File diff suppressed because one or more lines are too long
6
debian/control
vendored
6
debian/control
vendored
|
@ -1,15 +1,15 @@
|
||||||
Source: ca-certificates
|
Source: ca-certificates
|
||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Philipp Kern <pkern@debian.org>
|
Maintainer: Debian QA Group <packages@qa.debian.org>
|
||||||
Build-Depends: debhelper (>> 4.1.16), po-debconf
|
Build-Depends: debhelper (>> 4.1.16), po-debconf
|
||||||
Build-Depends-Indep: python
|
Build-Depends-Indep: python
|
||||||
Standards-Version: 3.8.2
|
Standards-Version: 3.8.2
|
||||||
|
|
||||||
Package: ca-certificates
|
Package: ca-certificates
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: openssl, ${misc:Depends}
|
Depends: openssl (>= 1.0.0), ${misc:Depends}
|
||||||
Enhances: libssl0.9.8, openssl
|
Enhances: openssl
|
||||||
Description: Common CA certificates
|
Description: Common CA certificates
|
||||||
This package includes PEM files of CA certificates to allow SSL-based
|
This package includes PEM files of CA certificates to allow SSL-based
|
||||||
applications to check for the authenticity of SSL connections.
|
applications to check for the authenticity of SSL connections.
|
||||||
|
|
7
debian/postinst
vendored
7
debian/postinst
vendored
|
@ -138,6 +138,13 @@ EOF
|
||||||
>> /etc/ca-certificates.conf
|
>> /etc/ca-certificates.conf
|
||||||
fi
|
fi
|
||||||
update-ca-certificates
|
update-ca-certificates
|
||||||
|
# Call c_rehash when upgrading from older versions to that we
|
||||||
|
# have both the old and new style of symlink
|
||||||
|
if [ ! -z "$2" ]; then
|
||||||
|
if dpkg --compare-versions "$2" le 20090814+nmu3; then
|
||||||
|
c_rehash
|
||||||
|
fi
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
abort-upgrade|abort-remove|abort-deconfigure)
|
abort-upgrade|abort-remove|abort-deconfigure)
|
||||||
|
|
8350
mozilla/certdata.txt
8350
mozilla/certdata.txt
File diff suppressed because it is too large
Load diff
|
@ -118,6 +118,7 @@ for obj in objects:
|
||||||
.replace('(', '=')\
|
.replace('(', '=')\
|
||||||
.replace(')', '=')\
|
.replace(')', '=')\
|
||||||
.replace(',', '_') + '.crt'
|
.replace(',', '_') + '.crt'
|
||||||
|
fname = fname.decode('string_escape')
|
||||||
f = open(fname, 'w')
|
f = open(fname, 'w')
|
||||||
f.write("-----BEGIN CERTIFICATE-----\n")
|
f.write("-----BEGIN CERTIFICATE-----\n")
|
||||||
f.write("\n".join(textwrap.wrap(base64.b64encode(obj['CKA_VALUE']), 64)))
|
f.write("\n".join(textwrap.wrap(base64.b64encode(obj['CKA_VALUE']), 64)))
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
#
|
|
||||||
# Makefile
|
|
||||||
#
|
|
||||||
|
|
||||||
all:
|
|
||||||
|
|
||||||
clean:
|
|
||||||
|
|
||||||
install:
|
|
||||||
for p in *.crt; do \
|
|
||||||
install -m 644 $$p $(CERTSDIR)/$$p ; \
|
|
||||||
done
|
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
-----BEGIN CERTIFICATE-----
|
|
||||||
MIIDnzCCAoegAwIBAgIBJjANBgkqhkiG9w0BAQUFADBxMQswCQYDVQQGEwJERTEc
|
|
||||||
MBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxlU2Vj
|
|
||||||
IFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290IENB
|
|
||||||
IDIwHhcNOTkwNzA5MTIxMTAwWhcNMTkwNzA5MjM1OTAwWjBxMQswCQYDVQQGEwJE
|
|
||||||
RTEcMBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxl
|
|
||||||
U2VjIFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290
|
|
||||||
IENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrC6M14IspFLEU
|
|
||||||
ha88EOQ5bzVdSq7d6mGNlUn0b2SjGmBmpKlAIoTZ1KXleJMOaAGtuU1cOs7TuKhC
|
|
||||||
QN/Po7qCWWqSG6wcmtoIKyUn+WkjR/Hg6yx6m/UTAtB+NHzCnjwAWav12gz1Mjwr
|
|
||||||
rFDa1sPeg5TKqAyZMg4ISFZbavva4VhYAUlfckE8FQYBjl2tqriTtM2e66foai1S
|
|
||||||
NNs671x1Udrb8zH57nGYMsRUFUQM+ZtV7a3fGAigo4aKSe5TBY8ZTNXeWHmb0moc
|
|
||||||
QqvF1afPaA+W5OFhmHZhyJF81j4A4pFQh+GdCuatl9Idxjp9y7zaAzTVjlsB9WoH
|
|
||||||
txa2bkp/AgMBAAGjQjBAMB0GA1UdDgQWBBQxw3kbuvVT1xfgiXotF2wKsyudMzAP
|
|
||||||
BgNVHRMECDAGAQH/AgEFMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOC
|
|
||||||
AQEAlGRZrTlk5ynrE/5aw4sTV8gEJPB0d8Bg42f76Ymmg7+Wgnxu1MM9756Abrsp
|
|
||||||
tJh6sTtU6zkXR34ajgv8HzFZMQSyzhfzLMdiNlXiItiJVbSYSKpk+tYcNthEeFpa
|
|
||||||
IzpXl/V6ME+un2pMSyuOoAPjPuCp1NJ70rOo4nI8rZ7/gFnkm0W09juwzTkZmDLl
|
|
||||||
6iFhkOQxIY40sfcvNUqFENrnijchvllj4PKFiDFT1FQUhXB59C4Gdyd1Lx+4ivn+
|
|
||||||
xbrYNuSD7Odlt79jWvNGr4GUN9RBjNYj1h7P9WgbRGOiWrqnNVmh5XAFmw4jV5mU
|
|
||||||
Cm26OWMohpLzGITY+9HPBVZkVw==
|
|
||||||
-----END CERTIFICATE-----
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue