diff options
author | zafer <zafer@pkgsrc.org> | 2010-04-19 19:52:13 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2010-04-19 19:52:13 +0000 |
commit | 3988869b3f6ecdf99d20c9f9b58c127396330d7c (patch) | |
tree | 615714450aa63df03a49b480069ac1d988f9e442 | |
parent | 6be7d7c558aafa90dfc0553d31cfd9e81cfed3a7 (diff) | |
download | pkgsrc-3988869b3f6ecdf99d20c9f9b58c127396330d7c.tar.gz |
Update socat to 1.7.1.2
Changelog:
corrections:
user-late and group-late, when applied to a pty, affected the system
device /dev/ptmx instead of the pty (thanks to Matthew Cloke for
pointing me to this bug)
socats openssl addresses failed with "nonblocking operation did not
complete" when the peer performed a renegotiation. Thanks to Benjamin
Delpy for reporting this bug.
info message during socks connect showed bad port number on little
endian systems due to wrong byte order (thanks to Peter M. Galbavy for
bug report and patch)
Debian bug 531078: socat execs children with SIGCHLD ignored; corrected
to default. Thanks to Martin Dorey for reporting this bug.
porting:
building socat on systems that predefined the CFLAGS environment to
contain -Wall failed (esp.RedHat). Thanks to Paul Wouters for reporting
this problem and to Simon Matter for providing the patch
support for Solaris 8 and Sun Studio support (thanks to Sebastian
Kayser for providing the patches)
on some 64bit systems a compiler warning "cast from pointer to integer
of different size" was issued on some option definitions
added struct sockaddr_ll to union sockaddr_union to avoid "strict
aliasing" warnings (problem reported by Paul Wouters)
docu:
minor corrections in docu
-rw-r--r-- | net/socat/Makefile | 5 | ||||
-rw-r--r-- | net/socat/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 5a79e55b640..d7138aeb684 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2010/01/17 12:02:35 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2010/04/19 19:52:13 zafer Exp $ -DISTNAME= socat-1.7.1.1 -PKGREVISION= 1 +DISTNAME= socat-1.7.1.2 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ diff --git a/net/socat/distinfo b/net/socat/distinfo index cfbd2449ed4..37be3d38bea 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2009/07/19 12:08:12 zafer Exp $ +$NetBSD: distinfo,v 1.14 2010/04/19 19:52:13 zafer Exp $ -SHA1 (socat-1.7.1.1.tar.gz) = 885f89e52012fd73c35c4dffc47ac917f4fc7268 -RMD160 (socat-1.7.1.1.tar.gz) = d6738393205f858e4e982df96957e1b5e0215a71 -Size (socat-1.7.1.1.tar.gz) = 551517 bytes +SHA1 (socat-1.7.1.2.tar.gz) = dbd76e9fdac13ae95c46be9bb8a95ef4258bb466 +RMD160 (socat-1.7.1.2.tar.gz) = 2ef9b80cf5e6cc57a837c0c78e269538460aaeee +Size (socat-1.7.1.2.tar.gz) = 554091 bytes SHA1 (patch-aa) = c10b68a5ca36ec27c6e77a01f6f89a832a4862eb |