- update certificates to revision 1.70
* new: AddTrust_Qualified_Certificates_Root.pem * new: Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem * new: Chambers_of_Commerce_Root_2008.pem * new: Global_Chambersign_Root_2008.pem * new: Izenpe_com.pem * new: TC_TrustCenter_Universal_CA_III.pem OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates-mozilla?expand=0&rev=13
This commit is contained in:
parent
71d9949f43
commit
100a07b249
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:43:23 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- update certificates to revision 1.70
|
||||
* new: AddTrust_Qualified_Certificates_Root.pem
|
||||
* new: Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
|
||||
* new: Chambers_of_Commerce_Root_2008.pem
|
||||
* new: Global_Chambersign_Root_2008.pem
|
||||
* new: Izenpe_com.pem
|
||||
* new: TC_TrustCenter_Universal_CA_III.pem
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 27 14:27:52 UTC 2010 - lnussel@suse.de
|
||||
|
||||
|
@ -26,7 +26,7 @@ Name: ca-certificates-mozilla
|
||||
License: BSD3c(or similar) ; MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
Group: Productivity/Networking/Security
|
||||
AutoReqProv: on
|
||||
Version: 1.65
|
||||
Version: 1.70
|
||||
Release: 1
|
||||
Summary: CA certificates for OpenSSL
|
||||
Url: http://www.mozilla.org
|
||||
|
1546
certdata.txt
1546
certdata.txt
File diff suppressed because it is too large
Load Diff
@ -39,6 +39,7 @@ while read line; do
|
||||
elif ! cmp "old/$common" "new/$common"; then
|
||||
echo "*** $common differs!"
|
||||
showcert old/$common
|
||||
showcert old/$common
|
||||
showcert new/$common
|
||||
diff -u old/$common new/$common || true
|
||||
fi
|
||||
done < <(comm --output-delimiter='#' old.files new.files)
|
||||
|
Loading…
Reference in New Issue
Block a user