components/openssl/openssl-fips-140/Makefile
changeset 6984 a594fe3c9343
parent 6964 c3b11711b2b9
child 7103 398c9d0ab0f3
equal deleted inserted replaced
6983:f0786dbc4343 6984:a594fe3c9343
    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.2i
    38 COMPONENT_VERSION =	1.0.2j
    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:9287487d11c9545b6efb287cdb70535d4e9b284dd10d51441d9b9963d000de6f
    45     sha256:e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431
    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=			31795
    49 TPNO=			31866
    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