20121105 (patches unapplied)

Imported using git-ubuntu import.
This commit is contained in:
Michael Shuler 2012-11-05 10:56:05 -06:00 committed by git-ubuntu importer
parent bad6c638a6
commit 6c0d765d7f
Notes: git-ubuntu importer 2020-07-14 23:27:09 +00:00
  * Update mozilla/certdata.txt to version 1.86  Closes: #683728
    Certificates added (+) (none removed):
    + "Actalis Authentication Root CA"
    + "Trustis FPS Root CA"
    + "StartCom Certification Authority" (renewal/rehash)
    + "StartCom Certification Authority G2"
    + "Buypass Class 2 Root CA"
    + "Buypass Class 3 Root CA"
    + "TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı"
    + "T-TeleSec GlobalRoot Class 3"
    + "EE Certification Centre Root CA"
  * Correct piuparts package remove/purge behavior  Closes: #682125
    - Remove deletes of /etc/ssl{,/certs} from debian/postrm
5 changed files with 1560 additions and 95 deletions

16
debian/NEWS vendored
View file

@ -1,3 +1,19 @@
ca-certificates (20121105) unstable; urgency=low
Update mozilla/certdata.txt to version 1.86
Certificates added (+) (none removed):
+ "Actalis Authentication Root CA"
+ "Trustis FPS Root CA"
+ "StartCom Certification Authority" (renewal/rehash)
+ "StartCom Certification Authority G2"
+ "Buypass Class 2 Root CA"
+ "Buypass Class 3 Root CA"
+ "TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı"
+ "T-TeleSec GlobalRoot Class 3"
+ "EE Certification Centre Root CA"
-- Michael Shuler <michael@pbandjelly.org> Mon, 05 Nov 2012 10:56:28 -0600
ca-certificates (20120212) unstable; urgency=low
Update mozilla/certdata.txt to version 1.81

18
debian/changelog vendored
View file

@ -1,3 +1,21 @@
ca-certificates (20121105) unstable; urgency=low
* Update mozilla/certdata.txt to version 1.86 Closes: #683728
Certificates added (+) (none removed):
+ "Actalis Authentication Root CA"
+ "Trustis FPS Root CA"
+ "StartCom Certification Authority" (renewal/rehash)
+ "StartCom Certification Authority G2"
+ "Buypass Class 2 Root CA"
+ "Buypass Class 3 Root CA"
+ "TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı"
+ "T-TeleSec GlobalRoot Class 3"
+ "EE Certification Centre Root CA"
* Correct piuparts package remove/purge behavior Closes: #682125
- Remove deletes of /etc/ssl{,/certs} from debian/postrm
-- Michael Shuler <michael@pbandjelly.org> Mon, 05 Nov 2012 10:56:05 -0600
ca-certificates (20120623) unstable; urgency=low
* Add Polish translation, thanks to Michał Kułach. Closes: #660002

4
debian/config vendored

File diff suppressed because one or more lines are too long

6
debian/postrm vendored
View file

@ -46,12 +46,6 @@ case "$1" in
purge)
rm -f /etc/ssl/certs/ca-certificates.crt
remove_dangling_symlinks
# Clean up even if openssl is removed before ca-certificates.
# (Which is what piuparts does.)
[ -d /etc/ssl/certs ] && rmdir --ignore-fail-on-non-empty /etc/ssl/certs
[ -d /etc/ssl ] && rmdir --ignore-fail-on-non-empty /etc/ssl
rm -f /etc/ca-certificates.conf*
;;

File diff suppressed because it is too large Load diff