SHA256
1
0
forked from pool/kmod

- Update to release 27

OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=163
This commit is contained in:
2020-05-27 23:36:41 +00:00
committed by Git OBS Bridge
parent 4cc5ec50f5
commit 2223e25346
8 changed files with 57 additions and 51 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed May 27 23:31:52 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 27
* Link to libcrypto rather than requiring openssl.
* Use PKCS#7 instead of CMS for parsing module signature to be
compatible with LibreSSL and OpenSSL < 1.1.0.
* Teach modinfo to parse modules.builtin.modinfo. When using
Linux kernel >= v5.2~rc1, it is possible to get module
information from this new file.
-------------------------------------------------------------------
Tue Feb 12 19:41:20 UTC 2019 - Michal Suchanek <msuchanek@suse.com>