Updated: grep-2.21-2

2015-01-23 Thread Eric Blake (cygwin)
A new release of grep, 2.21-2, has been uploaded and will soon reach a mirror near you; leaving the previous version at 2.21-1. NEWS: = This is a fix for CVE-2015-1345, where grep can be coerced to read uninitialized memory on certain inputs. For more details on grep, see the documentation

[ANNOUNCEMENT] Updated: grep-2.21-2

2015-01-23 Thread Eric Blake (cygwin)
A new release of grep, 2.21-2, has been uploaded and will soon reach a mirror near you; leaving the previous version at 2.21-1. NEWS: = This is a fix for CVE-2015-1345, where grep can be coerced to read uninitialized memory on certain inputs. For more details on grep, see the documentation

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Marco Atzeri
On 1/23/2015 11:59 AM, Dr. Volker Zell wrote: ON 32bit: = /bin/sh ./libtool --tag=CC --mode=link gcc -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/cygdrive/d/misc/src/release/autotrace-0.31.1-14.i686/build=/usr/src/debug/autotrace-0.31.1-14

Re: perl-5.18.4

2015-01-23 Thread Corinna Vinschen
On Jan 23 13:00, Reini Urban wrote: On 01/23/2015 06:39 AM, Corinna Vinschen wrote: Are you still with us? Not really, sorry. Just lurking, but not much time to work in cygwin anymore. All my packages are up for grabs. I'm sorry to read that. Andrew, can we get a goldstar for Reini,

Re: [HEADSUP] Dropping libopenssl098 from distro

2015-01-23 Thread Corinna Vinschen
Hi Ken, On Jan 23 08:48, Ken Brown wrote: On 1/14/2015 4:19 PM, Ken Brown wrote: It is. There's a configure option --ignore-absence-of-libsigsegv. But there are more serious problems, affecting both the 32-bit and 64-bit versions. (So even just rebuilding clisp for 32-bit Cygwin will

Re: SSH key for upload access

2015-01-23 Thread Yaakov Selkowitz
On Fri, 2015-01-23 at 21:31 +0200, Serge Lamikhov-Center wrote: Name: Serge Lamikhov-Center Package: ELFIO BEGIN SSH2 PUBLIC KEY Comment: 2048-bit RSA, converted by Serge@Panther from OpenSSH B3NzaC1yc2EDAQABAAABAQCzSJICfBlWFshj6QZMfRXgZvitanr6lpub+A42vZ

[ANNOUNCEMENT] Updated: ELFIO-3.0-1

2015-01-23 Thread Serge Lamikhov-Center
A new release of the Cygwin port of ELFIO 3.0 is available in the 32-bit and 64-bit Cygwin distributions. This is a major release since ELFIO 2.3 in which ELF file generation was significantly improved. Serge If you have questions or comments, please send them to the cygwin mailing list at:

Re: [BUG] w32api : InterlockedExchange(); wants unsigned in64 and not LONG

2015-01-23 Thread Corinna Vinschen
On Jan 23 15:11, Gregory Karastergios - Greg-Net.net wrote: I have been getting errors about InterlockedExchange() wanting unsigned in64 and not LONG. Is this possibly a bug with the preprocessors? Please fix this (I will try to submit a patch). Do you have a simple testcase? Thanks, Corinna

Re: [HEADSUP] Dropping libopenssl098 from distro

2015-01-23 Thread Andrew Schulman
I, for one, welcome our new clisp overlord! ALL HAIL THE CLISP OVERLORD

Re: perl-5.18.4

2015-01-23 Thread Reini Urban
On 01/23/2015 06:39 AM, Corinna Vinschen wrote: On Jan 23 05:50, Reini Urban wrote: 2015-01-19 4:02 GMT-06:00 Corinna Vinschen: On Jan 19 10:36, Marco Atzeri wrote: On 1/19/2015 9:55 AM, Corinna Vinschen wrote: Still, why? Is it real backward incompat, or just due to DLL versioning? Does

Updated: bison-3.0.4-1

2015-01-23 Thread Eric Blake (cygwin)
A new release of bison, 3.0.4-1, has been uploaded and will soon reach a mirror near you; leaving the previous version at 3.0.2-1. NEWS: = This represents a new upstream release. For more details on the upstream changes, see the documentation in /usr/share/doc/bison/. DESCRIPTION:

[ANNOUNCEMENT] Updated: bison-3.0.4-1

2015-01-23 Thread Eric Blake (cygwin)
A new release of bison, 3.0.4-1, has been uploaded and will soon reach a mirror near you; leaving the previous version at 3.0.2-1. NEWS: = This represents a new upstream release. For more details on the upstream changes, see the documentation in /usr/share/doc/bison/. DESCRIPTION:

