pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/socat Update to 1.5.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2230e435b2ef
branches:  trunk
changeset: 525406:2230e435b2ef
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Feb 17 17:44:57 2007 +0000

description:
Update to 1.5.0.0

new features:
new datagram modes for udp, rawip, unix domain sockets
socat option -T specifies inactivity timeout
rewrote lexical analysis to allow nested socat calls
addresses tcp, udp, tcp-l, udp-l, and rawip now support IPv4 and IPv6
socat options -4, -6 and environment variables SOCAT_DEFAULT_LISTEN_IP,
SOCAT_PREFERRED_RESOLVE_IP for control of protocol selection
addresses ssl, ssl-l, socks, proxy now support IPv4 and IPv6
option protocol-family (pf), esp. for openssl-listen
range option supports IPv6 - syntax: range=[::1/128]
option ipv6-v6only (ipv6only)
new tcp-wrappers options allow-table, deny-table, tcpwrap-etc
FIPS version of OpenSSL can be integrated - initial patch provided by
David Acker. See README.FIPS
support for resolver options res-debug, aaonly, usevc, primary, igntc,
recurse, defnames, stayopen, dnsrch
options for file attributes on advanced filesystems (ext2, ext3,
reiser): secrm, unrm, compr, ext2-sync, immutable, ext2-append, nodump,
ext2-noatime, journal-data etc.
option cool-write controls severeness of write failure (EPIPE, ECONNRESET)
option o-noatime
socat option -lh for hostname in log output
traffic dumping provides packet headers
configure.in became part of distribution
socats unpack directory now has full version, e.g. socat-1.5.0.0/
corrected docu of option verify

corrections:
fixed tcpwrappers integration - initial fix provided by Rudolf Cejka
exec with pipes,stderr produced error
setuid-early was ignored with many address types
some minor corrections

diffstat:

 net/socat/Makefile         |   6 +++---
 net/socat/distinfo         |  10 +++++-----
 net/socat/patches/patch-aa |  15 ++++-----------
 3 files changed, 12 insertions(+), 19 deletions(-)

diffs (64 lines):

diff -r 2c8460ac2321 -r 2230e435b2ef net/socat/Makefile
--- a/net/socat/Makefile        Sat Feb 17 17:35:25 2007 +0000
+++ b/net/socat/Makefile        Sat Feb 17 17:44:57 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 00:33:34 adrianp Exp $
+# $NetBSD: Makefile,v 1.10 2007/02/17 17:44:57 adrianp Exp $
 
-DISTNAME=      socat-1.4.3.1
+DISTNAME=      socat-1.5.0.0
 CATEGORIES=    net
 MASTER_SITES=  http://www.dest-unreach.org/socat/download/
 
@@ -8,7 +8,7 @@
 HOMEPAGE=      http://www.dest-unreach.org/socat/
 COMMENT=       "netcat++" (extended design, new implementation)
 
-WRKSRC=                        ${WRKDIR}/socat-1.4
+#WRKSRC=                       ${WRKDIR}/socat-1.5
 GNU_CONFIGURE=         YES
 USE_GNU_READLINE=      YES
 
diff -r 2c8460ac2321 -r 2230e435b2ef net/socat/distinfo
--- a/net/socat/distinfo        Sat Feb 17 17:35:25 2007 +0000
+++ b/net/socat/distinfo        Sat Feb 17 17:44:57 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2006/02/05 00:33:34 adrianp Exp $
+$NetBSD: distinfo,v 1.8 2007/02/17 17:44:57 adrianp Exp $
 
-SHA1 (socat-1.4.3.1.tar.gz) = 05d23aac70cfb8af280225752939d3d3f16236c9
-RMD160 (socat-1.4.3.1.tar.gz) = 83a2d447b001bb4f43ce66343b641834eea14e5c
-Size (socat-1.4.3.1.tar.gz) = 339694 bytes
-SHA1 (patch-aa) = 1d9f252348eff208fb05e27b12e6d0c5adcd30e6
+SHA1 (socat-1.5.0.0.tar.gz) = d0bd0ceefab0c535e4dd890179847a3987bdcb70
+RMD160 (socat-1.5.0.0.tar.gz) = ddb9f15da3695af2175fc39df6279e7560544945
+Size (socat-1.5.0.0.tar.gz) = 387800 bytes
+SHA1 (patch-aa) = 60d8dc14e1b15a7da5efb717b5bffd7338f86158
diff -r 2c8460ac2321 -r 2230e435b2ef net/socat/patches/patch-aa
--- a/net/socat/patches/patch-aa        Sat Feb 17 17:35:25 2007 +0000
+++ b/net/socat/patches/patch-aa        Sat Feb 17 17:44:57 2007 +0000
@@ -1,20 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2006/02/05 00:33:34 adrianp Exp $
+$NetBSD: patch-aa,v 1.4 2007/02/17 17:44:57 adrianp Exp $
 
---- Makefile.in.orig   2006-01-29 17:14:11.000000000 +0000
+--- Makefile.in.orig   2006-07-13 23:18:49.000000000 +0100
 +++ Makefile.in
-@@ -21,13 +21,13 @@ srcdir = @srcdir@
+@@ -21,7 +21,7 @@ srcdir = @srcdir@
  VPATH = @srcdir@
  
  CC = @CC@
 -CCOPTS = $(CCOPT) -Wall -Wno-parentheses
-+CCOPTS = $(CCOPT) 
++CCOPTS = $(CCOPT)
  
  SYSDEFS = @SYSDEFS@
  CPPFLAGS = -I. @CPPFLAGS@
- #0 INCLS = -I. @V_INCL@
- DEFS = @DEFS@
--LIBS = @LIBS@
-+LIBS = @LDFLAGS@ @LIBS@
- 
- INSTALL = @INSTALL@
- 



Home | Main Index | Thread Index | Old Index