mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
sys-kernel/dkms: bumped to 2.8.3
Official changelog: This release fixes the inability to actually build anything: #127 Revert "build_module: do not build if result will be obsolete" Don't use UID to check for root user, but use instead id -u that returns the effective user Use /etc/dkms/no-autoinstall as flag file to disable autoinstall Merge pull request #125 from vvvrrooomm/sign_tool_in_framework_conf Merge pull request #122 from zx2c4-forks/obsoleteby Add example sign_tool helper script Move sign_tool from dkms.conf to framework.conf build_module: do not build if result will be obsolete Introduce 'dkms unbuild' command Move rpm_safe_upgrade validation further up Factor out a do_unbuild function Correct check_module_args() error message Add missing argument to have_one_kernel invocations Add support for dkms uninstall ... --all Remove open-coded helpers from {remove,uninstall}_module() Explicitly check for --all with add/build/install actions Split out check_all_is_banned() Call check_root fot add/build commands Merge pull request #44 from bitness/rpm_safe_upgrade-fix Merge pull request #118 from mhjacks/add_install_d Add script for newer Fedora to run existing postinst/prerm scripts Merge pull request #115 from aymanbagabas/revert-original-module Revert "Do not touch original modules in /kernel" Merge pull request #112 from sjuxax/master Stop sanity check from clobbering module_compressed_suffix. Source the debconf module only if available on the system Add some more verbosity to logs in case of BUILD_EXCLUSIVE directory See Debian bug: Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST dkms-2.8.1.tar.gz 103894 BLAKE2B 9695c89fc1725f32e331969f94cd5b698df3cba2ef8a9d21dbb3d87ebeb6637898e184b2e8d99240763de4cb4528e2ff785e3f31c1265fdeb210df4dd060974e SHA512 25e57fcfdcdb460dc04d90db1d37577c2424b72be1019ea77af61d169460fbe8c397abf98634c72964d862cd3973f0c5e2bad7e157d48fe294750228e18e23bb
|
||||
DIST dkms-2.8.3.tar.gz 104257 BLAKE2B 791667ca886311e9be994d42675d624f448762561a8c7beb540237d40dc514d15611b467fd966bd6da66af6c22af15199185218b4ad092870670d78cd70284e1 SHA512 523891be78756fb5760efa3da9f509a7607e79b25ac5083e1b89a1446b4a65e125e969db048bcbb7f988cebbab1c2d98d78d27770f7519762157b74fcd9f3b97
|
||||
|
||||
@@ -42,6 +42,6 @@ src_install() {
|
||||
else rm -r "${D}"/etc/kernel/;
|
||||
fi
|
||||
|
||||
ewarn "DKMS will say about missing headers even if sys-kernel/linux-headers installed"
|
||||
ewarn "DKMS might say about missing headers even if sys-kernel/linux-headers installed"
|
||||
ewarn "Just don't keep attention, that don't affect anything"
|
||||
}
|
||||
Reference in New Issue
Block a user