# HG changeset patch # User Misaki Miyashita # Date 1475011245 25200 # Node ID a594fe3c934340858ddafb4f8f8d2c3747282300 # Parent f0786dbc43432a26f4761371cc0079d79d3125ae 24735923 Upgrade OpenSSL version to 1.0.2j 24735979 problem in LIBRARY/OPENSSL diff -r f0786dbc4343 -r a594fe3c9343 components/openssl/openssl-default/Makefile --- a/components/openssl/openssl-default/Makefile Mon Sep 26 22:22:29 2016 -0700 +++ b/components/openssl/openssl-default/Makefile Tue Sep 27 14:20:45 2016 -0700 @@ -30,19 +30,19 @@ # 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.2i +COMPONENT_VERSION = 1.0.2j # 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.2.9 +IPS_COMPONENT_VERSION = 1.0.2.10 COMPONENT_PROJECT_URL= http://www.openssl.org/ COMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:9287487d11c9545b6efb287cdb70535d4e9b284dd10d51441d9b9963d000de6f + sha256:e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431 COMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= library/openssl -TPNO= 31795 +TPNO= 31866 # Clone the patch files to the patches-all dir. # COPY_COMMON_FILES is there so that rsync is called as soon as diff -r f0786dbc4343 -r a594fe3c9343 components/openssl/openssl-fips-140/Makefile --- a/components/openssl/openssl-fips-140/Makefile Mon Sep 26 22:22:29 2016 -0700 +++ b/components/openssl/openssl-fips-140/Makefile Tue Sep 27 14:20:45 2016 -0700 @@ -35,18 +35,18 @@ # is the FIPS module version. The COMPONENT_VERSION changes with the core # OpenSSL version, but the IPS_COMPONENT_VERSION is purposely only to change if # the FIPS module version changes. -COMPONENT_VERSION = 1.0.2i +COMPONENT_VERSION = 1.0.2j IPS_COMPONENT_VERSION = 2.0.12 COMPONENT_PROJECT_URL= http://www.openssl.org/ COMPONENT_SRC_NAME = openssl COMPONENT_SRC = $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:9287487d11c9545b6efb287cdb70535d4e9b284dd10d51441d9b9963d000de6f + sha256:e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431 COMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= library/openssl -TPNO= 31795 +TPNO= 31866 # Clone the patch files to the patches-all dir. # COPY_COMMON_FILES is there so that rsync is called as soon as