From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-kernel/dkms/
Date: Thu, 30 Jul 2020 16:16:37 +0000 (UTC) [thread overview]
Message-ID: <1596122885.db95234aa4349e5e0ea65a0f4d2dd0bd3951641f.andrewammerlaan@gentoo> (raw)
commit: db95234aa4349e5e0ea65a0f4d2dd0bd3951641f
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Thu Jul 30 15:28:05 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Jul 30 15:28:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db95234a
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 <AT> gmail.com>
sys-kernel/dkms/Manifest | 2 +-
sys-kernel/dkms/{dkms-2.8.1.ebuild => dkms-2.8.3.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-kernel/dkms/Manifest b/sys-kernel/dkms/Manifest
index fad4475..c9fced4 100644
--- a/sys-kernel/dkms/Manifest
+++ b/sys-kernel/dkms/Manifest
@@ -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
diff --git a/sys-kernel/dkms/dkms-2.8.1.ebuild b/sys-kernel/dkms/dkms-2.8.3.ebuild
similarity index 91%
rename from sys-kernel/dkms/dkms-2.8.1.ebuild
rename to sys-kernel/dkms/dkms-2.8.3.ebuild
index cd3322a..79440da 100644
--- a/sys-kernel/dkms/dkms-2.8.1.ebuild
+++ b/sys-kernel/dkms/dkms-2.8.3.ebuild
@@ -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"
}
next reply other threads:[~2020-07-30 16:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-30 16:16 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-24 13:43 [gentoo-commits] repo/proj/guru:master commit in: sys-kernel/dkms/ Andrew Ammerlaan
2023-09-04 11:12 Andrew Ammerlaan
2023-02-13 11:28 Andrew Ammerlaan
2021-04-25 20:28 Andrew Ammerlaan
2021-04-18 9:10 Andrew Ammerlaan
2020-12-06 10:49 Andrew Ammerlaan
2020-09-23 10:10 Andrew Ammerlaan
2020-05-14 9:29 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596122885.db95234aa4349e5e0ea65a0f4d2dd0bd3951641f.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox