From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) by sourceware.org (Postfix) with ESMTPS id 924F13858D1E for ; Sat, 8 Apr 2023 21:08:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 924F13858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x535.google.com with SMTP id 4fb4d7f45d1cf-50240a3b7fcso2889858a12.0 for ; Sat, 08 Apr 2023 14:08:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1680988110; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=dhDST1nxc65rwU8TgONvJXhuszpdjMq1WdItw8kLhFM=; b=c2cZqSwuUiQUPXhCbFDX5rwgs7o59Apfa/p+qHOrACh+FNrNmep/RGBn9z5dZI3n/T CJo9qARZ+Jev3bMKRsmHp+vbqkiGmsEswFwYunoLUBeyoN5AdrXNjDtp/9aK640f/MDP gUtBIIkw0nwCsOds8oCM4hRDFZUpDvYxMgmT2TIN5VTxCuVS+GmTk44xc0tJ3cmhruO4 qgogLQeMO9tMrLbJgiRltOP0z0dxIavYG0rfSSsD0NismjpxCmFnB/xO42UubVXvZlb0 SNbaqVWaD7VZfQ019PoNkL5ftmPEPlzXmDCDRx77SC9Nnd8Kr4ipDt798G3gqu1uxC86 LLyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680988110; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=dhDST1nxc65rwU8TgONvJXhuszpdjMq1WdItw8kLhFM=; b=1YjvghC+aINXPRWsPhx55QsRo0aHqhDHn7R51ruppW1hgjNxZm3hMTgrVP2hjIsRgH OAv36Z3NTfTVlp5Uh8IgKwRzcKruZtNkPPgqre6X+eWIu/C3CQew5RQGbWoXCZ/j5ynZ B6oXIvp4DaUum0PlAHhUAtdO83Tp2pEgroXzNZtZVKcpgX9NhLh3MerWju6lOEn19zHE XDaAYNswUeCIWdePn56+yv3Pa/95lUVz9t9rO3xlgW0jilAIwT/xuqgFOPRY4xGZZB0H srUSSXy9ZBoQrpbtqxMwypQ7O6BcA+xp+y3Kx6pUWqNmifhcX7ayxZXyTZrHxJ5/aEcR 3jyg== X-Gm-Message-State: AAQBX9dQtzgd1GWbbCapvfitkBW/oylUVaAsUoo0u5kKGCZe+FYp40yp WB0Eifco2IHn1f+kfnd4gR1M5yVMvNY1DydDHfNsTmDUjCg= X-Google-Smtp-Source: AKy350Ys+iMhBNHrSC2NKC9fI3rITUd/+BmgVjrJExHsAwD+lYoIdlj4sm0Omqlb73IHxdMSMiEpwj2AKnB2ENbfWMY= X-Received: by 2002:aa7:c50a:0:b0:4c0:9bd7:54cc with SMTP id o10-20020aa7c50a000000b004c09bd754ccmr1958158edq.11.1680988110295; Sat, 08 Apr 2023 14:08:30 -0700 (PDT) MIME-Version: 1.0 From: Andrew Schulman Date: Sat, 8 Apr 2023 17:08:18 -0400 Message-ID: Subject: socat 1.7.4.4-1 To: cygwin-announce@cygwin.com Content-Type: multipart/alternative; boundary="0000000000002f96f105f8d98b2d" X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --0000000000002f96f105f8d98b2d Content-Type: text/plain; charset="UTF-8" socat 1.7.4.4-1 is now available in Cygwin. This release has many small bug fixes since the last Cygwin release, 1.7.4.3-1. See the upstream commit log[1] for details. socat is a relay for bidirectional data transfer between two independent data channels. Each channel may be a file, pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU line editor (readline), a program, or a combination of two of these. These modes include generation of 'listening' sockets, named pipes, and pseudo terminals. Home page: https://repo.or.cz/socat.git Andrew E. Schulman [1] https://repo.or.cz/socat.git/shortlog/refs/tags/tag-1.7.4.4 --0000000000002f96f105f8d98b2d--