[ANNOUNCEMENT] Updated: exim-4.92.3-1

2019-10-16 Thread Pierre A. Humblet
The following package has been uploaded to the Cygwin 64 bit distribution: exim-4.92.3-1 Exim is a well known Mail Transfer Agent. This is a security release of the latest Exim version, 4.92, see http://www.exim.org/ https://github.com/Exim/exim/wiki/ChangeLog If you have questions or comment

Re: [ANNOUNCEMENT] cygwin 3.1.0-0.6 (TEST)

2019-10-16 Thread Takashi Yano
On Mon, 14 Oct 2019 13:07:22 +0200 Michael Haubenwallner wrote: > Well... even that one is counter intuitive regarding the 'Last login' line. > After login into Cygwin sshd, the 'Last login' line is not shown: > ... > When starting cmd, the terminal does loose colors, and the 'Last login' > line

[ANNOUNCEMENT] Updated: ngspice-31-1

2019-10-16 Thread Marco Atzeri
New version 31-1 of ngspice libngspice-devel libngspice0 are available in the Cygwin distribution. CHANGES Latest upstream release Full feature list https://sourceforge.net/projects/ngspice/files/ng-spice-rework/31/ReleaseNotes.txt/download DESCRIPTION Ngspice is a mixed-level/mixed-

Re: [ANNOUNCEMENT] cygwin 3.1.0-0.6 (TEST)

2019-10-16 Thread Takashi Yano
On Mon, 14 Oct 2019 13:07:22 +0200 Michael Haubenwallner wrote: > > haubi@linuxbox ~ $ ssh -t cygwin2016 hostname; hostname; ssh -t cygwin2016 > > hostname By the way, why do you specify -t option for ssh? Without -t option, that will work as you expected. -- Takashi Yano -- Problem reports:

DigitalSignage.com | new mediaDROID X Pro player

2019-10-16 Thread s...@signage.me
To learn more about the new digitalsignage.com mediaDROID-X Pro visit: https://secure.dynawebs.net/sendy/l/hosDoRDH2ZUoq8925ZeGJtlw/gZCH8926jJEXU8923O16pTlHBw/W5LqlKHM2JhInEh1pJi0wQ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentati

DigitalSignage.com | new mediaDROID X Pro player

2019-10-16 Thread s...@signage.me
To learn more about the new digitalsignage.com mediaDROID-X Pro visit: https://secure.dynawebs.net/sendy/l/hosDoRDH2ZUoq8925ZeGJtlw/gZCH8926jJEXU8923O16pTlHBw/W5LqlKHM2JhInEh1pJi0wQ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentati

[ANNOUNCEMENT] Updated: postgresql-12.0-1

2019-10-16 Thread Marco Atzeri
Version 12.0-1 of packages libecpg-compat3 libecpg-devel libecpg6 libpgtypes3 libpq-devel libpq5 postgresql postgresql-client postgresql-contrib postgresql-devel postgresql-doc postgresql-plperl postgresql-plpython are available in the Cygwin distribution: CHANGES Thi

Re: [ANNOUNCEMENT] cygwin 3.1.0-0.6 (TEST)

2019-10-16 Thread Michael Haubenwallner
On 10/16/19 4:35 PM, Takashi Yano wrote: > On Mon, 14 Oct 2019 13:07:22 +0200 > Michael Haubenwallner wrote: >>> haubi@linuxbox ~ $ ssh -t cygwin2016 hostname; hostname; ssh -t cygwin2016 >>> hostname > > By the way, why do you specify -t option for ssh? > Without -t option, that will work as you

Cygwin fails to change executable bit in some cases

2019-10-16 Thread Steven Penny
Setup: mkdir /cygdrive/c/sun cd /cygdrive/c/sun # create "mon.txt" using Windows "New", "Text Document" Running these commands under Windows 8 yields expected results: $ test -x mon.txt && echo x || echo not x x $ chmod -x mon.txt $ test -x mon.txt && echo x || echo not x