Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux-firmware: update to 20220509
@ 2022-05-11 11:47 absrd
  2022-05-14  0:30 ` ericonr
                   ` (41 more replies)
  0 siblings, 42 replies; 55+ messages in thread
From: absrd @ 2022-05-11 11:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/absrd/void-packages linux-firmware
https://github.com/void-linux/void-packages/pull/37081

linux-firmware: update to 20220509
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From 6e507d4e14912a57539c448f48af07f6ead1d9ba Mon Sep 17 00:00:00 2001
From: Felix Kleinschmidt <fk@bsrd.io>
Date: Wed, 11 May 2022 09:31:24 -0200
Subject: [PATCH] linux-firmware: update to 20220509

---
 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 dde0c93b3fb4..19a3d309eb3b 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20220411
+version=20220509
 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=533ae621b3eacf6a4696dab52a9dbc5727403a175c413b1682ab3f9cfb37872f
+checksum=2f2e8f20a20114829f5f57913abaef764749cce2de57640ed5ffefee580b8624
 python_version=3
 nostrip=yes
 

^ permalink raw reply	[flat|nested] 55+ messages in thread
* [PR PATCH] linux-firmware: update to 20220610.
@ 2022-06-12 12:49 steinex
  2022-08-16  5:46 ` linux-firmware: update to 20220708 biopsin
  2022-10-13  6:03 ` dataCobra
  0 siblings, 2 replies; 55+ messages in thread
From: steinex @ 2022-06-12 12:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages linux-firmware
https://github.com/void-linux/void-packages/pull/37530

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

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

Need this for an update to RTL8852A BT USB firmware.

It clashes with `linux-firmware-dvb`, should that package be removed?

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/37530.patch is attached

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

From 2ec279192cae0f339c67bf75ee53249a47b90219 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 12 Jun 2022 13:00:06 +0200
Subject: [PATCH] linux-firmware: update to 20220610.

---
 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 dde0c93b3fb4..4c6ffecc9037 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20220411
+version=20220610
 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=533ae621b3eacf6a4696dab52a9dbc5727403a175c413b1682ab3f9cfb37872f
+checksum=09bb5eb8aa02dfee8e6ca52799c214ed83c33b7c43193b99db1ff6219b452adb
 python_version=3
 nostrip=yes
 

^ permalink raw reply	[flat|nested] 55+ messages in thread
* [PR PATCH] linux-firmware: update to 20220708.
@ 2022-07-17  6:37 MouadCharradi
  2022-08-11 18:22 ` dataCobra
                   ` (9 more replies)
  0 siblings, 10 replies; 55+ messages in thread
From: MouadCharradi @ 2022-07-17  6:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages linux-firmware
https://github.com/void-linux/void-packages/pull/38103

linux-firmware: update to 20220708.
#### Testing the changes
- I tested the changes in this PR: **NO**


#### Local build testing
- 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

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

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

From 60ca111d25f1fe4f10cd682c8bf2f91cf54b3462 Mon Sep 17 00:00:00 2001
From: Mouad Charradi <charradimouad58@gmail.com>
Date: Sun, 17 Jul 2022 07:33:05 +0100
Subject: [PATCH] linux-firmware: update to 20220708.

---
 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 dde0c93b3fb4..756d68bc16d6 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20220411
+version=20220708
 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=533ae621b3eacf6a4696dab52a9dbc5727403a175c413b1682ab3f9cfb37872f
+checksum=67a678f1d0a80fc32703efcea1831f78c410abbd513b5b8985daac6223d9bf91
 python_version=3
 nostrip=yes
 

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

end of thread, other threads:[~2022-11-25  5:40 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 11:47 [PR PATCH] linux-firmware: update to 20220509 absrd
2022-05-14  0:30 ` ericonr
2022-08-12  2:14 ` github-actions
2022-08-15 15:04 ` [PR PATCH] [Updated] " absrd
2022-08-15 15:05 ` absrd
2022-08-23 11:26 ` linux-firmware: update to 20220708 dataCobra
2022-08-23 11:28 ` dataCobra
2022-08-23 11:29 ` dataCobra
2022-08-23 11:30 ` dataCobra
2022-08-24  5:58 ` dataCobra
2022-08-24 12:55 ` [PR PATCH] [Updated] " absrd
2022-08-24 12:56 ` linux-firmware: update to 20220815 absrd
2022-08-24 12:57 ` dataCobra
2022-08-30  7:40 ` dataCobra
2022-09-14  4:30 ` dataCobra
2022-09-15 13:11 ` [PR PATCH] [Updated] " absrd
2022-09-15 13:11 ` linux-firmware: update to 20220913 absrd
2022-09-28 13:03 ` dataCobra
2022-09-28 13:03 ` dataCobra
2022-10-13  6:08 ` dataCobra
2022-10-13 12:02 ` [PR PATCH] [Updated] " absrd
2022-10-13 12:02 ` linux-firmware: update to 20221012 absrd
2022-11-09 14:56 ` vitezfh
2022-11-13 21:19 ` [PR PATCH] [Updated] " absrd
2022-11-13 21:20 ` linux-firmware: update to 20221109 absrd
2022-11-16 13:54 ` dataCobra
2022-11-16 23:44 ` [PR PATCH] [Updated] " absrd
2022-11-23  6:35 ` the-maldridge
2022-11-23  6:38 ` classabbyamp
2022-11-23 15:56 ` [PR PATCH] [Updated] " absrd
2022-11-23 20:31 ` JamiKettunen
2022-11-23 23:50 ` classabbyamp
2022-11-23 23:51 ` classabbyamp
2022-11-24  8:58 ` dataCobra
2022-11-24  8:58 ` dataCobra
2022-11-24  9:02 ` classabbyamp
2022-11-24  9:11 ` dataCobra
2022-11-24  9:18 ` classabbyamp
2022-11-24  9:21 ` dataCobra
2022-11-24  9:22 ` dataCobra
2022-11-24 13:34 ` [PR PATCH] [Updated] " absrd
2022-11-25  5:38 ` dataCobra
2022-11-25  5:40 ` [PR PATCH] [Merged]: " classabbyamp
2022-06-12 12:49 [PR PATCH] linux-firmware: update to 20220610 steinex
2022-08-16  5:46 ` linux-firmware: update to 20220708 biopsin
2022-10-13  6:03 ` dataCobra
2022-07-17  6:37 [PR PATCH] " MouadCharradi
2022-08-11 18:22 ` dataCobra
2022-08-11 18:23 ` dataCobra
2022-08-11 18:35 ` dataCobra
2022-08-11 20:19 ` MouadCharradi
2022-08-11 21:12 ` paper42
2022-08-15 10:20 ` dataCobra
2022-08-15 11:11 ` MouadCharradi
2022-08-16  5:47 ` biopsin
2022-08-23 11:27 ` dataCobra
2022-08-26 18:52 ` MouadCharradi

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