GNU bug report logs - #26788
[PATCH] gnu: nfs-utils: Update to 2.1.1.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Fri, 5 May 2017 19:36:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26788 in the body.
You can then email your comments to 26788 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26788; Package guix-patches. (Fri, 05 May 2017 19:36:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 05 May 2017 19:36:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: nfs-utils: Update to 2.1.1.
Date: Fri,  5 May 2017 15:35:08 -0400
* gnu/packages/nfs.scm (nfs-utils): Update to 2.1.1.
---
 gnu/packages/nfs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nfs.scm b/gnu/packages/nfs.scm
index f18fe6cb5..94a18480c 100644
--- a/gnu/packages/nfs.scm
+++ b/gnu/packages/nfs.scm
@@ -41,7 +41,7 @@
 (define-public nfs-utils
   (package
     (name "nfs-utils")
-    (version "1.3.4")
+    (version "2.1.1")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -49,7 +49,7 @@
                    "/nfs-utils-" version ".tar.xz"))
              (sha256
               (base32
-               "0xarqhwy757vazv9gqhyrgxsrx083yhvkkih01jh83fqm305naml"))))
+               "1vqrqzhg9nh2wj1icp7k8v9dibgnn521b45np79nnkmqf16bbbhg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
-- 
2.12.2





Information forwarded to guix-patches <at> gnu.org:
bug#26788; Package guix-patches. (Sat, 06 May 2017 17:14:02 GMT) Full text and rfc822 format available.

Message #8 received at 26788 <at> debbugs.gnu.org (full text, mbox):

From: Kei Kebreau <kei <at> openmailbox.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 26788 <at> debbugs.gnu.org
Subject: Re: bug#26788: [PATCH] gnu: nfs-utils: Update to 2.1.1.
Date: Sat, 06 May 2017 13:13:50 -0400
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:

> * gnu/packages/nfs.scm (nfs-utils): Update to 2.1.1.
> ---
>  gnu/packages/nfs.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/nfs.scm b/gnu/packages/nfs.scm
> index f18fe6cb5..94a18480c 100644
> --- a/gnu/packages/nfs.scm
> +++ b/gnu/packages/nfs.scm
> @@ -41,7 +41,7 @@
>  (define-public nfs-utils
>    (package
>      (name "nfs-utils")
> -    (version "1.3.4")
> +    (version "2.1.1")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append
> @@ -49,7 +49,7 @@
>                     "/nfs-utils-" version ".tar.xz"))
>               (sha256
>                (base32
> -               "0xarqhwy757vazv9gqhyrgxsrx083yhvkkih01jh83fqm305naml"))))
> +               "1vqrqzhg9nh2wj1icp7k8v9dibgnn521b45np79nnkmqf16bbbhg"))))
>      (build-system gnu-build-system)
>      (arguments
>       `(#:configure-flags

LGTM.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#26788; Package guix-patches. (Sun, 07 May 2017 20:49:01 GMT) Full text and rfc822 format available.

Message #11 received at 26788 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Kei Kebreau <kei <at> openmailbox.org>
Cc: 26788 <at> debbugs.gnu.org, Ricardo Wurmus <rekado <at> elephly.net>
Subject: Re: bug#26788: [PATCH] gnu: nfs-utils: Update to 2.1.1.
Date: Sun, 7 May 2017 16:48:40 -0400
[Message part 1 (text/plain, inline)]
On Sat, May 06, 2017 at 01:13:50PM -0400, Kei Kebreau wrote:
> Leo Famulari <leo <at> famulari.name> writes:
> 
> > * gnu/packages/nfs.scm (nfs-utils): Update to 2.1.1.
> 
> LGTM.

Thanks!

I poked around some more and found that our nfs-utils package does not
keep a reference to gss. So, I'm removing gss in this update.

I also verified that all of the substitutions in the
'adjust-command-file-names' phase still have an effect.

I'll push these updated patches soon if there are no more comments.
[0001-gnu-nfs-utils-Update-to-2.1.1.patch (text/plain, attachment)]
[0002-gnu-nfs-utils-Adjust-indentation.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#26788; Package guix-patches. (Mon, 08 May 2017 21:37:02 GMT) Full text and rfc822 format available.

Message #14 received at 26788 <at> debbugs.gnu.org (full text, mbox):

From: Kei Kebreau <kei <at> openmailbox.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 26788 <at> debbugs.gnu.org, Ricardo Wurmus <rekado <at> elephly.net>
Subject: Re: bug#26788: [PATCH] gnu: nfs-utils: Update to 2.1.1.
Date: Mon, 08 May 2017 17:36:28 -0400
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:

> On Sat, May 06, 2017 at 01:13:50PM -0400, Kei Kebreau wrote:
>> Leo Famulari <leo <at> famulari.name> writes:
>> 
>> > * gnu/packages/nfs.scm (nfs-utils): Update to 2.1.1.
>> 
>> LGTM.
>
> Thanks!
>
> I poked around some more and found that our nfs-utils package does not
> keep a reference to gss. So, I'm removing gss in this update.
>
> I also verified that all of the substitutions in the
> 'adjust-command-file-names' phase still have an effect.
>
> I'll push these updated patches soon if there are no more comments.

They still work, so no opposition here.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Mon, 08 May 2017 23:29:01 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Mon, 08 May 2017 23:29:02 GMT) Full text and rfc822 format available.

Message #19 received at 26788-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
Cc: 26788-done <at> debbugs.gnu.org
Subject: Re: bug#26788: [PATCH] gnu: nfs-utils: Update to 2.1.1.
Date: Mon, 8 May 2017 19:28:07 -0400
[Message part 1 (text/plain, inline)]
On Mon, May 08, 2017 at 05:36:28PM -0400, Kei Kebreau wrote:
> Leo Famulari <leo <at> famulari.name> writes:
> 
> > On Sat, May 06, 2017 at 01:13:50PM -0400, Kei Kebreau wrote:
> >> Leo Famulari <leo <at> famulari.name> writes:
> >> 
> >> > * gnu/packages/nfs.scm (nfs-utils): Update to 2.1.1.
> >> 
> >> LGTM.
> >
> > Thanks!
> >
> > I poked around some more and found that our nfs-utils package does not
> > keep a reference to gss. So, I'm removing gss in this update.
> >
> > I also verified that all of the substitutions in the
> > 'adjust-command-file-names' phase still have an effect.
> >
> > I'll push these updated patches soon if there are no more comments.
> 
> They still work, so no opposition here.

I pushed as a472f0d0752366a702515c28b1184b564fabf366.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#26788; Package guix-patches. (Tue, 09 May 2017 05:50:01 GMT) Full text and rfc822 format available.

Message #22 received at 26788 <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Leo Famulari <leo <at> famulari.name>
Cc: 26788 <at> debbugs.gnu.org, Kei Kebreau <kei <at> openmailbox.org>
Subject: Re: bug#26788: [PATCH] gnu: nfs-utils: Update to 2.1.1.
Date: Tue, 09 May 2017 07:49:38 +0200
Leo Famulari <leo <at> famulari.name> writes:

> On Sat, May 06, 2017 at 01:13:50PM -0400, Kei Kebreau wrote:
>> Leo Famulari <leo <at> famulari.name> writes:
>> 
>> > * gnu/packages/nfs.scm (nfs-utils): Update to 2.1.1.
>> 
>> LGTM.
>
> Thanks!
>
> I poked around some more and found that our nfs-utils package does not
> keep a reference to gss. So, I'm removing gss in this update.
>
> I also verified that all of the substitutions in the
> 'adjust-command-file-names' phase still have an effect.

Thanks for the extra diligence!

> I'll push these updated patches soon if there are no more comments.

Sounds good to me.  Thanks!

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 06 Jun 2017 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 108 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.