GNU bug report logs -
#73977
[PATCH] gnu: linux-libre: Update the default package to the 6.11 series.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Thu, 24 Oct 2024 00:50:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73977 in the body.
You can then email your comments to 73977 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#73977
; Package
guix-patches
.
(Thu, 24 Oct 2024 00:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo Famulari <leo <at> famulari.name>
:
New bug report received and forwarded. Copy sent to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
.
(Thu, 24 Oct 2024 00:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre,
linux-libre-headers-latest): Use linux-libre 6.11.
Change-Id: I4d4ef04d0a5fe22574a953747d5d41e3516c33cb
---
gnu/packages/linux.scm | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e0785cccf7..e496f3c88d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -509,7 +509,8 @@ (define (%upstream-linux-source version hash)
"linux-" version ".tar.xz"))
(sha256 hash)))
-;; The current "mainline" kernel.
+;; The current "stable" kernels. That is, the most recently released major
+;; versions that are still supported upstream.
(define-public linux-libre-6.11-version "6.11.5")
(define-public linux-libre-6.11-gnu-revision "gnu")
@@ -526,9 +527,6 @@ (define-public linux-libre-6.11-pristine-source
(%upstream-linux-source version hash)
deblob-scripts-6.11)))
-;; 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.14")
(define-public linux-libre-6.10-gnu-revision "gnu")
(define deblob-scripts-6.10
@@ -847,7 +845,7 @@ (define-public linux-libre-headers linux-libre-headers-5.15.49)
;; linux-libre-headers-latest points to the latest headers package
;; and should be used as a dependency for packages that depend on
;; the headers.
-(define-public linux-libre-headers-latest linux-libre-headers-6.10)
+(define-public linux-libre-headers-latest linux-libre-headers-6.11)
;;;
@@ -1176,12 +1174,6 @@ (define-public linux-libre-6.10
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:configuration-file kernel-config))
-(define-public linux-libre-version linux-libre-6.10-version)
-(define-public linux-libre-gnu-revision linux-libre-6.10-gnu-revision)
-(define-public linux-libre-pristine-source linux-libre-6.10-pristine-source)
-(define-public linux-libre-source linux-libre-6.10-source)
-(define-public linux-libre linux-libre-6.10)
-
(define-public linux-libre-6.11
(make-linux-libre* linux-libre-6.11-version
linux-libre-6.11-gnu-revision
@@ -1190,6 +1182,12 @@ (define-public linux-libre-6.11
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:configuration-file kernel-config))
+(define-public linux-libre-version linux-libre-6.11-version)
+(define-public linux-libre-gnu-revision linux-libre-6.11-gnu-revision)
+(define-public linux-libre-pristine-source linux-libre-6.11-pristine-source)
+(define-public linux-libre-source linux-libre-6.11-source)
+(define-public linux-libre linux-libre-6.11)
+
(define-public linux-libre-6.6
(make-linux-libre* linux-libre-6.6-version
linux-libre-6.6-gnu-revision
base-commit: 0b3f419022d40d29b2e17e3abdeb0e9718976680
--
2.46.0
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Fri, 25 Oct 2024 21:09:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo Famulari <leo <at> famulari.name>
:
bug acknowledged by developer.
(Fri, 25 Oct 2024 21:09:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 73977-done <at> debbugs.gnu.org (full text, mbox):
Pushed as 00cb8509a46115950173f5a217abea43faa5515c
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 23 Nov 2024 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 210 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.