diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-23 20:23:09 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-23 20:23:09 +0000 |
commit | 97388b15598ade0c98fcbb733a4634dc7608bb67 (patch) | |
tree | 60a401235a49cfb4b5f4141e981083b3722b944e /net/6tunnel/Makefile | |
parent | c40be5e1b276fc966960313f749cfdcb4b36b4db (diff) | |
download | pkgsrc-97388b15598ade0c98fcbb733a4634dc7608bb67.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/ |