@@ -213,9 +213,9 @@ def library_recipes(): |
|
|
213 |
213 |
|
214 |
214 |
result.extend([ |
215 |
215 |
dict( |
216 |
|
-name="OpenSSL 1.0.2k", |
217 |
|
-url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz", |
218 |
|
-checksum='f965fc0bf01bf882b31314b61391ae65', |
|
216 |
+name="OpenSSL 1.0.2m", |
|
217 |
+url="https://www.openssl.org/source/openssl-1.0.2m.tar.gz", |
|
218 |
+checksum='10e9e37f492094b9ef296f68f24a7666', |
219 |
219 |
patches=[ |
220 |
220 |
"openssl_sdk_makedepend.patch", |
221 |
221 |
], |
@@ -845,7 +845,6 @@ def build_openssl_arch(archbase, arch): |
|
|
845 |
845 |
"enable-tlsext", |
846 |
846 |
"no-ssl2", |
847 |
847 |
"no-ssl3", |
848 |
|
-"no-ssl3-method", |
849 |
848 |
# "enable-unit-test", |
850 |
849 |
"shared", |
851 |
850 |
"--install_prefix=%s"%shellQuote(archbase), |