Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux-fimrware: update to 20231111.
@ 2023-11-29  1:59 zdykstra
  2023-11-29  2:27 ` [PR PATCH] [Updated] " zdykstra
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: zdykstra @ 2023-11-29  1:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages qualcrap
https://github.com/void-linux/void-packages/pull/47477

linux-fimrware: update to 20231111.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

The next tagged version of linux-firmware can do away with `rdfind` and `which` as makedepends - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/copy-firmware.sh . 

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

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

From ab249637966e58ef73436008c44a4948106dd161 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Tue, 28 Nov 2023 19:55:14 -0600
Subject: [PATCH] linux-fimrware: update to 20231111.

---
 srcpkgs/linux-firmware/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index 2cb3618ffd9eb..50f010e7b7f2a 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,14 +1,15 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20230804
+version=20231111
 revision=1
+makedepends="rdfind which"
 depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="custom:see /usr/share/licenses/linux-firmware"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${version}.tar.gz"
-checksum=c09913f675bea9623798eebf8b238cda49b62dfa1729cc7c2c17193b0ab22ff7
+checksum=80bfc46e3fc43820331a965354f5a3a9b478df90b07e2f39d9ddebc67ae0b23a
 python_version=3
 nostrip=yes
 

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

* Re: [PR PATCH] [Updated] linux-fimrware: update to 20231111.
  2023-11-29  1:59 [PR PATCH] linux-fimrware: update to 20231111 zdykstra
@ 2023-11-29  2:27 ` zdykstra
  2023-11-29  2:34 ` zdykstra
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zdykstra @ 2023-11-29  2:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages qualcrap
https://github.com/void-linux/void-packages/pull/47477

linux-fimrware: update to 20231111.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

The next tagged version of linux-firmware can do away with `rdfind` and `which` as makedepends - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/copy-firmware.sh . 

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

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

From 6dc217c1766638c364b15a1a321d9bc70d54136b Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Tue, 28 Nov 2023 19:55:14 -0600
Subject: [PATCH] linux-fimrware: update to 20231111.

---
 srcpkgs/linux-firmware/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index 2cb3618ffd9eb..aeaedebeeb854 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,14 +1,16 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20230804
+version=20231111
 revision=1
+makedepends="rdfind which"
+hostmakedepends="rdfind which"
 depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="custom:see /usr/share/licenses/linux-firmware"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${version}.tar.gz"
-checksum=c09913f675bea9623798eebf8b238cda49b62dfa1729cc7c2c17193b0ab22ff7
+checksum=80bfc46e3fc43820331a965354f5a3a9b478df90b07e2f39d9ddebc67ae0b23a
 python_version=3
 nostrip=yes
 

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

* Re: [PR PATCH] [Updated] linux-fimrware: update to 20231111.
  2023-11-29  1:59 [PR PATCH] linux-fimrware: update to 20231111 zdykstra
  2023-11-29  2:27 ` [PR PATCH] [Updated] " zdykstra
@ 2023-11-29  2:34 ` zdykstra
  2023-11-29 13:51 ` zdykstra
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zdykstra @ 2023-11-29  2:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages qualcrap
https://github.com/void-linux/void-packages/pull/47477

linux-fimrware: update to 20231111.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

The next tagged version of linux-firmware can do away with `rdfind` and `which` as makedepends - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/copy-firmware.sh . 

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

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

From fe787ce93ac8c1750dbc0d2585ac7b8864f5e8f3 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Tue, 28 Nov 2023 19:55:14 -0600
Subject: [PATCH] linux-fimrware: update to 20231111.

---
 srcpkgs/linux-firmware/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index 2cb3618ffd9eb..28a471e8233fa 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,14 +1,16 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20230804
+version=20231111
 revision=1
+hostmakedepends="rdfind which"
+makedepends="rdfind which"
 depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="custom:see /usr/share/licenses/linux-firmware"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${version}.tar.gz"
-checksum=c09913f675bea9623798eebf8b238cda49b62dfa1729cc7c2c17193b0ab22ff7
+checksum=80bfc46e3fc43820331a965354f5a3a9b478df90b07e2f39d9ddebc67ae0b23a
 python_version=3
 nostrip=yes
 

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

* Re: [PR PATCH] [Updated] linux-fimrware: update to 20231111.
  2023-11-29  1:59 [PR PATCH] linux-fimrware: update to 20231111 zdykstra
  2023-11-29  2:27 ` [PR PATCH] [Updated] " zdykstra
  2023-11-29  2:34 ` zdykstra
