# HG changeset patch # User Ron Jordan # Date 1340645714 25200 # Node ID b92448da03303b6eaaaa3bbee7531faf678a5db6 # Parent aae214ddeb835b4a4b1a0acd1043a1043b88eca2 7169875 Problem with crypto/openssl diff -r aae214ddeb83 -r b92448da0330 components/openssl/openssl-1.0.0/Makefile --- a/components/openssl/openssl-1.0.0/Makefile Mon Jun 25 04:53:38 2012 -0700 +++ b/components/openssl/openssl-1.0.0/Makefile Mon Jun 25 10:35:14 2012 -0700 @@ -25,15 +25,15 @@ COMPONENT_NAME = openssl # When new version of OpenSSL comes in, you must update both COMPONENT_VERSION # and IPS_COMPONENT_VERSION. -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