- updated to 2.50 state of the Mozilla NSS Certificate store (bsc#1188006)

Added CAs:
  * AC RAIZ FNMT-RCM SERVIDORES SEGUROS
  * ANF Secure Server Root CA
  * Certum EC-384 CA
  * Certum Trusted Root CA
  * GlobalSign Root E46
  * GlobalSign Root R46
  * GlobalSign Secure Mail Root E45
  * GlobalSign Secure Mail Root R45
  * GLOBALTRUST 2020
  Removed CAs:
  * GeoTrust Primary Certification Authority - G2
  * QuoVadis Root Certification Authority
  * Sonera Class2 CA
  * Trustis FPS Root CA
  * VeriSign Universal Root Certification Authority

OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates-mozilla?expand=0&rev=114
This commit is contained in:
Marcus Meissner 2021-07-05 12:19:02 +00:00 committed by Git OBS Bridge
parent 110779d847
commit 0bc72da57f
4 changed files with 1392 additions and 768 deletions

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Jul 5 12:16:33 UTC 2021 - Marcus Meissner <meissner@suse.com>
- updated to 2.50 state of the Mozilla NSS Certificate store (bsc#1188006)
Added CAs:
* AC RAIZ FNMT-RCM SERVIDORES SEGUROS
* ANF Secure Server Root CA
* Certum EC-384 CA
* Certum Trusted Root CA
* GlobalSign Root E46
* GlobalSign Root R46
* GlobalSign Secure Mail Root E45
* GlobalSign Secure Mail Root R45
* GLOBALTRUST 2020
Removed CAs:
* GeoTrust Primary Certification Authority - G2
* QuoVadis Root Certification Authority
* Sonera Class2 CA
* Trustis FPS Root CA
* VeriSign Universal Root Certification Authority
-------------------------------------------------------------------
Sun Jul 4 09:14:00 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -37,7 +37,7 @@
Name: ca-certificates-mozilla
# Version number is NSS_BUILTINS_LIBRARY_VERSION in this file:
# http://hg.mozilla.org/projects/nss/file/default/lib/ckfw/builtins/nssckbi.h
Version: 2.46
Version: 2.50
Release: 0
Summary: CA certificates for OpenSSL
License: MPL-2.0

File diff suppressed because it is too large Load Diff

View File

@ -46,8 +46,8 @@
* It's recommend to switch back to 0 after having reached version 98/99.
*/
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 2
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 46
#define NSS_BUILTINS_LIBRARY_VERSION "2.46"
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 50
#define NSS_BUILTINS_LIBRARY_VERSION "2.50"
/* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1