summaryrefslogtreecommitdiff
path: root/net/tspc
AgeCommit message (Collapse)AuthorFilesLines
2003-02-15Update to version 0.9.7.salo7-31/+74
Addresses PR pkg/20169 by Quentin Garnier. Changes: - follow PKG_SYSCONFDIR - use CONF_FILES correctly - simplify Makefile and clean it up a bit 0.9.7 ===== - Add support for Darwin (MacOS X) (thanks to Tim Buchheim) - Add new feature : 'retry_delay' option to retry tunnel request to server every n seconds (thanks to Peter Todd of Linux Journal who suggested this feature) - Correct WindowsNT-2K-XP bugs of directory separator and environment variables setting (thanks to Christian Meyer) - Correct digest-md5 bug (thanks to Love from ngtrans) - Correct linux.sh template to add default route to 2000::/3 (thanks to Peter Schneider-Kamp) - Correct openbsd.sh template bugs in radvd config file generation (thanks to Stephen Harrell) - Correct netbsd.sh template bug of radvdconfigfile variable name (thanks to Brad Forschinger) - Modify code to be tsp-draft compliant - Update man pages and documentation
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-08-22add note about creating tunnel interface on NetBSD.grant1-0/+9
2002-08-22fix typo.grant1-1/+1
2002-08-22Initlal import of tspc-0.9.6 into the NetBSD packages collection.grant7-0/+144
tspc is a tunnel server protocol client used to establish an IPv6 tunnel to Freenet6, an free IPv6 over IPv4 provider.