summaryrefslogtreecommitdiff
path: root/net/6tunnel
diff options
context:
space:
mode:
authorghen <ghen>2011-10-13 11:40:05 +0000
committerghen <ghen>2011-10-13 11:40:05 +0000
commit4ad10ad097c41bb61548eb2fd9739d4a8823bf69 (patch)
treef0fa56bb54c58aa01e7d7a206c9d3d9d87792295 /net/6tunnel
parent2e539512d07d704e6c1ad6e4e9da27584e1e85b5 (diff)
downloadpkgsrc-4ad10ad097c41bb61548eb2fd9739d4a8823bf69.tar.gz
Update to 0.11rc2 (with new homepage), latest available version since 2005.
0.11 (2005-08-18) Changes by Wojtek Kaniewski <wojtekka@toxygen.net>: - changed license to GPL version 2. There was no license information before which caused confusion. Code by Tomasz Lipski <lemur@irc.pl> and awayzzz <awayzzz@digibel.org> had to be removed, because their e-mail addresses were dead and googling for them gave no useful information. The missing features have been rewritten from scratch. If any offending code is still here, please let me know. I've done my best, but I haven't used any version control 5 years ago. - changed e-mail address. Changes by Ramunas Lukosevicius <lukoramu@parok.lt> - fixed source mapping bug, - SIGHUP reloads map file. 0.10 (2003-06-12) Changes by Wojtek Kaniewski <wojtekka@irc.pl>: - major code cleanup, - select() before accept(), so 6tunnel won't hang on sys_socketcall. - fixed losing data under heavy load, when write() didn't send all data. unsent data is stored in a buffer, - autoconf, - supports pid file (idea by misio <monster@qm.pl>).
Diffstat (limited to 'net/6tunnel')
-rw-r--r--net/6tunnel/Makefile9
-rw-r--r--net/6tunnel/distinfo9
-rw-r--r--net/6tunnel/patches/patch-aa52
3 files changed, 8 insertions, 62 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile
index bd7686fbaf4..942517222dc 100644
--- a/net/6tunnel/Makefile
+++ b/net/6tunnel/Makefile
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.11 2010/02/26 10:28:33 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2011/10/13 11:40:05 ghen Exp $
#
-DISTNAME= 6tunnel-0.09
+DISTNAME= 6tunnel-0.11rc2
CATEGORIES= net
-MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/
+MASTER_SITES= http://toxygen.net/6tunnel/
MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://toxygen.net/6tunnel/
COMMENT= v4/v6 protocol translation
PKG_DESTDIR_SUPPORT= user-destdir
-WRKSRC= ${WRKDIR}/6tunnel
-
NOT_FOR_PLATFORM+= Interix-*-* # no IPv6 support
.include "../../mk/bsd.prefs.mk"
diff --git a/net/6tunnel/distinfo b/net/6tunnel/distinfo
index c00c9ad1246..bdd371e30e7 100644
--- a/net/6tunnel/distinfo
+++ b/net/6tunnel/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 12:13:41 agc Exp $
+$NetBSD: distinfo,v 1.6 2011/10/13 11:40:05 ghen Exp $
-SHA1 (6tunnel-0.09.tar.gz) = 6af871f4f225372c5f41c2bc097fd173e16ae683
-RMD160 (6tunnel-0.09.tar.gz) = ddca9b7f0aab998968cecd25b605b468cd58e2ea
-Size (6tunnel-0.09.tar.gz) = 7389 bytes
-SHA1 (patch-aa) = a3c79786326afcdd65c99aa8284ec05e54e0654e
+SHA1 (6tunnel-0.11rc2.tar.gz) = be5af4c64070255f7e6c7119c0cdcaadf192ef32
+RMD160 (6tunnel-0.11rc2.tar.gz) = e42d9f672ca0e3ce217a320101191a30f7125f43
+Size (6tunnel-0.11rc2.tar.gz) = 17522 bytes
diff --git a/net/6tunnel/patches/patch-aa b/net/6tunnel/patches/patch-aa
deleted file mode 100644
index 02eb423c1a5..00000000000
--- a/net/6tunnel/patches/patch-aa
+++ /dev/null
@@ -1,52 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/09/22 16:18:08 wiz Exp $
-
---- 6tunnel.c.orig Mon Sep 22 14:57:59 2003
-+++ 6tunnel.c Mon Sep 22 15:02:38 2003
-@@ -429,27 +429,27 @@
-
- void usage(char *a0)
- {
-- fprintf(stderr, "\
--usage: %s [-146dqvh] [-s sourcehost] [-l localhost] [-i pass]
-- [-I pass] [-m mapfile] [-L limit] [-A filename]
-- localport remotehost [remoteport]
--
-- -1 allow only one connection and quit
-- -4 preffer IPv4 endpoints
-- -6 bind to IPv6 address
-- -v be verbose
-- -d don't detach
-- -f force tunneling (even if remotehost isn't resolvable)
-- -s connect using specified address
-- -l bind to specified address
-- -i act like irc proxy and ask for password
-- -I send specified password to the irc server
-- -h print hex dump of packets
-- -m map specified IPv4 addresses to different IPv6 addresses (see manpage)
-- -L limit simultanous connections
-- -A create apache-like log file
-+ fprintf(stderr, "\n"
-+"usage: %s [-146dqvh] [-s sourcehost] [-l localhost] [-i pass]\n"
-+" [-I pass] [-m mapfile] [-L limit] [-A filename]\n"
-+" localport remotehost [remoteport]\n"
-+"\n"
-+" -1 allow only one connection and quit\n"
-+" -4 preffer IPv4 endpoints\n"
-+" -6 bind to IPv6 address\n"
-+" -v be verbose\n"
-+" -d don't detach\n"
-+" -f force tunneling (even if remotehost isn't resolvable)\n"
-+" -s connect using specified address\n"
-+" -l bind to specified address\n"
-+" -i act like irc proxy and ask for password\n"
-+" -I send specified password to the irc server\n"
-+" -h print hex dump of packets\n"
-+" -m map specified IPv4 addresses to different IPv6 addresses (see manpage)\n"
-+" -L limit simultanous connections\n"
-+" -A create apache-like log file\n"
-+"\n", a0);
-
--", a0);
-
- }
-