GNU bug report logs -
#67383
[PATCH] gnu: Make linux-libre 6.6 the default.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Wed, 22 Nov 2023 17:57:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 27 Nov 2023 13:20:18 -0500
with message-id <ZWTd4lW9kH4EV8L-@jasmine.lan>
and subject line Re: [PATCH] gnu: Make linux-libre 6.6 the default.
has caused the debbugs.gnu.org bug report #67383,
regarding [PATCH] gnu: Make linux-libre 6.6 the default.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
67383: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67383
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Wilko Meyer <w <at> wmeyer.eu>
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre): Update to 6.6.
* gnu/packages/linux.scm (linux-libre-with-bpf): Update to 6.6.
Change-Id: I6414821ba0f0e75543a3616300ff3233ffa1c3b0
Signed-off-by: Leo Famulari <leo <at> famulari.name>
---
gnu/packages/linux.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2c2164d83c..e5a977f3fc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1125,6 +1125,12 @@ (define-public linux-libre-6.6
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:configuration-file kernel-config))
+(define-public linux-libre-version linux-libre-6.6-version)
+(define-public linux-libre-gnu-revision linux-libre-6.6-gnu-revision)
+(define-public linux-libre-pristine-source linux-libre-6.6-pristine-source)
+(define-public linux-libre-source linux-libre-6.6-source)
+(define-public linux-libre linux-libre-6.6)
+
(define-public linux-libre-6.5
(make-linux-libre* linux-libre-6.5-version
linux-libre-6.5-gnu-revision
@@ -1133,12 +1139,6 @@ (define-public linux-libre-6.5
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:configuration-file kernel-config))
-(define-public linux-libre-version linux-libre-6.5-version)
-(define-public linux-libre-gnu-revision linux-libre-6.5-gnu-revision)
-(define-public linux-libre-pristine-source linux-libre-6.5-pristine-source)
-(define-public linux-libre-source linux-libre-6.5-source)
-(define-public linux-libre linux-libre-6.5)
-
(define-public linux-libre-6.1
(make-linux-libre* linux-libre-6.1-version
linux-libre-6.1-gnu-revision
@@ -1370,9 +1370,9 @@ (define-public linux-libre-mips64el-fuloong2e
(define-public linux-libre-with-bpf
(let ((base-linux-libre
(make-linux-libre*
- linux-libre-6.5-version
- linux-libre-6.5-gnu-revision
- linux-libre-6.5-source
+ linux-libre-6.6-version
+ linux-libre-6.6-gnu-revision
+ linux-libre-6.6-source
'("x86_64-linux" "i686-linux" "armhf-linux"
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:extra-version "bpf"
base-commit: b150c546b04c9ebb09de9f2c39789221054f5eea
--
2.41.0
[Message part 3 (message/rfc822, inline)]
Pushed as 2410a30f6c06d56b5589e0ad685bcdf09bb144bf
Thanks Wilko!
This bug report was last modified 1 year and 174 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.