components/openssl/openssl-fips-140/Makefile
changeset 5373 51f7f594bd6f
parent 5171 4e8b3c0ea78c
child 5397 c7d00b55bd2b
equal deleted inserted replaced
5372:0f0d5e50998d 5373:51f7f594bd6f
    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 
    23 
    24 include ../../../make-rules/shared-macros.mk
    24 include ../../../make-rules/shared-macros.mk
    25 
    25 
    26 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/perl5/bin
    26 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/perl5/bin
    29 endif
    29 endif
    30 
    30 
    31 COMPONENT_NAME =	openssl-fips-140
    31 COMPONENT_NAME =	openssl-fips-140
    32 # Note that this is the OpenSSL version that is used to build FIPS-140 certified
    32 # Note that this is the OpenSSL version that is used to build FIPS-140 certified
    33 # libraries. However, we use the FIPS canister version for the IPS package.
    33 # libraries. However, we use the FIPS canister version for the IPS package.
    34 COMPONENT_VERSION =	1.0.2e
    34 COMPONENT_VERSION =	1.0.2f
    35 IPS_COMPONENT_VERSION = 2.0.6
    35 IPS_COMPONENT_VERSION = 2.0.6
    36 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    36 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    37 COMPONENT_SRC_NAME =	openssl
    37 COMPONENT_SRC_NAME =	openssl
    38 COMPONENT_SRC =		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    38 COMPONENT_SRC =		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    39 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    39 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    40 COMPONENT_ARCHIVE_HASH=	\
    40 COMPONENT_ARCHIVE_HASH=	\
    41     sha256:e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff
    41     sha256:932b4ee4def2b434f85435d9e3e19ca8ba99ce9a065a61524b429a9d5e9b2e9c
    42 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    42 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    43 COMPONENT_BUGDB=	library/openssl
    43 COMPONENT_BUGDB=	library/openssl
    44 
    44 
    45 TPNO=			25900
    45 TPNO=			26527
    46 
    46 
    47 # Clone the patch files to the patches-all dir.
    47 # Clone the patch files to the patches-all dir.
    48 # COPY_COMMON_FILES is there so that rsync is called as soon as
    48 # COPY_COMMON_FILES is there so that rsync is called as soon as
    49 # the Makefile is parsed.
    49 # the Makefile is parsed.
    50 PATCH_DIR=patches-all
    50 PATCH_DIR=patches-all