Subject: CVS commit: pkgsrc/net/dante
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/26/2006 08:50:13
Module Name: pkgsrc
Committed By: adam
Date: Fri May 26 08:50:13 UTC 2006
Modified Files:
pkgsrc/net/dante: Makefile distinfo
pkgsrc/net/dante/patches: patch-ab
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/net/dante/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/net/dante/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/net/dante/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.