Subject: CVS commit: pkgsrc/devel/cvsync
To: None <pkgsrc-changes@netbsd.org>
From: MAEKAWA Masahide <gehenna@netbsd.org>
List: pkgsrc-changes
Date: 05/17/2003 00:45:40
Module Name: pkgsrc
Committed By: gehenna
Date: Sat May 17 00:45:40 UTC 2003
Modified Files:
pkgsrc/devel/cvsync: Makefile distinfo
Log Message:
0.21.0 is out.
Changes:
* New feature: access
It provides the way to control to allow/deny the connections.
allow <v4addr>[/<netmask>][,<max>]
allow <v6addr>[/<prefixlen>][,<max>]
allow <domain>[,<max>]
'allow' specifies the acceptable address block and
the acceptable domain name. <max> means the maximum
connections from the address block or the domain name.
Even if <max> is greater than 'maxclient', the maximum
is restricted by the value of 'maxclient'.
always <v4addr>[/<netmask>]
always <v6addr>[/<prefixlen>]
always <domain>
'always' specifies the acceptable address block and the
acceptable domain name with no restrictions. Even if
the number of the connections is already same as
'maxclient', the connection from this address block or
the domain name never be rejected.
deny <v4addr>[/<netmask>]
deny <v6addr>[/<prefixlen>]
deny <domain>
'deny' specifies the unacceptable address block and the
unacceptable domain name. The server always rejects the
connection from this address block and the domain name.
'permit' is an alias to 'allow'.
'reject' is an alias to 'deny'.
* Fix a bug that cvscan doesn't work if 'distfile' isn't set.
* Experimental SOCKS5 support.
If you want to use SOCKS5, please specify SOCKS5_TYPE.
The following types are available:
dante
nec
none (default)
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/devel/cvsync/Makefile
cvs rdiff -r1.26 -r1.27 pkgsrc/devel/cvsync/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.