From ac1dc6d12fb5fac57df6a42584f134c873fbc38b Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 2 Nov 2016 07:31:53 -0400 Subject: gnu: linux-libre: Update to 4.8.6. * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.6. --- gnu/packages/linux.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c868cf04d7..3fdce5df7d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -326,8 +326,8 @@ It has been modified to remove all non-free binary blobs.") (define %intel-compatible-systems '("x86_64-linux" "i686-linux")) (define-public linux-libre - (make-linux-libre "4.8.5" - "124sf2jvckn0afy1zfyaqgr1679qsx3fnylw1wpl7p5298hwyf9m" + (make-linux-libre "4.8.6" + "07h618x13yyp3lnf77px4v60pdcz7il0fa7p466wa5gp3h0yhvmi" %intel-compatible-systems #:configuration-file kernel-config)) @@ -344,8 +344,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) ;; Avoid rebuilding kernel variants when there is a minor version bump. -(define %linux-libre-version "4.8.5") -(define %linux-libre-hash "124sf2jvckn0afy1zfyaqgr1679qsx3fnylw1wpl7p5298hwyf9m") +(define %linux-libre-version "4.8.6") +(define %linux-libre-hash "07h618x13yyp3lnf77px4v60pdcz7il0fa7p466wa5gp3h0yhvmi") (define-public linux-libre-arm-generic (make-linux-libre %linux-libre-version -- cgit v1.2.3 gnu/tests/version-control.scm?id=51add2a97b54d6666f14a6e1286e22a559f0d0b1'>diff
path: root/gnu/tests/version-control.scm
AgeCommit message (Expand)Author
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès
2018-10-02services: Add Gitolite....Christopher Baines
2018-09-29Revert "services: Add Gitolite."...Mark H Weaver
2018-09-28services: Add Gitolite....Christopher Baines
2018-06-13tests: Honor the return value of 'start-service'....Clément Lassieur
2018-02-28services: cgit: Add more configuration fields....Oleg Pykhalov
2018-01-21services: Missing services are automatically instantiated....Ludovic Courtès
2018-01-21tests: Cgit test waits for /var/run/shepherd/socket....Ludovic Courtès
2017-12-18services: nginx: Replace 'http-port' and 'https-port' with 'listen'....Clément Lassieur
2017-11-28tests: Add 'git-http' test....Ludovic Courtès
2017-11-28tests: cgit: Add a file to the test repository....Ludovic Courtès
2017-10-03gnu: services: Add cgit....Oleg Pykhalov