* [bug#73973] [PATCH 2/5] gnu: linux-libre 6.6: Update to 6.6.58.
2024-10-23 17:05 ` [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5 Leo Famulari
@ 2024-10-23 17:05 ` Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 3/5] gnu: linux-libre 6.1: Update to 6.1.114 Leo Famulari
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2024-10-23 17:05 UTC (permalink / raw)
To: 73973; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.58.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
Change-Id: Ibcefff57307b675d27fda532b34095a162d0bcf9
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8fc02e34f0..7612f59ed5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -548,17 +548,17 @@ (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.56")
+(define-public linux-libre-6.6-version "6.6.58")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
linux-libre-6.6-version
linux-libre-6.6-gnu-revision
(base32 "1a28pdl645bj4d8gac71dmwmll6a2kgd3k7gkpfvi94yqkzd9r2z")
- (base32 "1z4l5a1xhrffagby28rv8kxxvr4py87vrxil0lh0nf5lcdpx4vw1")))
+ (base32 "1x3455v7sfzakq99ydifh65yzvjzrw06p2lchwb6902yzqbnh786")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "158snxmb2silss8bndpzp8fmafp175v11jrlci0jr6c8ivvi4j7p")))
+ (hash (base32 "1nwrd017l5m4w12yrcf31y3g0l9xqm5b0fzcqdgan3ypi3jq3pz7")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
--
2.46.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#73973] [PATCH 3/5] gnu: linux-libre 6.1: Update to 6.1.114.
2024-10-23 17:05 ` [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 2/5] gnu: linux-libre 6.6: Update to 6.6.58 Leo Famulari
@ 2024-10-23 17:05 ` Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 4/5] gnu: linux-libre 5.15: Update to 5.15.169 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 5/5] gnu: linux-libre 5.10: Update to 5.10.228 Leo Famulari
3 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2024-10-23 17:05 UTC (permalink / raw)
To: 73973; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.114.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
Change-Id: I174f6c6186f29d1bfbb85f2ea2de3a313bf90d05
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7612f59ed5..8a13553238 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -563,17 +563,17 @@ (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.112")
+(define-public linux-libre-6.1-version "6.1.114")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
linux-libre-6.1-version
linux-libre-6.1-gnu-revision
(base32 "1sf80f2i4vf888xjcn84ymn4w5ynn30ib9033zwmv7f09yvfhapy")
- (base32 "11jbnj0d3262grf9vkn0668kvfxifxw98ccvn81wkaykll01k5nx")))
+ (base32 "060pbbvk3c1r9v6fz1qm5f0hjb29wi67lg7an0nwl6bpjsk5ci52")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "094z3wfcxqx2rbi072i5frshpy6rdvk39aahwm9nc07vc8sxxn4b")))
+ (hash (base32 "0mm2392qk01p9685bv9pilmvm5591br7kxyv4d8fdyx25shf91i2")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
--
2.46.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#73973] [PATCH 4/5] gnu: linux-libre 5.15: Update to 5.15.169.
2024-10-23 17:05 ` [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 2/5] gnu: linux-libre 6.6: Update to 6.6.58 Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 3/5] gnu: linux-libre 6.1: Update to 6.1.114 Leo Famulari
@ 2024-10-23 17:05 ` Leo Famulari
2024-10-23 17:05 ` [bug#73973] [PATCH 5/5] gnu: linux-libre 5.10: Update to 5.10.228 Leo Famulari
3 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2024-10-23 17:05 UTC (permalink / raw)
To: 73973; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.169.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
Change-Id: I1f58e02014ce55fe8b2e4d037ea1206cd326166d
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8a13553238..13f99ff425 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,17 +578,17 @@ (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.167")
+(define-public linux-libre-5.15-version "5.15.169")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
linux-libre-5.15-version
linux-libre-5.15-gnu-revision
(base32 "18ac30kxg2mf2f6gk3p935hzhz2qs110jy4xwk21kblnnkskbxj8")
- (base32 "1l8dhfby3qx8vs8fq6yybixzrghbh03wflzwly4rq08wabcr87z8")))
+ (base32 "1pbl08jzqh944z34bz25k2v7igsm3r89jbcg0hba3cvyybkkfc2g")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "0c6s6l5sz9ibws7bymb393ww0z9i3amsk1yx0bahipz3xhc1yxdi")))
+ (hash (base32 "0w2k4yrfrdnywbg3lqppig41yydy9c48v3jhfyach6zx8pccc676")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
--
2.46.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#73973] [PATCH 5/5] gnu: linux-libre 5.10: Update to 5.10.228.
2024-10-23 17:05 ` [bug#73973] [PATCH 1/5] gnu: linux-libre 6.11: Update to 6.11.5 Leo Famulari
` (2 preceding siblings ...)
2024-10-23 17:05 ` [bug#73973] [PATCH 4/5] gnu: linux-libre 5.15: Update to 5.15.169 Leo Famulari
@ 2024-10-23 17:05 ` Leo Famulari
3 siblings, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2024-10-23 17:05 UTC (permalink / raw)
To: 73973; +Cc: Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.228.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
Change-Id: Icd3cd5b6e444cfe980b8d33d83b81f46dc256284
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 13f99ff425..e0785cccf7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -593,17 +593,17 @@ (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.226")
+(define-public linux-libre-5.10-version "5.10.228")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
linux-libre-5.10-version
linux-libre-5.10-gnu-revision
(base32 "1b33rkn32b923025iiz4xzxiy8y5ii9j5qk4021mg575890rl4ch")
- (base32 "1isiih0laz4wbivsg0pcvlgrflq3lv10fakv9lvg2b4s0yd9ybdn")))
+ (base32 "14jdl5rk3w7h97svl6j6ngbywj5qixmpv6ifhqkzjxpp07xngvs4")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "19hwwl5sbya65mch7fwmji2cli9b8796zjqbmkybjrarg1j9m8gn")))
+ (hash (base32 "0wkvn49sdy9ykyz6cqdqd9yplqfhc6b255w6wc17ky182mzqvk3n")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
--
2.46.0
^ permalink raw reply related [flat|nested] 9+ messages in thread