Changeset 43889
- Timestamp:
- 2015-01-09T01:10:55+01:00 (3 years ago)
- Location:
- branches/barrier_breaker/package/libs/openssl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/barrier_breaker/package/libs/openssl/Makefile
r42964 r43889 1 1 # 2 # Copyright (C) 2006-201 4OpenWrt.org2 # Copyright (C) 2006-2015 OpenWrt.org 3 3 # 4 4 # This is free software, licensed under the GNU General Public License v2. … … 9 9 10 10 PKG_NAME:=openssl 11 PKG_VERSION:=1.0.1 j11 PKG_VERSION:=1.0.1k 12 12 PKG_RELEASE:=1 13 13 PKG_USE_MIPS16:=0 … … 19 19 ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \ 20 20 ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ 21 PKG_MD5SUM:= f7175c9cd3c39bb1907ac8bba9df8ed321 PKG_MD5SUM:=d4f002bd22a56881340105028842ae1f 22 22 23 23 PKG_LICENSE:=SSLEAY OPENSSL -
branches/barrier_breaker/package/libs/openssl/patches/150-no_engines.patch
r42930 r43889 1 1 --- a/Configure 2 2 +++ b/Configure 3 @@ -201 1,6 +2011,11 @@ EOF3 @@ -2016,6 +2016,11 @@ EOF 4 4 close(OUT); 5 5 } … … 15 15 --- a/util/libeay.num 16 16 +++ b/util/libeay.num 17 @@ -207 1,7 +2071,6 @@ PKCS7_ATTR_SIGN_it17 @@ -2072,7 +2072,6 @@ PKCS7_ATTR_SIGN_it 18 18 UI_add_error_string 2633 EXIST::FUNCTION: 19 19 KRB5_CHECKSUM_free 2634 EXIST::FUNCTION: … … 23 23 PKEY_USAGE_PERIOD_it 2638 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 24 24 PKEY_USAGE_PERIOD_it 2638 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION: 25 @@ -254 5,7 +2544,6 @@ OCSP_RESPONSE_new25 @@ -2546,7 +2545,6 @@ OCSP_RESPONSE_new 26 26 AES_set_encrypt_key 3024 EXIST::FUNCTION:AES 27 27 OCSP_resp_count 3025 EXIST::FUNCTION: … … 31 31 ENGINE_set_default_ciphers 3029 EXIST::FUNCTION:ENGINE 32 32 NOTICEREF_it 3030 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 33 @@ -257 6,7 +2574,6 @@ ASN1_primitive_free33 @@ -2577,7 +2575,6 @@ ASN1_primitive_free 34 34 i2d_EXTENDED_KEY_USAGE 3052 EXIST::FUNCTION: 35 35 i2d_OCSP_SIGNATURE 3053 EXIST::FUNCTION: … … 39 39 PKCS12_MAC_DATA_it 3057 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 40 40 PKCS12_MAC_DATA_it 3057 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION: 41 @@ -260 0,7 +2597,6 @@ asn1_get_choice_selector41 @@ -2601,7 +2598,6 @@ asn1_get_choice_selector 42 42 i2d_KRB5_CHECKSUM 3072 EXIST::FUNCTION: 43 43 ENGINE_set_table_flags 3073 EXIST::FUNCTION:ENGINE … … 47 47 OCSP_BASICRESP_new 3077 EXIST::FUNCTION: 48 48 OCSP_REQUEST_get_ext_by_NID 3078 EXIST::FUNCTION: 49 @@ -266 7,7 +2663,6 @@ OCSP_CRLID_it49 @@ -2668,7 +2664,6 @@ OCSP_CRLID_it 50 50 OCSP_CRLID_it 3127 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION: 51 51 i2d_KRB5_AUTHENTBODY 3128 EXIST::FUNCTION: … … 55 55 X509_NAME_it 3131 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION: 56 56 USERNOTICE_it 3132 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: 57 @@ -276 2,8 +2757,6 @@ DES_read_2passwords57 @@ -2763,8 +2758,6 @@ DES_read_2passwords 58 58 DES_read_password 3207 EXIST::FUNCTION:DES 59 59 UI_UTIL_read_pw 3208 EXIST::FUNCTION: … … 64 64 OPENSSL_add_all_algo_noconf 3212 EXIST:VMS:FUNCTION: 65 65 OPENSSL_add_all_algorithms_conf 3213 EXIST:!VMS:FUNCTION: 66 @@ -277 2,7 +2765,6 @@ OPENSSL_load_builtin_modules66 @@ -2773,7 +2766,6 @@ OPENSSL_load_builtin_modules 67 67 AES_ofb128_encrypt 3215 EXIST::FUNCTION:AES 68 68 AES_ctr128_encrypt 3216 EXIST::FUNCTION:AES … … 72 72 EVP_aes_256_ofb 3220 EXIST::FUNCTION:AES 73 73 EVP_aes_192_ofb 3221 EXIST::FUNCTION:AES 74 @@ -310 7,7 +3099,6 @@ EC_GFp_nist_method74 @@ -3108,7 +3100,6 @@ EC_GFp_nist_method 75 75 STORE_meth_set_modify_fn 3530 NOEXIST::FUNCTION: 76 76 STORE_method_set_modify_function 3530 NOEXIST::FUNCTION: -
branches/barrier_breaker/package/libs/openssl/patches/200-parallel_build.patch
r42930 r43889 98 98 --- a/crypto/Makefile 99 99 +++ b/crypto/Makefile 100 @@ - 90,11 +90,11 @@ testapps:100 @@ -85,11 +85,11 @@ testapps: 101 101 @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi 102 102 … … 112 112 links: 113 113 @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) 114 @@ -10 5,7 +105,7 @@ links:114 @@ -100,7 +100,7 @@ links: 115 115 # lib: $(LIB): are splitted to avoid end-less loop 116 116 lib: $(LIB) … … 121 121 [ -z "$(FIPSLIBDIR)" ] || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o 122 122 $(RANLIB) $(LIB) || echo Never mind. 123 @@ -11 6,7 +116,7 @@ shared: buildinf.h lib subdirs123 @@ -111,7 +111,7 @@ shared: buildinf.h lib subdirs 124 124 fi 125 125 … … 130 130 install: 131 131 @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... 132 @@ -12 5,7 +125,7 @@ install:132 @@ -120,7 +120,7 @@ install: 133 133 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ 134 134 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
Note: See TracChangeset
for help on using the changeset viewer.