Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75257c91e8 | ||
|
|
054e9d20ea | ||
|
|
ac37f9be19 | ||
|
|
8d39a2f04d |
3 changed files with 1588 additions and 6304 deletions
|
|
@ -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: 2017.2.16
|
||||
Version: 2018.2.26
|
||||
# for Rawhide, please always use release >= 2
|
||||
# for Fedora release branches, please use release < 2 (1.0, 1.1, ...)
|
||||
Release: 4%{?dist}
|
||||
Release: 1.0%{?dist}
|
||||
License: Public Domain
|
||||
|
||||
Group: System Environment/Base
|
||||
|
|
@ -352,6 +352,18 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 24 2018 Bob Relyea <rrrelyea@redhat.com> - 2018.2.26-1.0
|
||||
- Update to CKBI 2.26 from NSS 3.39
|
||||
|
||||
* Fri May 18 2018 Kai Engert <kaie@redhat.com> - 2018.2.24-1.0
|
||||
- Update to CKBI 2.24 from NSS 3.37
|
||||
|
||||
* Tue Feb 06 2018 Kai Engert <kaie@redhat.com> - 2018.2.22-1.0
|
||||
- Update to CKBI 2.22 from NSS 3.35
|
||||
|
||||
* Mon Nov 27 2017 Kai Engert <kaie@redhat.com> - 2017.2.20-1.0
|
||||
- Update to CKBI 2.20 from NSS 3.34.1
|
||||
|
||||
* 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
|
||||
configuration files (rhbz#1478172).
|
||||
|
|
|
|||
7870
certdata.txt
7870
certdata.txt
File diff suppressed because it is too large
Load diff
|
|
@ -32,7 +32,7 @@
|
|||
* - whenever possible, if older branches require a modification to the
|
||||
* list, these changes should be made on the main line of development (trunk),
|
||||
* and the older branches should update to the most recent list.
|
||||
*
|
||||
*
|
||||
* - ODD minor version numbers are reserved to indicate a snapshot that has
|
||||
* deviated from the main line of development, e.g. if it was necessary
|
||||
* to modify the list on a stable branch.
|
||||
|
|
@ -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 16
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.16"
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 26
|
||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.26"
|
||||
|
||||
/* These version numbers detail the semantic changes to the ckfw engine. */
|
||||
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue