GNU bug report logs - #29251
[PATCH] gnu: gnutls: Don't allow a reference to net-tools.

Previous Next

Package: guix-patches;

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

Date: Fri, 10 Nov 2017 17:21:02 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 29251 in the body.
You can then email your comments to 29251 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#29251; Package guix-patches. (Fri, 10 Nov 2017 17:21:02 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, 10 Nov 2017 17:21:02 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: gnutls: Don't allow a reference to net-tools.
Date: Fri, 10 Nov 2017 12:20:11 -0500
* gnu/packages/tls.scm (gnutls)[arguments]: Add net-tools
to #:disallowed-references.
---
 gnu/packages/tls.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index e87149a59..314a67af7 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -153,7 +153,9 @@ living in the same process.")
                "15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:configure-flags
+     `(; Ensure we don't keep a reference to this buggy software.
+       #:disallowed-references (,net-tools)
+       #:configure-flags
        (list
              ;; GnuTLS doesn't consult any environment variables to specify
              ;; the location of the system-wide trust store.  Instead it has a
-- 
2.15.0





Information forwarded to guix-patches <at> gnu.org:
bug#29251; Package guix-patches. (Sat, 11 Nov 2017 05:56:01 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: Leo Famulari <leo <at> famulari.name>, 29251 <at> debbugs.gnu.org
Subject: Re: [bug#29251] [PATCH] gnu: gnutls: Don't allow a reference to
 net-tools.
Date: Sat, 11 Nov 2017 06:55:55 +0100
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:

> * gnu/packages/tls.scm (gnutls)[arguments]: Add net-tools
> to #:disallowed-references.

There is a TODO comment right above the GnuTLS definition mentioning
this very change, can you remove that as well?  Other than that LGTM.
[signature.asc (application/pgp-signature, inline)]

bug closed, send any further explanations to 29251 <at> debbugs.gnu.org and Leo Famulari <leo <at> famulari.name> Request was from Leo Famulari <leo <at> famulari.name> to control <at> debbugs.gnu.org. (Sat, 11 Nov 2017 16:54:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 10 Dec 2017 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 195 days ago.

Previous Next


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