Subject: CVS commit: pkgsrc/net/dante
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/04/2005 10:00:54
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Apr  4 10:00:54 UTC 2005

Modified Files:
	pkgsrc/net/dante: Makefile distinfo
	pkgsrc/net/dante/patches: patch-aa
Added Files:
	pkgsrc/net/dante/patches: patch-ab

Log Message:
Changes 1.1.15:
o Limit the maximum number of available descriptors if necessary,
  avoiding a possible overflow of fd_sets.

o Added absolute timestamp to logformat, in preparation for new
  module.

o Fixed problem involving non-blocking connects in socks clients
  on Linux.

o Prototype related tests during configure are rewritten.
  Might require prototypes for some platforms to be readded.

o Compilation fixes for AIX 5.1-ML03 with IBM Visual Age C/C++ V5.
  Based on patch from Kieron Curtis2 <KCURTIS2@uk.ibm.com>.

o A 'an macro' version of the sockd.8 manual page.
  Submitted by Tony Leneis <tony@cvrreg.com>.

o Upgrade to autoconf 2.59, libtool 1.5.10 and automake 1.9.3.

o Patch to code for shutting down idle sockd processes, from
  William Adams <wlarip@earthlink.net>.  NOT ENABLED.

o Add test for setegid(), use replacement if not found.
  Replacement code based on patch by <rainer.doerntge@dlh.de>.

o Do not warn at runtime about SO_{SND,RCV}LOWAT socket options if not
  supported by OS.  Based on patch from William Adams <wlarip@earthlink.net>.

o enable setegid() call after moving it to correct place;
  William Adams <wlarip@earthlink.net>.

o Support for socksification of getipnodebyname(), contributed by
  Lennart Dahlström <lennart@appgate.com>.

o Support for socksification of getaddrinfo(), contributed by
  Motoyuki Kasahara <m-kasahr@sra.co.jp>.

o Fix some problems with descriptor passing on platforms without
  cmsghdr.

o AIX 5.1 ML-03 compilation fixes for IBM Visual Age C/C++ compiler
  version 5 by Kieron Curtis2 <KCURTIS2@uk.ibm.com>.

o Remove usage of SO_BSDCOMPAT, obsolete and causes warnings with
  version 2.6 Linux kernels.  Noted by Adrian Bridgett <adrian@smop.co.uk>.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/net/dante/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/net/dante/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/net/dante/patches/patch-aa
cvs rdiff -r0 -r1.5 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.