[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: rpcbind: Update to 1.2.5.
From: |
guix-commits |
Subject: |
06/08: gnu: rpcbind: Update to 1.2.5. |
Date: |
Tue, 19 Jan 2021 12:15:31 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 30c164e3fda4b7585acc1beacc653645a8186552
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sun Jan 17 10:16:39 2021 +0100
gnu: rpcbind: Update to 1.2.5.
* gnu/packages/onc-rpc.scm (rpcbind): Update to 1.2.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/onc-rpc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm
index e4b03b7..14ff13c 100644
--- a/gnu/packages/onc-rpc.scm
+++ b/gnu/packages/onc-rpc.scm
@@ -92,7 +92,7 @@ IPv4 and IPv6. ONC RPC is notably used by the network file
system (NFS).")
(define-public rpcbind
(package
(name "rpcbind")
- (version "0.2.4")
+ (version "1.2.5")
(source
(origin
(method url-fetch)
@@ -102,7 +102,7 @@ IPv4 and IPv6. ONC RPC is notably used by the network file
system (NFS).")
(patches (search-patches "rpcbind-CVE-2017-8779.patch"))
(sha256
(base32
- "0rjc867mdacag4yqvs827wqhkh27135rp9asj06ixhf71m9rljh7"))))
+ "0ynszy5hpc7wbz8xngqwyhgbi9cay73y43izqhcmrcv375l61qrc"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- branch master updated (e74baa1 -> ff34f8a), guix-commits, 2021/01/19
- 02/08: environment: Fix '--root' option with relative file name., guix-commits, 2021/01/19
- 03/08: gnu: esbuild: Update to 0.8.32., guix-commits, 2021/01/19
- 05/08: gnu: xfce4-appfinder: Update to 4.16.1., guix-commits, 2021/01/19
- 06/08: gnu: rpcbind: Update to 1.2.5.,
guix-commits <=
- 08/08: news: Add entry for '--with-latest'., guix-commits, 2021/01/19
- 01/08: modules: Recognize #:re-export-and-replace., guix-commits, 2021/01/19
- 04/08: gnu: motion: Update to 4.3.2., guix-commits, 2021/01/19
- 07/08: transformations: Add '--with-latest'., guix-commits, 2021/01/19