Received: by mail.netbsd.org (Postfix, from userid 605) id A787884ED6; Sat, 23 Jul 2022 15:40:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEB6E84ED2 for ; Sat, 23 Jul 2022 15:40:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id cWQ8pj0RCpH4 for ; Sat, 23 Jul 2022 15:40:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4962C84CEC for ; Sat, 23 Jul 2022 15:40:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3BEDDFB1A; Sat, 23 Jul 2022 15:40:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658590834227190" MIME-Version: 1.0 Date: Sat, 23 Jul 2022 15:40:34 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/socat To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20220723154034.3BEDDFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658590834227190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Jul 23 15:40:34 UTC 2022 Modified Files: pkgsrc/net/socat: Makefile distinfo Removed Files: pkgsrc/net/socat/patches: patch-fdname.c Log Message: socat: Update to 0.0.12 pkgsrc changes: - Remove hopefully no longer needed patch-fdname.c, Solaris support should be now properly handled by upstream too Changes: 1.7.4.3 ------- Fixes the TCP_INFO issue that broke building on non-Linux platforms. Furthermore, building on AIX works again. A few more corrections and improvements have been added. 1.7.4.2 ------- Fixes a lot of bugs, e.g., for options -r and -R. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/socat/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/socat/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/net/socat/patches/patch-fdname.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658590834227190 Content-Disposition: inline Content-Length: 1901 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/socat/Makefile diff -u pkgsrc/net/socat/Makefile:1.47 pkgsrc/net/socat/Makefile:1.48 --- pkgsrc/net/socat/Makefile:1.47 Sun Apr 3 10:29:41 2022 +++ pkgsrc/net/socat/Makefile Sat Jul 23 15:40:33 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2022/04/03 10:29:41 riastradh Exp $ +# $NetBSD: Makefile,v 1.48 2022/07/23 15:40:33 leot Exp $ -DISTNAME= socat-1.7.4.1 -PKGREVISION= 1 +DISTNAME= socat-1.7.4.3 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ Index: pkgsrc/net/socat/distinfo diff -u pkgsrc/net/socat/distinfo:1.34 pkgsrc/net/socat/distinfo:1.35 --- pkgsrc/net/socat/distinfo:1.34 Sun Apr 3 10:29:41 2022 +++ pkgsrc/net/socat/distinfo Sat Jul 23 15:40:33 2022 @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.34 2022/04/03 10:29:41 riastradh Exp $ +$NetBSD: distinfo,v 1.35 2022/07/23 15:40:33 leot Exp $ -BLAKE2s (socat-1.7.4.1.tar.gz) = 40fc322f89ca333a35c77cb25d71512404bfd116d36aecedb1773201f37b5d2e -SHA512 (socat-1.7.4.1.tar.gz) = e43c8b23a841aea5ecc3ac324185ee4ada552a8284ec41b99245def2d8b493bca9caea1af6f646f434a7eda67a1dd71e4e037eea65fce0444840236eadb126a6 -Size (socat-1.7.4.1.tar.gz) = 648888 bytes +BLAKE2s (socat-1.7.4.3.tar.gz) = 4fadaae253185c23ce27765d3bbe6744889d8b9f1cc660bc7ebff939916d1d9f +SHA512 (socat-1.7.4.3.tar.gz) = 81cb34c245052b6a0ae38a711591358460b6070957af4a9eeb11a3cadb4aff184eeaedabbc7ecdc7fdf21a6126c06f90f19b24a87ce74b30bfd60a3879181046 +Size (socat-1.7.4.3.tar.gz) = 655520 bytes SHA1 (patch-config.h.in) = e0cb8c4075ca96863e458f1c2384dc7a6b69e928 SHA1 (patch-configure) = ba75b5f192c1359220bea019fa50603b2b5c7c3a -SHA1 (patch-fdname.c) = c59bd921989e4d84375764fdd707b7cd6c49ceba SHA1 (patch-sysincludes.h) = d48307ade6bc82bea946920e7336bc5329714c08 SHA1 (patch-sysutils.c) = 03ae8b81f0277d8dbbdf82e5b215d7099b25cc36 SHA1 (patch-xio-openssl.c) = 26745eff5eab745ac45eb04b2243b0bc4bfd6b8d --_----------=_1658590834227190--