SSH key for upload access

2015-01-23 Thread Serge Lamikhov-Center
Name: Serge Lamikhov-Center Package: ELFIO BEGIN SSH2 PUBLIC KEY Comment: 2048-bit RSA, converted by Serge@Panther from OpenSSH B3NzaC1yc2EDAQABAAABAQCzSJICfBlWFshj6QZMfRXgZvitanr6lpub+A42vZ 5CQpY8zNUeGUkwl2WljcT6gY4RkkNqc0Pg8Ajn9BZJbnQdu7m5DtpmV9dDIiWadmNKYyvZ

[BUG] w32api : InterlockedExchange(); wants unsigned in64 and not LONG

2015-01-23 Thread Gregory Karastergios - Greg-Net.net
I have been getting errors about InterlockedExchange() wanting unsigned in64 and not LONG. Is this possibly a bug with the preprocessors? Please fix this (I will try to submit a patch). Cygwin Configuration Diagnostics Current System Time: Fri Jan 23 19:21:03 2015 Windows 8.1 Ver 6.3 Build

Re: [HEADSUP] Dropping libopenssl098 from distro

2015-01-23 Thread Ken Brown
On 1/23/2015 3:09 PM, Corinna Vinschen wrote: Hi Ken, On Jan 23 08:48, Ken Brown wrote: On 1/14/2015 4:19 PM, Ken Brown wrote: It is. There's a configure option --ignore-absence-of-libsigsegv. But there are more serious problems, affecting both the 32-bit and 64-bit versions. (So even just

allowing redefinition of setjmp()?

2015-01-23 Thread Eric Blake
I'm trying to build readline 6.3 for cygwin (in preparation for bash 4.3), but ran into a snag. Readline tries to redefine 'setjmp' in terms of 'sigsetjmp' via a wrapper header (presumably faster to wrap the problem away than auditing lots of old code to find where setjmp was used?), which works

Re: [HEADSUP] Dropping libopenssl098 from distro

2015-01-23 Thread Ken Brown
On 1/23/2015 5:57 AM, Dr. Volker Zell wrote: gcc -c -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/cygdrive/d/misc/src/release/xemacs-21.4.22-2.i686/build=/usr/src/debug/xemacs-21.4.22-2

Re: [HEADSUP] Dropping libopenssl098 from distro

2015-01-23 Thread Ken Brown
On 1/14/2015 4:19 PM, Ken Brown wrote: On 1/14/2015 12:46 PM, Achim Gratz wrote: Corinna Vinschen writes: Clisp is not yet ported to 64bit and it has problems under 32bit as well (temporary file generation) that also affect Maxima from ports. If it's a problem with the Cygwin DLL, it would

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Eric Blake
On 01/23/2015 03:00 AM, Helmut Karlowski wrote: -- Helmut Karlowski helmut.karlow...@ish.de wrote: (23/01/2015 10:54) It's not just bash. The same happens in my home-grown shell. Starting with /dev/fd/3 opendir succeeds giving (only the

Re: Failure in merging win-env vars into post-'login'...

2015-01-23 Thread Linda Walsh
BTW -- the problem is (you probably already knew this) in 'cygwin.dll', since to restore password-less login, I just copied in the cygwin.dll from the previous version (i.e. just that file), restarted inetd, and it worked. BTW -- don't forget the .rhosts in your home dir. Just experimented with

Re: Failure in merging win-env vars into post-'login'...

2015-01-23 Thread Linda Walsh
Corinna Vinschen wrote: - Can you please start inetd under strace, once under 1.7.33, once under the 1.7.34 test DLL and then log in as you usally do? This requires some patience because under strace the whole process of logging in will become almost unbearably slow. ~20

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Corinna Vinschen
Guys, please, please, strip your replies from unnecessary cruft. On Jan 23 13:17, Dr. Volker Zell wrote: Marco Atzeri writes: [...] As Autotrace depends on Imagemagick and ImageMagick from Autotrace, would you mind if I will take care of both ? Yes, thanks...you can take them.

Re: Failure in merging win-env vars into post-'login'...

2015-01-23 Thread Corinna Vinschen
On Jan 22 17:40, Linda Walsh wrote: Corinna Vinschen wrote: It seems your home dir is different for some reason. What does your /etc/nsswitch.conf look like (if you have one)? What does getent passwd your username Same as it ever was... law.Bliss getent passwd Bliss\\law

Re: perl-5.18.4