@ 2023-11-29 13:51 ` zdykstra
  2023-11-29 22:10 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zdykstra @ 2023-11-29 13:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages qualcrap
https://github.com/void-linux/void-packages/pull/47477

linux-fimrware: update to 20231111.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

The next tagged version of linux-firmware can do away with `rdfind` and `which` as makedepends - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/copy-firmware.sh . 

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

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

From dd854c28c5ae5ff4c8cfff025c54cf8f499be479 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Tue, 28 Nov 2023 19:55:14 -0600
Subject: [PATCH] linux-firmware: update to 20231111.

---
 srcpkgs/linux-firmware/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index 2cb3618ffd9eb..28a471e8233fa 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,14 +1,16 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20230804
+version=20231111
 revision=1
+hostmakedepends="rdfind which"
+makedepends="rdfind which"
 depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="custom:see /usr/share/licenses/linux-firmware"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${version}.tar.gz"
-checksum=c09913f675bea9623798eebf8b238cda49b62dfa1729cc7c2c17193b0ab22ff7
+checksum=80bfc46e3fc43820331a965354f5a3a9b478df90b07e2f39d9ddebc67ae0b23a
 python_version=3
 nostrip=yes
 

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

* Re: [PR REVIEW] linux-fimrware: update to 20231111.
  2023-11-29  1:59 [PR PATCH] linux-fimrware: update to 20231111 zdykstra
                   ` (2 preceding siblings ...)
  2023-11-29 13:51 ` zdykstra
@ 2023-11-29 22:10 ` classabbyamp
  2023-11-29 22:47 ` [PR PATCH] [Updated] " zdykstra
  2023-12-02  6:11 ` [PR PATCH] [Merged]: linux-firmware: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-11-29 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47477#discussion_r1409924734

Comment:
does it need to be in both?

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

* Re: [PR PATCH] [Updated] linux-fimrware: update to 20231111.
  2023-11-29  1:59 [PR PATCH] linux-fimrware: update to 20231111 zdykstra
                   ` (3 preceding siblings ...)
  2023-11-29 22:10 ` [PR REVIEW] " classabbyamp
@ 2023-11-29 22:47 ` zdykstra
  2023-12-02  6:11 ` [PR PATCH] [Merged]: linux-firmware: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: zdykstra @ 2023-11-29 22:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages qualcrap
https://github.com/void-linux/void-packages/pull/47477

linux-fimrware: update to 20231111.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

The next tagged version of linux-firmware can do away with `rdfind` and `which` as makedepends - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/copy-firmware.sh . 

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

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

From 17db5e59ab51a82c5d244af3ef57e6fc1e836c9e Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Tue, 28 Nov 2023 19:55:14 -0600
Subject: [PATCH] linux-firmware: update to 20231111.

---
 srcpkgs/linux-firmware/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index 2cb3618ffd9eb..ff1ad5156d86d 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,14 +1,15 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20230804
+version=20231111
 revision=1
+hostmakedepends="rdfind which"
 depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="custom:see /usr/share/licenses/linux-firmware"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${version}.tar.gz"
-checksum=c09913f675bea9623798eebf8b238cda49b62dfa1729cc7c2c17193b0ab22ff7
+checksum=80bfc46e3fc43820331a965354f5a3a9b478df90b07e2f39d9ddebc67ae0b23a
 python_version=3
 nostrip=yes
 

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

* Re: [PR PATCH] [Merged]: linux-firmware: update to 20231111.
  2023-11-29  1:59 [PR PATCH] linux-fimrware: update to 20231111 zdykstra
                   ` (4 preceding siblings ...)
  2023-11-29 22:47 ` [PR PATCH] [Updated] " zdykstra
@ 2023-12-02  6:11 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-12-02  6:11 UTC (permalink / raw)
  To: ml

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

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

linux-firmware: update to 20231111.
https://github.com/void-linux/void-packages/pull/47477

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

The next tagged version of linux-firmware can do away with `rdfind` and `which` as makedepends - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/copy-firmware.sh . 

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

end of thread, other threads:[~2023-12-02  6:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-29  1:59 [PR PATCH] linux-fimrware: update to 20231111 zdykstra
2023-11-29  2:27 ` [PR PATCH] [Updated] " zdykstra
2023-11-29  2:34 ` zdykstra
2023-11-29 13:51 ` zdykstra
2023-11-29 22:10 ` [PR REVIEW] " classabbyamp
2023-11-29 22:47 ` [PR PATCH] [Updated] " zdykstra
2023-12-02  6:11 ` [PR PATCH] [Merged]: linux-firmware: " classabbyamp

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