components/openssl/openssl-1.0.1-fips-140/Makefile
branchs11u3-sru
changeset 5951 53f9397aa985
parent 5557 0c86123e6de4
child 6981 1d2ebf9515bd
--- a/components/openssl/openssl-1.0.1-fips-140/Makefile	Mon May 09 19:41:29 2016 -0700
+++ b/components/openssl/openssl-1.0.1-fips-140/Makefile	Mon May 09 20:56:05 2016 -0700
@@ -32,18 +32,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.1s
+COMPONENT_VERSION =	1.0.1t
 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:e7e81d82f3cd538ab0cdba494006d44aab9dd96b7f6233ce9971fb7c7916d511
+    sha256:4a6ee491a2fdb22e519c76fdc2a628bb3cec12762cd456861d207996c8a07088
 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	library/openssl
 
-TPNO=			27087
+TPNO=			28138
 
 # OpenSSL FIPS directory
 OPENSSL_FIPS_DIR = $(COMPONENT_DIR)/../openssl-fips
@@ -107,7 +107,7 @@
 CONFIGURE_OPTIONS += no-seed
 
 # Disable SSLv2 protocol
-CONFIGURE_OPTIONS += no-ssl2
+CONFIGURE_OPTIONS += no-ssl2 no-ssl2-method
 
 # We define our own compiler and linker option sets for Solaris. See Configure
 # for more information.