unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29251] [PATCH] gnu: gnutls: Don't allow a reference to net-tools.
@ 2017-11-10 17:20 Leo Famulari
  2017-11-11  5:55 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2017-11-10 17:20 UTC (permalink / raw)
  To: 29251

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#29251] [PATCH] gnu: gnutls: Don't allow a reference to net-tools.
  2017-11-10 17:20 [bug#29251] [PATCH] gnu: gnutls: Don't allow a reference to net-tools Leo Famulari
@ 2017-11-11  5:55 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-11-11  5:55 UTC (permalink / raw)
  To: Leo Famulari, 29251

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

Leo Famulari <leo@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-11  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10 17:20 [bug#29251] [PATCH] gnu: gnutls: Don't allow a reference to net-tools Leo Famulari
2017-11-11  5:55 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).