From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dmta1009.nifty.com (mta-snd01001.nifty.com [106.153.227.33]) by sourceware.org (Postfix) with ESMTPS id B88373858C66 for ; Sun, 3 Mar 2024 06:09:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B88373858C66 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B88373858C66 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=106.153.227.33 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709446195; cv=none; b=NEfV/hs9k47QbP7EM136Uig3BxJkdp8eR8GnI1Yb1gtlwrknubVllt0YX+XrYuM71cx39bqQTsg2fdiCvBTSpT9tMUNqNOetLcRVptQ2jmA2rXDzNGvCIKd34cUYxYX/EIq/pkN6kA1agm1pbTNK/HtdQFF0fVRTZRu6XrdlkC8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709446195; c=relaxed/simple; bh=qix9JyP8rnounihR+IButYqW/wu3qO/YNo9TKIGvKlE=; h=From:To:Date:Message-Id:Subject; b=qOK6HaB4OmKTOipBZg/iTpzflGWkIhphtDqhFr88jC6FwhKT40v+UOKpsQNYJQVKBzd+5lbkdO1Dlkx+LD6RjQVqk11kMp2eKvHLTec319U7Du8xKFz7NPnXPN6zGtt3w9NRoivLwAAheYexHrAqU6wlAdNwO2wL3juZ3WBN1u4= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost.localdomain by dmta1009.nifty.com with ESMTP id <20240303060946434.EIAM.65055.localhost.localdomain@nifty.com> for ; Sun, 3 Mar 2024 15:09:46 +0900 From: Takashi Yano To: cygwin-announce@cygwin.com Date: Sun, 03 Mar 2024 15:09:40 +0900 Message-Id: <20240303150940.3278-1-takashi.yano@nifty.ne.jp> Subject: libssh 0.10.6-1 X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: The following packages have been uploaded to the Cygwin distribution: * libssh4-0.10.6-1 * libssh-common-0.10.6-1 * libssh-devel-0.10.6-1 The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl).