all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67840] Kernel updates
@ 2023-12-15 20:16 Leo Famulari
  2023-12-15 20:21 ` [bug#67840] [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 Leo Famulari
  0 siblings, 1 reply; 9+ messages in thread
From: Leo Famulari @ 2023-12-15 20:16 UTC (permalink / raw)
  To: 67840; +Cc: Wilko Meyer

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

More kernel updates

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [bug#67840] [PATCH 1/7] gnu: linux-libre: Update to 6.6.7.
  2023-12-15 20:16 [bug#67840] Kernel updates Leo Famulari
@ 2023-12-15 20:21 ` Leo Famulari
  2023-12-15 20:21   ` [bug#67840] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.68 Leo Famulari
                     ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Leo Famulari @ 2023-12-15 20:21 UTC (permalink / raw)
  To: 67840; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice

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

Change-Id: I72ffbc67e66f9e4330b87bb189b2a5d29abcdf0b
---
 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 1fd8408501..86aa0f8dcd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -493,7 +493,7 @@ (define (%upstream-linux-source version hash)
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.6-version "6.6.6")
+(define-public linux-libre-6.6-version "6.6.7")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -503,7 +503,7 @@ (define deblob-scripts-6.6
    (base32 "1hg3ck1j8288fhlhcvhgs1zzwh3i62nfvphw7x3vsaqr75kiwbjp")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1j14n8b012pv3r7i9p762jyabzn2nv1ranxyw5lk3c9lg68hmxzb")))
+        (hash (base32 "0hfqdyxl4nqmm4pspfm1ang8616dbsaj0d968c0186ch0738xrhc")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))

base-commit: 92f179ab20f1835933b2526bfc5d9489e3b1e226
-- 
2.41.0





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

* [bug#67840] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.68.
  2023-12-15 20:21 ` [bug#67840] [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 Leo Famulari
@ 2023-12-15 20:21   ` Leo Famulari
  2023-12-15 20:21   ` [bug#67840] [PATCH 3/7] gnu: linux-libre 5.15: Update to 5.15.143 Leo Famulari
                     ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-12-15 20:21 UTC (permalink / raw)
  To: 67840; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice

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

Change-Id: I23cb34828bc0f31333ea737e566ee68967ed965e
---
 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 86aa0f8dcd..3a88f79f53 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -511,7 +511,7 @@ (define-public linux-libre-6.6-pristine-source
 ;; The "longterm" kernels — the older releases with long-term upstream support.
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.1-version "6.1.67")
+(define-public linux-libre-6.1-version "6.1.68")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -521,7 +521,7 @@ (define deblob-scripts-6.1
    (base32 "1hdibv43xbn1lv83i6qjgfmf1bvqxvq17fryfsq4r4sjgs9212js")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "11cjqll3b7iq3mblwyzjrd5ph8avgk23f4mw4shm8j6ai5rdndvm")))
