components/openssl/openssl-1.0.1-fips-140/Makefile
branchs11-update
changeset 4489 2713cbca9e1e
parent 4414 bcb5766d82d0
child 4626 d5dbb6652eec
equal deleted inserted replaced
4488:e2da640985f1 4489:2713cbca9e1e
    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.1m
    35 COMPONENT_VERSION =	1.0.1o
    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:095f0b7b09116c0c5526422088058dc7e6e000aa14d22acca6a4e2babcdfef74
    42     sha256:16e678c6a05f2502811e075f2c4059ac01c878d091c9c585afc49ebc541f7b13
    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=			21965
    46 TPNO=			23126	
    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