Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux-firmware: update to 20210919
@ 2021-10-27 14:11 Animeshz
  2021-10-29  4:07 ` zdykstra
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Animeshz @ 2021-10-27 14:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Animeshz/void-packages master
https://github.com/void-linux/void-packages/pull/33786

linux-firmware: update to 20210919
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 6f872bb5888c3172a65100892a1e44842d8bc9d1 Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Wed, 27 Oct 2021 19:39:14 +0530
Subject: [PATCH] linux-firmware: update to 20210919

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

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index d5ecfbe866db..77992899ce7d 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20210818
+version=20210919
 revision=1
 depends="${pkgname}-amd>=${version}_${revision} ${pkgname}-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
@@ -8,7 +8,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="See /usr/share/licenses/${pkgname}"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=ccf1b5ffece2eee801ae787e81010ab89786e4f0ffb4bd4f2209413901988220
+checksum=20d3ddaba412dd38af9886796b345f315fccd7ab2c02bc1360abfc7b1e55c6bb
 python_version=3
 nostrip=yes
 

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

* Re: linux-firmware: update to 20210919
  2021-10-27 14:11 [PR PATCH] linux-firmware: update to 20210919 Animeshz
@ 2021-10-29  4:07 ` zdykstra
  2021-10-29  4:21 ` Animeshz
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: zdykstra @ 2021-10-29  4:07 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33786#issuecomment-954413573

Comment:
Tested locally on `x86_64/glibc` with an AMD W5100, Intel 82580 NIC and Kernel 5.10.76. I can only check a small sub-set of the firmware contained in this PR, but my machine works as expected.

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

* Re: linux-firmware: update to 20210919
  2021-10-27 14:11 [PR PATCH] linux-firmware: update to 20210919 Animeshz
  2021-10-29  4:07 ` zdykstra
@ 2021-10-29  4:21 ` Animeshz
  2021-10-29  4:35 ` [PR PATCH] [Updated] " Animeshz
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Animeshz @ 2021-10-29  4:21 UTC (permalink / raw)
  To: ml

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

New comment by Animeshz on void-packages repository

https://github.com/void-linux/void-packages/pull/33786#issuecomment-954418156

Comment:
Welp, 40hrs ago a new version `20211027` released, let's up to that directly? ([commit message is null somehow in the release](https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?h=20211027&id=1d00989a65968d3d8fb2f6f727582f91b1cfa885), but there are some [bluetooth patches](https://github.com/rjliao-qca/qca-btfw/commits/master)) in it.

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

* Re: [PR PATCH] [Updated] linux-firmware: update to 20210919
  2021-10-27 14:11 [PR PATCH] linux-firmware: update to 20210919 Animeshz
  2021-10-29  4:07 ` zdykstra
  2021-10-29  4:21 ` Animeshz
@ 2021-10-29  4:35 ` Animeshz
  2021-10-30 17:56 ` linux-firmware: update to 20211027 ericonr
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Animeshz @ 2021-10-29  4:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Animeshz/void-packages master
https://github.com/void-linux/void-packages/pull/33786

linux-firmware: update to 20210919
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 6f872bb5888c3172a65100892a1e44842d8bc9d1 Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Wed, 27 Oct 2021 19:39:14 +0530
Subject: [PATCH 1/2] linux-firmware: update to 20210919

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

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index d5ecfbe866db..77992899ce7d 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20210818
+version=20210919
 revision=1
 depends="${pkgname}-amd>=${version}_${revision} ${pkgname}-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
@@ -8,7 +8,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="See /usr/share/licenses/${pkgname}"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=ccf1b5ffece2eee801ae787e81010ab89786e4f0ffb4bd4f2209413901988220
+checksum=20d3ddaba412dd38af9886796b345f315fccd7ab2c02bc1360abfc7b1e55c6bb
 python_version=3
 nostrip=yes
 

From 191fa14d11a1474de9097614bee73ae6ceb7a760 Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Fri, 29 Oct 2021 10:04:51 +0530
Subject: [PATCH 2/2] linux-firmware: update to 20211027

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

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index 77992899ce7d..36e802ac7d82 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20210919
+version=20211027
 revision=1
 depends="${pkgname}-amd>=${version}_${revision} ${pkgname}-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
@@ -8,8 +8,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="See /usr/share/licenses/${pkgname}"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=20d3ddaba412dd38af9886796b345f315fccd7ab2c02bc1360abfc7b1e55c6bb
 python_version=3
+checksum=7667d054faed0cc07c3dfc858503987b21e7cfb4ba44368e3e138c8ea87859d9
 nostrip=yes
 
 subpackages="linux-firmware-amd linux-firmware-broadcom

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

* Re: linux-firmware: update to 20211027
  2021-10-27 14:11 [PR PATCH] linux-firmware: update to 20210919 Animeshz
                   ` (2 preceding siblings ...)
  2021-10-29  4:35 ` [PR PATCH] [Updated] " Animeshz
@ 2021-10-30 17:56 ` ericonr
  2021-10-30 18:00 ` [PR PATCH] [Updated] " Animeshz
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-10-30 17:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33786#issuecomment-955569919

Comment:
Please remember to squash commits.

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

* Re: [PR PATCH] [Updated] linux-firmware: update to 20211027
  2021-10-27 14:11 [PR PATCH] linux-firmware: update to 20210919 Animeshz
                   ` (3 preceding siblings ...)
  2021-10-30 17:56 ` linux-firmware: update to 20211027 ericonr
@ 2021-10-30 18:00 ` Animeshz
  2021-10-31  2:48 ` Animeshz
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Animeshz @ 2021-10-30 18:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Animeshz/void-packages master
https://github.com/void-linux/void-packages/pull/33786

