all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32468] Add dante
@ 2018-08-17 15:59 Arun Isaac
  2018-08-17 17:51 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2018-08-17 15:59 UTC (permalink / raw)
  To: 32468

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


Please find attached a patch adding dante, a SOCKS client and server.


[-- Attachment #2: 0001-gnu-Add-dante.patch --]
[-- Type: text/x-patch, Size: 2343 bytes --]

From 3da12958bbaa283fce15a51ac902ce66adeaeec0 Mon Sep 17 00:00:00 2001
From: Arun Isaac <arunisaac@systemreboot.net>
Date: Fri, 9 Feb 2018 15:23:19 +0530
Subject: [PATCH] gnu: Add dante.
To: guix-patches@gnu.org

* gnu/packages/networking.scm (dante): New variable.
---
 gnu/packages/networking.scm | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 371a93566..16da879c3 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2016, 2017, 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2016, 2017 Nils Gillmann <ng0@n0.is>
-;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2016 Benz Schenk <benz.schenk@uzh.ch>
 ;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix@thebird.nl>
 ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
@@ -2177,3 +2177,25 @@ Convert the cap file to hccapx format and/or to WPA-PMKID-PBKDF2
 hashline (16800) with @command{hcxpcaptool} from the @code{hcxtools} package
 and check if the WLAN key or the master key was transmitted unencrypted.")
       (license license:expat))))
+
+(define-public dante
+  (package
+    (name "dante")
+    (version "1.4.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://www.inet.no/dante/files/dante-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "19rqzj167q73ag20zxpvswhkk0bj56r5maf83v5016sw7vrcz5sc"))))
+    (build-system gnu-build-system)
+    (home-page "https://www.inet.no/dante/")
+    (synopsis "SOCKS server and client")
+    (description "Dante is a SOCKS client and server implementation.  It can
+be installed on a machine with access to an external TCP/IP network and will
+allow all other machines, without direct access to that network, to be relayed
+through the machine the Dante server is running on.  The external network will
+never see any machines other than the one Dante is running on.")
+    (license (license:non-copyleft "file://LICENSE"))))
-- 
2.18.0


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

* [bug#32468] Add dante
  2018-08-17 15:59 [bug#32468] Add dante Arun Isaac
@ 2018-08-17 17:51 ` Leo Famulari
  2018-08-17 19:25   ` bug#32468: " Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-08-17 17:51 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 32468

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

On Fri, Aug 17, 2018 at 09:29:52PM +0530, Arun Isaac wrote:
> 
> Please find attached a patch adding dante, a SOCKS client and server.
> 

> From 3da12958bbaa283fce15a51ac902ce66adeaeec0 Mon Sep 17 00:00:00 2001
> From: Arun Isaac <arunisaac@systemreboot.net>
> Date: Fri, 9 Feb 2018 15:23:19 +0530
> Subject: [PATCH] gnu: Add dante.
> To: guix-patches@gnu.org
> 
> * gnu/packages/networking.scm (dante): New variable.

LGTM, thanks!

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

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

* bug#32468: Add dante
  2018-08-17 17:51 ` Leo Famulari
@ 2018-08-17 19:25   ` Arun Isaac
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2018-08-17 19:25 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 32468-done


Pushed! Thanks for the very quick review! :-)

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

end of thread, other threads:[~2018-08-17 19:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-17 15:59 [bug#32468] Add dante Arun Isaac
2018-08-17 17:51 ` Leo Famulari
2018-08-17 19:25   ` bug#32468: " Arun Isaac

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.