2015-01-23 Thread Reini Urban
2015-01-19 4:02 GMT-06:00 Corinna Vinschen: On Jan 19 10:36, Marco Atzeri wrote: On 1/19/2015 9:55 AM, Corinna Vinschen wrote: On Jan 15 18:51, Achim Gratz wrote: I've finally managed to produce a working Perl including debuginfo via cygport. Thanks! Corinna Vinschen writes: However, why

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Marco Atzeri
On 1/23/2015 11:59 AM, Dr. Volker Zell wrote: Marco Atzeri writes: I rebuild libfpx without .la files but meanwhile I also updated to the latest gcc-4.9.2 and now I get ON 32bit: = /bin/sh ./libtool --tag=CC --mode=link gcc -ggdb -O2 -pipe -Wimplicit-function-declaration

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Dr. Volker Zell
Marco Atzeri writes: On 1/23/2015 11:59 AM, Dr. Volker Zell wrote: Marco Atzeri writes: I rebuild libfpx without .la files but meanwhile I also updated to the latest gcc-4.9.2 and now I get ON 32bit: = /bin/sh ./libtool --tag=CC

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Corinna Vinschen
On Jan 22 23:19, Helmut Karlowski wrote: Am 22.01.2015, 22:47 Uhr, schrieb Helmut Karlowski: #! /bin/bash (set -o globstar 2/dev/null) set -o globstar || shopt -s globstar extglob echo /dev/fd/** run this in on mintty, and then in another: ps: ... 8164012 816176

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Helmut Karlowski
-- Corinna Vinschen corinna-cyg...@cygwin.com wrote: (23/01/2015 10:43) numerous entries ... This occurs on Linux as well, just with a few less entries in fd (42 rather than 560). These descriptors are apparently created by bash for some

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Corinna Vinschen
On Jan 23 11:09, Helmut Karlowski wrote: -- Helmut Karlowski helmut.karlow...@ish.de wrote: (23/01/2015 10:54) It's not just bash. The same happens in my home-grown shell. Starting with /dev/fd/3 opendir succeeds giving (only the

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Helmut Karlowski
-- Helmut Karlowski helmut.karlow...@ish.de wrote: (23/01/2015 10:54) It's not just bash. The same happens in my home-grown shell. Starting with /dev/fd/3 opendir succeeds giving (only the opendir-entries): Maybe it's because: 3 -

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Helmut Karlowski
-- Helmut Karlowski helmut.karlow...@ish.de wrote: (23/01/2015 10:54) It's not just bash. The same happens in my home-grown shell. Starting with /dev/fd/3 opendir succeeds giving (only the opendir-entries): Maybe it's because: 3 -

Re: [PATCH] Add-on to gethostbyname2

2015-01-23 Thread Corinna Vinschen
On Jan 22 21:05, Pierre A. Humblet wrote: Add-on to gethostbyname2, as discussed previously on main list. The diff is also attached. Pierre 2015-01-22 Pierre A. Humblet ... * net.cc (cygwin_inet_pton): Declare. (gethostby_specials): New function.

Re: Using signals to unblock calls to msgrcv() in a multi-threaded process (Cygwin v1.7.33)

2015-01-23 Thread Corinna Vinschen
On Jan 23 10:27, SCOTT Damien wrote: On 1/19/2015 8:10 PM, Corinna Vinschen wrote: Well, it was not as complicated as I anticipated. I applied a patch to cygserver to pull it into the wonderful modern times of per-thread signalling. I created and uploaded a new developer snapshot

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Dr. Volker Zell
Marco Atzeri writes: On 1/15/2015 1:05 PM, Dr. Volker Zell wrote: Yaakov Selkowitz writes: On 2014-12-30 16:12, Ken Brown wrote: On 12/30/2014 4:51 PM, Marco Atzeri wrote: On 12/30/2014 10:23 PM, Angelo Graziosi wrote: Sure it isn't a packaging bug? I see

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Corinna Vinschen
On Jan 23 10:54, Helmut Karlowski wrote: -- Corinna Vinschen corinna-cyg...@cygwin.com wrote: (23/01/2015 10:43) numerous entries ... This occurs on Linux as well, just with a few less entries in fd (42 rather than 560). These

Re: Using signals to unblock calls to msgrcv() in a multi-threaded process (Cygwin v1.7.33)

2015-01-23 Thread SCOTT Damien
On 1/19/2015 8:10 PM, Corinna Vinschen wrote: Well, it was not as complicated as I anticipated. I applied a patch to cygserver to pull it into the wonderful modern times of per-thread signalling. I created and uploaded a new developer snapshot to https://cygwin.com/snapshots/ with

src/winsup/cygwin ChangeLog net.cc

