diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-07 07:01:20 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-07 07:01:20 +0000 |
commit | bd14b0e70f5b5b1d1e308bab6af0821e5894de57 (patch) | |
tree | c54e3de32f31211307367cc7150801c6181dbaaf /package/openssl/openssl-0.9.8k-dont-force-large-file.patch | |
parent | a933ef66bfd34b4d1c484f08da914e2626bb5a5e (diff) | |
download | buildroot-novena-bd14b0e70f5b5b1d1e308bab6af0821e5894de57.tar.gz buildroot-novena-bd14b0e70f5b5b1d1e308bab6af0821e5894de57.zip |
openssl: bump version
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #217
Fixes multiple security flaws - See
http://www.openssl.org/news/secadv_20090325.txt for details.
Diffstat (limited to 'package/openssl/openssl-0.9.8k-dont-force-large-file.patch')
-rw-r--r-- | package/openssl/openssl-0.9.8k-dont-force-large-file.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/openssl/openssl-0.9.8k-dont-force-large-file.patch b/package/openssl/openssl-0.9.8k-dont-force-large-file.patch new file mode 100644 index 000000000..5b04656ff --- /dev/null +++ b/package/openssl/openssl-0.9.8k-dont-force-large-file.patch @@ -0,0 +1,19 @@ +[patch]: bss_file.c: don't force largefile mode +--- + crypto/bio/bss_file.c | 3 --- + 1 file changed, 3 deletions(-) + +Index: openssl-0.9.8g/crypto/bio/bss_file.c +=================================================================== +--- openssl-0.9.8g.orig/crypto/bio/bss_file.c ++++ openssl-0.9.8g/crypto/bio/bss_file.c +@@ -78,9 +78,6 @@ + * sequential access of large files without extra "magic" comprise *BSD, + * Darwin, IRIX... + */ +-#ifndef _FILE_OFFSET_BITS +-#define _FILE_OFFSET_BITS 64 +-#endif + #endif + + #include <stdio.h> |