diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2021-01-17 10:16:39 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-01-19 17:45:39 +0100 |
commit | 30c164e3fda4b7585acc1beacc653645a8186552 (patch) | |
tree | 677a530d6985f6967b9b9c4b8c8fa57f02070dbb /gnu/packages/onc-rpc.scm | |
parent | 01b92ba705c4274f587443c21a2837ab7aecce33 (diff) | |
download | guix-30c164e3fda4b7585acc1beacc653645a8186552.tar guix-30c164e3fda4b7585acc1beacc653645a8186552.tar.gz |
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>
Diffstat (limited to 'gnu/packages/onc-rpc.scm')
-rw-r--r-- | gnu/packages/onc-rpc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm index e4b03b7858..14ff13c038 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 |