unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75003] 2024-12-19 kernel updates
@ 2024-12-21  0:04 Leo Famulari
  2024-12-21  0:05 ` [bug#75003] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.67 Leo Famulari
  0 siblings, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2024-12-21  0:04 UTC (permalink / raw)
  To: 75003

More kernel updates




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

* [bug#75003] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.67.
  2024-12-21  0:04 [bug#75003] 2024-12-19 kernel updates Leo Famulari
@ 2024-12-21  0:05 ` Leo Famulari
  2024-12-21  0:05   ` [bug#75003] [PATCH 2/5] gnu: linux-libre 6.1: Update to 6.1.121 Leo Famulari
                     ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Leo Famulari @ 2024-12-21  0:05 UTC (permalink / raw)
  To: 75003; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: Ia067142552546a7dd4eac7d77be3f7528d700fd8
---
 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 4709553815..b938bbdd21 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.66")
+(define-public linux-libre-6.6-version "6.6.67")
 (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 "0lhy5waj330hmaxbqpfw2fxzkvvlxxs1nr325i8jy736qhvpjxcx")))
+        (hash (base32 "06iy243l7c2nldamq0nzbkwxrqr7sg0p89gdp3ib18s2xj1a87g4")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))

base-commit: cdd380dfe012afad7d40910c524c4afc56c23fb1
-- 
2.46.0





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

* [bug#75003] [PATCH 2/5] gnu: linux-libre 6.1: Update to 6.1.121.
  2024-12-21  0:05 ` [bug#75003] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.67 Leo Famulari
@ 2024-12-21  0:05   ` Leo Famulari
  2024-12-21  0:05   ` [bug#75003] [PATCH 3/5] gnu: linux-libre 5.15: Update to 5.15.175 Leo Famulari
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2024-12-21  0:05 UTC (permalink / raw)
  To: 75003; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: Ie50f7204e49f52e9cf61e470c86b05968bb346f6
---
 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 b938bbdd21..0377282a9e 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.120")
+(define-public linux-libre-6.1-version "6.1.121")
 (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 "06gp5fdq0bc39hd8mf9mrdrygdybdr3nzsb58lcapf5vmjw9gjb1")))
+        (hash (base32 "0hrv9l2m4yqhh6cwr8xj9jvx8y3sfwmd394g0f2iawrgc3d1dg6x")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.46.0





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

* [bug#75003] [PATCH 3/5] gnu: linux-libre 5.15: Update to 5.15.175.
  2024-12-21  0:05 ` [bug#75003] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.67 Leo Famulari
  2024-12-21  0:05   ` [bug#75003] [PATCH 2/5] gnu: linux-libre 6.1: Update to 6.1.121 Leo Famulari
@ 2024-12-21  0:05   ` Leo Famulari
  2024-12-21  0:05   ` [bug#75003] [PATCH 4/5] gnu: linux-libre 5.10: Update to 5.10.232 Leo Famulari
  2024-12-21  0:05   ` [bug#75003] [PATCH 5/5] gnu: linux-libre 5.4: Update to 5.4.288 Leo Famulari
  3 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2024-12-21  0:05 UTC (permalink / raw)
  To: 75003; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: If1e68f97129f886b5e02e1d2e2ee30f78caea4ab
---
 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 0377282a9e..c950bb7988 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.174")
+(define-public linux-libre-5.15-version "5.15.175")
 (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 "02kn9nvaa36s070k235lk9x6n40l2zlwj4v6i2y6nnx0cjw3rrn3")))
+        (hash (base32 "1l59x1f1b29mayhzxxkh9vlba41h51mmfh1vram31bks1v4bpn4g")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
-- 
2.46.0





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

* [bug#75003] [PATCH 4/5] gnu: linux-libre 5.10: Update to 5.10.232.
  2024-12-21  0:05 ` [bug#75003] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.67 Leo Famulari
  2024-12-21  0:05   ` [bug#75003] [PATCH 2/5] gnu: linux-libre 6.1: Update to 6.1.121 Leo Famulari
  2024-12-21  0:05   ` [bug#75003] [PATCH 3/5] gnu: linux-libre 5.15: Update to 5.15.175 Leo Famulari
@ 2024-12-21  0:05   ` Leo Famulari
  2024-12-21  0:05   ` [bug#75003] [PATCH 5/5] gnu: linux-libre 5.4: Update to 5.4.288 Leo Famulari
  3 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2024-12-21  0:05 UTC (permalink / raw)
  To: 75003; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: If8cb0bceee7b298b68fc20a23f39d12dba28621b
---
 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 c950bb7988..6b0ffe0b45 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.231")
+(define-public linux-libre-5.10-version "5.10.232")
 (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 "0xcnlz5ib4b368z5cyp4qwys3jsbm18wlvwn73rzj2j6rj1lhnjn")))
+        (hash (base32 "1w5ycdh24j4gsjc2zk7nhbmya59vhi49lbh8333ziprqlj4lb97x")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.46.0





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

* [bug#75003] [PATCH 5/5] gnu: linux-libre 5.4: Update to 5.4.288.
  2024-12-21  0:05 ` [bug#75003] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.67 Leo Famulari
                     ` (2 preceding siblings ...)
  2024-12-21  0:05   ` [bug#75003] [PATCH 4/5] gnu: linux-libre 5.10: Update to 5.10.232 Leo Famulari
@ 2024-12-21  0:05   ` Leo Famulari
  3 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2024-12-21  0:05 UTC (permalink / raw)
  To: 75003; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: Iebb3b6bf8fcb86da7b9a9579541ac04685f1c86e
---
 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 6b0ffe0b45..e3ee77214c 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.287")
+(define-public linux-libre-5.4-version "5.4.288")
 (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 "082bq26bwi8jxfbk840wf9awm5l65aya4bg43im9qvqfpzjzl3qd")))
+        (hash (base32 "1zhsb6gwhb6cvijzh7s8rnm4b06klyhb2mxb06gcyfvj0givlvw7")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
-- 
2.46.0





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

end of thread, other threads:[~2024-12-21  0:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-21  0:04 [bug#75003] 2024-12-19 kernel updates Leo Famulari
2024-12-21  0:05 ` [bug#75003] [PATCH 1/5] gnu: linux-libre 6.6: Update to 6.6.67 Leo Famulari
2024-12-21  0:05   ` [bug#75003] [PATCH 2/5] gnu: linux-libre 6.1: Update to 6.1.121 Leo Famulari
2024-12-21  0:05   ` [bug#75003] [PATCH 3/5] gnu: linux-libre 5.15: Update to 5.15.175 Leo Famulari
2024-12-21  0:05   ` [bug#75003] [PATCH 4/5] gnu: linux-libre 5.10: Update to 5.10.232 Leo Famulari
2024-12-21  0:05   ` [bug#75003] [PATCH 5/5] gnu: linux-libre 5.4: Update to 5.4.288 Leo Famulari

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).