1
0

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:
Berthold Gunreben 2011-02-01 14:51:20 +00:00 committed by Git OBS Bridge
commit 4380ab230e
4 changed files with 851 additions and 711 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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)