guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: rpcbind: Update to 1.2.6.


From: guix-commits
Subject: 04/05: gnu: rpcbind: Update to 1.2.6.
Date: Wed, 12 May 2021 19:31:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c72c83ab00f9e70a264f0a638d30c02b095bdbbb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 13 01:13:22 2021 +0200

    gnu: rpcbind: Update to 1.2.6.
    
    * gnu/packages/onc-rpc.scm (rpcbind): Update to 1.2.6.
---
 gnu/packages/onc-rpc.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm
index 3b29335..8b3892d 100644
--- a/gnu/packages/onc-rpc.scm
+++ b/gnu/packages/onc-rpc.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2016 John Darrington <jmd@gnu.org>
 ;;; Copyright © 2017, 2018 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
 ;;;
@@ -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 "1.2.5")
+    (version "1.2.6")
     (source
      (origin
       (method url-fetch)
@@ -101,8 +101,7 @@ IPv4 and IPv6.  ONC RPC is notably used by the network file 
system (NFS).")
                           name "-" version ".tar.bz2"))
       (patches (search-patches "rpcbind-CVE-2017-8779.patch"))
       (sha256
-       (base32
-        "0ynszy5hpc7wbz8xngqwyhgbi9cay73y43izqhcmrcv375l61qrc"))))
+       (base32 "1pp8xvprsfz8nlmmvxf829gilx0ibb08bfs3lhisxrfai5j784sn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]