mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: linux-libre@4.4: Update to 4.4.74.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.74. [source]: Remove patch.
This commit is contained in:
parent
795f3a0088
commit
c75a3081a3
1 changed files with 3 additions and 13 deletions
|
@ -376,20 +376,10 @@ (define-public linux-libre-4.9
|
||||||
#:configuration-file kernel-config))
|
#:configuration-file kernel-config))
|
||||||
|
|
||||||
(define-public linux-libre-4.4
|
(define-public linux-libre-4.4
|
||||||
(make-linux-libre "4.4.73"
|
(make-linux-libre "4.4.74"
|
||||||
"144ssqw1dr86z4cgl797pq5rggfibsxqk7wmfbl6j92l1cj6yjrz"
|
"04x2ki3s2jsjkkk6bld0rd9rsk8qqvrfsxawxzfa26mkq6pv87r2"
|
||||||
%intel-compatible-systems
|
%intel-compatible-systems
|
||||||
#:configuration-file kernel-config
|
#:configuration-file kernel-config))
|
||||||
#:patches
|
|
||||||
(list %boot-logo-patch
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri "\
|
|
||||||
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch/?id=87422f5b9b4f43efef4eaf37d7d040aed96500cb")
|
|
||||||
(file-name "linux-libre-4.4-CVE-2017-1000364.patch")
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"137p1cpiwlbvw4x12w1l23iy593xmdry60kd7j9kk690r9arfagw"))))))
|
|
||||||
|
|
||||||
(define-public linux-libre-4.1
|
(define-public linux-libre-4.1
|
||||||
(make-linux-libre "4.1.41"
|
(make-linux-libre "4.1.41"
|
||||||
|
|
Loading…
Reference in a new issue