unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27394] [PATCH] gnu: tor: Add seccomp support.
@ 2017-06-16 11:21 Rutger Helling
  2017-06-16 12:01 ` ng0
  2017-06-20 21:07 ` bug#27394: " Ludovic Courtès
  0 siblings, 2 replies; 10+ messages in thread
From: Rutger Helling @ 2017-06-16 11:21 UTC (permalink / raw)
  To: 27394


[-- Attachment #1.1: Type: text/plain, Size: 48 bytes --]

Hello, 

this patch adds seccomp support to tor.

[-- Attachment #1.2: Type: text/html, Size: 258 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-tor-Add-seccomp-support.patch --]
[-- Type: text/x-diff; name=0001-gnu-tor-Add-seccomp-support.patch, Size: 1127 bytes --]

From 5e93733bba145ac3e3a3f39fb43f25ad7125fa2f Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Fri, 16 Jun 2017 13:15:17 +0200
Subject: [PATCH] gnu: tor: Add seccomp support.

* gnu/packages/tor.scm (tor)[inputs]: Add libseccomp.
---
 gnu/packages/tor.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 819092cb7..bcb5aacbd 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -61,7 +62,8 @@
     (inputs
      `(("zlib" ,zlib)
        ("openssl" ,openssl)
-       ("libevent" ,libevent)))
+       ("libevent" ,libevent)
+       ("libseccomp", libseccomp)))
     (home-page "https://www.torproject.org/")
     (synopsis "Anonymous network router to improve privacy on the Internet")
     (description
-- 
2.13.1


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

end of thread, other threads:[~2017-06-21  8:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-16 11:21 [bug#27394] [PATCH] gnu: tor: Add seccomp support Rutger Helling
2017-06-16 12:01 ` ng0
2017-06-16 12:33   ` Rutger Helling
2017-06-16 12:46     ` ng0
2017-06-16 13:10       ` ng0
2017-06-16 22:09         ` ng0
2017-06-20 21:07 ` bug#27394: " Ludovic Courtès
2017-06-20 22:31   ` [bug#27394] " ng0
2017-06-21  6:57     ` Rutger Helling
2017-06-21  8:24       ` Ludovic Courtès

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).