Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] dkms: update to 2.8.3.
Date: Tue, 28 Jul 2020 23:06:40 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23915@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 750 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages dkms
https://github.com/void-linux/void-packages/pull/23915

dkms: update to 2.8.3.
According to https://github.com/dell/dkms/releases, this fixes the issue
https://github.com/dell/dkms/issues/127 that led to reverting 2.8.2.

Works fine with zfs. @abenson please test with nvidia. Any other @void-linux/pkg-committers that use DKMS and don't mind testing, please let me know if there are any module build issues.

Also fixed permissions on kernel hooks. There is no reason the hooks shouldn't be readable by regular users.

A patch file from https://github.com/void-linux/void-packages/pull/23915.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dkms-23915.patch --]
[-- Type: text/x-diff, Size: 1804 bytes --]

From d16f152c92545764face216501b57e87ce597f74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 28 Jul 2020 16:50:14 -0400
Subject: [PATCH] dkms: update to 2.8.3.

According to https://github.com/dell/dkms/releases, this fixes the issue
https://github.com/dell/dkms/issues/127 that led to reverting 2.8.2.
---
 srcpkgs/dkms/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template
index 32345b9b421..4365bc5a7d7 100644
--- a/srcpkgs/dkms/template
+++ b/srcpkgs/dkms/template
@@ -1,8 +1,7 @@
 # Template file for 'dkms'
 pkgname=dkms
-reverts="2.8.2_1"
-version=2.8.1
-revision=4
+version=2.8.3
+revision=1
 conf_files="/etc/dkms/framework.conf"
 depends="bash kmod gcc make coreutils linux-headers"
 short_desc="Dynamic Kernel Modules System"
@@ -10,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/dell/dkms"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=751e5dbc30a8cda26e379ff1940a80183145e77dab60914f160e037086177513
+checksum=0fcbb2691aa8231927b000edf3594d2798211c3944fd4a2a8b1864aa1c06eaaf
 
 if [ "$CROSS_BUILD" ]; then
 	depends+=" libressl-devel gmp-devel libada-devel libmpc-devel flex"
@@ -24,6 +23,6 @@ do_install() {
 	vinstall dkms.bash-completion 644 usr/share/bash-completion/completions dkms
 	vinstall dkms_framework.conf 644 etc/dkms framework.conf
 	# Kernel hooks.
-	vinstall ${FILESDIR}/kernel.d/dkms.postinst 750 etc/kernel.d/post-install 10-dkms
-	vinstall ${FILESDIR}/kernel.d/dkms.prerm 750 etc/kernel.d/pre-remove 10-dkms
+	vinstall ${FILESDIR}/kernel.d/dkms.postinst 754 etc/kernel.d/post-install 10-dkms
+	vinstall ${FILESDIR}/kernel.d/dkms.prerm 754 etc/kernel.d/pre-remove 10-dkms
 }

             reply	other threads:[~2020-07-28 21:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-28 21:06 ahesford [this message]
2020-07-30 19:54 ` abenson
2020-07-30 23:13 ` [PR PATCH] [Merged]: " ahesford

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23915@inbox.vuxu.org \
    --to=ahesford@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).