Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dkms: update to 2.8.3.
@ 2020-07-28 21:06 ahesford
  2020-07-30 19:54 ` abenson
  2020-07-30 23:13 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ahesford @ 2020-07-28 21:06 UTC (permalink / raw)
  To: ml

[-- 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
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dkms: update to 2.8.3.
  2020-07-28 21:06 [PR PATCH] dkms: update to 2.8.3 ahesford
@ 2020-07-30 19:54 ` abenson
  2020-07-30 23:13 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2020-07-30 19:54 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/23915#issuecomment-666647017

Comment:
Looks like it worked great with nvidia!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: dkms: update to 2.8.3.
  2020-07-28 21:06 [PR PATCH] dkms: update to 2.8.3 ahesford
  2020-07-30 19:54 ` abenson
@ 2020-07-30 23:13 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-07-30 23:13 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

dkms: update to 2.8.3.
https://github.com/void-linux/void-packages/pull/23915

Description:
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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-30 23:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28 21:06 [PR PATCH] dkms: update to 2.8.3 ahesford
2020-07-30 19:54 ` abenson
2020-07-30 23:13 ` [PR PATCH] [Merged]: " ahesford

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).