Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dkms: update to 3.0.10.
@ 2023-01-24 12:54 ahesford
  2023-01-26  2:29 ` [PR PATCH] [Updated] " ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ahesford @ 2023-01-24 12:54 UTC (permalink / raw)
  To: ml

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

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

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

dkms: update to 3.0.10.
This needs some broad testing.

#### Testing the changes
- I tested the changes in this PR: **in progress**

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

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

From 5a0b95d5e800ae71e7810d43ea08b18dde427866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 24 Jan 2023 07:52:18 -0500
Subject: [PATCH] dkms: update to 3.0.10.

---
 srcpkgs/dkms/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template
index 61afd2bbf085..5da51b101a8c 100644
--- a/srcpkgs/dkms/template
+++ b/srcpkgs/dkms/template
@@ -1,7 +1,7 @@
 # Template file for 'dkms'
 pkgname=dkms
-version=3.0.6
-revision=2
+version=3.0.10
+revision=1
 conf_files="/etc/dkms/framework.conf"
 depends="bash kmod gcc make coreutils xbps-triggers>=0.123_1"
 short_desc="Dynamic Kernel Module Support"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/dell/dkms"
 distfiles="https://github.com/dell/dkms/archive/v${version}.tar.gz"
-checksum=1e1ae273d2a72e3a89b829f3c72f482fb903f12cf766c054d11612e1d70795b4
+checksum=1eba13bf3a2c140c21e9ba31c1db9e9b8eac55658291340b0e50b965565f9ef7
 # dkms does not create this directory, but needs it
 # https://github.com/void-linux/void-packages/issues/39066
 make_dirs="/var/lib/dkms 0755 root root"

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

* Re: [PR PATCH] [Updated] dkms: update to 3.0.10.
  2023-01-24 12:54 [PR PATCH] dkms: update to 3.0.10 ahesford
@ 2023-01-26  2:29 ` ahesford
  2023-01-27 15:32 ` ahesford
  2023-01-30 16:55 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-01-26  2:29 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ahesford against master on the void-packages repository

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

dkms: update to 3.0.10.
This needs some broad testing.

#### Testing the changes
- I tested the changes in this PR: **in progress**

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

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

From 6f8a19c1f394d8ebb0bb22e7e905a8cc4ac5395c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 24 Jan 2023 07:52:18 -0500
Subject: [PATCH] dkms: update to 3.0.10.

---
 srcpkgs/dkms/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template
index 61afd2bbf085..5da51b101a8c 100644
--- a/srcpkgs/dkms/template
+++ b/srcpkgs/dkms/template
@@ -1,7 +1,7 @@
 # Template file for 'dkms'
 pkgname=dkms
-version=3.0.6
-revision=2
+version=3.0.10
+revision=1
 conf_files="/etc/dkms/framework.conf"
 depends="bash kmod gcc make coreutils xbps-triggers>=0.123_1"
 short_desc="Dynamic Kernel Module Support"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/dell/dkms"
 distfiles="https://github.com/dell/dkms/archive/v${version}.tar.gz"
-checksum=1e1ae273d2a72e3a89b829f3c72f482fb903f12cf766c054d11612e1d70795b4
+checksum=1eba13bf3a2c140c21e9ba31c1db9e9b8eac55658291340b0e50b965565f9ef7
 # dkms does not create this directory, but needs it
 # https://github.com/void-linux/void-packages/issues/39066
 make_dirs="/var/lib/dkms 0755 root root"

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

* Re: dkms: update to 3.0.10.
  2023-01-24 12:54 [PR PATCH] dkms: update to 3.0.10 ahesford
  2023-01-26  2:29 ` [PR PATCH] [Updated] " ahesford
@ 2023-01-27 15:32 ` ahesford
  2023-01-30 16:55 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-01-27 15:32 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/41839#issuecomment-1406663517

Comment:
Seems to work OK for me, so I'll let this stew for a few more days and merge if nobody reports an issue.

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

* Re: [PR PATCH] [Merged]: dkms: update to 3.0.10.
  2023-01-24 12:54 [PR PATCH] dkms: update to 3.0.10 ahesford
  2023-01-26  2:29 ` [PR PATCH] [Updated] " ahesford
  2023-01-27 15:32 ` ahesford
@ 2023-01-30 16:55 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-01-30 16:55 UTC (permalink / raw)
  To: ml

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

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

dkms: update to 3.0.10.
https://github.com/void-linux/void-packages/pull/41839

Description:
This needs some broad testing.

#### Testing the changes
- I tested the changes in this PR: **yes**

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

end of thread, other threads:[~2023-01-30 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24 12:54 [PR PATCH] dkms: update to 3.0.10 ahesford
2023-01-26  2:29 ` [PR PATCH] [Updated] " ahesford
2023-01-27 15:32 ` ahesford
2023-01-30 16:55 ` [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).