diff options
author | adam <adam@pkgsrc.org> | 2006-05-26 08:50:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-05-26 08:50:13 +0000 |
commit | 0115074afd15176bec74f9f8d7ac0f9bcb1dcd6b (patch) | |
tree | f05dfd7e47629260d1dc8fe89e7452f56c341413 /net | |
parent | dbe06dc898fa37078ea74b84e68149483e6f3e73 (diff) | |
download | pkgsrc-0115074afd15176bec74f9f8d7ac0f9bcb1dcd6b.tar.gz |
Changes 1.1.19:
o Disabled code for shutting down idle sockd processes, appears to need
more testing.
o Upgrade to Automake 1.9.6.
o Use __libc_enable_secure if it exists and issetugid() doesn't.
Should allow the SOCKS_CONF environment variable to be used on Linux.
o Check if large files need special support; logfiles can grow large.
o Drop trying to optimize away unnecessary PAM calls, creates
obscure problems on some PAM-Linux implementations.
o Fixed bug introduced as part of additions to better preserve TCP
semantics across connections.
o New module available: session. This gives control over how
many sessions different clients can create.
o In order to share some code, there were some api changes
made to the bandwidth module, requiring users to upgrade.
Users of the bandwidth module can contact sales for a free upgrade.
o Fix bug preventing immediate-error on wrong password to take effect
for servers configured to use PAM.
o Update usage of 'head'.
o Support server-chaining. Currently only the tcp connect command
is supported. It might be possible to add support for udp and
tcp bind if requested.
o Fix PAM-related bug introduced in version 1.1.16.
Diffstat (limited to 'net')
-rw-r--r-- | net/dante/Makefile | 4 | ||||
-rw-r--r-- | net/dante/distinfo | 10 | ||||
-rw-r--r-- | net/dante/patches/patch-ab | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index e4d3b5b80bf..e1ff5cda7ad 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2005/08/12 19:13:11 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2006/05/26 08:50:13 adam Exp $ -DISTNAME= dante-1.1.17 +DISTNAME= dante-1.1.19 CATEGORIES= net security MASTER_SITES= ftp://ftp.inet.no/pub/socks/ diff --git a/net/dante/distinfo b/net/dante/distinfo index 3270876ffa6..77b43799ece 100644 --- a/net/dante/distinfo +++ b/net/dante/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2006/01/19 18:52:59 joerg Exp $ +$NetBSD: distinfo,v 1.12 2006/05/26 08:50:13 adam Exp $ -SHA1 (dante-1.1.17.tar.gz) = 25d4dd85de93e65e519d498085c12eee597a5a83 -RMD160 (dante-1.1.17.tar.gz) = ab8f37dd5d141d35258916eecfe9e8d0393dc207 -Size (dante-1.1.17.tar.gz) = 845155 bytes +SHA1 (dante-1.1.19.tar.gz) = e366a60a880ceff6205f7cd87249c7322b844d3c +RMD160 (dante-1.1.19.tar.gz) = 3649207b061b95fdd5b0950ea1ece9219eb8af4c +Size (dante-1.1.19.tar.gz) = 895713 bytes SHA1 (patch-aa) = 856884522529122afe037fff610ce89a978d2a2b -SHA1 (patch-ab) = 586825b1da2c73c382f27d299f795a336be32a86 +SHA1 (patch-ab) = f8ce5b9b9e90136a1dfd670ddf637127aa9c59be diff --git a/net/dante/patches/patch-ab b/net/dante/patches/patch-ab index 77cf0012ecf..febc9bfc445 100644 --- a/net/dante/patches/patch-ab +++ b/net/dante/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.7 2006/01/19 18:53:00 joerg Exp $ +$NetBSD: patch-ab,v 1.8 2006/05/26 08:50:13 adam Exp $ ---- configure.orig 2005-07-14 13:22:39.000000000 +0200 +--- configure.orig 2006-01-16 12:49:45.000000000 +0100 +++ configure -@@ -19864,7 +19864,6 @@ else +@@ -19251,7 +19251,6 @@ else echo "${ECHO_T}no" >&6 #autoconf_compflags is set to "-g -O2" with GCC #override CFLAGS when running configure to avoid this @@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.7 2006/01/19 18:53:00 joerg Exp $ fi #-Wall ? -@@ -25309,8 +25308,13 @@ cat >>conftest.$ac_ext <<_ACEOF +@@ -25124,8 +25123,13 @@ cat >>conftest.$ac_ext <<_ACEOF #include <netdb.h> #include <unistd.h> @@ -24,7 +24,7 @@ $NetBSD: patch-ab,v 1.7 2006/01/19 18:53:00 joerg Exp $ ); int main () -@@ -25351,9 +25355,18 @@ cat >>confdefs.h <<_ACEOF +@@ -25166,9 +25170,18 @@ cat >>confdefs.h <<_ACEOF #define HAVE_PROT_GETHOSTBYADDR_1 const char * _ACEOF |