From 0d5c5b1b6475c04ba6becbbeb44775f0d981ef15 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Wed, 20 Feb 2019 17:00:27 +0100 Subject: gnu: fakeroot: Enable ACL support. * gnu/packages/linux.scm (fakeroot)[native-inputs]: Add acl. [arguments]<#:phases>[setenv]: New phase. --- gnu/packages/linux.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8b8653119..ad7ee2ac4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5096,6 +5096,10 @@ the superuser to make device nodes.") (string-append (assoc-ref inputs "util-linux") "/bin/getopt"))) #t)) + (add-before 'configure 'setenv + (lambda _ + (setenv "LIBS" "-lacl") + #t)) (add-before 'check 'prepare-check (lambda _ (setenv "SHELL" (which "bash")) @@ -5114,7 +5118,8 @@ the superuser to make device nodes.") (("tar -tvf") "tar --numeric-owner -tvf")) #t))))) (native-inputs - `(("sharutils" ,sharutils) ; for the tests + `(("acl" ,acl) + ("sharutils" ,sharutils) ; for the tests ("xz" ,xz))) ; for the tests (inputs `(("libcap" ,libcap) -- cgit v1.3 From a7891e8ab4ab9d282d852efa2fd21519b56e3319 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 21 Feb 2019 01:58:17 -0500 Subject: gnu: linux-libre@4.4: Update to 4.4.175. * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.175. --- 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 ad7ee2ac4..8ac9743cd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -457,8 +457,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.174" - "1njd50yc180aarpd5crss3wn0n82lhxbyjrifsm647f3dfjhyvjb" + (make-linux-libre "4.4.175" + "1sv3kqb20p1r69bgc2bbap1v5lj0s2yd4vza5mbrfpf83qn1aha8" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) -- cgit v1.3 From 6be9cb27c7a2b2b81101cfa5eb6d77c20cbe25d3 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 21 Feb 2019 01:59:30 -0500 Subject: gnu: linux-libre@4.9: Update to 4.9.159. * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.159. --- 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 8ac9743cd..9157fd03e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -451,8 +451,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.158" - "11v56dzp87wyxrymf2s1cmk7jr440z11m3yan73rnnnqlfq460ig" + (make-linux-libre "4.9.159" + "0lbbgs4ynril8i3cq4swwm2v7571cqp7kcl2phrid4qrwz073ral" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) -- cgit v1.3 From 050439ca34369a4d4ab9369d8620d51f99bf627c Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 21 Feb 2019 02:00:26 -0500 Subject: gnu: linux-libre@4.14: Update to 4.14.102. * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.102. (%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 9157fd03e..86de2c008 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -441,8 +441,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.101") -(define %linux-libre-4.14-hash "02j240x30zkhpazdimlfi0xq6zjdw6fidgdfrdnvfryvhf6j097j") +(define %linux-libre-4.14-version "4.14.102") +(define %linux-libre-4.14-hash "14bnx47695480qlcmmd3sf60mm8ghlbc3r2dgxd3302hfb8gapri") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version -- cgit v1.3 From 0ce657ab23342a192b33164ef4d86678dd926a14 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 21 Feb 2019 02:01:29 -0500 Subject: gnu: linux-libre@4.19: Update to 4.19.24. * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.24. (%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 86de2c008..e203bcee0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -427,8 +427,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.20-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.23") -(define %linux-libre-4.19-hash "0s207vqq2vcrgydjjwb5n2j7di0rjahnrbn3xv4xxlp5scjp59xq") +(define %linux-libre-4.19-version "4.19.24") +(define %linux-libre-4.19-hash "0pbnnn34imxhyrk5fchka9raxiw5m0mrrl03617jl515d89qgbjs") (define %linux-libre-4.19-patches (list %boot-logo-patch -- cgit v1.3 From 61e01e599d430857f34798d96e1d83abfe2dc3eb Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 21 Feb 2019 02:03:15 -0500 Subject: gnu: linux-libre: Update to 4.20.11. * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.11. (%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 e203bcee0..ffd376de4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -413,8 +413,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 "4.20.10") -(define %linux-libre-hash "0d386gb1s9ag80iqzms9gdsfzirq7nlkpkkx2d6ky01rv0g4vgqn") +(define %linux-libre-version "4.20.11") +(define %linux-libre-hash "021idx1cvhgg7awg58psqmrq38qc6agijl5hfvp4527iif84131k") (define %linux-libre-4.20-patches (list %boot-logo-patch -- cgit v1.3 From 992f8c02415317ba34a20920c011ec440dd18bce Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 23 Feb 2019 22:50:36 -0500 Subject: gnu: linux-libre@4.4: Update to 4.4.176. * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.176. --- 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 ffd376de4..7b156358f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -457,8 +457,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.175" - "1sv3kqb20p1r69bgc2bbap1v5lj0s2yd4vza5mbrfpf83qn1aha8" + (make-linux-libre "4.4.176" + "0c300zqmsadahs2fpzxh6cn7q3h7jxq69msd17rh8v3wnvql8vzx" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) -- cgit v1.3 From bc14e23650edcbd9aac2434cb8150877d6ce5b47 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 23 Feb 2019 22:52:08 -0500 Subject: gnu: linux-libre@4.9: Update to 4.9.160. * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.160. --- 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 7b156358f..0341473e8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -451,8 +451,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.159" - "0lbbgs4ynril8i3cq4swwm2v7571cqp7kcl2phrid4qrwz073ral" + (make-linux-libre "4.9.160" + "1j3z3kn4n9vm7fkzb63ddmxba9r2pm623kar1jn7i5xsd1vz4qr9" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) -- cgit v1.3 From ed5cabe6ee1ac9dbf51dff5dbff6c2db26e3a1c1 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 23 Feb 2019 22:52:58 -0500 Subject: gnu: linux-libre@4.14: Update to 4.14.103. * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.103. (%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 0341473e8..65202260f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -441,8 +441,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.102") -(define %linux-libre-4.14-hash "14bnx47695480qlcmmd3sf60mm8ghlbc3r2dgxd3302hfb8gapri") +(define %linux-libre-4.14-version "4.14.103") +(define %linux-libre-4.14-hash "05zcb7kaj6cni4v0s0qdywwrqzlr63mkqbhxkbmrjz4blxxxdszg") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version -- cgit v1.3 From cac6e0efbae281c198c27256a0f4a3a972abef6a Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 23 Feb 2019 22:54:27 -0500 Subject: gnu: linux-libre@4.19: Update to 4.19.25. * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.25. (%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 65202260f..13ac90eaf 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -427,8 +427,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.20-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.24") -(define %linux-libre-4.19-hash "0pbnnn34imxhyrk5fchka9raxiw5m0mrrl03617jl515d89qgbjs") +(define %linux-libre-4.19-version "4.19.25") +(define %linux-libre-4.19-hash "0kg8gibmyihh4lr7ksp8szrs0jx5sr2g56szm69lff1zmsywpqc6") (define %linux-libre-4.19-patches (list %boot-logo-patch -- cgit v1.3 From 13eb556f9f2b36aa729e63892a28b03b5235bf7b Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 23 Feb 2019 22:55:20 -0500 Subject: gnu: linux-libre: Update to 4.20.12. * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.12. (%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 13ac90eaf..44d9b322a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -413,8 +413,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 "4.20.11") -(define %linux-libre-hash "021idx1cvhgg7awg58psqmrq38qc6agijl5hfvp4527iif84131k") +(define %linux-libre-version "4.20.12") +(define %linux-libre-hash "16w52g5s7qhvmmz3srai1myl8949nxv6cqybiw3wx3mwcvp95mlh") (define %linux-libre-4.20-patches (list %boot-logo-patch -- cgit v1.3 From ed7dc85717066b389fd74331b0054a64941692bb Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 24 Feb 2019 14:48:48 +0100 Subject: gnu: acpid: Update to 2.0.31. * gnu/packages/linux.scm (acpid): Update to 2.0.31. --- 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 44d9b322a..02d17c679 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2780,14 +2780,14 @@ about ACPI devices.") (define-public acpid (package (name "acpid") - (version "2.0.30") + (version "2.0.31") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/acpid2/acpid-" version ".tar.xz")) (sha256 (base32 - "1jzl7hiaspr5xkmsrbl69bib8cs3dp6bq5ix58fbskpnsdi7pdr8")))) + "1hrc0xm6q12knbgzhq0i8g2rfrkwcvh1asd7k9rs3nc5xmlwd7gw")))) (build-system gnu-build-system) (home-page "https://sourceforge.net/projects/acpid2/") (synopsis "Daemon for delivering ACPI events to user-space programs") -- cgit v1.3