upgrade version to 2023.2.60

(cherry picked from commit ef13d657f79502bca6cbdf9e569c0b51c80d8643)
This commit is contained in:
wangjiang 2023-06-06 16:09:08 +08:00 committed by openeuler-sync-bot
parent 732afef4a2
commit 9b71a9daf9
3 changed files with 3983 additions and 1368 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: 2021.2.52
Version: 2023.2.60
# 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
@ -379,6 +379,9 @@ fi
%changelog
* 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

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 52
#define NSS_BUILTINS_LIBRARY_VERSION "2.52"
#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