Compare commits

..

No commits in common. "5623c7dfd1cdce145564c412d2b8ae1fd290bdc5" and "3d9cbcd4e4afa76e2031067fcd3967ff63fef6a0" have entirely different histories.

3 changed files with 2638 additions and 6115 deletions

View File

@ -35,10 +35,10 @@ Name: ca-certificates
# to have increasing version numbers. However, the new scheme will work, # to have increasing version numbers. However, the new scheme will work,
# because all future versions will start with 2013 or larger.) # because all future versions will start with 2013 or larger.)
Version: 2023.2.60 Version: 2020.2.46
# for Rawhide, please always use release >= 2 # for Rawhide, please always use release >= 2
# for Fedora release branches, please use release < 2 (1.0, 1.1, ...) # for Fedora release branches, please use release < 2 (1.0, 1.1, ...)
Release: 2 Release: 1
License: Public Domain License: Public Domain
Group: System Environment/Base Group: System Environment/Base
@ -307,18 +307,9 @@ fi
#if [ $1 -gt 1 ] ; then #if [ $1 -gt 1 ] ; then
# # when upgrading or downgrading # # when upgrading or downgrading
#fi #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}/ca-legacy install
%{_bindir}/update-ca-trust %{_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 %files
%dir %{_sysconfdir}/ssl %dir %{_sysconfdir}/ssl
@ -379,21 +370,6 @@ fi
%changelog %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 * Fri Mar 12 2021 yixiangzhike <zhangxingliang3@huawei.com> - 2020.2.46-1
- Update to the latest released version 2020.2.46 - Update to the latest released version 2020.2.46

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