diff options
author | zuntum <zuntum> | 2001-10-23 20:23:09 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-23 20:23:09 +0000 |
commit | 3677d78f83b36b41987829b6da7780ab58b1de09 (patch) | |
tree | 60a401235a49cfb4b5f4141e981083b3722b944e /net/6tunnel/Makefile | |
parent | d0b9f2bfb4b4d0ba8c5b1ecc4e43b5c7cab49079 (diff) | |
download | pkgsrc-3677d78f83b36b41987829b6da7780ab58b1de09.tar.gz |
Update 6tunnel to 0.09
Changes from version 0.07:
0.09, 2001-10-18, wojtekka@irc.pl
- included patch from OpenBSD port by Patroklos Argyroudis <argp@bsd.gr>.
- fixing the fix - patch by awayzzz <awayzzz@digibel.org>.
0.08, 2000-12-12, ascent@linux.pl
- modified IPv4 to IPv6 mapping -- better memory managing.
0.08, 2001-10-13, wojtekka@irc.pl
- some memory leaks fixed thanks to Sorrow The Prince <s0tp@libero.it>.
- fixed dos condition thanks to awayzzz <awayzzz@digibel.org>.
Diffstat (limited to 'net/6tunnel/Makefile')
-rw-r--r-- | net/6tunnel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile index 0e058d264a2..f213d318172 100644 --- a/net/6tunnel/Makefile +++ b/net/6tunnel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/23 13:54:47 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/23 20:23:09 zuntum Exp $ # -DISTNAME= 6tunnel-0.07 +DISTNAME= 6tunnel-0.09 CATEGORIES= net MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/ |