Hi, I have tried to run some test:

TEST 1: 
bash-3.00$ gzip -cd ts-20060225-0_9_8a-patch.gz

gzip: ts-20060225-0_9_8a-patch.gz: not in gzip format


TEST 2:
bash-3.00$ gzip -cd ts-20060225-0_9_8a-patch.gz | patch -p1

gzip: ts-20060225-0_9_8a-patch.gz: not in gzip format

TEST 3:
bash-3.00$ gunzip -cd ts-20060225-0_9_8a-patch.gz | patch -p1

gunzip: ts-20060225-0_9_8a-patch.gz: not in gzip format

TEST 4:
bash-3.00$ gunzip ts-20060225-0_9_8a-patch.gz

gunzip: ts-20060225-0_9_8a-patch.gz: not in gzip format

TEST 5:
bash-3.00$ patch -p1 <ts-20060225-0_9_8a-patch.gz

can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: openssl/Configure
|diff -u openssl/Configure:1.1.1.11 openssl/Configure:1.1.1.11.2.1
|--- openssl/Configure:1.1.1.11 Sat Oct 29 11:50:52 2005
|+++ openssl/Configure  Sat Oct 29 13:10:03 2005
--------------------------
File to patch:
bash-3.00$


It's a problem of cygwin?? Or it's the patch zipped uncorrectly??
:(

Thanks
Sara
--
View this message in context: 
http://www.nabble.com/Patch-Openssl-t1438294.html#a3896282
Sent from the OpenSSL - User forum at Nabble.com.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to