diff options
author | salo <salo@pkgsrc.org> | 2003-02-15 02:02:12 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-15 02:02:12 +0000 |
commit | a076b470af0528e9d7f6fea69630b3b879b1684a (patch) | |
tree | d09e59bdf974aaec6655ab944c3a0872cc425f94 /net/tspc/PLIST | |
parent | 9e7bfcbc28e5a1b8c38e219ed7e91792e0746af3 (diff) | |
download | pkgsrc-a076b470af0528e9d7f6fea69630b3b879b1684a.tar.gz |
Update to version 0.9.7.
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
Diffstat (limited to 'net/tspc/PLIST')
-rw-r--r-- | net/tspc/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/tspc/PLIST b/net/tspc/PLIST index ab18aa4f03a..f2e9987b091 100644 --- a/net/tspc/PLIST +++ b/net/tspc/PLIST @@ -1,12 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/22 18:14:51 grant Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/02/15 02:02:13 salo Exp $ man/man5/tspc.conf.5 man/man8/tspc.8 sbin/tspc +share/examples/tspc/tspc.conf.default share/doc/tspc/CONTRIB.txt share/doc/tspc/LEGAL share/doc/tspc/README share/tspc/template/checktunnel.sh share/tspc/template/cisco.sh +share/tspc/template/darwin.sh share/tspc/template/freebsd4.sh share/tspc/template/freebsd44.sh share/tspc/template/linux.sh @@ -16,3 +18,4 @@ share/tspc/template/solaris8.sh @dirrm share/doc/tspc @dirrm share/tspc/template @dirrm share/tspc +@dirrm share/examples/tspc |