From 61e2c7d19993ac3b73fa4e2a67880a823d9eda2b Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 26 May 2006 08:50:13 +0000 Subject: 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. --- net/dante/patches/patch-ab | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net/dante/patches/patch-ab') 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 #include @@ -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 -- cgit v1.2.3