# HG changeset patch # User Ron Jordan # Date 1336203075 25200 # Node ID 2ed802e0e628035cf3633a882a9e0ececbed5525 # Parent cdf332a6c5f1808a257da8430552d46ddcb3e406 7162790 Problem with crypto/openssl diff -r cdf332a6c5f1 -r 2ed802e0e628 components/openssl/openssl-1.0.0/Makefile --- a/components/openssl/openssl-1.0.0/Makefile Thu May 03 10:09:44 2012 -0700 +++ b/components/openssl/openssl-1.0.0/Makefile Sat May 05 00:31:15 2012 -0700 @@ -25,14 +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.0h +COMPONENT_VERSION = 1.0.0i # 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.8 +IPS_COMPONENT_VERSION = 1.0.0.9 COMPONENT_PROJECT_URL= http://www.openssl.org/ COMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz -COMPONENT_ARCHIVE_HASH= sha1:6d4587a96817147021e93ca266441daf4bcbf485 +COMPONENT_ARCHIVE_HASH= \ + sha256:548262d15777c504be1ab9bb8fabef1e14a3de54837a6593c8f403dd843d5e57 COMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE) # Architecture-specific patches