summaryrefslogtreecommitdiff
path: root/net/dante/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-05-26 08:50:13 +0000
committeradam <adam@pkgsrc.org>2006-05-26 08:50:13 +0000
commit0115074afd15176bec74f9f8d7ac0f9bcb1dcd6b (patch)
treef05dfd7e47629260d1dc8fe89e7452f56c341413 /net/dante/patches
parentdbe06dc898fa37078ea74b84e68149483e6f3e73 (diff)
downloadpkgsrc-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/dante/patches')
-rw-r--r--net/dante/patches/patch-ab10
1 files changed, 5 insertions, 5 deletions
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