upgrade version to 2021.2.52

This commit is contained in:
Anonymous_Z 2021-12-01 14:26:57 +08:00
parent bfe4218213
commit 1b0ee743c7
3 changed files with 2871 additions and 463 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.46
Version: 2021.2.52
# for Rawhide, please always use release >= 2
# for Fedora release branches, please use release < 2 (1.0, 1.1, ...)
Release: 2
Release: 1
License: Public Domain
Group: System Environment/Base
@ -370,6 +370,9 @@ fi
%changelog
* 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

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 46
#define NSS_BUILTINS_LIBRARY_VERSION "2.46"
#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