* Updating To Linux-libre 3.15.5
@ 2014-07-13 19:11 Jason Self
2014-07-13 22:10 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Jason Self @ 2014-07-13 19:11 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1.1: Type: text/plain, Size: 491 bytes --]
There have been a number of fixes to 3.15 since it was released on
June 8 as described in:
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.1
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.2
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.3
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.4
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.5
The attached patch updates the Linux-libre to 3.15.5 so as to
incorporate these changes.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: update_linux_libre.patch --]
[-- Type: text/x-patch; name="update_linux_libre.patch", Size: 1058 bytes --]
commit 97bebf310bf3d4bc35b767a959b700f90789c93b
Author: Jason Self <j@jxself.org>
Date: Sun Jul 13 12:07:36 2014 -0700
Updating Linux-libre to version 3.15.5
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3b08771..9e4f2b6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -186,7 +186,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
#f)))
(define-public linux-libre
- (let* ((version "3.15")
+ (let* ((version "3.15.5")
(build-phase
'(lambda* (#:key system inputs #:allow-other-keys #:rest args)
;; Apply the neat patch.
@@ -259,7 +259,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
(uri (linux-libre-urls version))
(sha256
(base32
- "125n04rwqmr3bm9slk62w6xcg355hx85rwv2x16nl6qki70hsick"))))
+ "0kh7yz6jl0jj6z24vh5qzzdn4s3ll4i4rnk4d0l0animnm3s305v"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)
("bc" ,bc)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Updating To Linux-libre 3.15.5
2014-07-13 19:11 Updating To Linux-libre 3.15.5 Jason Self
@ 2014-07-13 22:10 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2014-07-13 22:10 UTC (permalink / raw)
To: Jason Self; +Cc: guix-devel
"Jason Self" <jason@bluehome.net> skribis:
> The attached patch updates the Linux-libre to 3.15.5 so as to
> incorporate these changes.
Thanks, applied. I’ve also adjusted the commit log.
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-13 22:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-13 19:11 Updating To Linux-libre 3.15.5 Jason Self
2014-07-13 22:10 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.