X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=tu/kjjuqjsPax0WX /azLx93XnQhQf4gKhad4QkLzlUaqbbhRoNtAb0ZDrr2lqRAoNv7zXCaMsoq6Yymn 8cz3C/zK99shbm5jcCDq1/w5OHqBCebYOa7PCmJrh1jCw+7Pui8Wsm3GaqKPdh6N Qe3mpCyyLD77JC+quXpsjnuc3gs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=i/LBXZe/0pCDURD7xkEl7i 9/OZo=; b=dMA54gTThhZ0cqtKBqu9THB2YB1QoAvIeQ5wbo57+Pcq5IL2mQpM/E Ja3gFk/UB32zlpIeUA6Y3VwDlLa6P8ZaSfVVW+VYssXQcZCy1awvYl6PCheZ0Oog ZowcqA6cV0IF8SUp7mrYk4tGdcw7lWMzfSz/3abKYKBdUKSzYQ0lA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=BAYES_00,EXECUTABLE_URI,FREEMAIL_FROM,KAM_EXEURI,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=kenneth, Saving, Kenneth, UD:si X-HELO: mail-wm0-f44.google.com 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-transfer-encoding; bh=Mu81/NI1nJg09lErOg13J98+2/N9oDwPA8zus8z/HVo=; b=hTl9n57l+H7k+SmibgT8cs0G/yaWlR8QFAPij8KcPVLAyJD2imqqj7aRDkffEq+Os2 z+gSoX+2ZI3dQuEeLS6608Vrbzc/+YCVaMpvNtJNq5DiEmcSMjKxxIFBaaBjaFODAkJ0 N8xnXXdI9XYi8sqAelwXdMIhzM96bBD1ydCYEJOzNdzA2om9oaivRQ5XG1g5Tp1Cs2f+ K81vSzwWTZi7cJQubGC50aFYtNYSD6fMjEjqCQ7rwR2459VY+1pn7dGjiwU/jOVJLzCS 2BFUCxTzhJsrJ//Eax3X+aYKm9mQYXZhDIZNhnIfihQD4Y3HGQ+I6BZXJ/y8SCzqiO4n NstQ== X-Gm-Message-State: AKS2vOwVES7ffJIVLYPjxJkrR8Gx86laxeFu3+rdtsRjPFdsmXnhkLR2 WOqThLso0XQm1T6rPc0= X-Received: by 10.80.159.33 with SMTP id b30mr18064050edf.5.1497890062703; Mon, 19 Jun 2017 09:34:22 -0700 (PDT) Subject: Re: Updated: setup (2.880) To: cygwin AT cygwin DOT com References: <088b3d84-aad8-4984-1892-b66b9714f343 AT dronecode DOT org DOT uk> From: Marco Atzeri Message-ID: Date: Mon, 19 Jun 2017 18:33:57 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 19/06/2017 17:29, Nellis, Kenneth wrote: > From: cygwin-announce-owner >> >> A new version of Setup, release 2.880, has been uploaded to >> >> https://cygwin.com/setup-x86.exe (32 bit version) >> https://cygwin.com/setup-x86_64.exe (64 bit version) >> ... >> Please send bug reports, as usual, to the public mailing list cygwin AT >> cygwin DOT com. > > So, I went to download this latest setup.exe using the script > that I've been using... > > #!/bin/sh > # From http://cygwin.com/ml/cygwin/2012-04/msg00714.html > name=setup-x86_64.exe > wget -O $name --quiet http://cygwin.com/$name || exit > # ACL issues require some fixing up after wget > chmod +x $name > exit > > ...but Windows complained about the file format when I tried to launch > it. Then "file" told me... > > $ file *.exe > setup-x86_64.exe: gzip compressed data, from Unix > $ > > ...so I added suffix .gz and then used (actually) WinZip to unzip > it, and it created a working setup.exe. > > So, is this new behavior? Is it to be expected going forward? > > --Ken Nellis > Not on this side : $ wget https://www.cygwin.com/setup-x86_64.exe --2017-06-19 18:27:55-- https://www.cygwin.com/setup-x86_64.exe Resolving www.cygwin.com... 209.132.180.131 Connecting to www.cygwin.com|209.132.180.131|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 906771 (886K) [application/octet-stream] Saving to: ‘setup-x86_64.exe’ setup-x86_64.exe 100%[===================>] 885.52K 381KB/s in 2.3s 2017-06-19 18:27:59 (381 KB/s) - ‘setup-x86_64.exe’ saved [906771/906771] $ wget https://www.cygwin.com/setup-x86_64.exe.sig --2017-06-19 18:29:38-- https://www.cygwin.com/setup-x86_64.exe.sig Resolving www.cygwin.com... 209.132.180.131 Connecting to www.cygwin.com|209.132.180.131|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 72 [application/pgp-signature] Saving to: ‘setup-x86_64.exe.sig’ setup-x86_64.exe.si 100%[===================>] 72 --.-KB/s in 0s 2017-06-19 18:29:39 (271 KB/s) - ‘setup-x86_64.exe.sig’ saved [72/72] $ file setup-x86_64.exe setup-x86_64.exe: PE32+ executable (GUI) x86-64, for MS Windows $ gpg --verify setup-x86_64.exe.sig gpg: assuming signed data in `setup-x86_64.exe' gpg: Signature made Thu, Jun 15, 2017 8:50:31 PM CEST using DSA key ID 676041BA gpg: Good signature from "Cygwin " ... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple