components/openssl/openssl-fips-140/Makefile
branchs11u3-sru
changeset 7633 aba3229536ba
parent 7163 ee09edbd5876
child 7708 595edade5051
equal deleted inserted replaced
7632:14258bbf3ff9 7633:aba3229536ba
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/perl5/bin
    28 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/perl5/bin
    33 COMPONENT_NAME =	openssl-fips-140
    33 COMPONENT_NAME =	openssl-fips-140
    34 # Note: COMPONENT_VERSION is the core OpenSSL version, and IPS_COMPONENT_VERSION
    34 # Note: COMPONENT_VERSION is the core OpenSSL version, and IPS_COMPONENT_VERSION
    35 # is the FIPS module version. The COMPONENT_VERSION changes with the core
    35 # is the FIPS module version. The COMPONENT_VERSION changes with the core
    36 # OpenSSL version, but the IPS_COMPONENT_VERSION is purposely only to change if
    36 # OpenSSL version, but the IPS_COMPONENT_VERSION is purposely only to change if
    37 # the FIPS module version changes.
    37 # the FIPS module version changes.
    38 COMPONENT_VERSION =	1.0.2j
    38 COMPONENT_VERSION =	1.0.2k
    39 IPS_COMPONENT_VERSION = 2.0.12
    39 IPS_COMPONENT_VERSION = 2.0.12
    40 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    40 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    41 COMPONENT_SRC_NAME =	openssl
    41 COMPONENT_SRC_NAME =	openssl
    42 COMPONENT_SRC =		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    42 COMPONENT_SRC =		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    43 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    43 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    44 COMPONENT_ARCHIVE_HASH=	\
    44 COMPONENT_ARCHIVE_HASH=	\
    45     sha256:e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431
    45     sha256:6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0
    46 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    46 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    47 COMPONENT_BUGDB=	library/openssl
    47 COMPONENT_BUGDB=	library/openssl
    48 
    48 
    49 TPNO=			31866
    49 TPNO=			33605
    50 
    50 
    51 # Clone the patch files to the patches-all dir.
    51 # Clone the patch files to the patches-all dir.
    52 # COPY_COMMON_FILES is there so that rsync is called as soon as
    52 # COPY_COMMON_FILES is there so that rsync is called as soon as
    53 # the Makefile is parsed.
    53 # the Makefile is parsed.
    54 PATCH_DIR=patches-all
    54 PATCH_DIR=patches-all