all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74978] 2024-12-14 kernel updates
@ 2024-12-19 17:43 Leo Famulari
  2024-12-19 17:47 ` [bug#74978] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66 Leo Famulari
  0 siblings, 1 reply; 7+ messages in thread
From: Leo Famulari @ 2024-12-19 17:43 UTC (permalink / raw)
  To: 74978

More kernel updates




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

* [bug#74978] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66.
  2024-12-19 17:43 [bug#74978] 2024-12-14 kernel updates Leo Famulari
@ 2024-12-19 17:47 ` Leo Famulari
  2024-12-19 17:47   ` [bug#74978] [PATCH 2/5] gnu: linux-libre 6.1: Update to 6.1.120 Leo Famulari
                     ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Leo Famulari @ 2024-12-19 17:47 UTC (permalink / raw)
  To: 74978; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: I9164250230e4a21c3ef6c6139cffbba1d93d6542
---
 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 53b10afe22..5cd3e567ef 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -533,7 +533,7 @@ (define-public linux-libre-6.11-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.65")
+(define-public linux-libre-6.6-version "6.6.66")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -543,7 +543,7 @@ (define deblob-scripts-6.6
    (base32 "1x3455v7sfzakq99ydifh65yzvjzrw06p2lchwb6902yzqbnh786")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "1q53xiwnszchl9c4g4yfxyzk4nffzgb4a7aq9rsyg1jcidp4gqbs")))
+        (hash (base32 "0lhy5waj330hmaxbqpfw2fxzkvvlxxs1nr325i8jy736qhvpjxcx")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))

base-commit: 07b4b1d055c36c6c61d39273c26974771dbfe805
-- 
2.46.0





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

* [bug#74978] [PATCH 2/5] gnu: linux-libre 6.1: Update to 6.1.120.
  2024-12-19 17:47 ` [bug#74978] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66 Leo Famulari
@ 2024-12-19 17:47   ` Leo Famulari
  2024-12-19 17:47   ` [bug#74978] [PATCH 3/5] gnu: linux-libre 5.15: Update to 5.15.174 Leo Famulari
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2024-12-19 17:47 UTC (permalink / raw)
  To: 74978; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: I6498a214993a23d8118f5302c2c90e79bee1605d
---
 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 5cd3e567ef..06595d8fde 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -548,7 +548,7 @@ (define-public linux-libre-6.6-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
 
-(define-public linux-libre-6.1-version "6.1.119")
+(define-public linux-libre-6.1-version "6.1.120")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -558,7 +558,7 @@ (define deblob-scripts-6.1
    (base32 "060pbbvk3c1r9v6fz1qm5f0hjb29wi67lg7an0nwl6bpjsk5ci52")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0y1j8bz99d5vkxklzpwhns5r77lpz2prszf6whfahi58s0wszkdf")))
+        (hash (base32 "06gp5fdq0bc39hd8mf9mrdrygdybdr3nzsb58lcapf5vmjw9gjb1")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.46.0





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

* [bug#74978] [PATCH 3/5] gnu: linux-libre 5.15: Update to 5.15.174.
  2024-12-19 17:47 ` [bug#74978] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66 Leo Famulari
  2024-12-19 17:47   ` [bug#74978] [PATCH 2/5] gnu: linux-libre 6.1: Update to 6.1.120 Leo Famulari
@ 2024-12-19 17:47   ` Leo Famulari
  2024-12-19 17:47   ` [bug#74978] [PATCH 4/5] gnu: linux-libre 5.10: Update to 5.10.231 Leo Famulari
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2024-12-19 17:47 UTC (permalink / raw)
  To: 74978; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: Idd53664c8736498de58ee964761b1cb842eca745
---
 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 06595d8fde..3aa4987c08 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -563,7 +563,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.173")
+(define-public linux-libre-5.15-version "5.15.174")
 (define-public linux-libre-5.15-gnu-revision "gnu")
 (define deblob-scripts-5.15
   (linux-libre-deblob-scripts
@@ -573,7 +573,7 @@ (define deblob-scripts-5.15
    (base32 "1pbl08jzqh944z34bz25k2v7igsm3r89jbcg0hba3cvyybkkfc2g")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
-        (hash (base32 "1a3x3ld6g7ny0hdfqfvj5j2i5sx5l5p236pdnsr0icn9ri3jljwa")))
+        (hash (base32 "02kn9nvaa36s070k235lk9x6n40l2zlwj4v6i2y6nnx0cjw3rrn3")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.46.0





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

* [bug#74978] [PATCH 4/5] gnu: linux-libre 5.10: Update to 5.10.231.
  2024-12-19 17:47 ` [bug#74978] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66 Leo Famulari
  2024-12-19 17:47   ` [bug#74978] [PATCH 2/5] gnu: linux-libre 6.1: Update to 6.1.120 Leo Famulari
  2024-12-19 17:47   ` [bug#74978] [PATCH 3/5] gnu: linux-libre 5.15: Update to 5.15.174 Leo Famulari
@ 2024-12-19 17:47   ` Leo Famulari
  2024-12-19 17:47   ` [bug#74978] [PATCH 5/5] gnu: linux-libre 5.4: Update to 5.4.287 Leo Famulari
  2024-12-20 22:53   ` bug#74978: [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66 Leo Famulari
  4 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2024-12-19 17:47 UTC (permalink / raw)
  To: 74978; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: I5007189b56b89d1b3c1cc9699e6160f2c2760865
---
 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 3aa4987c08..025c98bb71 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,7 +578,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.230")
+(define-public linux-libre-5.10-version "5.10.231")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -588,7 +588,7 @@ (define deblob-scripts-5.10
    (base32 "14jdl5rk3w7h97svl6j6ngbywj5qixmpv6ifhqkzjxpp07xngvs4")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "0isbb0ixqg4yzlh3lmdvnax4m1ikf2q4wk0b9vgqc63p7gpm066d")))
+        (hash (base32 "0xcnlz5ib4b368z5cyp4qwys3jsbm18wlvwn73rzj2j6rj1lhnjn")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.46.0





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

* [bug#74978] [PATCH 5/5] gnu: linux-libre 5.4: Update to 5.4.287.
  2024-12-19 17:47 ` [bug#74978] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66 Leo Famulari
                     ` (2 preceding siblings ...)
  2024-12-19 17:47   ` [bug#74978] [PATCH 4/5] gnu: linux-libre 5.10: Update to 5.10.231 Leo Famulari
@ 2024-12-19 17:47   ` Leo Famulari
  2024-12-20 22:53   ` bug#74978: [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66 Leo Famulari
  4 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2024-12-19 17:47 UTC (permalink / raw)
  To: 74978; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: If1a3837cca46eac93f90b962aead5006989c692c
---
 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 025c98bb71..d56ca98f47 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -593,7 +593,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.286")
+(define-public linux-libre-5.4-version "5.4.287")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -603,7 +603,7 @@ (define deblob-scripts-5.4
    (base32 "1q1wcslpwpwsnwzbddjdc0qv2h89492skyw2zsjyb4rpz41s66mg")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "0z48n7vahg318bgkccy8xqgl87vfb8zmn995cqh7z38fvzrm81qq")))
+        (hash (base32 "082bq26bwi8jxfbk840wf9awm5l65aya4bg43im9qvqfpzjzl3qd")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.46.0





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

* bug#74978: [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66.
  2024-12-19 17:47 ` [bug#74978] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66 Leo Famulari
                     ` (3 preceding siblings ...)
  2024-12-19 17:47   ` [bug#74978] [PATCH 5/5] gnu: linux-libre 5.4: Update to 5.4.287 Leo Famulari
@ 2024-12-20 22:53   ` Leo Famulari
  4 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2024-12-20 22:53 UTC (permalink / raw)
  To: 74978-done; +Cc: Wilko Meyer

On Thu, Dec 19, 2024 at 12:47:09PM -0500, Leo Famulari wrote:
> * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.66.
> (linux-libre-6.6-pristine-source): Update hash.

Patches pushed as cdd380dfe012afad7d40910c524c4afc56c23fb1




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

end of thread, other threads:[~2024-12-20 22:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-19 17:43 [bug#74978] 2024-12-14 kernel updates Leo Famulari
2024-12-19 17:47 ` [bug#74978] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66 Leo Famulari
2024-12-19 17:47   ` [bug#74978] [PATCH 2/5] gnu: linux-libre 6.1: Update to 6.1.120 Leo Famulari
2024-12-19 17:47   ` [bug#74978] [PATCH 3/5] gnu: linux-libre 5.15: Update to 5.15.174 Leo Famulari
2024-12-19 17:47   ` [bug#74978] [PATCH 4/5] gnu: linux-libre 5.10: Update to 5.10.231 Leo Famulari
2024-12-19 17:47   ` [bug#74978] [PATCH 5/5] gnu: linux-libre 5.4: Update to 5.4.287 Leo Famulari
2024-12-20 22:53   ` bug#74978: [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.66 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.