Accepting request 904151 from Base:System

- 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

- fix mozila typo in installed files

OBS-URL: https://build.opensuse.org/request/show/904151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ca-certificates-mozilla?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2021-07-07 16:29:43 +00:00 committed by Git OBS Bridge
commit 4af65133eb
4 changed files with 1401 additions and 772 deletions

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
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>
- fix mozila typo in installed files
-------------------------------------------------------------------
Tue Feb 9 13:11:37 UTC 2021 - Marcus Meissner <meissner@suse.com>

View File

@ -19,7 +19,7 @@
# ensure p11-kit has the required features on SLE for
# https://bugzilla.suse.com/show_bug.cgi?id=1154871
%if 0%{?suse_version} == 1500
%if 0%{?is_opensuse}
%if 0%{?is_opensuse}
# Leap 15.1
%define p11_kit_min 0.23.2-lp151.4.3.1
%else
@ -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
@ -65,7 +65,7 @@ BuildRequires: p11-kit-devel
BuildRequires: python3-base
# for update-ca-certificates
Requires(post): ca-certificates
Requires(postun): ca-certificates
Requires(postun):ca-certificates
#
# replaces this package from SLE11 times
Obsoletes: openssl-certs
@ -111,11 +111,11 @@ cd ..
awk '$2 = "NSS_BUILTINS_LIBRARY_VERSION" {print "# " $2 " " $3}';
echo '#';
ls -1 certs/*.tmp-p11-kit | sort | xargs cat
) > ca-certificates-mozila.trust.p11-kit
) > %{name}.trust.p11-kit
%install
mkdir -p %{buildroot}/%{trustdir_static}
install -m 644 ca-certificates-mozila.trust.p11-kit "%{buildroot}/%{trustdir_static}/ca-certificates-mozila.trust.p11-kit"
install -m 644 %{name}.trust.p11-kit "%{buildroot}/%{trustdir_static}/%{name}.trust.p11-kit"
%post
update-ca-certificates || true

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