pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update vpnc to 0.3.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1c0758b09c4
branches:  trunk
changeset: 484290:c1c0758b09c4
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Fri Nov 26 23:03:54 2004 +0000

description:
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:

 doc/CHANGES               |   3 ++-
 net/vpnc/Makefile         |   6 ++----
 net/vpnc/distinfo         |  10 +++++-----
 net/vpnc/patches/patch-aa |  24 ++++++++++++------------
 net/vpnc/patches/patch-ab |   8 ++++----
 5 files changed, 25 insertions(+), 26 deletions(-)

diffs (92 lines):

diff -r 356483ffef8d -r c1c0758b09c4 doc/CHANGES
--- a/doc/CHANGES       Fri Nov 26 23:00:01 2004 +0000
+++ b/doc/CHANGES       Fri Nov 26 23:03:54 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8027 2004/11/26 22:20:39 snj Exp $
+$NetBSD: CHANGES,v 1.8028 2004/11/26 23:03:54 hubertf Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -5464,3 +5464,4 @@
        Updated xmountains to 2.7 [snj 2004-11-26]
        Updated 9menu to 1.8 [snj 2004-11-26]
        Updated qiv to 2.0 [snj 2004-11-26]
+       Updated vpnc to 0.3.2 [hubertf 2004-11-27]
diff -r 356483ffef8d -r c1c0758b09c4 net/vpnc/Makefile
--- a/net/vpnc/Makefile Fri Nov 26 23:00:01 2004 +0000
+++ b/net/vpnc/Makefile Fri Nov 26 23:03:54 2004 +0000
@@ -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 -r 356483ffef8d -r c1c0758b09c4 net/vpnc/distinfo
--- a/net/vpnc/distinfo Fri Nov 26 23:00:01 2004 +0000
+++ b/net/vpnc/distinfo Fri Nov 26 23:03:54 2004 +0000
@@ -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 -r 356483ffef8d -r c1c0758b09c4 net/vpnc/patches/patch-aa
--- a/net/vpnc/patches/patch-aa Fri Nov 26 23:00:01 2004 +0000
+++ b/net/vpnc/patches/patch-aa Fri Nov 26 23:03:54 2004 +0000
@@ -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 -r 356483ffef8d -r c1c0758b09c4 net/vpnc/patches/patch-ab
--- a/net/vpnc/patches/patch-ab Fri Nov 26 23:00:01 2004 +0000
+++ b/net/vpnc/patches/patch-ab Fri Nov 26 23:03:54 2004 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index