diff -r 9032c8d91972 -r 53f9397aa985 components/openssl/openssl-1.0.1/Makefile --- a/components/openssl/openssl-1.0.1/Makefile Mon May 09 19:41:29 2016 -0700 +++ b/components/openssl/openssl-1.0.1/Makefile Mon May 09 20:56:05 2016 -0700 @@ -28,20 +28,20 @@ # When upgrading OpenSSL, please, DON'T FORGET TO TEST WANBOOT too. # For more information about wanboot-openssl testing, please refer to # ../README. -COMPONENT_VERSION = 1.0.1s +COMPONENT_VERSION = 1.0.1t # Version for IPS. It is easier to do it manually than convert the letter to a # number while taking into account that there might be no letter at all. -IPS_COMPONENT_VERSION = 1.0.1.19 +IPS_COMPONENT_VERSION = 1.0.1.20 COMPONENT_PROJECT_URL= http://www.openssl.org/ COMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:e7e81d82f3cd538ab0cdba494006d44aab9dd96b7f6233ce9971fb7c7916d511 + sha256:4a6ee491a2fdb22e519c76fdc2a628bb3cec12762cd456861d207996c8a07088 COMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= library/openssl -TPNO= 27087 +TPNO= 28138 include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk @@ -98,7 +98,7 @@ CONFIGURE_OPTIONS += no-seed # Disable SSLv2 protocol -CONFIGURE_OPTIONS += no-ssl2 +CONFIGURE_OPTIONS += no-ssl2 no-ssl2-method # We use both no-whirlpool and no-whrlpool since there is an inconsistency in # the OpenSSL code and one needs both to build OpenSSL successfully with