all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68324] [PATCH 0/3] linux-libre kernel updates (2023-01-08)
@ 2024-01-08 15:06 Wilko Meyer
  2024-01-08 15:08 ` [bug#68324] [PATCH 1/3] gnu: linux-libre 5.4: Update to 5.4.266 Wilko Meyer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-01-08 15:06 UTC (permalink / raw)
  To: 68324; +Cc: Wilko Meyer, leo

Hi Leo,

There have been kernel updates again today, I've updated the version and
hashes accordingly. I'm still waiting for the deblob-scripts to be
uploaded to the mirror, so I can verify if they have changed as well.

Earlier this week there've been updates to the more recent[0] kernels,
and earlier today I've packaged 6.7 as the most recent mainline[1]
kernel. Keeping my fingers crossed, that QA will go through and Cuirass
will build all of those accordingly.

[0]: https://issues.guix.gnu.org/68269
[1]: https://issues.guix.gnu.org/68322

Wilko Meyer (3):
  gnu: linux-libre 5.4: Update to 5.4.266.
  gnu: linux-libre 4.19: Update to 4.19.304.
  gnu: linux-libre 4.14: Update to 4.14.335.

 gnu/packages/linux.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


base-commit: 31eb0e556c64c98981314be3ae5422ba4f58fe52
-- 
2.41.0





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

* [bug#68324] [PATCH 1/3] gnu: linux-libre 5.4: Update to 5.4.266.
  2024-01-08 15:06 [bug#68324] [PATCH 0/3] linux-libre kernel updates (2023-01-08) Wilko Meyer
@ 2024-01-08 15:08 ` Wilko Meyer
  2024-01-09 18:32   ` bug#68324: " Leo Famulari
  2024-01-08 15:08 ` [bug#68324] [PATCH 2/3] gnu: linux-libre 4.19: Update to 4.19.304 Wilko Meyer
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Wilko Meyer @ 2024-01-08 15:08 UTC (permalink / raw)
  To: 68324; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.266.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: Ia1578dc94d3172735e5765ee90c46f865412810a
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 532e9a8c939..9bd95a69e12 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -557,7 +557,7 @@ (define-public linux-libre-5.10-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
 
-(define-public linux-libre-5.4-version "5.4.265")
+(define-public linux-libre-5.4-version "5.4.266")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -567,7 +567,7 @@ (define deblob-scripts-5.4
    (base32 "0sw67b2pk3lng4y67diqqnhxaggnp3nbkx8dxc5fs27rinfxr4m1")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "05cvvwjiznn7hfd02qklklalg0chahvh5v18w64lcva6kzj9kbjd")))
