From 2131aea72280e8eaba6a07419407e97db085b094 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 4 Feb 2021 09:31:28 +0100 Subject: gnu: iproute2: Update to 5.10.0. * gnu/packages/linux.scm (iproute): Update to 5.1.0. --- 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 9e31dfc5db3..d9860dbd394 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2349,7 +2349,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "5.9.0") + (version "5.10.0") (source (origin (method url-fetch) (uri (string-append @@ -2357,7 +2357,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "1kys6dmhrl43iaq95n5sh02p39d7bq8i5y672qrzgwnwpjaaqpd2")))) + "1sakmhvh40gh4x55vzgy6cyvizqkhqalcfpvs6r0c14w62p38jm5")))) (build-system gnu-build-system) (arguments `( ;; There is a test suite, but it wants network namespaces and sudo. -- cgit v1.3 From 152d7ddc8ea27118184d27a29d31cc80b48b00f2 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 3 Feb 2021 18:18:55 -0500 Subject: gnu: linux-libre: Update to 5.10.13. * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.13. (linux-libre-5.10-pristine-source): 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 d9860dbd394..acd54760627 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -353,7 +353,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-5.10-version "5.10.12") +(define-public linux-libre-5.10-version "5.10.13") (define deblob-scripts-5.10 (linux-libre-deblob-scripts linux-libre-5.10-version @@ -361,7 +361,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0hh27ccqimagr3aij7ygwikxw66y63sqwd0xlf49bhpjd090r9a7"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "1an460q3affd7gmd6fqv8g37j3z2fnmq19iy677k8kxb2wl4yi8x"))) + (hash (base32 "1wp1vy9y50ncwlx5yqgya5gy0vdqgzn0icffg6dzmvjwwc68qs86"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10))) -- cgit v1.3 From 7129526491434bb41cd14f04e71f51e3fa47a6ca Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 3 Feb 2021 18:12:01 -0500 Subject: gnu: linux-libre 5.4: Update to 5.4.95. * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.95. (linux-libre-5.4-pristine-source): 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 acd54760627..b73c7e8b155 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -369,7 +369,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The "longterm" kernels — the older releases with long-term upstream support. ;; Here are the support timelines: ;; -(define-public linux-libre-5.4-version "5.4.94") +(define-public linux-libre-5.4-version "5.4.95") (define deblob-scripts-5.4 (linux-libre-deblob-scripts linux-libre-5.4-version @@ -377,7 +377,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1xghbbnaisjd0k1klbyn1p7r6r4x5a1bpmkm56a3gh2zvw4s7mj8"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "0f9bml584g6jb822j7xyxx9j2g3s49p08xz4bkx9lbiinxyzagf2"))) + (hash (base32 "0jfl2jwq9z6iymn6sfrdcf9w63nijdzf3ncxc77a5gs6yd2fa2h3"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) -- cgit v1.3 From 02fc49f6b76a7a54e66399eb256c6cfd8de14dee Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 3 Feb 2021 18:12:18 -0500 Subject: gnu: linux-libre 4.19: Update to 4.19.173. * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.173. (linux-libre-4.19-pristine-source): 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 b73c7e8b155..ef9ebeed955 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -382,7 +382,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.4))) -(define-public linux-libre-4.19-version "4.19.172") +(define-public linux-libre-4.19-version "4.19.173") (define deblob-scripts-4.19 (linux-libre-deblob-scripts linux-libre-4.19-version @@ -390,7 +390,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf"))) (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "08hl7vw5r61gnzagnm8nbhlbm0h226crp4m19zh0qr2q0pmwqd2g"))) + (hash (base32 "0pqr8k0kfnaklb31y29xvqdmgn0pak4qd9pl77lsh6pkwqvd5zfj"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) -- cgit v1.3 From 999f027307b8c9839e6e79950e749960f9466bb0 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 3 Feb 2021 18:12:52 -0500 Subject: gnu: linux-libre 4.14: Update to 4.14.219. * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.219. (linux-libre-4.14-pristine-source): 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 ef9ebeed955..20187506497 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -395,7 +395,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-4.19))) -(define-public linux-libre-4.14-version "4.14.218") +(define-public linux-libre-4.14-version "4.14.219") (define deblob-scripts-4.14 (linux-libre-deblob-scripts linux-libre-4.14-version @@ -403,7 +403,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1qij18inijj6c3ma8hv98yjagnzxdxyn134da9fd23ky8q6hbvky"))) (define-public linux-libre-4.14-pristine-source (let ((version linux-libre-4.14-version) - (hash (base32 "0l2rcpccf71amngii7vs18x4x6gb0bwxdb2gszabip03bshqdzp3"))) + (hash (base32 "1p81p2g1dax225mbc704g1yl96i93nq19j9fpkrzr4f066kwmvkm"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.14))) -- cgit v1.3 From 708ff5604d6a4fbb998f7a6722fe625dc1e3cc80 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 3 Feb 2021 18:14:56 -0500 Subject: gnu: linux-libre 4.9: Update to 4.9.255. * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.255. (linux-libre-4.9-pristine-source): 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 20187506497..fbfb6b3c786 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -408,7 +408,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-4.14))) -(define-public linux-libre-4.9-version "4.9.254") +(define-public linux-libre-4.9-version "4.9.255") (define deblob-scripts-4.9 (linux-libre-deblob-scripts linux-libre-4.9-version @@ -416,7 +416,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0fxajshb75siq39lj5h8xvhdj8lcmddkslwlyj65rhlwk6g2r4b2"))) (define-public linux-libre-4.9-pristine-source (let ((version linux-libre-4.9-version) - (hash (base32 "1djw5mlff73j7m1176qspdzhf6zyv4m0gkdvlxq4g4mdrbqfx6xn"))) + (hash (base32 "066101fzq5lr1pznw1hwlvsdgqpv8n7b2yi09qpv3xi0r41jvpxg"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.9))) -- cgit v1.3 From 68b5df7e972c786a0f6feeab936c901e6b646711 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 3 Feb 2021 18:15:05 -0500 Subject: gnu: linux-libre 4.4: Update to 4.4.255. * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.255. (linux-libre-4.4-pristine-source): 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 fbfb6b3c786..20ec44d5055 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -421,7 +421,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-4.9))) -(define-public linux-libre-4.4-version "4.4.254") +(define-public linux-libre-4.4-version "4.4.255") (define deblob-scripts-4.4 (linux-libre-deblob-scripts linux-libre-4.4-version @@ -429,7 +429,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0hhin1jpfkd6nwrb6xqxjzl3hdxy4pn8a15hy2d3d83yw6pflbsf"))) (define-public linux-libre-4.4-pristine-source (let ((version linux-libre-4.4-version) - (hash (base32 "11wca1mprlcyk7r5h1c8rx3hr7l6mj4i85jaaf106s7wqcm8wamd"))) + (hash (base32 "0l45csywd30qrs8gwzjjijr5hwpd5s05rbyrxb37vck78znk0f1g"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.4))) -- cgit v1.3 From 830b0f93f8616f647cecb53b292d064f959012c9 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 5 Feb 2021 13:21:45 -0500 Subject: gnu: linux-libre 4.9: Update to 4.9.256. * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.256. (linux-libre-4.9-pristine-source): Update hash. (deblob-scripts-4.9): Use version 4.9.255. --- gnu/packages/linux.scm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 20ec44d5055..787ce0ab856 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -408,15 +408,20 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-4.14))) -(define-public linux-libre-4.9-version "4.9.255") +(define-public linux-libre-4.9-version "4.9.256") (define deblob-scripts-4.9 (linux-libre-deblob-scripts - linux-libre-4.9-version + ;; 4.9.256 is the same as 4.9.255, but is meant to test if anything + ;; breaks when the minor version overflows an 8-bit representation. + ;; Same story for 4.4.256. + ;; https://lwn.net/Articles/845206/ + ;; http://kroah.com/log/blog/2021/02/05/8-bits-are-enough-for-a-version-number-dot-dot-dot/ + "4.9.255" (base32 "1wvldzlv7q2xdbadas87dh593nxr4a8p5n0f8zpm72lja6w18hmg") (base32 "0fxajshb75siq39lj5h8xvhdj8lcmddkslwlyj65rhlwk6g2r4b2"))) (define-public linux-libre-4.9-pristine-source (let ((version linux-libre-4.9-version) - (hash (base32 "066101fzq5lr1pznw1hwlvsdgqpv8n7b2yi09qpv3xi0r41jvpxg"))) + (hash (base32 "15qlv4m56dzv195xjy4yp8qsrkbmv51vwfg0qcm664hkrb4i32y4"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.9))) -- cgit v1.3 From b81f22a70b545479a4632441f6c2f03eefe76b1a Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 5 Feb 2021 16:56:34 -0500 Subject: gnu: linux-libre 4.4: Update to 4.4.256. * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.256. (linux-libre-4.4-pristine-source): Update hash. (deblob-scripts-4.4): Use version 4.4.255. --- gnu/packages/linux.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 787ce0ab856..52e529d912d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -426,15 +426,16 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-4.9))) -(define-public linux-libre-4.4-version "4.4.255") +(define-public linux-libre-4.4-version "4.4.256") (define deblob-scripts-4.4 (linux-libre-deblob-scripts - linux-libre-4.4-version + ;; See the comment in deblob-scripts-4.9 + "4.4.255" (base32 "0x2j1i88am54ih2mk7gyl79g25l9zz4r08xhl482l3fvjj2irwbw") (base32 "0hhin1jpfkd6nwrb6xqxjzl3hdxy4pn8a15hy2d3d83yw6pflbsf"))) (define-public linux-libre-4.4-pristine-source (let ((version linux-libre-4.4-version) - (hash (base32 "0l45csywd30qrs8gwzjjijr5hwpd5s05rbyrxb37vck78znk0f1g"))) + (hash (base32 "1z7vfy4h0mjvv0rcvvpb55x5fl16c6cgpcafz5gpjp0pw1p2lva8"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.4))) -- cgit v1.3 From c96d4df997ad59377c7aacc7d9b862b2deabd03c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 7 Feb 2021 21:54:39 +0100 Subject: gnu: psmisc: Update to 23.4. * gnu/packages/linux.scm (psmisc): Update to 23.4. --- 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 52e529d912d..6a2cc910fab 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1478,14 +1478,14 @@ deviation, and minimum and maximum values. It can show a nice histogram too.") (define-public psmisc (package (name "psmisc") - (version "23.3") + (version "23.4") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/psmisc/psmisc/psmisc-" version ".tar.xz")) (sha256 - (base32 "16i7qzjmm6g0lzha8yzpfrlcxnvkgh95hkq9gdjd4zmzb8d0wxa1")))) + (base32 "0y8n1jd2dn4cvc5mh806d66qnq8xl0xmzczbycjwal10rvmcw33z")))) (build-system gnu-build-system) (arguments `(,@(if (%current-target-system) -- cgit v1.3 From 66fd576b866f6beaaa756adf348db95e5327b29a Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 7 Feb 2021 13:27:50 -0500 Subject: gnu: linux-libre: Update to 5.10.14. * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.14. (linux-libre-5.10-pristine-source): 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 6a2cc910fab..6d2763abbb9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -353,7 +353,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-5.10-version "5.10.13") +(define-public linux-libre-5.10-version "5.10.14") (define deblob-scripts-5.10 (linux-libre-deblob-scripts linux-libre-5.10-version @@ -361,7 +361,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0hh27ccqimagr3aij7ygwikxw66y63sqwd0xlf49bhpjd090r9a7"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "1wp1vy9y50ncwlx5yqgya5gy0vdqgzn0icffg6dzmvjwwc68qs86"))) + (hash (base32 "0ahxga1jdgn8kxln0pn8j42qxx0dhrhm9vcpwilyjnwb36gvf9zs"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10))) -- cgit v1.3 From 7280a0c2e798849b84bccc93028c9ae09045c31c Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 7 Feb 2021 13:30:05 -0500 Subject: gnu: linux-libre 5.4: Update to 5.4.96. * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.96. (linux-libre-5.4-pristine-source): 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 6d2763abbb9..af9fccd0821 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -369,7 +369,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The "longterm" kernels — the older releases with long-term upstream support. ;; Here are the support timelines: ;; -(define-public linux-libre-5.4-version "5.4.95") +(define-public linux-libre-5.4-version "5.4.96") (define deblob-scripts-5.4 (linux-libre-deblob-scripts linux-libre-5.4-version @@ -377,7 +377,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1xghbbnaisjd0k1klbyn1p7r6r4x5a1bpmkm56a3gh2zvw4s7mj8"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "0jfl2jwq9z6iymn6sfrdcf9w63nijdzf3ncxc77a5gs6yd2fa2h3"))) + (hash (base32 "1q7mz69wzk1ps5770l9bj556qyndiz2frjjsl7pigsy5brlxwa7p"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) -- cgit v1.3 From a2aeac50a0347dfad14933d915cdc9882748aa28 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 7 Feb 2021 13:30:16 -0500 Subject: gnu: linux-libre 4.19: Update to 4.19.174. * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.174. (linux-libre-4.19-pristine-source): 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 af9fccd0821..3403ec88e45 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -382,7 +382,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.4))) -(define-public linux-libre-4.19-version "4.19.173") +(define-public linux-libre-4.19-version "4.19.174") (define deblob-scripts-4.19 (linux-libre-deblob-scripts linux-libre-4.19-version @@ -390,7 +390,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf"))) (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "0pqr8k0kfnaklb31y29xvqdmgn0pak4qd9pl77lsh6pkwqvd5zfj"))) + (hash (base32 "1rcy0hfbc3ny52mfrfysknm1q2scqz0g8l28j0qlyw8cx41wgxhg"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) -- cgit v1.3 From fae98f52a866ff6f20b6f227afe9d6bf068e1458 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 7 Feb 2021 13:30:24 -0500 Subject: gnu: linux-libre 4.14: Update to 4.14.220. * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.220. (linux-libre-4.14-pristine-source): 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 3403ec88e45..e08d85d24ee 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -395,7 +395,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-4.19))) -(define-public linux-libre-4.14-version "4.14.219") +(define-public linux-libre-4.14-version "4.14.220") (define deblob-scripts-4.14 (linux-libre-deblob-scripts linux-libre-4.14-version @@ -403,7 +403,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1qij18inijj6c3ma8hv98yjagnzxdxyn134da9fd23ky8q6hbvky"))) (define-public linux-libre-4.14-pristine-source (let ((version linux-libre-4.14-version) - (hash (base32 "1p81p2g1dax225mbc704g1yl96i93nq19j9fpkrzr4f066kwmvkm"))) + (hash (base32 "1qip0c8nvfximgg4fj9xai741cgvi9f141bsps3zmrryjd796i6h"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.14))) -- cgit v1.3 From b01d82a7f68c7129aeb5a0abd52eb91c0dfa8831 Mon Sep 17 00:00:00 2001 From: Léo Le Bouter Date: Thu, 11 Feb 2021 03:21:51 +0100 Subject: gnu: procps: Update provided programs list in description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (procps)[description]: Update provided programs list. Signed-off-by: 宋文武 --- 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 e08d85d24ee..162b39c5213 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1772,8 +1772,8 @@ parameters.") (description "Procps is the package that has a bunch of small useful utilities that give information about processes using the Linux /proc file system. -The package includes the programs ps, top, vmstat, w, kill, free, -slabtop, and skill.") +The package includes the programs free, pgrep, pidof, pkill, pmap, ps, pwdx, +slabtop, tload, top, vmstat, w, watch and sysctl.") (license license:gpl2))) (define-public usbutils -- cgit v1.3