Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-25 Thread Corinna Vinschen
On Oct 24 23:17, Denis Excoffier wrote: > 2014-10-24 22:16, Christian Franke wrote: > > > > Corinna Vinschen wrote: > >> > >> Sigh. > >> > >> I don't like the idea either that this simple change breaks existing > >> scenarios. I'm inclined to revert this change. > >> > >> Christian, would you

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-25 Thread Corinna Vinschen
On Oct 25 13:10, Corinna Vinschen wrote: > On Oct 24 23:17, Denis Excoffier wrote: > > 2014-10-24 22:16, Christian Franke wrote: > > > Another possible solution: > > > Check for e.g. CYGWIN_DLLPATH environment variable before calling > > > SetDllDirectory(). > > > > > > If unset or empty, call Se

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-25 Thread Denis Excoffier
On 2014-10-25 16:49, Corinna Vinschen wrote: > > On Oct 25 13:10, Corinna Vinschen wrote: >> On Oct 24 23:17, Denis Excoffier wrote: >>> 2014-10-24 22:16, Christian Franke wrote: Another possible solution: Check for e.g. CYGWIN_DLLPATH environment variable before calling SetDllDire

List server allows email addresses in message body

2014-10-25 Thread Doug Henderson
Recently, I have seen several messages on the mailing list where email addresses have not been removed from posts with quoted original messages. Due to having messages rejected, I was under the impression that the list server would rejecting messages that had email addresses embedded in the body o

[ANNOUNCEMENT] New package: windows-default-manifest-6.4-1

2014-10-25 Thread Corinna Vinschen
Hi folks, I just uploaded windows-default-manifest-6.4-1. This adds the OS GUID for Windows 10 to the default manifest file. This package contains nothing but a default application compatibility manifest, which gets linked in by GCC by default, and which is supposed to claim compatibility with

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-25 Thread Corinna Vinschen
On Oct 25 19:29, Denis Excoffier wrote: > On 2014-10-25 16:49, Corinna Vinschen wrote: > > Apart from SetDllDirectory and AddDllDirectory, what about this very > > simple solution in Cygwin: > > > > - Don't call SetDllDirectory at all, thus "." is kept in the search > > path. > > > > - In execve

[REQUEST] Please upgrade irssi (0.8.17)

2014-10-25 Thread Alive
Does anyone use irssi on cygwin? It seems that irssi package is never upgraded. Latest version is 0.8.17. It released on Oct 11 and still no package upgrade after two weeks (skipping 0.8.16 which is missed a long way ago). I don't expect irssi package maintainers to abandon their duty and be irr

Re: [REQUEST] Please upgrade irssi (0.8.17)

2014-10-25 Thread Marco Atzeri
On 10/25/2014 8:35 PM, Alive wrote: Does anyone use irssi on cygwin? It seems that irssi package is never upgraded. Latest version is 0.8.17. It released on Oct 11 and still no package upgrade after two weeks (skipping 0.8.16 which is missed a long way ago). I don't expect irssi package mainta

Dig output not piping to xargs

2014-10-25 Thread Marko Božiković
Hi all, I have recently noticed that dig +short output is not being properly piped to xargs (and it used to work) Doing something like: echo aaa | xargs -I {} echo {} works fine. However: dig +short www.google.com | xargs -I {} echo {} produces no output. I'm running Cygwin x64, tried a fresh i

Re: [ANNOUNCEMENT] New package: windows-default-manifest-6.4-1

2014-10-25 Thread Andrew Schulman
> This package contains nothing but a default application compatibility > manifest, which gets linked in by GCC by default, and which is supposed > to claim compatibility with the latest Windows versions available at the > time. > > Adding such a manifest got necessary due to a change in Windows 8

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.2

2014-10-25 Thread Andrey Repin
Greetings, Corinna Vinschen! > For your convenience I wrote new documentation. Since this is a TEST > prerelease, the new documentation is not part of the official docs yet. > Rather have a look at > https://cygwin.com/preliminary-ntsec.html The "asks for a group with gidNumbe attribute" lost

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-25 Thread Keith Christian
Thank you, Eric. Will have to remember the semicolon to combine two sed commands vs. trying to use "-e" which did not ever work properly for me. I knew there must have been a better way to combine sed commands! On Fri, Oct 24, 2014 at 11:57 AM, Eric Blake wrote: > On 10/24/2014 11:28 AM, Keith

Re: [REQUEST] Please upgrade irssi (0.8.17)

2014-10-25 Thread Alive
On 10/26/2014 2:23 AM, Marco Atzeri wrote: > On 10/25/2014 8:35 PM, Alive wrote: >> Does anyone use irssi on cygwin? >> >> It seems that irssi package is never upgraded. >> >> Latest version is 0.8.17. It released on Oct 11 and still no package >> upgrade after two weeks (skipping 0.8.16 which is m

Re: Dig output not piping to xargs

2014-10-25 Thread Alive
On 10/26/2014 4:26 AM, Marko Božiković wrote: > Hi all, > > I have recently noticed that dig +short output is not being properly piped to > xargs (and it used to work) > > Doing something like: > echo aaa | xargs -I {} echo {} > works fine. > > However: > dig +short www.google.com | xargs -I {}