From a85190ddd095fd9e3808fa52ef5e2a839031b2d5 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 19 Apr 2019 14:26:19 -0400 Subject: gnu: linux-libre@4.9: Update to 4.9.169. * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.169. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e6776236d1..fd294aa275 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -483,8 +483,8 @@ between the CDemu userspace daemon and linux kernel.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.168" - "1nli5di7i7x4jyad7nappm1awz207rg18n08wb82b1w8rwqyqgy3" + (make-linux-libre "4.9.169" + "0kgycw8bngihx4nks1w6gz36pwzqg4x3y3ipyc1sdlyld7zy9lz7" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) -- cgit v1.3 From 3f6b7699cd360d0721b87f4a2b145ca9fdd44bbc Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 19 Apr 2019 14:26:59 -0400 Subject: gnu: linux-libre@4.14: Update to 4.14.112. * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.112. (%linux-libre-4.14-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fd294aa275..4d01daf766 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -473,8 +473,8 @@ between the CDemu userspace daemon and linux kernel.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.111") -(define %linux-libre-4.14-hash "1b34f96yigdxxh5wg798933nrv7rak1w0v0q1jfviyrllrg3hkmq") +(define %linux-libre-4.14-version "4.14.112") +(define %linux-libre-4.14-hash "0nvd5y84y0g5dlzygna86vvmb3lznm4wsmdgr8rp0z0vm93xcx6m") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version -- cgit v1.3 From 5547653eb8416cde862b65ab9f747361c2ff08e9 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 19 Apr 2019 14:27:42 -0400 Subject: gnu: linux-libre@4.19: Update to 4.19.35. * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.35. (%linux-libre-4.19-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4d01daf766..22f5f9e166 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -459,8 +459,8 @@ It has been modified to remove all non-free binary blobs.") between the CDemu userspace daemon and linux kernel.") (license license:gpl2+))) -(define %linux-libre-4.19-version "4.19.34") -(define %linux-libre-4.19-hash "0rmpyj2qb651p2k2srpjndjxry87hr5vq0jkk4rvxjhm5y3sb65l") +(define %linux-libre-4.19-version "4.19.35") +(define %linux-libre-4.19-hash "1vz9h7m02012xszsfzzfxnvi4ghfi47gx8xqkcclkiyh8ql337cf") (define %linux-libre-4.19-patches (list %boot-logo-patch -- cgit v1.3 From 18f8770d58c824448f9a3c3a48bfcee1fe8b2a91 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 19 Apr 2019 14:29:20 -0400 Subject: gnu: linux-libre: Update to 5.0.8. * gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.8. (%linux-libre-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 22f5f9e166..b562a23b2f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -423,8 +423,8 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration." It has been modified to remove all non-free binary blobs.") (license license:gpl2))) -(define %linux-libre-version "5.0.7") -(define %linux-libre-hash "0c8g20crv03xxxpirj0jylcxxy33dn9f9x7viv451rzh9frc5mal") +(define %linux-libre-version "5.0.8") +(define %linux-libre-hash "0kfn861rhric78h6wmp6ss1vr1zmly345n6n33vv9qwbi3rr555y") (define %linux-libre-5.0-patches (list %boot-logo-patch -- cgit v1.3 From cfb7aee078f21285edf3d6a75730907fbeb144a1 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 22 Apr 2019 07:04:04 -0400 Subject: gnu: linux-libre@4.9: Update to 4.9.170. * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.170. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b562a23b2f..e5ae45f70f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -483,8 +483,8 @@ between the CDemu userspace daemon and linux kernel.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.169" - "0kgycw8bngihx4nks1w6gz36pwzqg4x3y3ipyc1sdlyld7zy9lz7" + (make-linux-libre "4.9.170" + "15fz2qxvic4sfxm8vi0rghqqi5rv038xyrq9dl6fz6i1c7497g8s" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) -- cgit v1.3 From 689b628025ef275e8c6d84693a7c0c012aec0781 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 22 Apr 2019 07:05:55 -0400 Subject: gnu: linux-libre@4.14: Update to 4.14.113. * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.113. (%linux-libre-4.14-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e5ae45f70f..6c2ff750b0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -473,8 +473,8 @@ between the CDemu userspace daemon and linux kernel.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.112") -(define %linux-libre-4.14-hash "0nvd5y84y0g5dlzygna86vvmb3lznm4wsmdgr8rp0z0vm93xcx6m") +(define %linux-libre-4.14-version "4.14.113") +(define %linux-libre-4.14-hash "0z547pdi1vhybyhnfr5krsfyxmdwnv5p5fps9jjyx6rvkxasddvh") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version -- cgit v1.3 From e81148a11d3fe9ba7dde3f50ca26a8df712bd069 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 22 Apr 2019 07:06:57 -0400 Subject: gnu: linux-libre@4.19: Update to 4.19.36. * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.36. (%linux-libre-4.19-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6c2ff750b0..b80cd0d662 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -459,8 +459,8 @@ It has been modified to remove all non-free binary blobs.") between the CDemu userspace daemon and linux kernel.") (license license:gpl2+))) -(define %linux-libre-4.19-version "4.19.35") -(define %linux-libre-4.19-hash "1vz9h7m02012xszsfzzfxnvi4ghfi47gx8xqkcclkiyh8ql337cf") +(define %linux-libre-4.19-version "4.19.36") +(define %linux-libre-4.19-hash "0dvwza26spa742iznz7rfgsyl4f07x8i6jh2cv5hma9l9fpqc9pi") (define %linux-libre-4.19-patches (list %boot-logo-patch -- cgit v1.3 From 6dc4dceba5c0b2ce62c2df8bed083a59fc1e1ded Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 22 Apr 2019 07:08:08 -0400 Subject: gnu: linux-libre: Update to 5.0.9. * gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.9. (%linux-libre-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b80cd0d662..9049fbc313 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -423,8 +423,8 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration." It has been modified to remove all non-free binary blobs.") (license license:gpl2))) -(define %linux-libre-version "5.0.8") -(define %linux-libre-hash "0kfn861rhric78h6wmp6ss1vr1zmly345n6n33vv9qwbi3rr555y") +(define %linux-libre-version "5.0.9") +(define %linux-libre-hash "0j2xnpvc13370kprnnq79a08bq6dak0iab94d9hsc6m8v1rxaw2i") (define %linux-libre-5.0-patches (list %boot-logo-patch -- cgit v1.3 From e01bd1a67447c1f2a2b5b03e8ea8fbbccd2cd5bd Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 23 Apr 2019 14:30:19 +0200 Subject: gnu: libseccomp: Update to 2.4.1. * gnu/packages/linux.scm (libseccomp): Update to 2.4.1. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9049fbc313..f3ed832417 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4141,7 +4141,7 @@ of flash storage.") (define-public libseccomp (package (name "libseccomp") - (version "2.4.0") + (version "2.4.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/seccomp/libseccomp/" @@ -4149,7 +4149,7 @@ of flash storage.") "/libseccomp-" version ".tar.gz")) (sha256 (base32 - "0paj1szszpf8plykrd66jqg1x3kmqs395rbjskahld2bnplcfx1f")))) + "1s06h2cgk0xxwmhwj72z33bllafc1xqnxzk2yyra2rmg959778qw")))) (build-system gnu-build-system) (native-inputs `(("which" ,which))) -- cgit v1.3