Compare commits
10 Commits
8e07bc4e50
...
752678f399
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
752678f399 | ||
|
|
6dc4560390 | ||
|
|
1658740407 | ||
|
|
96e405c659 | ||
|
|
afcdc255c3 | ||
|
|
e0af59401f | ||
|
|
42e037b626 | ||
|
|
591cd7dc87 | ||
|
|
355ec425e3 | ||
|
|
060af82ece |
@ -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: 2021.2.52
|
||||
Version: 2023.2.64
|
||||
# for Rawhide, please always use release >= 2
|
||||
# for Fedora release branches, please use release < 2 (1.0, 1.1, ...)
|
||||
Release: 3
|
||||
Release: 2
|
||||
License: Public Domain
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -379,6 +379,27 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 01 2024 wangjiang <wangjiang37@h-partners.com> - 2023.2.64-2
|
||||
- remove expired and sync new certificates
|
||||
Removing:
|
||||
Security Communication Root CA
|
||||
Adding:
|
||||
D-Trust SBR Root CA 1 2022
|
||||
D-Trust SBR Root CA 2 2022
|
||||
Telekom Security SMIME ECC Root 2021
|
||||
Telekom Security SMIME RSA Root 2023
|
||||
Telekom Security TLS ECC Root 2020
|
||||
Telekom Security TLS RSA Root 2023
|
||||
|
||||
* Fri Jan 05 2024 wangjiang <wangjiang37@h-partners.com> - 2023.2.64-1
|
||||
- upgrade version to 2023.2.64
|
||||
|
||||
* Mon Nov 06 2023 wangjiang <wangjiang37@h-partners.com> - 2023.2.60-2
|
||||
- delete the unsecure certificates
|
||||
|
||||
* Tue Jun 06 2023 wangjiang <wangjiang37@h-partners.com> - 2023.2.60-1
|
||||
- upgrade version to 2023.2.60
|
||||
|
||||
* Wed Mar 22 2023 wangjiang <wangjiang37@h-partners.com> - 2021.2.52-3
|
||||
- fix build fail due to asciidoc upgrade
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://src.fedoraproject.org/rpms/ca-certificates.git
|
||||
tag_prefix:
|
||||
seperator:
|
||||
version_control: NA
|
||||
src_repo: NA
|
||||
tag_prefix: NA
|
||||
separator: NA
|
||||
|
||||
9517
certdata.txt
9517
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 52
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.52"
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 64
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.64"
|
||||
|
||||
/* These version numbers detail the semantic changes to the ckfw engine. */
|
||||
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user