mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-03-10 08:54:36 +00:00
rosenthal: linux-hardened: Update to 6.1.13.
* rosenthal/packages/linux.scm (linux-hardened): Update to 6.1.13. (%upstream-linux-source,source-with-patches,linux-hardened-patch): Delete variables.
This commit is contained in:
parent
4b8c8963ff
commit
c84648b1e1
@ -28,12 +28,6 @@
|
||||
#:use-module (gnu packages rsync)
|
||||
#:use-module (gnu packages tls))
|
||||
|
||||
(define %upstream-linux-source
|
||||
(@@ (gnu packages linux) %upstream-linux-source))
|
||||
|
||||
(define source-with-patches
|
||||
(@@ (gnu packages linux) source-with-patches))
|
||||
|
||||
(define %default-extra-linux-options
|
||||
(@@ (gnu packages linux) %default-extra-linux-options))
|
||||
|
||||
@ -43,19 +37,9 @@
|
||||
(define %xanmod-version "6.1.13")
|
||||
(define %xanmod-revision "xanmod1")
|
||||
|
||||
(define %hardened-version "6.1.12")
|
||||
(define %hardened-version "6.1.13")
|
||||
(define %hardened-revision "hardened1")
|
||||
|
||||
(define linux-hardened-patch
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/anthraxx/linux-hardened/releases/download/"
|
||||
%hardened-version "-" %hardened-revision "/linux-hardened-"
|
||||
%hardened-version "-" %hardened-revision ".patch"))
|
||||
(sha256
|
||||
(base32 "0nz2gz7nx0z9am8fldza28vj0fgp7hdx3skpm1xvdhgy8d35p33l"))))
|
||||
|
||||
(define linux-xanmod-source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
@ -65,11 +49,12 @@
|
||||
(base32 "1nm5jkjb7fis7fz2faszjd254a26di002w7x1gwxgjx0v8ncxp9l"))))
|
||||
|
||||
(define linux-hardened-source
|
||||
(source-with-patches (%upstream-linux-source
|
||||
%hardened-version
|
||||
(base32
|
||||
"1spdl3i69qwn7cywzs6kql8nlisdnmnwk9za7v4xq1092xsscynl"))
|
||||
(list linux-hardened-patch)))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/anthraxx/linux-hardened/archive/"
|
||||
%hardened-version "-" %hardened-revision ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13lk5318zn4k6fs1fp9lbqcx027sdnzs18wx4zbpqlg1gzbk4hzd"))))
|
||||
|
||||
(define-public linux-xanmod
|
||||
(let ((base (customize-linux #:name "linux-xanmod"
|
||||
|
Loading…
Reference in New Issue
Block a user