pkgsrc/net/dante/Makefile
adam 0115074afd 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.
2006-05-26 08:50:13 +00:00

24 lines
682 B
Makefile

# $NetBSD: Makefile,v 1.18 2006/05/26 08:50:13 adam Exp $
DISTNAME= dante-1.1.19
CATEGORIES= net security
MASTER_SITES= ftp://ftp.inet.no/pub/socks/
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.inet.no/dante/
COMMENT= BSD-licensed socks 4/5 proxy suite
CONFLICTS= socks4-[0-9]*
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-socks-conf=${PKG_SYSCONFDIR}/socks.conf
CONFIGURE_ARGS+= --with-sockd-conf=${PKG_SYSCONFDIR}/sockd.conf
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dante
.for cfg in sockd.conf socks-simple.conf socks.conf
${INSTALL_DATA} ${WRKSRC}/example/${cfg} ${PREFIX}/share/examples/dante
.endfor
.include "../../mk/bsd.pkg.mk"