# HG changeset patch # User Huie-Ying Lee # Date 1338834373 25200 # Node ID 66e4d7e438bd40205cdabd601f67ff0c5deed4b5 # Parent 5f6209701916df1b3d835c13c3d7a40ec3350307 7169875 Problem with crypto/openssl diff -r 5f6209701916 -r 66e4d7e438bd components/openssl/openssl-1.0.0/Makefile --- a/components/openssl/openssl-1.0.0/Makefile Fri Jun 01 14:16:34 2012 -0700 +++ b/components/openssl/openssl-1.0.0/Makefile Mon Jun 04 11:26:13 2012 -0700 @@ -28,15 +28,15 @@ # 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.0i +COMPONENT_VERSION = 1.0.0j # 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.0.9 +IPS_COMPONENT_VERSION = 1.0.0.10 COMPONENT_PROJECT_URL= http://www.openssl.org/ COMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:548262d15777c504be1ab9bb8fabef1e14a3de54837a6593c8f403dd843d5e57 + sha256:626fb8fcb3eb7e966edbe71553ff993d137f6e8a87b05051a3695e621098b8af COMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE) # Architecture-specific patches