* [bug#73408] [PATCH 0/3] linux-libre kernel updates (2024-09-21)
@ 2024-09-21 12:51 Wilko Meyer
2024-09-21 12:57 ` [bug#73408] [PATCH 1/3] gnu: linux-libre: Update to 6.10.11 Wilko Meyer
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-09-21 12:51 UTC (permalink / raw)
To: 73408; +Cc: Wilko Meyer, leo
Hi Leo,
There's been updates for all 6.10 kernels except for 6.11.x. Deblobs didn't
change.
Wilko Meyer (3):
gnu: linux-libre: Update to 6.10.11.
gnu: linux-libre 6.6: Update to 6.6.52.
gnu: linux-libre 6.1: Update to 6.1.111.
gnu/packages/linux.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
base-commit: 02484ef03cb235be55f5630d2997537f9c5d51a9
--
2.45.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#73408] [PATCH 1/3] gnu: linux-libre: Update to 6.10.11.
2024-09-21 12:51 [bug#73408] [PATCH 0/3] linux-libre kernel updates (2024-09-21) Wilko Meyer
@ 2024-09-21 12:57 ` Wilko Meyer
2024-09-22 2:35 ` Leo Famulari
2024-09-24 15:30 ` bug#73408: " Leo Famulari
2024-09-21 12:57 ` [bug#73408] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.52 Wilko Meyer
2024-09-21 12:57 ` [bug#73408] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.111 Wilko Meyer
2 siblings, 2 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-09-21 12:57 UTC (permalink / raw)
To: 73408; +Cc: Wilko Meyer, leo
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.11.
(linux-libre-6.10-pristine-source): Update hash.
---
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 53c5d0697b..7b31460cd0 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.10")
+(define-public linux-libre-6.10-version "6.10.11")
(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 "1kcvh1g3p1sj4q34ylcmm43824f97z4k695lcxnzp7pbnlsyg1z6")))
+ (hash (base32 "15ihkbsj0idwzbvhynjm3kcnkk0alf3xipip8ngib1f1z13a0kgv")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.10)))
--
2.45.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#73408] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.52.
2024-09-21 12:51 [bug#73408] [PATCH 0/3] linux-libre kernel updates (2024-09-21) Wilko Meyer
2024-09-21 12:57 ` [bug#73408] [PATCH 1/3] gnu: linux-libre: Update to 6.10.11 Wilko Meyer
@ 2024-09-21 12:57 ` Wilko Meyer
2024-09-21 12:57 ` [bug#73408] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.111 Wilko Meyer
2 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-09-21 12:57 UTC (permalink / raw)
To: 73408; +Cc: Wilko Meyer, leo
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.52.
(linux-libre-6.6-pristine-source): Update hash.
---
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 7b31460cd0..b17b7fcb63 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.51")
+(define-public linux-libre-6.6-version "6.6.52")
(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 "1cq8l3n12gnk6kgms5c7v71l199ip8lc9fpx7s8w8y88cla9l30w")))
+ (hash (base32 "1f5l6y7abscm01dr740fzvq8r756ar854n0i299smm4rhcsap48m")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.45.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#73408] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.111.
2024-09-21 12:51 [bug#73408] [PATCH 0/3] linux-libre kernel updates (2024-09-21) Wilko Meyer
2024-09-21 12:57 ` [bug#73408] [PATCH 1/3] gnu: linux-libre: Update to 6.10.11 Wilko Meyer
2024-09-21 12:57 ` [bug#73408] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.52 Wilko Meyer
@ 2024-09-21 12:57 ` Wilko Meyer
2 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-09-21 12:57 UTC (permalink / raw)
To: 73408; +Cc: Wilko Meyer, leo
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.111.
(linux-libre-6.1-pristine-source): Update hash.
---
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 b17b7fcb63..c929794bf2 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.110")
+(define-public linux-libre-6.1-version "6.1.111")
(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 "0slgvwldjdyi5vzhgriamkmrj4p942yacclgcw29331gfjs39gly")))
+ (hash (base32 "1c7d49kppv8xgqlsrfm1286mnvz8vcnbqqh6zgfca2s13px9hwn4")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.45.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-24 15:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-21 12:51 [bug#73408] [PATCH 0/3] linux-libre kernel updates (2024-09-21) Wilko Meyer
2024-09-21 12:57 ` [bug#73408] [PATCH 1/3] gnu: linux-libre: Update to 6.10.11 Wilko Meyer
2024-09-22 2:35 ` Leo Famulari
2024-09-24 15:30 ` bug#73408: " Leo Famulari
2024-09-21 12:57 ` [bug#73408] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.52 Wilko Meyer
2024-09-21 12:57 ` [bug#73408] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.111 Wilko Meyer
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.