Re: [PATCH] Add VPN client ike.

2015-08-18 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/readline.scm (libedit): New variable. > > FYI this package is already available elsewhere. D’oh! How could I have missed that? ~~ Ricardo

Re: [PATCH] Add VPN client ike.

2015-08-18 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/readline.scm (libedit): New variable. FYI this package is already available elsewhere. Ludo’.

Re: [PATCH] Add VPN client ike.

2015-08-13 Thread Ricardo Wurmus
After trying to use this programme with the institute’s VPN server I found that it doesn’t work well (or: at all). Unless someone else has a VPN server to test this package I’d like to withdraw the patch submission, since a patched vpnc works fine for me. ~~ Ricardo

Re: [PATCH] Add VPN client ike.

2015-08-04 Thread Alex Kost
Ricardo Wurmus (2015-08-03 16:41 +0300) wrote: > +(define-public ike > + (package > +(name "ike") > +(version "2.2.1") > +(source (origin > + (method url-fetch) > + (uri (string-append > +"https://www.shrew.net/download/ike/ike-"; > +

[PATCH] Add VPN client ike.

2015-08-03 Thread Ricardo Wurmus
>From 0fbe28707573fdc9a7587143d10587b93b313d48 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 3 Aug 2015 15:35:55 +0200 Subject: [PATCH 1/2] gnu: Add libedit. * gnu/packages/readline.scm (libedit): New variable. --- gnu/packages/readline.scm | 22 ++ 1 file changed,