linux-firmware: update to 20211027
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 8d879f3c386808b5706b1127723d83caec87d66d Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Wed, 27 Oct 2021 19:39:14 +0530
Subject: [PATCH] linux-firmware: update to 20211027

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

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index d5ecfbe866db..36e802ac7d82 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20210818
+version=20211027
 revision=1
 depends="${pkgname}-amd>=${version}_${revision} ${pkgname}-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
@@ -8,8 +8,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="See /usr/share/licenses/${pkgname}"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=ccf1b5ffece2eee801ae787e81010ab89786e4f0ffb4bd4f2209413901988220
 python_version=3
+checksum=7667d054faed0cc07c3dfc858503987b21e7cfb4ba44368e3e138c8ea87859d9
 nostrip=yes
 
 subpackages="linux-firmware-amd linux-firmware-broadcom

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

* Re: [PR PATCH] [Updated] linux-firmware: update to 20211027
  2021-10-27 14:11 [PR PATCH] linux-firmware: update to 20210919 Animeshz
                   ` (4 preceding siblings ...)
  2021-10-30 18:00 ` [PR PATCH] [Updated] " Animeshz
@ 2021-10-31  2:48 ` Animeshz
  2021-10-31  2:49 ` Animeshz
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Animeshz @ 2021-10-31  2:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Animeshz/void-packages master
https://github.com/void-linux/void-packages/pull/33786

linux-firmware: update to 20211027
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From fbc762d8c10084487d96cd410eb1b4c0d2f86c87 Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Wed, 27 Oct 2021 19:39:14 +0530
Subject: [PATCH] linux-firmware: update to 20211027

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

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index d5ecfbe866db..36e802ac7d82 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20210818
+version=20211027
 revision=1
 depends="${pkgname}-amd>=${version}_${revision} ${pkgname}-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
@@ -8,8 +8,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="See /usr/share/licenses/${pkgname}"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=ccf1b5ffece2eee801ae787e81010ab89786e4f0ffb4bd4f2209413901988220
 python_version=3
+checksum=7667d054faed0cc07c3dfc858503987b21e7cfb4ba44368e3e138c8ea87859d9
 nostrip=yes
 
 subpackages="linux-firmware-amd linux-firmware-broadcom

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

* Re: linux-firmware: update to 20211027
  2021-10-27 14:11 [PR PATCH] linux-firmware: update to 20210919 Animeshz
                   ` (5 preceding siblings ...)
  2021-10-31  2:48 ` Animeshz
@ 2021-10-31  2:49 ` Animeshz
  2021-10-31  2:53 ` [PR PATCH] [Updated] " Animeshz
  2021-11-04 17:30 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: Animeshz @ 2021-10-31  2:49 UTC (permalink / raw)
  To: ml

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

New comment by Animeshz on void-packages repository

https://github.com/void-linux/void-packages/pull/33786#issuecomment-955627160

Comment:
Alright rebased to the tip (sorry for committing over days older copy).

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

* Re: [PR PATCH] [Updated] linux-firmware: update to 20211027
  2021-10-27 14:11 [PR PATCH] linux-firmware: update to 20210919 Animeshz
                   ` (6 preceding siblings ...)
  2021-10-31  2:49 ` Animeshz
@ 2021-10-31  2:53 ` Animeshz
  2021-11-04 17:30 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: Animeshz @ 2021-10-31  2:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Animeshz/void-packages master
https://github.com/void-linux/void-packages/pull/33786

linux-firmware: update to 20211027
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 99513adfefde6ef8a2e6a4eb36dff1016fb38792 Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Wed, 27 Oct 2021 19:39:14 +0530
Subject: [PATCH] linux-firmware: update to 20211027

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

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index d5ecfbe866db..91f604749740 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20210818
+version=20211027
 revision=1
 depends="${pkgname}-amd>=${version}_${revision} ${pkgname}-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
@@ -8,7 +8,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="See /usr/share/licenses/${pkgname}"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=ccf1b5ffece2eee801ae787e81010ab89786e4f0ffb4bd4f2209413901988220
+checksum=7667d054faed0cc07c3dfc858503987b21e7cfb4ba44368e3e138c8ea87859d9
 python_version=3
 nostrip=yes
 

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

* Re: [PR PATCH] [Merged]: linux-firmware: update to 20211027
  2021-10-27 14:11 [PR PATCH] linux-firmware: update to 20210919 Animeshz
                   ` (7 preceding siblings ...)
  2021-10-31  2:53 ` [PR PATCH] [Updated] " Animeshz
@ 2021-11-04 17:30 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-11-04 17:30 UTC (permalink / raw)
  To: ml

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

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

linux-firmware: update to 20211027
https://github.com/void-linux/void-packages/pull/33786

Description:
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

end of thread, other threads:[~2021-11-04 17:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27 14:11 [PR PATCH] linux-firmware: update to 20210919 Animeshz
2021-10-29  4:07 ` zdykstra
2021-10-29  4:21 ` Animeshz
2021-10-29  4:35 ` [PR PATCH] [Updated] " Animeshz
2021-10-30 17:56 ` linux-firmware: update to 20211027 ericonr
2021-10-30 18:00 ` [PR PATCH] [Updated] " Animeshz
2021-10-31  2:48 ` Animeshz
2021-10-31  2:49 ` Animeshz
2021-10-31  2:53 ` [PR PATCH] [Updated] " Animeshz
2021-11-04 17:30 ` [PR PATCH] [Merged]: " ericonr

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