components/openssl/openssl-0.9.8-fips-140/Makefile
branchs11-update
changeset 2575 b6ffd60bade0
parent 2434 6c9bb5cf5610
child 2855 576d5a7857b7
equal deleted inserted replaced
2573:9506d3f4099e 2575:b6ffd60bade0
    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, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 PARFAIT_BUILD=no
    23 PARFAIT_BUILD=no
    24 
    24 
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/perl5/bin
    27 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/perl5/bin
    28 
    28 
    29 COMPONENT_NAME =	openssl-fips-140
    29 COMPONENT_NAME =	openssl-fips-140
    30 # Note that this is the OpenSSL version that is used to build FIPS-140 certified
    30 # Note that this is the OpenSSL version that is used to build FIPS-140 certified
    31 # libraries. However, we use the FIPS canister version for the IPS package.
    31 # libraries. However, we use the FIPS canister version for the IPS package.
    32 COMPONENT_VERSION =	0.9.8q
    32 COMPONENT_VERSION =	0.9.8y
    33 IPS_COMPONENT_VERSION = 1.2
    33 IPS_COMPONENT_VERSION = 1.2
    34 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    34 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    35 COMPONENT_SRC_NAME =	openssl
    35 COMPONENT_SRC_NAME =	openssl
    36 COMPONENT_SRC =		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    36 COMPONENT_SRC =		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    37 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    37 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    38 COMPONENT_ARCHIVE_HASH=	\
    38 COMPONENT_ARCHIVE_HASH=	\
    39     sha256:d522b3e8a2b48e83ba1e142d7205eaca01358a137bb58e8d64583574e697ffd7
    39     sha256:bbecf13495e612936e3a9860c29c0701413564b7a964bf771a3575eaa867cee3
    40 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    40 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    41 COMPONENT_BUGDB=	utility/openssl
    41 COMPONENT_BUGDB=	utility/openssl
    42 
    42 
    43 # Apply the patch on SPARC only. Must put this before including prep.mk as
    43 # Apply the patch on SPARC only. Must put this before including prep.mk as
    44 # mentioned in there.
    44 # mentioned in there.