Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
b1bde1164e
!49 remove expired and sync new certificates
From: @wangjiang37 
Reviewed-by: @zcfsite, @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
2024-07-03 01:22:22 +00:00
wangjiang
37467303ba remove expired and sync new certificates 2024-07-02 10:24:01 +08:00
openeuler-ci-bot
790cad2f88
!38 [sync] PR-36: delete the unsecure certificates
From: @openeuler-sync-bot 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
2023-11-07 01:42:24 +00:00
wangjiang
9bd0c38561 delete the unsecure certificates
(cherry picked from commit 92f01d0048e405ac5d161d1fa38f796e146c8615)
2023-11-06 17:33:22 +08:00
openeuler-ci-bot
a34c02eea5
!30 upgrade version to 2023.2.60
From: @wangjiang37 
Reviewed-by: @zcfsite, @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
2023-06-08 08:19:11 +00:00
wangjiang
0cc7c8aab7 upgrade version to 2023.2.60 2023-06-08 10:12:08 +08:00
openeuler-ci-bot
39bca6e918 !17 【openEuler-20.03-LTS-Next】Update to 2020.2.46
From: @yixiangzhike
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2021-03-12 13:46:35 +08:00
yixiangzhike
06c455002d Update to the latest released version 2020.2.46 2021-03-12 12:03:41 +08:00
openeuler-ci-bot
5cb7958dc7 !8 Update to the the latest released version 2020.2.44
From: @panxh_purple
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2020-12-03 11:16:41 +08:00
panxiaohe
d6d516ac79 Update to the the latest released version 2020.2.44 2020-12-02 11:36:17 +08:00
3 changed files with 10315 additions and 4342 deletions

View File

@ -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.42
Version: 2023.2.60
# for Rawhide, please always use release >= 2
# for Fedora release branches, please use release < 2 (1.0, 1.1, ...)
Release: 1
Release: 3
License: Public Domain
Group: System Environment/Base
@ -370,14 +370,58 @@ fi
%changelog
* Mon Jul 01 2024 wangjiang <wangjiang37@h-partners.com> - 2023.2.60-3
- remove expired and sync new certificates
Removing:
Security Communication Root CA
Trustis FPS Root CA
Adding:
Atos TrustedRoot Root CA ECC G2 2020
Atos TrustedRoot Root CA ECC TLS 2021
Atos TrustedRoot Root CA RSA G2 2020
Atos TrustedRoot Root CA RSA TLS 2021
CommScope Public Trust ECC Root-01
CommScope Public Trust ECC Root-02
CommScope Public Trust RSA Root-01
CommScope Public Trust RSA Root-02
D-Trust SBR Root CA 1 2022
D-Trust SBR Root CA 2 2022
LAWtrust Root CA2 (4096)
Sectigo Public Email Protection Root E46
Sectigo Public Email Protection Root R46
Sectigo Public Server Authentication Root E46
Sectigo Public Server Authentication Root R46
SSL.com Client ECC Root CA 2022
SSL.com Client RSA Root CA 2022
SSL.com TLS ECC Root CA 2022
SSL.com TLS RSA Root CA 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
TrustAsia Global Root CA G3
TrustAsia Global Root CA G4
* 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
* Fri Mar 12 2021 yixiangzhike<zhangxingliang3@huawei.com> - 2020.2.46-1
- Update to the latest released version 2020.2.46
* Wed Dec 2 2020 panxiaohe<panxiaoeh@huawei.com> - 2020.2.44-1
- Update to the latest released version 2020.2.44
* Fri Aug 7 2020 huangzhenqiang<huangzhenqiang2@huawei.com> - 2020.2.42-1
- Update to the the latest released version 2020.2.42
- Update to the latest released version 2020.2.42
* Mon Mar 9 2020 openEuler Buildteam <buildteam@openeuler.org> - 2020.2.40-1
- Update to the the latest released version 2020.2.40
- Update to the latest released version 2020.2.40
* Mon Sep 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 2019.2.36-1
- Update to the the latest released version 2.36
- Update to the latest released version 2.36
* Mon Sep 24 2018 Bob Relyea <rrelyea@redhat.com> - 2018.2.26-2
- Update to CKBI 2.26 from NSS 3.39

14599
certdata.txt

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 42
#define NSS_BUILTINS_LIBRARY_VERSION "2.42"
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 60
#define NSS_BUILTINS_LIBRARY_VERSION "2.60"
/* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1