all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: tinc: Add tinc vpn
@ 2015-08-17  8:19 Jeff Mickey
  2015-08-20 16:02 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Mickey @ 2015-08-17  8:19 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: 0001-gnu-Add-tinc.patch --]
[-- Type: text/x-patch, Size: 1825 bytes --]

From c30ef5476a852df84d30b5e3d39ec7fc27bb55cf Mon Sep 17 00:00:00 2001
From: Jeff Mickey <j@codemac.net>
Date: Mon, 17 Aug 2015 01:16:45 -0700
Subject: [PATCH] gnu: Add tinc.

* gnu/packages/vpn.scm (tinc): New variable.
---
 gnu/packages/vpn.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index d866214..4e3ef01 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
+;;; Copyright © 2015 Jeff Mickey <j@codemac.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -155,3 +156,25 @@ bridged configurations and remote access facilities.  It uses a custom
 security protocol that utilizes SSL/TLS for key exchange.  It is capable of
 traversing network address translators (NATs) and firewalls.")
     (license license:gpl2)))
+
+(define-public tinc
+  (package
+   (name "tinc")
+   (version "1.0.26")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "http://tinc-vpn.org/packages/"
+                                name "-" version ".tar.gz"))
+            (sha256
+             (base32
+              "08ds8s32cjslms1q227ihd6jz35583v378ij4pknfa5xngfijhrb"))))
+   (build-system gnu-build-system)
+   (inputs `(("zlib" ,zlib)
+             ("lzo" ,lzo)
+             ("openssl" ,openssl)))
+   (home-page "http://tinc-vpn.org")
+   (synopsis "A Virtual Private Network (VPN) daemon")
+   (description
+    "Tinc is a VPN that uses tunnelling and encryption to create a secure
+private network between hosts on the internet.")
+   (license license:gpl2+)))
-- 
2.4.3


[-- Attachment #2: Type: text/plain, Size: 15 bytes --]


  //  codemac

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

* Re: [PATCH] gnu: tinc: Add tinc vpn
  2015-08-17  8:19 [PATCH] gnu: tinc: Add tinc vpn Jeff Mickey
@ 2015-08-20 16:02 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-08-20 16:02 UTC (permalink / raw)
  To: Jeff Mickey; +Cc: guix-devel

Jeff Mickey <j@codemac.net> skribis:

> From c30ef5476a852df84d30b5e3d39ec7fc27bb55cf Mon Sep 17 00:00:00 2001
> From: Jeff Mickey <j@codemac.net>
> Date: Mon, 17 Aug 2015 01:16:45 -0700
> Subject: [PATCH] gnu: Add tinc.
>
> * gnu/packages/vpn.scm (tinc): New variable.

I remove the “A” in the synopsis, as suggested by ‘guix lint’, and
applied it.  Thanks!

Ludo’.

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

end of thread, other threads:[~2015-08-20 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17  8:19 [PATCH] gnu: tinc: Add tinc vpn Jeff Mickey
2015-08-20 16:02 ` Ludovic Courtès

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.