Re: [openssl.org #3110] Adding support for x86_64 Cygwin

2014-01-08 Thread Corinna Vinschen via RT
Hi Andy, On Oct 14 22:44, Andy Polyakov via RT wrote: Hi, the below patch adds support for the new 64 bit version of Cygwin, running on x86_64. Only a few minor Configure and Makefile patches are required to get it run. The patch is against git from today. I hope it's ok to apply

Re: [openssl.org #3110] Adding support for x86_64 Cygwin

2013-10-14 Thread Corinna Vinschen via RT
Hi Andy, sorry for the late response, I was abroead for a couple of weeks. On Sep 15 22:03, Andy Polyakov via RT wrote: Hi, the below patch adds support for the new 64 bit version of Cygwin, running on x86_64. Only a few minor Configure and Makefile patches are required to get it run.

[openssl.org #3110] Adding support for x86_64 Cygwin

2013-08-13 Thread Corinna Vinschen via RT
Hi, the below patch adds support for the new 64 bit version of Cygwin, running on x86_64. Only a few minor Configure and Makefile patches are required to get it run. The patch is against git from today. I hope it's ok to apply this to the upstream sources. Thanks, Corinna Configure

Re: [openssl.org #2761] util/cygwin.sh: Fix runtime package name

2012-03-29 Thread Corinna Vinschen via RT
Ping? Corinna On Mar 15 17:50, Corinna Vinschen via RT wrote: Hi, please apply the following patch to the util/cygwin.sh script to the 0.9.8 branch, the 1.0.1 branch, and trunk. The patch fixes the generated name for the runtime openssl package on Cygwin. So far it used the version

[openssl.org #2761] util/cygwin.sh: Fix runtime package name

2012-03-15 Thread Corinna Vinschen via RT
Hi, please apply the following patch to the util/cygwin.sh script to the 0.9.8 branch, the 1.0.1 branch, and trunk. The patch fixes the generated name for the runtime openssl package on Cygwin. So far it used the version number of OpenSSL for the package name, but with 1.0.1 this is wrong.

Re: [openssl.org #2470] [PATCH] Cygwin: Don't call ERR_remove_state from DllMain

2011-06-20 Thread Corinna Vinschen via RT
: Ping? On Mar 22 12:03, Corinna Vinschen via RT wrote: On Mar 17 09:11, Corinna Vinschen via RT wrote: Hi, the below patch is against current CVS HEAD, but it should be applied to all supported branches of OpenSSL, starting with 0.9.8. On systems running on the Windows

Re: [openssl.org #2471] [PATCH] util/cygwin.sh from CVS HEAD should be applied to 0.9.8 branch

2011-06-20 Thread Corinna Vinschen via RT
Ping 2? Corinna On May 16 15:39, Corinna Vinschen wrote: Ping? On Mar 17 12:44, Corinna Vinschen via RT wrote: Hi, would you mind to apply the below patch to util/cygwin.sh in the 0.9.8 branch, too? It has been applied only to HEAD, accidentally. Thanks, Corinna

Re: [openssl.org #2470] [PATCH] Cygwin: Don't call ERR_remove_state from DllMain

2011-05-16 Thread Corinna Vinschen via RT
Ping? On Mar 22 12:03, Corinna Vinschen via RT wrote: On Mar 17 09:11, Corinna Vinschen via RT wrote: Hi, the below patch is against current CVS HEAD, but it should be applied to all supported branches of OpenSSL, starting with 0.9.8. On systems running on the Windows platform

Re: [openssl.org #2471] [PATCH] util/cygwin.sh from CVS HEAD should be applied to 0.9.8 branch

2011-05-16 Thread Corinna Vinschen via RT
Ping? On Mar 17 12:44, Corinna Vinschen via RT wrote: Hi, would you mind to apply the below patch to util/cygwin.sh in the 0.9.8 branch, too? It has been applied only to HEAD, accidentally. Thanks, Corinna --- openssl-0.9.8r/util/cygwin.sh 2005-06-23 22:55:35.0 +0200

Re: [openssl.org #2470] [PATCH] Cygwin: Don't call ERR_remove_state from DllMain

2011-03-22 Thread Corinna Vinschen via RT
On Mar 17 09:11, Corinna Vinschen via RT wrote: Hi, the below patch is against current CVS HEAD, but it should be applied to all supported branches of OpenSSL, starting with 0.9.8. On systems running on the Windows platform, there's a DllMain function in crypto/cryptlib.c which always

[openssl.org #2470] [PATCH] Cygwin: Don't call ERR_remove_state from DllMain

2011-03-17 Thread Corinna Vinschen via RT
Hi, the below patch is against current CVS HEAD, but it should be applied to all supported branches of OpenSSL, starting with 0.9.8. On systems running on the Windows platform, there's a DllMain function in crypto/cryptlib.c which always calls ERR_remove_state(0) if an application thread exits.

[openssl.org #2471] [PATCH] util/cygwin.sh from CVS HEAD should be applied to 0.9.8 branch

2011-03-17 Thread Corinna Vinschen via RT
Hi, would you mind to apply the below patch to util/cygwin.sh in the 0.9.8 branch, too? It has been applied only to HEAD, accidentally. Thanks, Corinna --- openssl-0.9.8r/util/cygwin.sh 2005-06-23 22:55:35.0 +0200 +++ openssl-0.9.8r-1/util/cygwin.sh 2011-02-08

[openssl.org #2098] [PATCH] util/cygwin.sh: Build with zlib by default

2009-11-11 Thread Corinna Vinschen via RT
Hi, could the below patch be applied to util/cygwin.sh before openssl-1.0.0 gets released, please? The only change is that zlib is added to the build options so that the default build will always include zlib compression support now. Thanks, Corinna Index: util/cygwin.sh

Re: [openssl.org #2098] [PATCH] util/cygwin.sh: Build with zlib by default

2009-11-11 Thread Corinna Vinschen via RT
Hi Steve, On Nov 11 16:21, Stephen Henson via RT wrote: Yes, I can do that. Do you still want the no-mdc2 swictch? The patent has now expired and it is enabled by default in OpenSSL now. Steve. thanks for asking, I missed that. I just did a testrun to verify that mdc2 works fine on Cygwin,

[openssl.org #1882] 1.0.0 beta 1 on Cygwin 1.7

2009-04-02 Thread Corinna Vinschen via RT
Hi, there's a tiny bug in engines/ccgost/Makefile which results in the wrong filename for the installed library, libgostso instead of libgost.so. I prepared a patch: --- engines/ccgost/Makefile.orig2009-04-01 19:00:53.0 +0200 +++ engines/ccgost/Makefile 2009-04-01

[openssl.org #1516] [PATCH] apps/ocsp.c: Fix non-POSIX #include

2007-03-29 Thread Corinna Vinschen via RT
Hi, building apps/ocsp.c fails on Cygwin like this: gcc [...] -c -o ocsp.o ocsp.c ocsp.c: In function `query_responder': ocsp.c:1262: error: storage size of 'tv' isn't known ocsp.c:1290: warning: implicit declaration of function `select' ocsp.c:1262: warning: unused variable `tv'

[openssl.org #1517] [PATCH] Makefile.shared: Link all shared libs with --enable-auto-image-base

2007-03-29 Thread Corinna Vinschen via RT
Hi, the below patches are supposed to help with an annoying DLL problem on Cygwin. Since Windows doesn't provide a native fork implementation, Cygwin emulates fork by creating a new process and overwrites the forkee's memory with data from the forker. This method only works if the OS doesn't