components/openssl/openssl-1.0.1-fips-140/Makefile
branchs11u3-sru
changeset 5378 b92a623025e5
parent 5197 19fad24ce8cc
child 5557 0c86123e6de4
equal deleted inserted replaced
5371:5b68a9f17292 5378:b92a623025e5
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 export PARFAIT_BUILD=no
    23 export PARFAIT_BUILD=no
    24 
    24 
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    30 endif
    30 endif
    31 
    31 
    32 COMPONENT_NAME =	openssl-fips-140
    32 COMPONENT_NAME =	openssl-fips-140
    33 # Note that this is the OpenSSL version that is used to build FIPS-140 certified
    33 # Note that this is the OpenSSL version that is used to build FIPS-140 certified
    34 # libraries. However, we use the FIPS canister version for the IPS package.
    34 # libraries. However, we use the FIPS canister version for the IPS package.
    35 COMPONENT_VERSION =	1.0.1q
    35 COMPONENT_VERSION =	1.0.1r
    36 IPS_COMPONENT_VERSION = 2.0.6
    36 IPS_COMPONENT_VERSION = 2.0.6
    37 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    37 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    38 COMPONENT_SRC_NAME =	openssl
    38 COMPONENT_SRC_NAME =	openssl
    39 COMPONENT_SRC =		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    39 COMPONENT_SRC =		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    40 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    40 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    41 COMPONENT_ARCHIVE_HASH=	\
    41 COMPONENT_ARCHIVE_HASH=	\
    42     sha256:b3658b84e9ea606a5ded3c972a5517cd785282e7ea86b20c78aa4b773a047fb7
    42     sha256:784bd8d355ed01ce98b812f873f8b2313da61df7c7b5677fcf2e57b0863a3346
    43 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    43 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    44 COMPONENT_BUGDB=	library/openssl
    44 COMPONENT_BUGDB=	library/openssl
    45 
    45 
    46 TPNO=			25901
    46 TPNO=			26528
    47 
    47 
    48 # OpenSSL FIPS directory
    48 # OpenSSL FIPS directory
    49 OPENSSL_FIPS_DIR = $(COMPONENT_DIR)/../openssl-fips
    49 OPENSSL_FIPS_DIR = $(COMPONENT_DIR)/../openssl-fips
    50 
    50 
    51 # Note that the SPARC patch above does not fit this pattern. That is intentional
    51 # Note that the SPARC patch above does not fit this pattern. That is intentional