From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93466 invoked by alias); 28 Sep 2016 22:59:04 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 93453 invoked by uid 89); 28 Sep 2016 22:59:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=BAYES_50,EXECUTABLE_URI,KAM_EXEURI,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:asc, blocking, sk:innocen, copypasted X-HELO: mail.trellisware.com Received: from mail.trellisware.com (HELO mail.trellisware.com) (67.52.137.189) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 28 Sep 2016 22:58:52 +0000 Received: from TWHQ-MAIL1.trellisware.com ([fe80::1df7:bb6b:f7e8:b34c]) by TWHQ-MAIL2.trellisware.com ([fe80::2144:f72b:6748:e86a%16]) with mapi id 14.03.0319.002; Wed, 28 Sep 2016 15:58:48 -0700 From: Thomas Sanders To: "cygwin@cygwin.com" Subject: RE: URGENT: BAD signature from "Cygwin " Date: Thu, 29 Sep 2016 00:05:00 -0000 Message-ID: References: <125363965.20160929001342@yandex.ru> In-Reply-To: <125363965.20160929001342@yandex.ru> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2016-09/txt/msg00385.txt.bz2 Thanks for the reply, here is the actual script. I must have copy/pasted th= e wrong info previously. ### wget -q http://cygwin.com/setup-x86.exe -O ${DESTINATION}/setup-x8= 6.exe wget -q http://cygwin.com/setup-x86.exe.sig -O ${DESTINATION}/setup-x8= 6.exe.sig wget -q http://cygwin.com/setup-x86_64.exe -O ${DESTINATION}/setup-x8= 6_64.exe wget -q http://cygwin.com/setup-x86_64.exe.sig -O ${DESTINATION}/setup-x8= 6_64.exe.sig wget -q http://cygwin.com/key/pubring.asc -O ${DESTINATION}/pubring.= asc =20=20 if [ $(gpg --list-keys | grep -c 'cygwin@cygwin.com') !=3D 1 ] then=20 gpg --import ${DESTINATION}/pubring.asc=20=20=20=20=20=20 fi echo "testing ${DESTINATION}/setup-x86.exe" gpg --verify ${DESTINATION}/setup-x86.exe.sig ${DESTINATION}/setup-x86.exe if [ ${?} -gt 0 ] then mv ${DESTINATION}/setup-x86.exe ${DESTINATION}/setup-x86.exe.DONT_USE-B= AD_SIGNATURE fi echo "testing ${DESTINATION}/setup-x86_64.exe" gpg --verify ${DESTINATION}/setup-x86_64.exe.sig ${DESTINATION}/setup-x86= _64.exe if [ ${?} -gt 0 ] then=20 mv ${DESTINATION}/setup-x86_64.exe ${DESTINATION}/setup-x86_64.exe.DONT= _USE-BAD_SIGNATURE fi ### Here is the output: testing /tftpboot/PXE/mirrors/cygwin//setup-x86.exe gpg: Signature made Fri 09 Sep 2016 02:20:02 AM PDT using DSA key ID 676041= BA gpg: BAD signature from "Cygwin " testing /tftpboot/PXE/mirrors/cygwin//setup-x86_64.exe gpg: Signature made Fri 09 Sep 2016 02:20:05 AM PDT using DSA key ID 676041= BA gpg: Good signature from "Cygwin " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owne= r. Primary key fingerprint: 1169 DF9F 2273 4F74 3AA5 9232 A9A2 62FF 6760 41BA --=20 Thomas Sanders | Sr. Network Systems Administrator TrellisWare Technologies, Inc. Office/FAX: 858-753-1654 | Mobile: 619-512-3311 -----Original Message----- From: Andrey Repin [mailto:anrdaemon@yandex.ru]=20 Sent: Wednesday, September 28, 2016 2:14 PM To: Thomas Sanders; cygwin@cygwin.com Subject: Re: URGENT: BAD signature from "Cygwin " Greetings, Thomas Sanders! > FYI, I don't know if this is working as designed (please see the=20 > application error below) wget https://cygwin.com/setup-x86.exe wget=20 > https://cygwin.com/setup-x86.exe.sig > gpg --verify setup-x86.exe.sig setup-x86.exe=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 > gpg: Signature made Fri 09 Sep 2016 02:20:02 AM PDT using DSA key ID=20 > 676041BA > gpg: Good signature from "Cygwin " -------^^^^^^^^^^^^^^ > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the signature belongs to the ow= ner. > Primary key fingerprint: 1169 DF9F 2273 4F74 3AA5 9232 A9A2 62FF 6760=20 > 41BA > When running the app the following error occurs (Windows 7) > This version of C:\Users\tsanders\cygwin_setup-x86.exe is not=20 > compatible with th e version of Windows you're running. Check your=20 > computer's system information to see whether you need a x86 (32-bit)=20 > or x64 (64-bit) version of the program, and then contact the software pu= blisher. Likely cause is your AV software blocking the file. Try saving it with -O innocent_name.exe > ---- > wget https://cygwin.com/setup-x86_64.exe.sig > wget https://cygwin.com/setup-x86_64.exe > gpg --verify setup-x86_64.exe.sig setup-x86_64.exe > gpg: Signature made Fri 09 Sep 2016 02:20:05 AM PDT using DSA key ID=20 > 676041BA > gpg: Good signature from "Cygwin " -------^^^^^^^^^^^^^^ > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the signature belongs to the ow= ner. > Primary key fingerprint: 1169 DF9F 2273 4F74 3AA5 9232 A9A2 62FF 6760=20 > 41BA Did you copy-pasted wrong console output or what? -- With best regards, Andrey Repin Thursday, September 29, 2016 00:12:02 Sorry for my terrible english... -- 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