components/openssl/openssl-fips-140/Makefile
changeset 7622 845d86079203
parent 7605 f554ed236404
equal deleted inserted replaced
7618:9c50d8650218 7622:845d86079203
    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.13
    39 IPS_COMPONENT_VERSION = 2.0.13
    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