Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4da4c078e | ||
|
|
c21a2f8208 | ||
|
|
adcb75c97a | ||
|
|
4943c0dc90 |
4 changed files with 3391 additions and 3380 deletions
|
|
@ -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: 2020.2.41
|
||||
Version: 2021.2.52
|
||||
# for Rawhide, please always use release >= 2
|
||||
# for Fedora release branches, please use release < 2 (1.0, 1.1, ...)
|
||||
Release: 7%{?dist}
|
||||
Release: 1.0%{?dist}
|
||||
License: Public Domain
|
||||
|
||||
URL: https://fedoraproject.org/wiki/CA-Certificates
|
||||
|
|
@ -399,6 +399,62 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
*Mon Dec 13 2021 Bob Relyea <rrelyea@redhat.com> - 2021.2.52-1.0
|
||||
- Update to CKBI 2.52 from NSS 3.72
|
||||
- Adding:
|
||||
- # Certificate "TunTrust Root CA"
|
||||
- # Certificate "HARICA TLS RSA Root CA 2021"
|
||||
- # Certificate "HARICA TLS ECC Root CA 2021"
|
||||
- # Certificate "HARICA Client RSA Root CA 2021"
|
||||
- # Certificate "HARICA Client ECC Root CA 2021"
|
||||
|
||||
*Wed Jun 16 2021 Bob Relyea <rrelyea@redhat.com> - 2021.2.50-1.0
|
||||
- Update to CKBI 2.50 from NSS 3.67
|
||||
- version number update only
|
||||
|
||||
*Fri Jun 11 2021 Bob Relyea <rrelyea@redhat.com> - 2021.2.48-1.0
|
||||
- Update to CKBI 2.48 from NSS 3.66
|
||||
- Removing:
|
||||
- # Certificate "Verisign Class 3 Public Primary Certification Authority - G3"
|
||||
- # Certificate "GeoTrust Global CA"
|
||||
- # Certificate "GeoTrust Universal CA"
|
||||
- # Certificate "GeoTrust Universal CA 2"
|
||||
- # Certificate "QuoVadis Root CA"
|
||||
- # Certificate "Sonera Class 2 Root CA"
|
||||
- # Certificate "Taiwan GRCA"
|
||||
- # Certificate "GeoTrust Primary Certification Authority"
|
||||
- # Certificate "thawte Primary Root CA"
|
||||
- # Certificate "VeriSign Class 3 Public Primary Certification Authority - G5"
|
||||
- # Certificate "GeoTrust Primary Certification Authority - G3"
|
||||
- # Certificate "thawte Primary Root CA - G2"
|
||||
- # Certificate "thawte Primary Root CA - G3"
|
||||
- # Certificate "GeoTrust Primary Certification Authority - G2"
|
||||
- # Certificate "VeriSign Universal Root Certification Authority"
|
||||
- # Certificate "VeriSign Class 3 Public Primary Certification Authority - G4"
|
||||
- # Certificate "Trustis FPS Root CA"
|
||||
- # Certificate "EE Certification Centre Root CA"
|
||||
- # Certificate "LuxTrust Global Root 2"
|
||||
- # Certificate "Symantec Class 1 Public Primary Certification Authority - G4"
|
||||
- # Certificate "Symantec Class 2 Public Primary Certification Authority - G4"
|
||||
- Adding:
|
||||
- # Certificate "Microsoft ECC Root Certificate Authority 2017"
|
||||
- # Certificate "Microsoft RSA Root Certificate Authority 2017"
|
||||
- # Certificate "e-Szigno Root CA 2017"
|
||||
- # Certificate "certSIGN Root CA G2"
|
||||
- # Certificate "Trustwave Global Certification Authority"
|
||||
- # Certificate "Trustwave Global ECC P256 Certification Authority"
|
||||
- # Certificate "Trustwave Global ECC P384 Certification Authority"
|
||||
- # Certificate "NAVER Global Root Certification Authority"
|
||||
- # Certificate "AC RAIZ FNMT-RCM SERVIDORES SEGUROS"
|
||||
- # Certificate "GlobalSign Secure Mail Root R45"
|
||||
- # Certificate "GlobalSign Secure Mail Root E45"
|
||||
- # Certificate "GlobalSign Root R46"
|
||||
- # Certificate "GlobalSign Root E46"
|
||||
- # Certificate "GLOBALTRUST 2020"
|
||||
- # Certificate "ANF Secure Server Root CA"
|
||||
- # Certificate "Certum EC-384 CA"
|
||||
- # Certificate "Certum Trusted Root CA"
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.2.41-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
6705
certdata.txt
6705
certdata.txt
File diff suppressed because it is too large
Load diff
2
fetch.sh
2
fetch.sh
|
|
@ -84,7 +84,7 @@ if [ "${email}" = "" ]; then
|
|||
fi
|
||||
# rawhide >=2, branches 1.x
|
||||
cwd=$(pwd)
|
||||
if [ `basename ${cwd}` = master ]; then
|
||||
if [ `basename ${cwd}` = rawhide ]; then
|
||||
release="2"
|
||||
else
|
||||
release="1.0"
|
||||
|
|
|
|||
|
|
@ -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 41
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.41"
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 52
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.52"
|
||||
|
||||
/* These version numbers detail the semantic changes to the ckfw engine. */
|
||||
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue