all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72893] Kernel updates 2024-08-30
@ 2024-08-30 17:33 Leo Famulari
  2024-08-30 17:39 ` [bug#72893] [PATCH 1/3] gnu: linux-libre: Update to 6.10.7 Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2024-08-30 17:33 UTC (permalink / raw)
  To: 72893; +Cc: w

New round of kernel updates. The deblob scripts did not change.




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

* [bug#72893] [PATCH 1/3] gnu: linux-libre: Update to 6.10.7.
  2024-08-30 17:33 [bug#72893] Kernel updates 2024-08-30 Leo Famulari
@ 2024-08-30 17:39 ` Leo Famulari
  2024-08-30 17:39   ` [bug#72893] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.48 Leo Famulari
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Leo Famulari @ 2024-08-30 17:39 UTC (permalink / raw)
  To: 72893; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: Ia0b002c0b8e09f376691b33cd07691394b4aa870
---
 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 86754abb35..605fe9462c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,7 +513,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.10-version "6.10.6")
+(define-public linux-libre-6.10-version "6.10.7")
 (define-public linux-libre-6.10-gnu-revision "gnu")
 (define deblob-scripts-6.10
   (linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ (define deblob-scripts-6.10
    (base32 "1zmgsgzrcsjzjzhgb12drc0f42ag8xak6z7zzx324f0wrf4i67zf")))
 (define-public linux-libre-6.10-pristine-source
   (let ((version linux-libre-6.10-version)
-        (hash (base32 "1ldkf2h7ccwq2hdngxjzp96qd4vlmy3z2y8fcrsr6ngqfidhvmg0")))
+        (hash (base32 "1adkbn6dqbpzlr3x87a18mhnygphmvx3ffscwa67090qy1zmc3ch")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.10)))

base-commit: d5312370b46ace47e138d84e1bb28e5651cee94b
-- 
2.45.2





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

* [bug#72893] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.48.
  2024-08-30 17:39 ` [bug#72893] [PATCH 1/3] gnu: linux-libre: Update to 6.10.7 Leo Famulari
@ 2024-08-30 17:39   ` Leo Famulari
  2024-08-30 17:39   ` [bug#72893] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.107 Leo Famulari
  2024-09-02 23:59   ` bug#72893: [PATCH 1/3] gnu: linux-libre: Update to 6.10.7 Leo Famulari
  2 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2024-08-30 17:39 UTC (permalink / raw)
  To: 72893; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: I09dd7539a144a0beb1fa6d85449faff6b882e02a
---
 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 605fe9462c..1f03a04859 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,7 +532,7 @@ (define-public linux-libre-6.10-pristine-source
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-6.6-version "6.6.47")
+(define-public linux-libre-6.6-version "6.6.48")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -542,7 +542,7 @@ (define deblob-scripts-6.6
    (base32 "0kpkmdmrw9bnypdd0z489smh8bbwgg1ii301g1ynqfdkzd2ca1iq")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0l2gav312b12w5gxcjynca5caafkc38ln196p6qjpagax74pccyl")))
+        (hash (base32 "0a90fx0r25nkcr5b16dn1j7vwyndnshaxn6ziyviccds59xxy5kb")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.45.2





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

* [bug#72893] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.107.
  2024-08-30 17:39 ` [bug#72893] [PATCH 1/3] gnu: linux-libre: Update to 6.10.7 Leo Famulari
  2024-08-30 17:39   ` [bug#72893] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.48 Leo Famulari
@ 2024-08-30 17:39   ` Leo Famulari
  2024-09-02 23:59   ` bug#72893: [PATCH 1/3] gnu: linux-libre: Update to 6.10.7 Leo Famulari
  2 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2024-08-30 17:39 UTC (permalink / raw)
  To: 72893; +Cc: Leo Famulari, Wilko Meyer

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

Change-Id: I1d17427357b66040eb0644fd3c6c0996d0adce65
---
 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 1f03a04859..6559d3de9e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,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.106")
+(define-public linux-libre-6.1-version "6.1.107")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -557,7 +557,7 @@ (define deblob-scripts-6.1
    (base32 "11jbnj0d3262grf9vkn0668kvfxifxw98ccvn81wkaykll01k5nx")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "03zqsm60rqwsp5r2pmprrr6akh8mw6z89jiphcp479vv5h2wjwrp")))
+        (hash (base32 "1s5h51r41l0d3k1h9i4mya7nz53jd6i200s06w5gl49hsz8jjcpl")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.45.2





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

* bug#72893: [PATCH 1/3] gnu: linux-libre: Update to 6.10.7.
  2024-08-30 17:39 ` [bug#72893] [PATCH 1/3] gnu: linux-libre: Update to 6.10.7 Leo Famulari
  2024-08-30 17:39   ` [bug#72893] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.48 Leo Famulari
  2024-08-30 17:39   ` [bug#72893] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.107 Leo Famulari
@ 2024-09-02 23:59   ` Leo Famulari
  2 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2024-09-02 23:59 UTC (permalink / raw)
  To: 72893-done; +Cc: Wilko Meyer

On Fri, Aug 30, 2024 at 01:39:48PM -0400, Leo Famulari wrote:
> * gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.7.
> (linux-libre-6.10-pristine-source): Update hash.

Pushed as 27827e42ad9ca80ae404b27f0764c82e57c2212b




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

end of thread, other threads:[~2024-09-03  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30 17:33 [bug#72893] Kernel updates 2024-08-30 Leo Famulari
2024-08-30 17:39 ` [bug#72893] [PATCH 1/3] gnu: linux-libre: Update to 6.10.7 Leo Famulari
2024-08-30 17:39   ` [bug#72893] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.48 Leo Famulari
2024-08-30 17:39   ` [bug#72893] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.107 Leo Famulari
2024-09-02 23:59   ` bug#72893: [PATCH 1/3] gnu: linux-libre: Update to 6.10.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.