diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-02-05 00:33:34 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-02-05 00:33:34 +0000 |
commit | ea189ea93f7a846ecc505168dd82cc7689cfbdab (patch) | |
tree | 67acfa60b9b50e3a38cb86520029baff6f6f02bd /net/socat/distinfo | |
parent | b35d239cf28fb18836e89dfd47d1e6b0263ac2fc (diff) | |
download | pkgsrc-ea189ea93f7a846ecc505168dd82cc7689cfbdab.tar.gz |
Update to 1.4.3.1
> ####################### V 1.4.3.1:
>
> corrections:
> PROBLEM: UNIX socket listen accepted only one (or a few) connections.
> FIX: do not remove listening UNIX socket in child process
>
> PROBLEM: SIGSEGV when TCP part of SSL connect failed
> FIX: check ssl pointer before calling SSH_shutdown
>
> In debug mode, show connect client port even when connect fails
>
> ####################### V 1.4.3.0:
>
> new features:
> socat options -L, -W for application level locking
>
> options "lockfile", "waitlock" for address level locking
> (Stefan Luethje)
>
> option "readbytes" limits read length (Adam Osuchowski)
>
> option "retry" for unix-connect, unix-listen, tcp6-listen (Dale Dude)
> socat options -L, -W for application level locking
>
> options "lockfile", "waitlock" for address level locking
> (Stefan Luethje)
>
> option "readbytes" limits read length (Adam Osuchowski)
>
> option "retry" for unix-connect, unix-listen, tcp6-listen (Dale Dude)
>
> pty symlink, unix listen socket, and named pipe are per default removed
> after use; option unlink-close overrides this new behaviour and also
> controls removal of other socat generated files (Stefan Luethje)
>
> corrections:
> option "retry" did not work with tcp-listen
>
> EPIPE condition could result in a 100% CPU loop
>
> further changes:
> support systems without SHUT_RD etc.
> handle more size_t types
> try to find makedepend options with gcc 3 (richard/OpenMacNews)
Diffstat (limited to 'net/socat/distinfo')
-rw-r--r-- | net/socat/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/socat/distinfo b/net/socat/distinfo index ebb699b6553..5fd5acd4f94 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2005/03/26 11:40:30 adrianp Exp $ +$NetBSD: distinfo,v 1.7 2006/02/05 00:33:34 adrianp Exp $ -SHA1 (socat-1.4.2.0.tar.gz) = 68302cc6d1bd3b58f5fc37fbd4aa969aef185241 -RMD160 (socat-1.4.2.0.tar.gz) = 6a0f0b6e1a714381a48451da877cf0693d8ca7f1 -Size (socat-1.4.2.0.tar.gz) = 331493 bytes -SHA1 (patch-aa) = 80e88873bd80c98f8d9209c1b2204c8addb2bdb0 +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 |