GNU bug report logs -
#63543
[PATCH] gnu: linux-libre: Update to 6.3.2.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Tue, 16 May 2023 23:34: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 bug report
#63543: [PATCH] gnu: linux-libre: Update to 6.3.2.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 63543 <at> debbugs.gnu.org.
--
63543: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63543
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pushed as 1638d1f0cecb52a7392d78534e9a0136878759e4
[Message part 3 (message/rfc822, inline)]
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre,
linux-libre-with-bpf): Update to linux-libre 6.3.
---
gnu/packages/linux.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c38287e16b..446b5e7489 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1121,11 +1121,11 @@ (define-public linux-libre-6.2
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:configuration-file kernel-config))
-(define-public linux-libre-version linux-libre-6.2-version)
-(define-public linux-libre-gnu-revision linux-libre-6.2-gnu-revision)
-(define-public linux-libre-pristine-source linux-libre-6.2-pristine-source)
-(define-public linux-libre-source linux-libre-6.2-source)
-(define-public linux-libre linux-libre-6.2)
+(define-public linux-libre-version linux-libre-6.3-version)
+(define-public linux-libre-gnu-revision linux-libre-6.3-gnu-revision)
+(define-public linux-libre-pristine-source linux-libre-6.3-pristine-source)
+(define-public linux-libre-source linux-libre-6.3-source)
+(define-public linux-libre linux-libre-6.3)
(define-public linux-libre-6.1
(make-linux-libre* linux-libre-6.1-version
@@ -1356,9 +1356,9 @@ (define-public linux-libre-mips64el-fuloong2e
(define-public linux-libre-with-bpf
(let ((base-linux-libre
(make-linux-libre*
- linux-libre-6.2-version
- linux-libre-6.2-gnu-revision
- linux-libre-6.2-source
+ linux-libre-6.3-version
+ linux-libre-6.3-gnu-revision
+ linux-libre-6.3-source
'("x86_64-linux" "i686-linux" "armhf-linux"
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:extra-version "bpf"
--
2.39.2
This bug report was last modified 2 years and 53 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.