forked from pool/ca-certificates-mozilla
Accepting request 59514 from Base:System
Accepted submit request 59514 from user lnussel OBS-URL: https://build.opensuse.org/request/show/59514 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ca-certificates-mozilla?expand=0&rev=7
This commit is contained in:
commit
4380ab230e
@ -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
|
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
|
License: BSD3c(or similar) ; MPL 1.1/GPL 2.0/LGPL 2.1
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.65
|
Version: 1.70
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: CA certificates for OpenSSL
|
Summary: CA certificates for OpenSSL
|
||||||
Url: http://www.mozilla.org
|
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
|
elif ! cmp "old/$common" "new/$common"; then
|
||||||
echo "*** $common differs!"
|
echo "*** $common differs!"
|
||||||
showcert old/$common
|
showcert old/$common
|
||||||
showcert old/$common
|
showcert new/$common
|
||||||
|
diff -u old/$common new/$common || true
|
||||||
fi
|
fi
|
||||||
done < <(comm --output-delimiter='#' old.files new.files)
|
done < <(comm --output-delimiter='#' old.files new.files)
|
||||||
|
Loading…
Reference in New Issue
Block a user