Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Linux6.3.10
@ 2023-06-29 11:35 atk
  2023-06-29 15:37 ` Linux6.3.10 sgn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: atk @ 2023-06-29 11:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages linux6.3.10
https://github.com/void-linux/void-packages/pull/44717

Linux6.3.10
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->
[skip ci] [ci skip]

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

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

From 400918384df032dbcb26e5c1f2b0694cac178f1c Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Thu, 29 Jun 2023 10:25:43 +0200
Subject: [PATCH 1/2] linux-firmware: update to 20230625

---
 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 b1e33ee38296..c262b2f121b3 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20230515
+version=20230625
 revision=1
 depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
@@ -8,7 +8,7 @@ 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=8b8be098110f47ff6cb3e02e0c7cf0b25d9427a09870b1c2df3637e5708eb158
+checksum=2f609c503bde5ee6c32336a465c48e939138b8263504d3f7d03ec65ace80b130
 python_version=3
 nostrip=yes
 

From 92da49b9ab75c315faef4ff27758adac26a2b10e Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Thu, 29 Jun 2023 10:26:09 +0200
Subject: [PATCH 2/2] linux6.3: update to 6.3.10

---
 srcpkgs/linux6.3/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux6.3/template b/srcpkgs/linux6.3/template
index d2c7b7a3cf48..89affe4a0d9b 100644
--- a/srcpkgs/linux6.3/template
+++ b/srcpkgs/linux6.3/template
@@ -1,6 +1,6 @@
 # Template file for 'linux6.3'
 pkgname=linux6.3
-version=6.3.8
+version=6.3.10
 revision=1
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
@@ -14,7 +14,7 @@ if [ "${version##*.}" != 0 ]; then
 fi
 
 checksum="ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e
- 927ba93d3da556c8e30b2640aa3f19c3c3cda66c655754e0798024020e2981b4"
+ 74d4dfb345540e91de4b41cbe9d81d2e5f90a2777419beac97c80cf6578408b1"
 python_version=3
 
 # XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.

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

* Re: Linux6.3.10
  2023-06-29 11:35 [PR PATCH] Linux6.3.10 atk
@ 2023-06-29 15:37 ` sgn
  2023-06-29 16:58 ` [PR PATCH] [Updated] Linux6.3.10 atk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2023-06-29 15:37 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/44717#issuecomment-1613427586

Comment:
Why do we need new firmware?

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

* Re: [PR PATCH] [Updated] Linux6.3.10
  2023-06-29 11:35 [PR PATCH] Linux6.3.10 atk
  2023-06-29 15:37 ` Linux6.3.10 sgn
@ 2023-06-29 16:58 ` atk
  2023-06-29 16:59 ` Linux6.3.10 atk
  2023-06-29 20:28 ` [PR PATCH] [Merged]: Linux6.3.10 Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: atk @ 2023-06-29 16:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages linux6.3.10
https://github.com/void-linux/void-packages/pull/44717

Linux6.3.10
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->
[skip ci] [ci skip]

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

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

From 12a71a554dc4916c45faf71ed3be5e4647ecce67 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Thu, 29 Jun 2023 10:26:09 +0200
Subject: [PATCH] linux6.3: update to 6.3.10

---
 srcpkgs/linux6.3/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux6.3/template b/srcpkgs/linux6.3/template
index d2c7b7a3cf48..89affe4a0d9b 100644
--- a/srcpkgs/linux6.3/template
+++ b/srcpkgs/linux6.3/template
@@ -1,6 +1,6 @@
 # Template file for 'linux6.3'
 pkgname=linux6.3
-version=6.3.8
+version=6.3.10
 revision=1
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
@@ -14,7 +14,7 @@ if [ "${version##*.}" != 0 ]; then
 fi
 
 checksum="ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e
- 927ba93d3da556c8e30b2640aa3f19c3c3cda66c655754e0798024020e2981b4"
+ 74d4dfb345540e91de4b41cbe9d81d2e5f90a2777419beac97c80cf6578408b1"
 python_version=3
 
 # XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.

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

* Re: Linux6.3.10
  2023-06-29 11:35 [PR PATCH] Linux6.3.10 atk
  2023-06-29 15:37 ` Linux6.3.10 sgn
  2023-06-29 16:58 ` [PR PATCH] [Updated] Linux6.3.10 atk
@ 2023-06-29 16:59 ` atk
  2023-06-29 20:28 ` [PR PATCH] [Merged]: Linux6.3.10 Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: atk @ 2023-06-29 16:59 UTC (permalink / raw)
  To: ml

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

New comment by atk on void-packages repository

https://github.com/void-linux/void-packages/pull/44717#issuecomment-1613534722

Comment:
Forgot to rebase.

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

* Re: [PR PATCH] [Merged]: Linux6.3.10
  2023-06-29 11:35 [PR PATCH] Linux6.3.10 atk
                   ` (2 preceding siblings ...)
  2023-06-29 16:59 ` Linux6.3.10 atk
@ 2023-06-29 20:28 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-06-29 20:28 UTC (permalink / raw)
  To: ml

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

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

Linux6.3.10
https://github.com/void-linux/void-packages/pull/44717

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->
[skip ci] [ci skip]

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

end of thread, other threads:[~2023-06-29 20:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-29 11:35 [PR PATCH] Linux6.3.10 atk
2023-06-29 15:37 ` Linux6.3.10 sgn
2023-06-29 16:58 ` [PR PATCH] [Updated] Linux6.3.10 atk
2023-06-29 16:59 ` Linux6.3.10 atk
2023-06-29 20:28 ` [PR PATCH] [Merged]: Linux6.3.10 Duncaen

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