diff options
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) |