Compare commits
10 Commits
3d9cbcd4e4
...
5623c7dfd1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5623c7dfd1 | ||
|
|
992600ec94 | ||
|
|
2133a008ea | ||
|
|
9b71a9daf9 | ||
|
|
732afef4a2 | ||
|
|
c62e0bb324 | ||
|
|
5524c135b2 | ||
|
|
673174f218 | ||
|
|
bfe4218213 | ||
|
|
a7ad500f87 |
@ -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.46
|
||||
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: 2
|
||||
License: Public Domain
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -307,9 +307,18 @@ fi
|
||||
#if [ $1 -gt 1 ] ; then
|
||||
# # when upgrading or downgrading
|
||||
#fi
|
||||
# When coreutils is installing with ca-certificates
|
||||
# we need to wait until coreutils install to
|
||||
# run our update since update requires ln to complete.
|
||||
if [ -x %{_bindir}/ln ]; then
|
||||
%{_bindir}/ca-legacy install
|
||||
%{_bindir}/update-ca-trust
|
||||
fi
|
||||
|
||||
%posttrans
|
||||
# we run the scripts here too, in case we couldn't run them in post
|
||||
%{_bindir}/ca-legacy install
|
||||
%{_bindir}/update-ca-trust
|
||||
|
||||
%files
|
||||
%dir %{_sysconfdir}/ssl
|
||||
@ -370,6 +379,21 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Sat Oct 22 2022 wangjiang <wangjiang37@h-partners.com> - 2021.2.52-2
|
||||
- lagging install ca-legacy and update-ca-trust
|
||||
|
||||
* Wed Dec 1 2021 liudabo <liudabo1@huawei.com> - 2021.2.52-1
|
||||
- upgrade version to 2021.2.52
|
||||
|
||||
* Thu Jun 10 2021 liudabo <liudabo1@huawei.com> - 2021.2.46-2
|
||||
- Refresh the original the original certificate file and delete the insercure certificates
|
||||
|
||||
* Fri Mar 12 2021 yixiangzhike <zhangxingliang3@huawei.com> - 2020.2.46-1
|
||||
- Update to the latest released version 2020.2.46
|
||||
|
||||
|
||||
8721
certdata.txt
8721
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 46
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.46"
|
||||
#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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user