!46 upgrade version to 2023.2.64

From: @wangjiang37 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-01-05 07:17:52 +00:00 committed by Gitee
commit 1658740407
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 2705 additions and 5 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: 2023.2.60
Version: 2023.2.64
# 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
* Fri Jan 05 2024 wangjiang <wangjiang37@h-partners.com> - 2023.2.64-1
- upgrade version to 2023.2.64
* Mon Nov 06 2023 wangjiang <wangjiang37@h-partners.com> - 2023.2.60-2
- delete the unsecure 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 60
#define NSS_BUILTINS_LIBRARY_VERSION "2.60"
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 64
#define NSS_BUILTINS_LIBRARY_VERSION "2.64"
/* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1