Changeset ef25365 in freewrt
- Timestamp:
- May 29, 2008, 11:21:13 PM (18 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- f605548
- Parents:
- a2cda0c
- Location:
- package/openssl
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
patches/999-cfg-opts.patch (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/openssl/Makefile
ra2cda0c ref25365 8 8 9 9 PKG_NAME:= openssl 10 PKG_VERSION:= 0.9.8 g10 PKG_VERSION:= 0.9.8h 11 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= acf70a16359bf3658bdfb74bda1c441912 PKG_MD5SUM:= 7d3d41dafc76cf2fcb5559963b5783b3 13 13 14 14 PKG_SOURCE_URL:= http://www.openssl.org/source/ \ -
package/openssl/patches/999-cfg-opts.patch
ra2cda0c ref25365 1 diff - urN openssl-0.9.8d.orig/apps/ocsp.c openssl-0.9.8d/apps/ocsp.c2 --- openssl-0.9.8 d.orig/apps/ocsp.c 2004-05-17 21:05:32.000000000 +02003 +++ openssl-0.9.8 d/apps/ocsp.c 2007-03-01 14:50:15.000000000 +01001 diff -Nur openssl-0.9.8h.orig/apps/ocsp.c openssl-0.9.8h/apps/ocsp.c 2 --- openssl-0.9.8h.orig/apps/ocsp.c 2008-04-02 16:51:08.000000000 +0200 3 +++ openssl-0.9.8h/apps/ocsp.c 2008-05-29 23:13:18.000000000 +0200 4 4 @@ -55,7 +55,6 @@ 5 5 * Hudson (tjh@cryptsoft.com). … … 7 7 */ 8 8 -#ifndef OPENSSL_NO_OCSP 9 9 #define USE_SOCKETS 10 10 #include <stdio.h> 11 #include <st ring.h>12 @@ -6 6,6 +65,8 @@11 #include <stdlib.h> 12 @@ -65,6 +64,8 @@ 13 13 #include <openssl/ssl.h> 14 #include <openssl/ bn.h>14 #include <openssl/err.h> 15 15 16 16 +#ifndef OPENSSL_NO_OCSP … … 19 19 #define MAX_VALIDITY_PERIOD (5 * 60) 20 20 21 diff - urN openssl-0.9.8d.orig/apps/progs.pl openssl-0.9.8d/apps/progs.pl22 --- openssl-0.9.8 d.orig/apps/progs.pl 2006-06-09 17:42:11.000000000 +020023 +++ openssl-0.9.8 d/apps/progs.pl 2007-03-01 14:52:18.000000000 +010021 diff -Nur openssl-0.9.8h.orig/apps/progs.pl openssl-0.9.8h/apps/progs.pl 22 --- openssl-0.9.8h.orig/apps/progs.pl 2008-04-04 01:03:41.000000000 +0200 23 +++ openssl-0.9.8h/apps/progs.pl 2008-05-29 23:13:18.000000000 +0200 24 24 @@ -43,6 +43,8 @@ 25 25 { print "#ifndef OPENSSL_NO_DH\n${str}#endif\n"; } … … 28 28 + elsif ( ($_ =~ /^ocsp$/)) 29 29 + { print "#ifndef OPENSSL_NO_OCSP\n${str}#endif\n"; } 30 elsif ( ($_ =~ /^cms$/)) 31 { print "#ifndef OPENSSL_NO_CMS\n${str}#endif\n"; } 30 32 else 31 { print $str; } 32 } 33 diff -urN openssl-0.9.8d.orig/crypto/x509v3/v3_ocsp.c openssl-0.9.8d/crypto/x509v3/v3_ocsp.c 34 --- openssl-0.9.8d.orig/crypto/x509v3/v3_ocsp.c 2004-03-16 00:15:23.000000000 +0100 35 +++ openssl-0.9.8d/crypto/x509v3/v3_ocsp.c 2007-03-01 14:49:49.000000000 +0100 33 diff -Nur openssl-0.9.8h.orig/crypto/x509v3/v3_ocsp.c openssl-0.9.8h/crypto/x509v3/v3_ocsp.c 34 --- openssl-0.9.8h.orig/crypto/x509v3/v3_ocsp.c 2007-01-21 14:16:48.000000000 +0100 35 +++ openssl-0.9.8h/crypto/x509v3/v3_ocsp.c 2008-05-29 23:13:18.000000000 +0200 36 36 @@ -56,8 +56,6 @@ 37 37 *
Note:
See TracChangeset
for help on using the changeset viewer.
