From 833931c96d2c54fffc50eb432aa62e37e874ec74 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 15 Dec 2023 15:13:28 -0500 Subject: gnu: linux-libre 6.1: Update to 6.1.68. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.68. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I23cb34828bc0f31333ea737e566ee68967ed965e --- 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 86aa0f8dcd..3a88f79f53 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -511,7 +511,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The "longterm" kernels — the older releases with long-term upstream support. ;; Here are the support timelines: ;; -(define-public linux-libre-6.1-version "6.1.67") +(define-public linux-libre-6.1-version "6.1.68") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -521,7 +521,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1hdibv43xbn1lv83i6qjgfmf1bvqxvq17fryfsq4r4sjgs9212js"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "11cjqll3b7iq3mblwyzjrd5ph8avgk23f4mw4shm8j6ai5rdndvm"))) + (hash (base32 "1qc4cwqlfni9i6mzh6arghdsd842hp9lb7s832dxw1p261mg4prn"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1))) -- cgit v1.2.3 /sets.scm'>
nu/machine/ssh.scm?id=2c49dd3550d2845a074394908d87a4937c2e8d4e&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2024-06-04file-systems: Add support for mounting CIFS file systems...Richard Sent
2024-02-19machine/ssh: Refresh parameterization of %CURRENT-SYSTEM....Ricardo Wurmus
2023-08-08system: Do not check initrd modules for pseudo file systems....Ludovic Courtès
2022-11-17machine: ssh: Validate 'system' field....Ludovic Courtès
2022-10-17guix: Fix typos....Julien Lepiller
2022-09-26machine: ssh: Parameterize '%current-system' early on....Ludovic Courtès
2022-03-01initrd: Use non-hyphenated kernel command-line parameter names....Maxim Cournoyer
2022-01-16machine: ssh: Add 'safety-checks?' field....Ludovic Courtès
2022-01-09machine: ssh: Open a single SSH session per machine....Ludovic Courtès
2021-06-03machine: ssh: Respect calling convention for monadic procedures....Ludovic Courtès
2021-06-01machine: ssh: Gracefully handle failure of the effectful bits....Ludovic Courtès
2021-02-25machine: ssh: Use 'formatted-message'....Ludovic Courtès
2021-01-04machine: ssh: Do not import the host (guix config), really....Ludovic Courtès
2020-12-21system: Allow separated /boot and encrypted root....Miguel Ángel Arruga Vivas
2020-11-09machine: ssh: Do not import the host (guix config)....Ludovic Courtès
2020-11-01system: Add store-directory-prefix to boot-parameters....Miguel Ángel Arruga Vivas
2020-10-18system: Provide locale information to the bootloader....Miguel Ángel Arruga Vivas
2020-09-07linux-boot: Handle nfs-root device strings....Stefan
2020-08-25Remove "guile-zlib" extension when unused....Mathieu Othacehe
2020-08-25linux-libre: Support module compression....Mathieu Othacehe
2020-07-27machine: ssh: Check for potential system downgrades....Ludovic Courtès
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-06-28Add more missing (ice-9 format) imports....Marius Bakke
2020-06-18machine: ssh: Fix guix deploy hang when using non-DCE UUIDs....Maxim Cournoyer
2020-03-23machine: ssh: Better report missing initrd modules....Ludovic Courtès
2020-03-23machine: ssh: Make sanity checks in a single round trip....Ludovic Courtès
2020-02-09Update e-mail address for Jakob L. Kreuze....Tobias Geerinckx-Rice
2019-12-08machine: Remove unnecessary record self-referencing bindings....Ludovic Courtès
2019-12-07machine: ssh: Deprecate missing 'host-key' field....Ludovic Courtès
2019-12-04machine: ssh: <machine-ssh-configuration> can include the host key....Ludovic Courtès