2015-01-23 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2015-01-23 10:46:22 Modified files: winsup/cygwin : ChangeLog net.cc Log message: * net.cc (cygwin_inet_pton): Declare. (gethostby_specials): New function. (gethostby_helper):

Re: [HEADSUP] Dropping libopenssl098 from distro

2015-01-23 Thread Dr. Volker Zell
Volker Zell writes: Hi I'm on business, no access to the logs...I will come back to this on friday. Here we are Ciao Volker Vin Shelton writes: Volker - I can build XEmacs on 32-bit Cygwin. What doesn't work for you? gcc -c -ggdb -O2 -pipe

RE: [PATCH] Add-on to gethostbyname2

2015-01-23 Thread phumblet
From: Corinna Vinschen Sent: Friday, January 23, 2015 5:48 AM On Jan 22 21:05, Pierre A. Humblet wrote: Add-on to gethostbyname2, as discussed previously on main list. The diff is also attached. Do you have some wording for the release info in the docs, please? Make

Re: Subversion (svn.exe) prepending current directory to target path when using Windows path format.

2015-01-23 Thread Hans Deragon
On 2015-01-22 14:19, David Rothenberger wrote: Hans Deragon wrote: When I run Cygwin subversion command (svn) with a Windows formatted path (C:dir1dir2...), for some reason it prepends the current directory (${PWD}) in Cygwin format (/cygdrive/c/...) to the target path in Windows format,

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Helmut Karlowski
-- Eric Blake ebl...@redhat.com wrote: (23/01/2015 15:04) On 01/23/2015 03:00 AM, Helmut Karlowski wrote: -- Helmut Karlowski helmut.karlow...@ish.de wrote: (23/01/2015 10:54) It's not

src/winsup/doc ChangeLog new-features.xml

2015-01-23 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2015-01-23 14:59:44 Modified files: winsup/doc : ChangeLog new-features.xml Log message: * new-features.xml (ov-new1.7.34): Add extension of gethostbyname2. Add sockatmark. Patches:

Re: [HEADSUP] Dropping libopenssl098 from distro

2015-01-23 Thread Vin Shelton
Hi, Volker - Vin wrote: I can build XEmacs on 32-bit Cygwin. What doesn't work for you? Volker wrote: Here we are A few thoughts: 1. You need to use the most recent XEmacs sources from mercurial. 2. You must have an old version of libpng installed, because 21.4.22 won't compile with the

src/winsup/cygwin/release 1.7.34

2015-01-23 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2015-01-23 14:57:20 Modified files: winsup/cygwin/release: 1.7.34 Log message: Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.34.diff?cvsroot=srcr1=1.9r2=1.10

Re: Subversion (svn.exe) prepending current directory to target path when using Windows path format.

2015-01-23 Thread Corinna Vinschen
On Jan 23 09:13, Hans Deragon wrote: On 2015-01-22 14:19, David Rothenberger wrote: Hans Deragon wrote: When I run Cygwin subversion command (svn) with a Windows formatted path (C:dir1dir2...), for some reason it prepends the current directory (${PWD}) in Cygwin format (/cygdrive/c/...)

Re: perl-5.18.4

2015-01-23 Thread Corinna Vinschen
On Jan 23 05:50, Reini Urban wrote: 2015-01-19 4:02 GMT-06:00 Corinna Vinschen: On Jan 19 10:36, Marco Atzeri wrote: On 1/19/2015 9:55 AM, Corinna Vinschen wrote: Still, why? Is it real backward incompat, or just due to DLL versioning? Does DLL versioning really make sense here?

Re: [HEADSUP] Dropping libopenssl098 from distro

2015-01-23 Thread Dr. Volker Zell
Vin Shelton writes: Hi, Volker - Vin wrote: I can build XEmacs on 32-bit Cygwin. What doesn't work for you? Volker wrote: Here we are A few thoughts: 1. You need to use the most recent XEmacs sources from mercurial. OK 2. You must have an old

Re: [HEADSUP] Dropping libopenssl098 from distro

2015-01-23 Thread Corinna Vinschen
On Jan 23 16:43, Dr. Volker Zell wrote: Ken Brown writes: On 1/23/2015 5:57 AM, Dr. Volker Zell wrote: gcc -c -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/cygdrive/d/misc/src/release/xemacs-21.4.22-2.i686/build=/usr/src/debug/xemacs-21.4.22-2

[ANNOUNCEMENT] Updated: cron 4.1

2015-01-23 Thread Pierre A Humblet
A new release of the Cygwin port of cron 4.1 is available in the 32-bit and 64-bit Cygwin distributions. The change allows the cron-config script to handle new cron installations in the upcoming Cygwin release, which does not rely on /etc/{password,group}. Pierre If you have questions or