pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6342a4cd687
branches:  trunk
changeset: 574548:f6342a4cd687
user:      zafer <zafer%pkgsrc.org@localhost>
date:      Mon Apr 19 19:52:13 2010 +0000

description:
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

diffstat:

 net/socat/Makefile |  5 ++---
 net/socat/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 5bf5342c3725 -r f6342a4cd687 net/socat/Makefile
--- a/net/socat/Makefile        Mon Apr 19 19:39:35 2010 +0000
+++ b/net/socat/Makefile        Mon Apr 19 19:52:13 2010 +0000
@@ -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 -r 5bf5342c3725 -r f6342a4cd687 net/socat/distinfo
--- a/net/socat/distinfo        Mon Apr 19 19:39:35 2010 +0000
+++ b/net/socat/distinfo        Mon Apr 19 19:52:13 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index