Update to CKBI 2.10 from NSS 3.27
This commit is contained in:
parent
552fa4a6d3
commit
00af3f958b
@ -36,10 +36,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: 2016.2.9
|
Version: 2016.2.10
|
||||||
# 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: 3%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -390,6 +390,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 29 2016 Kai Engert <kaie@redhat.com> - 2016.2.10-2
|
||||||
|
- Update to CKBI 2.10 from NSS 3.27
|
||||||
|
|
||||||
* Tue Aug 16 2016 Kai Engert <kaie@redhat.com> - 2016.2.9-3
|
* Tue Aug 16 2016 Kai Engert <kaie@redhat.com> - 2016.2.9-3
|
||||||
- Revert to the unmodified upstream CA list, changing the legacy trust
|
- Revert to the unmodified upstream CA list, changing the legacy trust
|
||||||
to an empty list. Keeping the ca-legacy tool and existing config,
|
to an empty list. Keeping the ca-legacy tool and existing config,
|
||||||
|
1384
certdata.txt
1384
certdata.txt
File diff suppressed because it is too large
Load Diff
@ -45,8 +45,8 @@
|
|||||||
* of the comment in the CK_VERSION type definition.
|
* of the comment in the CK_VERSION type definition.
|
||||||
*/
|
*/
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 2
|
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 2
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 9
|
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 10
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.9"
|
#define NSS_BUILTINS_LIBRARY_VERSION "2.10"
|
||||||
|
|
||||||
/* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user