fingerprint clarification

2017-01-23 Thread J.McNamara
Hi- I meant to say I imported the key and can gpg --verify the setup program and signature with the imported keys e.g. keys.asc. I can use gpg --list-keys to see the keys too. sorry I rushed in my last post. I had trouble with sending a message. gmail uses html. I had to switch pcs and send

solved-no fingerprint on site

2017-01-23 Thread J . McNamara
Hi- I found a solution. I can use gpg --list-keys based on the sig file that I used to import the keys. thx. - jim -- Sent with my mu4e -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Uns

fingerprint for the 64 bit installer

2017-01-23 Thread J . McNamara
Hi - I want to verify the fingerprint on your site for the installer. I downloaded the key and imported it. then i used gpg --verify file1 file1.sig and I have no way to check the signature on those 2 files because the fingerprint is not listed on the cygwin site! Please advise... thx. - J. McN

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-23 Thread Wells, Roger K.
On 01/23/2017 02:50 PM, Achim Gratz wrote: Corinna Vinschen writes: COMPUTERNAME is the same as LOGONSERVER on non-domain machines as well as on domain controllers. So this `if' test if the machine is a domain member machine. I can supply another cornercase where LOGONSERVER is not set: if you

[ANNOUNCEMENT] Updated: bash-4.4.11-2

2017-01-23 Thread Eric Blake (cygwin)
A new release of bash, 4.4.11-2, has been uploaded and will soon reach a mirror near you. This release replaces 4.4.5-1 as current, and works with either the current libreadline7-7.0.1-1 or experimental libreadline7-7.0.1-2. NEWS: = This build incorporates 6 new official upstream patches; no

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-23 Thread Achim Gratz
Corinna Vinschen writes: > COMPUTERNAME is the same as LOGONSERVER on non-domain machines as well > as on domain controllers. So this `if' test if the machine is a domain > member machine. I can supply another cornercase where LOGONSERVER is not set: if you run an sshd under the (only) user that

Re: Pipe behavior clarification?

2017-01-23 Thread David Balažic
On 23 January 2017 at 15:32, Eric Blake wrote: > On 01/22/2017 04:23 PM, Eliot Moss wrote: >> On 1/22/2017 3:19 PM, David Balažic wrote: >>> Hi! >>> >>> Is this a correct pipe behavior? >>> >>> $ echo booo | tee >(md5sum --tag) >/dev/null >>> MD5 (-) = 9c8b79bdf79ef0ee73a77b8d36d27a2d >>> >>> $ ec

Problem with new gcc-6.3.0-1 (x86/x86_64)(Test) compiling gmp 6.1.2

2017-01-23 Thread Torsten Schuetze
Hi, I just installed the new gcc-6.3.0-1 test package (thank's for that) and tried to install optimized gmp 6.1.2 on my Skylake i7-6700K: $ uname -a CYGWIN_NT-10.0 XXX 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cygwin $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/

Re: Pipe behavior clarification?

2017-01-23 Thread Eliot Moss
On 1/23/2017 9:32 AM, Eric Blake wrote: On 01/22/2017 04:23 PM, Eliot Moss wrote: On 1/22/2017 3:19 PM, David Balažic wrote: Hi! Is this a correct pipe behavior? $ echo booo | tee >(md5sum --tag) >/dev/null MD5 (-) = 9c8b79bdf79ef0ee73a77b8d36d27a2d $ echo booo | tee >(md5sum --tag) | cat >/

Re: Pipe behavior clarification?

2017-01-23 Thread Eric Blake
On 01/22/2017 04:23 PM, Eliot Moss wrote: > On 1/22/2017 3:19 PM, David Balažic wrote: >> Hi! >> >> Is this a correct pipe behavior? >> >> $ echo booo | tee >(md5sum --tag) >/dev/null >> MD5 (-) = 9c8b79bdf79ef0ee73a77b8d36d27a2d >> >> $ echo booo | tee >(md5sum --tag) | cat >/dev/null > > Here's

Re: Out of date GNU binutils, and (slightly) broken binutils 2.27

2017-01-23 Thread Jon Turney
On 20/01/2017 21:33, Franchuk, Alex wrote: I've been responsible for porting a large [primarily] C++ project from Linux to Cygwin. This project generates object files at one point in the build process which exceed the object file symbol count limit (around 32k, but if I recall correctly there was

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-23 Thread Corinna Vinschen
On Jan 23 14:12, Shaddy Baddah wrote: > On 21/01/17 09:40, szgyg wrote: > > On 1/19/2017 7:16 PM, Corinna Vinschen wrote: > >> The idea is that if LOGONSERVER == COMPUTERNAME your > >> machine is not in a domain. Actually, I *never* encountered an > >> environment > >> in which LOGONSERVER isn't s