From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) by sourceware.org (Postfix) with ESMTPS id A10253851C21 for ; Tue, 10 Nov 2020 19:05:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A10253851C21 Received: by mail-ed1-x52b.google.com with SMTP id v4so13963133edi.0 for ; Tue, 10 Nov 2020 11:05:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=8ouyBfupjsPqCEnZRaRj+1KaO5g2GQjKJ5Hzxmug3Yo=; b=P8g8Q2qOlb5Nbf0JdzvxUAaHgDo7HH/c5cFJA0ydoHoX9v0PiKrrlolkYUfwDxAAvA 8QDRwdmHdRiV797h1EZeED2v29D/b3UJM1/d9kmQeswOA8jt75VFYIZM5nlmJivSpA4K WwnE1PiKbOHFC7kumKCbGJZqzeZ3l0pLPOJGcyylMWS6tqrozX/242HmjRKl/hDZcnrh fOk4hSsg/gl+AZK+/xHiQwhRJ5AuinxCEE0WvBzYWklrDl9K1dgWMnD+V09c6dp/l3a3 NCrfcaG49usR4j/dnOz7SY8vB0BJDryb4COhf7Yow4t22Bn7eA8NR88/AAyBGh4mBKoG 6wrQ== X-Gm-Message-State: AOAM531gkvDQStAOcxxMmzp9fomHdlGpoRA6nPOyp2SpQ2qoyTj3CpVI ojzil+pa0lXr8Fo6nUM2lVLM1EN/wgbL1g== X-Google-Smtp-Source: ABdhPJwbFRjgihfiOkTrppz1QLN5DgCOwoJ3Ncm/qIiF3nHTZ23QiSef7JS+k7vvwGv7/C4c5G9oxA== X-Received: by 2002:aa7:c2c4:: with SMTP id m4mr893061edp.66.1605035114462; Tue, 10 Nov 2020 11:05:14 -0800 (PST) Received: from ?IPv6:2003:cc:9f17:a2a2:7df7:6aac:de18:ace2? (p200300cc9f17a2a27df76aacde18ace2.dip0.t-ipconnect.de. [2003:cc:9f17:a2a2:7df7:6aac:de18:ace2]) by smtp.gmail.com with ESMTPSA id l8sm11078485ejr.106.2020.11.10.11.05.13 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 10 Nov 2020 11:05:13 -0800 (PST) Subject: Re: Regarding openssh 8.1p1-1 access To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <4e8476ac-7163-35f4-7620-2b8ff5f5dd38@gmail.com> Date: Tue, 10 Nov 2020 20:05:13 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2020 19:05:17 -0000 On 10.11.2020 19:51, Sudhanshu Bhutani via Cygwin wrote: > Hi cygwin community members, > > My name is Sudhanshu Bhutani and we are working for one of leading network > service providers for our internal telecom tool. For the last few days, our > customers are reporting problems with our internal tool which uses cygwin > ssh and posix components. > > We have a problem reported in the cygwin installation procedure, where > openssh 8.1p1-1 is not getting downloaded and cygwin mirrors are not > listing this 8.1p1-1 version and instead latest versions are listed. > > How can we download 8.1p1-1 in cygwin? > > Do you have any mirror/web link which our customers can use where open ssh > 8.1p1-1 is found and successful cygwin installation can happen? > > I found one web link where openssh 8.1p1-1 > https://linux.cc.iitk.ac.in/mirror/cygwin/x86_64/release/openssh/ > is hosted, but cygwin says "Unable to get setup from linux.cc.iitk.ac.in > for openssh > > Please guide me. > Dear Sudhanshu, version 8.1p1-1 is not more available on the cygwin mirrors as was replaced by several new versions. the latest version is 8.4p1-1 Cygwin is a rolling distribution, the last package is expected to be the current one and to be used. Regards Marco