Update to CKBI 2.80_v9.0.305 from NSS 3.114
Resolves: RHEL-118488
Adding:
# Certificate "TWCA CYBER Root CA"
# Certificate "TWCA Global Root CA G2"
# Certificate "SecureSign Root CA12"
# Certificate "SecureSign Root CA14"
# Certificate "SecureSign Root CA15"
# Certificate "D-TRUST BR Root CA 2 2023"
# Certificate "TrustAsia SMIME ECC Root CA"
# Certificate "TrustAsia SMIME RSA Root CA"
# Certificate "TrustAsia TLS ECC Root CA"
# Certificate "TrustAsia TLS RSA Root CA"
# Certificate "D-TRUST EV Root CA 2 2023"
# Certificate "SwissSign RSA SMIME Root CA 2022 - 1"
# Certificate "SwissSign RSA TLS Root CA 2022 - 1"
# Certificate "Sectigo Public Code Signing Root R46"
# Certificate "Sectigo Public Code Signing Root E46"
This commit is contained in:
parent
947e8c7978
commit
f5a4b9fad4
@ -35,10 +35,10 @@ Name: ca-certificates
|
||||
# to have increasing version numbers. However, the new scheme will work,
|
||||
# because all future versions will start with 2013 or larger.)
|
||||
|
||||
Version: 2024.2.69_v8.0.303
|
||||
Version: 2025.2.80_v9.0.305
|
||||
# for Rawhide, please always use release >= 2
|
||||
# for Fedora release branches, please use release < 2 (1.0, 1.1, ...)
|
||||
Release: 102.5%{?dist}
|
||||
Release: 101%{?dist}
|
||||
License: MIT AND GPL-2.0-or-later
|
||||
|
||||
URL: https://fedoraproject.org/wiki/CA-Certificates
|
||||
@ -456,6 +456,25 @@ fi
|
||||
%ghost %{catrustdir}/extracted/edk2/cacerts.bin
|
||||
|
||||
%changelog
|
||||
*Fri Oct 10 2025 rhel-developer-toolbox <krenzelok.frantisek@gmail.com> - 2025.2.80_v9.0.305-101
|
||||
- Update to CKBI 2.80_v9.0.305 from NSS 3.114
|
||||
- Adding:
|
||||
- # Certificate "TWCA CYBER Root CA"
|
||||
- # Certificate "TWCA Global Root CA G2"
|
||||
- # Certificate "SecureSign Root CA12"
|
||||
- # Certificate "SecureSign Root CA14"
|
||||
- # Certificate "SecureSign Root CA15"
|
||||
- # Certificate "D-TRUST BR Root CA 2 2023"
|
||||
- # Certificate "TrustAsia SMIME ECC Root CA"
|
||||
- # Certificate "TrustAsia SMIME RSA Root CA"
|
||||
- # Certificate "TrustAsia TLS ECC Root CA"
|
||||
- # Certificate "TrustAsia TLS RSA Root CA"
|
||||
- # Certificate "D-TRUST EV Root CA 2 2023"
|
||||
- # Certificate "SwissSign RSA SMIME Root CA 2022 - 1"
|
||||
- # Certificate "SwissSign RSA TLS Root CA 2022 - 1"
|
||||
- # Certificate "Sectigo Public Code Signing Root R46"
|
||||
- # Certificate "Sectigo Public Code Signing Root E46"
|
||||
|
||||
* Mon Aug 18 2025 Frantisek Krenzelok <fkrenzel@redhat.com> - 2024.2.69_v8.0.303-102.5
|
||||
- Bring back openssl trusted format bundle as well (Resolves: RHEL-109484)
|
||||
- Restored the following symlinks:
|
||||
|
||||
3567
certdata.txt
3567
certdata.txt
File diff suppressed because it is too large
Load Diff
@ -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 69
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.69"
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 80
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.80"
|
||||
|
||||
/* These version numbers detail the semantic changes to the ckfw engine. */
|
||||
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user