Update to CKBI 2.20 from NSS 3.34.1
This commit is contained in:
parent
5fae916208
commit
e3a2f67722
@ -35,10 +35,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: 2017.2.16
|
Version: 2017.2.20
|
||||||
# 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: 4%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -352,6 +352,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 27 2017 Kai Engert <kaie@redhat.com> - 2017.2.20-2
|
||||||
|
- Update to CKBI 2.20 from NSS 3.34.1
|
||||||
|
|
||||||
* Tue Aug 15 2017 Kai Engert <kaie@redhat.com> - 2017.2.16-4
|
* Tue Aug 15 2017 Kai Engert <kaie@redhat.com> - 2017.2.16-4
|
||||||
- Set P11_KIT_NO_USER_CONFIG=1 to prevent p11-kit from reading user
|
- Set P11_KIT_NO_USER_CONFIG=1 to prevent p11-kit from reading user
|
||||||
configuration files (rhbz#1478172).
|
configuration files (rhbz#1478172).
|
||||||
|
6353
certdata.txt
6353
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 16
|
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 20
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.16"
|
#define NSS_BUILTINS_LIBRARY_VERSION "2.20"
|
||||||
|
|
||||||
/* 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