[PATCH/cygwin] iutil/cygwin.sh: Add versioned runtime package

2010-08-23 Thread Corinna Vinschen
Hi, would somebody with checkin permissions be so kind to check in the following Cygwin-specific patch? The patch was really overdue. It changes the layout of the Cygwin OpenSSL distribution packages so that the runtime is separated out into its own versioned package. That allows easier upgradi

Re: [openssl.org #2321] bug report: core dump on OPENSSL_cpuid_setup() on Solaris 10 with a Sun Enterprise 450 system

2010-08-23 Thread Andy Polyakov via RT
Hi, >>> The 32-bit of openSSL 1.0.0a (solaris-sparcv9-cc configuration) >>> coredumps upon initialization. The stack trace is (of our product >>> binary): >> Does reference to your product binary mean that apps/openssl does not >> crash? In other words does 'make test' pass? If so, then the questi

RE: [openssl.org #2321] bug report: core dump on OPENSSL_cpuid_setup() on Solaris 10 with a Sun Enterprise 450 system

2010-08-23 Thread Kees Dekker via RT
Hi, > -Original Message- > From: Andy Polyakov via RT [mailto:r...@openssl.org] > Sent: Saturday, 21 August, 2010 14:42 > To: Kees Dekker > Cc: openssl-dev@openssl.org > Subject: Re: [openssl.org #2321] bug report: core dump on > OPENSSL_cpuid_setup() on Solaris 10 with a Sun Enter

[openssl.org #2324] convert c_rehash from perl to POSIX shell

2010-08-23 Thread Mike Frysinger via RT
while openssl requires perl in order to compile, nothing that it installs requires perl at runtime. that is except for the simple "c_rehash" script. for such a simple wrapper, i dont think the perl requirement is justified. fortunately, the PLD Linux guys have already rewritten things in POSIX