kmod
No description set
- Devel package for openSUSE:Factory
-
9
derived packages
- Developed at SCM
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Base:System/kmod && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-modprobe-Recognize-allow-unsupported-modules- |
0000001138 1.11 KB | |
0002-libkmod-config-Recognize-allow_unsupported_mo |
0000000928 928 Bytes | |
0003-libkmod-Implement-filtering-of-unsupported-mo |
0000003400 3.32 KB | |
0004-modprobe-Implement-allow-unsupported-modules. |
0000003208 3.13 KB | |
0005-Do-not-filter-unsupported-modules-when-runnin |
0000001510 1.47 KB | |
0006-modprobe-print-status-of-allow_unsupported_mo |
0000002423 2.37 KB | |
_link | 0000000139 139 Bytes | |
kmod-26.tar.sign | 0000000801 801 Bytes | |
kmod-26.tar.xz | 0000552032 539 KB | |
kmod-testsuite.changes | 0000005353 5.23 KB | |
kmod-testsuite.spec | 0000003039 2.97 KB | |
kmod.changes | 0000020693 20.2 KB | |
kmod.spec | 0000005603 5.47 KB |
Revision 158 (latest revision is 240)
Jan Engelhardt (jengelh)
accepted
request 674337
from
Michal Suchanek (michals)
(revision 158)
- Enable PKCS#7 signature parsing again - requires openssl - Fix testsuite build - requires kernel-default-devel - Rediff the SUSE patches and rename starting with 0001. - Update to new upstream release 26 * depmod now handles parallel invocations better by protecting the temporary files being used. * modprobe has a new --show-exports option. Under the hood, this reads the .symtab and .strtab sections rather than __versions so it shows useful data even if kernel is configured without modversions (CONFIG_MODVERSIONS). * modinfo supports PKCS#7 parsing by using openssl. - Replaced the asn1c-based parser by an openssl-based PKCS parser. - Remove libkmod-signature-Fix-crash-when-module-signature-is.patch, libkmod-signature-pkcs-7-fix-crash-when-signer-info-.patch, libkmod-signature-implement-pkcs7-parsing-with-asn1c.patch (not accepted upstream) - Remove enum.patch, depmod-Prevent-module-dependency-files-corruption-du.patch, depmod-Prevent-module-dependency-files-missing-durin.patch, depmod-shut-up-gcc-insufficinet-buffer-warning.patch (accepted upstream) - Enable PKCS#7 signature parsing again - requires openssl - Rediff the SUSE patches and rename starting with 0001.
Comments 2
Why are we using /usr/include/kmod/? The standard location across the major distros is /usr/include/. Only openSUSE and NixOS (that I know so far) use a subdirectory under the include directory to place its header files. I just had to patch an app because of that, now I don't even know if a change upstream to maybe use a var to store the libkmod.h location will be accepted.
To flag all apps that fail to use pkg-config to discover the paths.