diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-22 18:57:56 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-22 18:57:56 +0000 |
commit | 058afd92a3a1d753c7400a8830ed8e4837f21bf3 (patch) | |
tree | 98e0130cd0ed4d57e663cd4126f8b8866bc9befe /net/socat | |
parent | 0780a9c9f6569096681b036a62ef792fff55f537 (diff) | |
download | pkgsrc-058afd92a3a1d753c7400a8830ed8e4837f21bf3.tar.gz |
Update to 1.4.1.0
new features:
option "wait-slave" blocks open of pty master side until a client
connects, "pty-intervall" controls polling
option -h as synonym to -? for help (contributed by Christian Lademann)
filan prints formatted time stamps and rdev (disable with -r)
redirect filan's output, so stdout is not affected (contributed by Luigi Iotti)
filan option -L to follow symbolic links
filan shows termios control characters
corrections:
proxy address no longer performs unsolicited retries
filan -f no longer needs read permission to analyze a file (but still
needs access permission to directory, of course)
porting:
Option dsusp
FreeBSD options noopt, nopush, md5sig
OpenBSD options sack-disable, signature-enable
HP-UX, Solaris options abort-threshold, conn-abort-threshold
HP-UX options b900, b3600, b7200
Tru64/OSF1 options keepinit, paws, sackena, tsoptena
further corrections:
address pty now uses ptmx as default if openpty is also available
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 4 | ||||
-rw-r--r-- | net/socat/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index dc3a645bdd6..2cbfe0f183d 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2004/10/25 17:13:51 adrianp Exp $ +# $NetBSD: Makefile,v 1.6 2005/01/22 18:57:56 adrianp Exp $ -DISTNAME= socat-1.4.0.3 +DISTNAME= socat-1.4.1.0 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ diff --git a/net/socat/distinfo b/net/socat/distinfo index 1636e006f10..e6d0b7dfb10 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/10/25 17:13:51 adrianp Exp $ +$NetBSD: distinfo,v 1.4 2005/01/22 18:57:56 adrianp Exp $ -SHA1 (socat-1.4.0.3.tar.gz) = b080fba3c1e532743e8e5ffb6b116139cd634bc2 -Size (socat-1.4.0.3.tar.gz) = 319081 bytes +SHA1 (socat-1.4.1.0.tar.gz) = 4a75e500744bff19ad025cb35fccfde4d8311183 +Size (socat-1.4.1.0.tar.gz) = 326963 bytes SHA1 (patch-aa) = 80e88873bd80c98f8d9209c1b2204c8addb2bdb0 |