pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dante Changes 1.1.19:
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb42e36e67f1
branches: trunk
changeset: 513330:bb42e36e67f1
user: adam <adam%pkgsrc.org@localhost>
date: Fri May 26 08:50:13 2006 +0000
description:
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:
net/dante/Makefile | 4 ++--
net/dante/distinfo | 10 +++++-----
net/dante/patches/patch-ab | 10 +++++-----
3 files changed, 12 insertions(+), 12 deletions(-)
diffs (61 lines):
diff -r 86c1c6880934 -r bb42e36e67f1 net/dante/Makefile
--- a/net/dante/Makefile Fri May 26 08:45:34 2006 +0000
+++ b/net/dante/Makefile Fri May 26 08:50:13 2006 +0000
@@ -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 -r 86c1c6880934 -r bb42e36e67f1 net/dante/distinfo
--- a/net/dante/distinfo Fri May 26 08:45:34 2006 +0000
+++ b/net/dante/distinfo Fri May 26 08:50:13 2006 +0000
@@ -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 -r 86c1c6880934 -r bb42e36e67f1 net/dante/patches/patch-ab
--- a/net/dante/patches/patch-ab Fri May 26 08:45:34 2006 +0000
+++ b/net/dante/patches/patch-ab Fri May 26 08:50:13 2006 +0000
@@ -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 @@
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 @@
);
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
Home |
Main Index |
Thread Index |
Old Index