Update to (yet unreleased) CKBI 2.16 which is planned for NSS 3.32. Mozilla removed all trust bits for code signing.
This commit is contained in:
parent
a2a1b6c64d
commit
7accaab619
@ -35,7 +35,7 @@ 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: 2017.2.14
|
Version: 2017.2.16
|
||||||
# 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: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
@ -352,6 +352,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 19 2017 Kai Engert <kaie@redhat.com> - 2017.2.16-2
|
||||||
|
- Update to (yet unreleased) CKBI 2.16 which is planned for NSS 3.32.
|
||||||
|
Mozilla removed all trust bits for code signing.
|
||||||
|
|
||||||
* Wed Apr 26 2017 Kai Engert <kaie@redhat.com> - 2017.2.14-2
|
* Wed Apr 26 2017 Kai Engert <kaie@redhat.com> - 2017.2.14-2
|
||||||
- Update to CKBI 2.14 from NSS 3.30.2
|
- Update to CKBI 2.14 from NSS 3.30.2
|
||||||
|
|
||||||
|
1990
certdata.txt
1990
certdata.txt
File diff suppressed because it is too large
Load Diff
@ -46,8 +46,8 @@
|
|||||||
* It's recommend to switch back to 0 after having reached version 98/99.
|
* 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_MAJOR 2
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 14
|
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 16
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.14"
|
#define NSS_BUILTINS_LIBRARY_VERSION "2.16"
|
||||||
|
|
||||||
/* 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