+        (hash (base32 "1qc4cwqlfni9i6mzh6arghdsd842hp9lb7s832dxw1p261mg4prn")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





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

* [bug#67840] [PATCH 3/7] gnu: linux-libre 5.15: Update to 5.15.143.
  2023-12-15 20:21 ` [bug#67840] [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 Leo Famulari
  2023-12-15 20:21   ` [bug#67840] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.68 Leo Famulari
@ 2023-12-15 20:21   ` Leo Famulari
  2023-12-15 20:21   ` [bug#67840] [PATCH 4/7] gnu: linux-libre 5.10: Update to 5.10.204 Leo Famulari
                     ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-12-15 20:21 UTC (permalink / raw)
  To: 67840; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice

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

Change-Id: I7854728eb1cc38afa2fb1d8cfbd9463cf10ee8d8
---
 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 3a88f79f53..993d67606b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -526,7 +526,7 @@ (define-public linux-libre-6.1-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
 
-(define-public linux-libre-5.15-version "5.15.142")
+(define-public linux-libre-5.15-version "5.15.143")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -536,7 +536,7 @@ (define deblob-scripts-5.15
    (base32 "1idjrn2w8jrixj8ifkk1awxyyq5042nc4p2mld4rda96azlnp948")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "0xjn16b02f8d6c0m8vrbmk85kdyfy8m46s80rnkb0nnwfx9cjxld")))
+        (hash (base32 "00lyv7zsj97mkg9i7dkb1a6km22mnr0qr687d9zz4ckjq1pb2sq9")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.41.0





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

* [bug#67840] [PATCH 4/7] gnu: linux-libre 5.10: Update to 5.10.204.
  2023-12-15 20:21 ` [bug#67840] [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 Leo Famulari
  2023-12-15 20:21   ` [bug#67840] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.68 Leo Famulari
  2023-12-15 20:21   ` [bug#67840] [PATCH 3/7] gnu: linux-libre 5.15: Update to 5.15.143 Leo Famulari
@ 2023-12-15 20:21   ` Leo Famulari
  2023-12-15 20:21   ` [bug#67840] [PATCH 5/7] gnu: linux-libre 5.4: Update to 5.4.264 Leo Famulari
                     ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-12-15 20:21 UTC (permalink / raw)
  To: 67840; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice

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

Change-Id: Ibaeb98f2ea80724e95a40f6bb0478dec5b6ca3dc
---
 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 993d67606b..1a0d23bcc8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -541,7 +541,7 @@ (define-public linux-libre-5.15-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
 
-(define-public linux-libre-5.10-version "5.10.203")
+(define-public linux-libre-5.10-version "5.10.204")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -551,7 +551,7 @@ (define deblob-scripts-5.10
    (base32 "0xrrnmb5kcc5r21bdm24aq0fnkk1imn367c1cxlj78b6l6gigx4b")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "0xr8p7kfr1v3s41fv55ph0l8d9s2p146dl2fh3r2y09lrvwwxssn")))
+        (hash (base32 "1vnamiyr378q52xgkg7kvpx80zck729dim77vp06a3q6n580g5gz")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.41.0





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

* [bug#67840] [PATCH 5/7] gnu: linux-libre 5.4: Update to 5.4.264.
  2023-12-15 20:21 ` [bug#67840] [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 Leo Famulari
                     ` (2 preceding siblings ...)
  2023-12-15 20:21   ` [bug#67840] [PATCH 4/7] gnu: linux-libre 5.10: Update to 5.10.204 Leo Famulari
@ 2023-12-15 20:21   ` Leo Famulari
  2023-12-15 20:21   ` [bug#67840] [PATCH 6/7] gnu: linux-libre 4.19: Update to 4.19.302 Leo Famulari
                     ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-12-15 20:21 UTC (permalink / raw)
  To: 67840; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice

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

Change-Id: Id263ea3c098e61b25794e403a4722824b37539f1
---
 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 1a0d23bcc8..34262697ae 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -556,7 +556,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.263")
+(define-public linux-libre-5.4-version "5.4.264")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -566,7 +566,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 "1y1mfwjsilrx8x8jnjlyh8r9zlygjjqdf7pay92jv2qijjddpl2h")))
+        (hash (base32 "1c5n47dq9khb15hz24a000k3hj913vv1dda6famnm8wpjbfr176k")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.41.0





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

* [bug#67840] [PATCH 6/7] gnu: linux-libre 4.19: Update to 4.19.302.
  2023-12-15 20:21 ` [bug#67840] [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 Leo Famulari
                     ` (3 preceding siblings ...)
  2023-12-15 20:21   ` [bug#67840] [PATCH 5/7] gnu: linux-libre 5.4: Update to 5.4.264 Leo Famulari
@ 2023-12-15 20:21   ` Leo Famulari
  2023-12-15 20:21   ` [bug#67840] [PATCH 7/7] gnu: linux-libre 4.14: Update to 4.14.333 Leo Famulari
  2023-12-16 21:01   ` bug#67840: [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 Leo Famulari
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-12-15 20:21 UTC (permalink / raw)
  To: 67840; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice

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

Change-Id: Ic8f6e5311ab9fc4c9adeb4f006fd9b2d7b501359
---
 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 34262697ae..1f3ec6012a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -571,7 +571,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.301")
+(define-public linux-libre-4.19-version "4.19.302")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -581,7 +581,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 "1fr05fl8fyyjgsqj8fppd5v378d7sazvpqlq4sl875851fd9nmb2")))
+        (hash (base32 "1kkkpm34p5rq0iijzrzwaq0cb62w543argargw5p1wzg8803rlsk")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





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

* [bug#67840] [PATCH 7/7] gnu: linux-libre 4.14: Update to 4.14.333.
  2023-12-15 20:21 ` [bug#67840] [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 Leo Famulari
                     ` (4 preceding siblings ...)
  2023-12-15 20:21   ` [bug#67840] [PATCH 6/7] gnu: linux-libre 4.19: Update to 4.19.302 Leo Famulari
@ 2023-12-15 20:21   ` Leo Famulari
  2023-12-16 21:01   ` bug#67840: [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 Leo Famulari
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-12-15 20:21 UTC (permalink / raw)
  To: 67840; +Cc: w, Leo Famulari, Tobias Geerinckx-Rice

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

Change-Id: I32f32f1ccb922f845d28dc84d2389bdf6636f839
---
 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 1f3ec6012a..c4da631089 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -586,7 +586,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.332")
+(define-public linux-libre-4.14-version "4.14.333")
 (define-public linux-libre-4.14-gnu-revision "gnu1")
 (define deblob-scripts-4.14
   (linux-libre-deblob-scripts
@@ -596,7 +596,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 "1f4q0acbp917myjmgiy4haxp78yak5h1rj5g937r6mkykwb6nb14")))
+        (hash (base32 "0j5nrankrhi56qzmyjg1pznqx1zgk5f7cfa154smjbn3zlm7lcv6")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.14)))
-- 
2.41.0





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

* bug#67840: [PATCH 1/7] gnu: linux-libre: Update to 6.6.7.
  2023-12-15 20:21 ` [bug#67840] [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 Leo Famulari
                     ` (5 preceding siblings ...)
  2023-12-15 20:21   ` [bug#67840] [PATCH 7/7] gnu: linux-libre 4.14: Update to 4.14.333 Leo Famulari
@ 2023-12-16 21:01   ` Leo Famulari
  6 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2023-12-16 21:01 UTC (permalink / raw)
  To: 67840-done; +Cc: w, Tobias Geerinckx-Rice

On Fri, Dec 15, 2023 at 03:21:39PM -0500, Leo Famulari wrote:
> * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.7.
> (linux-libre-6.6-pristine-source): Update hash.

Pushed as fe86819d8bde674766659c22b215d3a689a8026e




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

end of thread, other threads:[~2023-12-16 21:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-15 20:16 [bug#67840] Kernel updates Leo Famulari
2023-12-15 20:21 ` [bug#67840] [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 Leo Famulari
2023-12-15 20:21   ` [bug#67840] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.68 Leo Famulari
2023-12-15 20:21   ` [bug#67840] [PATCH 3/7] gnu: linux-libre 5.15: Update to 5.15.143 Leo Famulari
2023-12-15 20:21   ` [bug#67840] [PATCH 4/7] gnu: linux-libre 5.10: Update to 5.10.204 Leo Famulari
2023-12-15 20:21   ` [bug#67840] [PATCH 5/7] gnu: linux-libre 5.4: Update to 5.4.264 Leo Famulari
2023-12-15 20:21   ` [bug#67840] [PATCH 6/7] gnu: linux-libre 4.19: Update to 4.19.302 Leo Famulari
2023-12-15 20:21   ` [bug#67840] [PATCH 7/7] gnu: linux-libre 4.14: Update to 4.14.333 Leo Famulari
2023-12-16 21:01   ` bug#67840: [PATCH 1/7] gnu: linux-libre: Update to 6.6.7 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.