summaryrefslogtreecommitdiff
path: root/devel/cvsync
diff options
context:
space:
mode:
authorgehenna <gehenna>2003-05-17 00:45:40 +0000
committergehenna <gehenna>2003-05-17 00:45:40 +0000
commitb30ca9254de8744d91612809c59f5ce1db1db998 (patch)
treea27ea451e7c58a48a2f4d03926ec9100948c52d3 /devel/cvsync
parent9c2995cfda4822943baefb01f9d82b2e38cbaf11 (diff)
downloadpkgsrc-b30ca9254de8744d91612809c59f5ce1db1db998.tar.gz
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)
Diffstat (limited to 'devel/cvsync')
-rw-r--r--devel/cvsync/Makefile4
-rw-r--r--devel/cvsync/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile
index d239438bf3a..2ff725e7e7f 100644
--- a/devel/cvsync/Makefile
+++ b/devel/cvsync/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2003/05/08 15:40:39 gehenna Exp $
+# $NetBSD: Makefile,v 1.30 2003/05/17 00:45:40 gehenna Exp $
#
-DISTNAME= cvsync-0.20.2
+DISTNAME= cvsync-0.21.0
CATEGORIES= devel
MASTER_SITES= http://www.daemon-systems.org/cvsync/
diff --git a/devel/cvsync/distinfo b/devel/cvsync/distinfo
index 0bc3888f596..1bc724d48e7 100644
--- a/devel/cvsync/distinfo
+++ b/devel/cvsync/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2003/05/08 15:40:40 gehenna Exp $
+$NetBSD: distinfo,v 1.27 2003/05/17 00:45:40 gehenna Exp $
-SHA1 (cvsync-0.20.2.tar.gz) = 0c69d7003e55e60d4cd906ee15e078c017f3a47b
-Size (cvsync-0.20.2.tar.gz) = 96811 bytes
+SHA1 (cvsync-0.21.0.tar.gz) = 67f8bf5c0015dfe9b3942a7a8ed78ac44d86f11a
+Size (cvsync-0.21.0.tar.gz) = 103071 bytes