Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux6.3: update to 6.3.9
@ 2023-06-22  7:27 atk
  2023-06-29  9:04 ` Bnyro
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: atk @ 2023-06-22  7:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages linux6.3.9
https://github.com/void-linux/void-packages/pull/44559

linux6.3: update to 6.3.9
<!-- 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
-->


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

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

From a9097104b18d7bb1f18eb52bcf37f3abc685d22a Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Wed, 21 Jun 2023 22:26:23 +0200
Subject: [PATCH] linux6.3: update to 6.3.9

---
 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..8a5b7c793899 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.9
 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"
+ d12ae712a4bd2cfb99cf368b246562e54bf6ca0bafd46a91e25faf34077c6587"
 python_version=3
 
 # XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.

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

* Re: linux6.3: update to 6.3.9
  2023-06-22  7:27 [PR PATCH] linux6.3: update to 6.3.9 atk
@ 2023-06-29  9:04 ` Bnyro
  2023-06-29  9:16 ` atk
  2023-06-29 16:54 ` [PR PATCH] [Closed]: " atk
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2023-06-29  9:04 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44559#issuecomment-1612672430

Comment:
6.3.10 is out now :)

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

* Re: linux6.3: update to 6.3.9
  2023-06-22  7:27 [PR PATCH] linux6.3: update to 6.3.9 atk
  2023-06-29  9:04 ` Bnyro
@ 2023-06-29  9:16 ` atk
  2023-06-29 16:54 ` [PR PATCH] [Closed]: " atk
  2 siblings, 0 replies; 4+ messages in thread
From: atk @ 2023-06-29  9:16 UTC (permalink / raw)
  To: ml

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

New comment by atk on void-packages repository

https://github.com/void-linux/void-packages/pull/44559#issuecomment-1612688603

Comment:
I'm just testing it.

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

* Re: [PR PATCH] [Closed]: linux6.3: update to 6.3.9
  2023-06-22  7:27 [PR PATCH] linux6.3: update to 6.3.9 atk
  2023-06-29  9:04 ` Bnyro
  2023-06-29  9:16 ` atk
@ 2023-06-29 16:54 ` atk
  2 siblings, 0 replies; 4+ messages in thread
From: atk @ 2023-06-29 16:54 UTC (permalink / raw)
  To: ml

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

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

linux6.3: update to 6.3.9
https://github.com/void-linux/void-packages/pull/44559

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


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-22  7:27 [PR PATCH] linux6.3: update to 6.3.9 atk
2023-06-29  9:04 ` Bnyro
2023-06-29  9:16 ` atk
2023-06-29 16:54 ` [PR PATCH] [Closed]: " atk

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