diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-11-26 23:03:54 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-11-26 23:03:54 +0000 |
commit | e446e0c703efb2eb5e2f32c863aaf48a249f053f (patch) | |
tree | 05451298038751b1bf10b7bd72bca64157c6fd6c /net/vpnc | |
parent | b36c4c346e823d9ebd980e7093f3bdaaac28cf0a (diff) | |
download | pkgsrc-e446e0c703efb2eb5e2f32c863aaf48a249f053f.tar.gz |
Update vpnc to 0.3.2.
Changes:
* vpnc-0.3.2.tar.gz Mon Nov 22 01:14:29 CET 2004
* added support for preshared without xauth
* fixed NAT-T support with IOS and PIX
* fixed IP-Len header (Christian Lackas)
* fixed reconnection problems with IOS and PIX
* vpnc-0.3.1.tar.gz Sat Nov 13 01:46:42 CET 2004
* fixed segfault in --print-config
* vpnc-0.3.tar.gz Sat Nov 13 01:16:37 CET 2004
* included IPSec over UDP and NAT-T support, thanks to Tomas Mraz
and Martin von Gagern
* added support for interactive authentication (security tokens for
example)
* fixed IOS support
* updated man-page
* updated TODO list
* fixed byte-order in debug ouput
Diffstat (limited to 'net/vpnc')
-rw-r--r-- | net/vpnc/Makefile | 6 | ||||
-rw-r--r-- | net/vpnc/distinfo | 10 | ||||
-rw-r--r-- | net/vpnc/patches/patch-aa | 24 | ||||
-rw-r--r-- | net/vpnc/patches/patch-ab | 8 |
4 files changed, 23 insertions, 25 deletions
diff --git a/net/vpnc/Makefile b/net/vpnc/Makefile index c080957715a..b0869755a25 100644 --- a/net/vpnc/Makefile +++ b/net/vpnc/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:01 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/26 23:03:54 hubertf Exp $ # -DISTNAME= vpnc-0.2-rm+zomb.1 -PKGNAME= vpnc-0.2.1 -PKGREVISION= 1 +DISTNAME= vpnc-0.3.2 CATEGORIES= net security MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ diff --git a/net/vpnc/distinfo b/net/vpnc/distinfo index b26118fbe91..5a9201d7e57 100644 --- a/net/vpnc/distinfo +++ b/net/vpnc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/09/20 22:58:52 wiz Exp $ +$NetBSD: distinfo,v 1.2 2004/11/26 23:03:54 hubertf Exp $ -SHA1 (vpnc-0.2-rm+zomb.1.tar.gz) = 155f15bd886207e177f8d611de72a9f70819db5a -Size (vpnc-0.2-rm+zomb.1.tar.gz) = 54166 bytes -SHA1 (patch-aa) = 7989361e203525bbe68a62ddb2580f851c918bfc -SHA1 (patch-ab) = ef63e1aa4ee01f32e21ccb111ff90fa8a147866c +SHA1 (vpnc-0.3.2.tar.gz) = 71276f606ff56108797654cf4711bef4b3c34d88 +Size (vpnc-0.3.2.tar.gz) = 56669 bytes +SHA1 (patch-aa) = f4bd96493ff8be6e500d425d40d6403509eee6b2 +SHA1 (patch-ab) = e14e97c977badc03501c9206c6c2e3c89b20d9a7 diff --git a/net/vpnc/patches/patch-aa b/net/vpnc/patches/patch-aa index 240d66157a4..30bebfe7932 100644 --- a/net/vpnc/patches/patch-aa +++ b/net/vpnc/patches/patch-aa @@ -1,15 +1,15 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/09/20 22:58:52 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2004/11/26 23:03:54 hubertf Exp $ ---- vpnc.c.orig 2004-05-13 19:24:34.000000000 +0200 -+++ vpnc.c -@@ -2298,8 +2298,8 @@ int main(int argc, char **argv) - else - read_config_file (argv[i], config, 0); +--- config.c.orig 2004-11-22 01:11:48.000000000 +0100 ++++ config.c +@@ -484,8 +484,8 @@ void do_config(int argc, char **argv) + } + } -- read_config_file ("/etc/vpnc/default.conf", config, 1); -- read_config_file ("/etc/vpnc.conf", config, 1); -+ read_config_file (PKG_SYSCONFDIR "/vpnc/default.conf", config, 1); -+ read_config_file (PKG_SYSCONFDIR "/vpnc.conf", config, 1); +- read_config_file("/etc/vpnc/default.conf", config, 1); +- read_config_file("/etc/vpnc.conf", config, 1); ++ read_config_file(PKG_SYSCONFDIR "/vpnc/default.conf", config, 1); ++ read_config_file(PKG_SYSCONFDIR "/vpnc.conf", config, 1); - if (!print_config) - for (i = 0; config_names[i].name != NULL; i++) + if (!print_config) { + for (i = 0; config_names[i].name != NULL; i++) diff --git a/net/vpnc/patches/patch-ab b/net/vpnc/patches/patch-ab index 4a24cfe54dc..37d51e8d326 100644 --- a/net/vpnc/patches/patch-ab +++ b/net/vpnc/patches/patch-ab @@ -1,9 +1,9 @@ -$NetBSD: patch-ab,v 1.1.1.1 2004/09/20 22:58:52 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2004/11/26 23:03:54 hubertf Exp $ ---- Makefile.orig 2004-05-03 00:10:09.000000000 +0200 +--- Makefile.orig 2004-11-13 00:23:36.000000000 +0100 +++ Makefile -@@ -16,7 +16,7 @@ - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +@@ -22,7 +22,7 @@ SBINDIR=$(PREFIX)/sbin + MANDIR=$(PREFIX)/share/man CC=gcc -CFLAGS=-W -Wall -O -g '-DVERSION="$(shell cat VERSION)"' $(shell libgcrypt-config --cflags) |