Update to CKBI 2.8 from NSS 3.25 with legacy modifications

This commit is contained in:
Kai Engert 2016-07-15 13:44:08 +02:00
parent 8867a18ec0
commit 54fae46d1e
3 changed files with 1025 additions and 124 deletions

View File

@ -36,10 +36,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: 2016.2.7
Version: 2016.2.8
# for Rawhide, please always use release >= 2
# for Fedora release branches, please use release < 2 (1.0, 1.1, ...)
Release: 5%{?dist}
Release: 2%{?dist}
License: Public Domain
Group: System Environment/Base
@ -382,6 +382,9 @@ fi
%changelog
* Fri Jul 15 2016 Kai Engert <kaie@redhat.com> - 2016.2.8-2
- Update to CKBI 2.8 from NSS 3.25 with legacy modifications
* Tue May 10 2016 Kai Engert <kaie@redhat.com> - 2016.2.7-5
- Only create backup files if there is an original file (bug 999017).

File diff suppressed because it is too large Load Diff

View File

@ -45,8 +45,8 @@
* of the comment in the CK_VERSION type definition.
*/
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 2
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 7
#define NSS_BUILTINS_LIBRARY_VERSION "2.7"
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 8
#define NSS_BUILTINS_LIBRARY_VERSION "2.8"
/* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1