+        (hash (base32 "1dmcn9i3nvf1gldm1a32gnl5ybwbk2lizb3wa4gc06g7dxz2y1ys")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





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

* [bug#68324] [PATCH 2/3] gnu: linux-libre 4.19: Update to 4.19.304.
  2024-01-08 15:06 [bug#68324] [PATCH 0/3] linux-libre kernel updates (2023-01-08) Wilko Meyer
  2024-01-08 15:08 ` [bug#68324] [PATCH 1/3] gnu: linux-libre 5.4: Update to 5.4.266 Wilko Meyer
@ 2024-01-08 15:08 ` Wilko Meyer
  2024-01-08 15:08 ` [bug#68324] [PATCH 3/3] gnu: linux-libre 4.14: Update to 4.14.335 Wilko Meyer
  2024-01-09 14:17 ` [bug#68324] [PATCH 0/3] linux-libre kernel updates (2023-01-08) Leo Famulari
  3 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-01-08 15:08 UTC (permalink / raw)
  To: 68324; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.304.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: I14f228aa3b4a57417d7f8c392dc647709f599fac
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9bd95a69e12..2349e82a95f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -572,7 +572,7 @@ (define-public linux-libre-5.4-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
 
-(define-public linux-libre-4.19-version "4.19.303")
+(define-public linux-libre-4.19-version "4.19.304")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -582,7 +582,7 @@ (define deblob-scripts-4.19
    (base32 "1425mhkfxn18vxn05bb4h3li7x1jl7l1hf1zi8xhnqv3wa31h9wl")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "0dlbl47xs7z4yf9cxbxqzd7zs1f9070jr6ck231wgppa6lwwwb82")))
+        (hash (base32 "165mljr8v1cf4vf4a4b44hx089rprkssvi2azq5wbxxg3basbind")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





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

* [bug#68324] [PATCH 3/3] gnu: linux-libre 4.14: Update to 4.14.335.
  2024-01-08 15:06 [bug#68324] [PATCH 0/3] linux-libre kernel updates (2023-01-08) Wilko Meyer
  2024-01-08 15:08 ` [bug#68324] [PATCH 1/3] gnu: linux-libre 5.4: Update to 5.4.266 Wilko Meyer
  2024-01-08 15:08 ` [bug#68324] [PATCH 2/3] gnu: linux-libre 4.19: Update to 4.19.304 Wilko Meyer
@ 2024-01-08 15:08 ` Wilko Meyer
  2024-01-09 14:17 ` [bug#68324] [PATCH 0/3] linux-libre kernel updates (2023-01-08) Leo Famulari
  3 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-01-08 15:08 UTC (permalink / raw)
  To: 68324; +Cc: Wilko Meyer, leo

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.335.
(linux-libre-4.14-pristine-source): Update hash.

Change-Id: I071427a52f188d599f28703374f5b7c42314777c
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2349e82a95f..08d774ceeeb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -587,7 +587,7 @@ (define-public linux-libre-4.19-pristine-source
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
 
-(define-public linux-libre-4.14-version "4.14.334")
+(define-public linux-libre-4.14-version "4.14.335")
 (define-public linux-libre-4.14-gnu-revision "gnu1")
 (define deblob-scripts-4.14
   (linux-libre-deblob-scripts
@@ -597,7 +597,7 @@ (define deblob-scripts-4.14
    (base32 "1faagsj4i31z2bp83hflx3q9vrddjnn37a3ah2b47iaplva7z1nd")))
 (define-public linux-libre-4.14-pristine-source
   (let ((version linux-libre-4.14-version)
-        (hash (base32 "0iaaqdkszmfarvjfszc9rf7y9zsv3w82934xmvmzmsbiz86547ca")))
+        (hash (base32 "0aa0xi1sn4rw9ichgmvxp0s9hsi6rfzhzd9wgbvzvc90md2qfs19")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.14)))
-- 
2.41.0





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

* [bug#68324] [PATCH 0/3] linux-libre kernel updates (2023-01-08)
  2024-01-08 15:06 [bug#68324] [PATCH 0/3] linux-libre kernel updates (2023-01-08) Wilko Meyer
                   ` (2 preceding siblings ...)
  2024-01-08 15:08 ` [bug#68324] [PATCH 3/3] gnu: linux-libre 4.14: Update to 4.14.335 Wilko Meyer
@ 2024-01-09 14:17 ` Leo Famulari
  3 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2024-01-09 14:17 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 68324

On Mon, Jan 08, 2024 at 04:06:49PM +0100, Wilko Meyer wrote:
> Hi Leo,
> 
> There have been kernel updates again today, I've updated the version and
> hashes accordingly. I'm still waiting for the deblob-scripts to be
> uploaded to the mirror, so I can verify if they have changed as well.

Yeah, the deblob-scripts changed. I amended the patches and pushed to
'kernel-updates'.




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

* bug#68324: [PATCH 1/3] gnu: linux-libre 5.4: Update to 5.4.266.
  2024-01-08 15:08 ` [bug#68324] [PATCH 1/3] gnu: linux-libre 5.4: Update to 5.4.266 Wilko Meyer
@ 2024-01-09 18:32   ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2024-01-09 18:32 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 68324-done

On Mon, Jan 08, 2024 at 04:08:27PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.266.
> (linux-libre-5.4-pristine-source): Update hash.

Pushed as 6e76509d2437178b260efceb9c19ca3ed2570fcd, thanks!




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

end of thread, other threads:[~2024-01-09 18:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08 15:06 [bug#68324] [PATCH 0/3] linux-libre kernel updates (2023-01-08) Wilko Meyer
2024-01-08 15:08 ` [bug#68324] [PATCH 1/3] gnu: linux-libre 5.4: Update to 5.4.266 Wilko Meyer
2024-01-09 18:32   ` bug#68324: " Leo Famulari
2024-01-08 15:08 ` [bug#68324] [PATCH 2/3] gnu: linux-libre 4.19: Update to 4.19.304 Wilko Meyer
2024-01-08 15:08 ` [bug#68324] [PATCH 3/3] gnu: linux-libre 4.14: Update to 4.14.335 Wilko Meyer
2024-01-09 14:17 ` [bug#68324] [PATCH 0/3] linux-libre kernel updates (2023-01-08) Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.