# HG changeset patch # User Misaki Miyashita # Date 1454102302 28800 # Node ID 51f7f594bd6f842d5500852a1400f6ac47e70f12 # Parent 0f0d5e50998d7a7524d7bfaff68b34fcfde22b89 22601818 Upgrade OpenSSL version to 1.0.2f 22604093 problem in LIBRARY/OPENSSL diff -r 0f0d5e50998d -r 51f7f594bd6f components/openssl/openssl-default/Makefile --- a/components/openssl/openssl-default/Makefile Fri Jan 29 13:12:25 2016 -0800 +++ b/components/openssl/openssl-default/Makefile Fri Jan 29 13:18:22 2016 -0800 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. # include ../../../make-rules/shared-macros.mk @@ -28,19 +28,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.2e +COMPONENT_VERSION = 1.0.2f # 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.5 +IPS_COMPONENT_VERSION = 1.0.2.6 COMPONENT_PROJECT_URL= http://www.openssl.org/ COMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff + sha256:932b4ee4def2b434f85435d9e3e19ca8ba99ce9a065a61524b429a9d5e9b2e9c COMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= library/openssl -TPNO= 25900 +TPNO= 26527 # Clone the patch files to the patches-all dir. # COPY_COMMON_FILES is there so that rsync is called as soon as diff -r 0f0d5e50998d -r 51f7f594bd6f components/openssl/openssl-fips-140/Makefile --- a/components/openssl/openssl-fips-140/Makefile Fri Jan 29 13:12:25 2016 -0800 +++ b/components/openssl/openssl-fips-140/Makefile Fri Jan 29 13:18:22 2016 -0800 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. # include ../../../make-rules/shared-macros.mk @@ -31,18 +31,18 @@ COMPONENT_NAME = openssl-fips-140 # Note that this is the OpenSSL version that is used to build FIPS-140 certified # libraries. However, we use the FIPS canister version for the IPS package. -COMPONENT_VERSION = 1.0.2e +COMPONENT_VERSION = 1.0.2f IPS_COMPONENT_VERSION = 2.0.6 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:e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff + sha256:932b4ee4def2b434f85435d9e3e19ca8ba99ce9a065a61524b429a9d5e9b2e9c COMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= library/openssl -TPNO= 25900 +TPNO= 26527 # Clone the patch files to the patches-all dir. # COPY_COMMON_FILES is there so that rsync is called as soon as