diff options
author | taca <taca> | 2006-07-09 13:21:02 +0000 |
---|---|---|
committer | taca <taca> | 2006-07-09 13:21:02 +0000 |
commit | 6e9bc615607680220f66fa567676a0a2b45c09e2 (patch) | |
tree | 5cbcb83975ffdee43d295410a1872d31a0cd901e /net/dtcp/Makefile | |
parent | 350ee85a1d15f1e1cd14eec85bd7a3bfb53a0250 (diff) | |
download | pkgsrc-6e9bc615607680220f66fa567676a0a2b45c09e2.tar.gz |
Update net/dtcp package to 20060109.
2006-01-04 Hajimu UMEMOTO <ume@mahoroba.org>
* dtcps.rb (service_dtcp): When new connection request for UDP
tunnel comes, don't disconnect existing connection even if is
comes from same IPv4 address.
* dtcpc.rb, dtcps.rb: Make an IPv6 over an IPv4 tunnel NAT
friendly. If -n option is specified to dtcpc, it is enabled. It
requires some modification to ng_ksocket of server side.
2006-01-02 Hajimu UMEMOTO <ume@mahoroba.org>
* dtcpc.rb, dtcps.rb: Add experimental support for an IPv6 over an
IPv4 tunnel using Netgraph. The relevant options are -b and -U.
* dtcps.rb: Trap SIGINT as well as SIGTERM, and ignore SIGHUP.
Diffstat (limited to 'net/dtcp/Makefile')
-rw-r--r-- | net/dtcp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dtcp/Makefile b/net/dtcp/Makefile index d5cbd1df540..683d3c1327f 100644 --- a/net/dtcp/Makefile +++ b/net/dtcp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2006/01/24 20:22:35 reed Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/09 13:21:02 taca Exp $ # -DISTNAME= dtcp-20050521 -PKGREVISION= 1 +DISTNAME= dtcp-20060109 CATEGORIES= net MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \ http://home.jp.FreeBSD.org/~ume/ipv6/ |