components/openssl/openssl-1.0.1/Makefile
branchs11u2-sru6-backport
changeset 3709 4f62f67d71dd
parent 3402 110b254c69b8
child 3661 47545fb8aed4
child 4016 7f9e1e7611b8
equal deleted inserted replaced
3708:81bf94d26dc3 3709:4f62f67d71dd
    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, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME =	openssl
    25 COMPONENT_NAME =	openssl
    26 # When new version of OpenSSL comes in, you must update both COMPONENT_VERSION
    26 # When new version of OpenSSL comes in, you must update both COMPONENT_VERSION
    27 # and IPS_COMPONENT_VERSION.
    27 # and IPS_COMPONENT_VERSION.
    28 # When upgrading OpenSSL, please, DON'T FORGET TO TEST WANBOOT too. 
    28 # When upgrading OpenSSL, please, DON'T FORGET TO TEST WANBOOT too. 
    29 # For more information about wanboot-openssl testing, please refer to
    29 # For more information about wanboot-openssl testing, please refer to
    30 # ../README.
    30 # ../README.
    31 COMPONENT_VERSION =	1.0.1j
    31 COMPONENT_VERSION =	1.0.1k
    32 # Version for IPS. It is easier to do it manually than convert the letter to a
    32 # Version for IPS. It is easier to do it manually than convert the letter to a
    33 # number while taking into account that there might be no letter at all.
    33 # number while taking into account that there might be no letter at all.
    34 IPS_COMPONENT_VERSION = 1.0.1.10
    34 IPS_COMPONENT_VERSION = 1.0.1.11
    35 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    35 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    36 COMPONENT_SRC =		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    36 COMPONENT_SRC =		$(COMPONENT_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:1b60ca8789ba6f03e8ef20da2293b8dc131c39d83814e775069f02d26354edf3
    39     sha256:8f9faeaebad088e772f4ef5e38252d472be4d878c6b3a2718c10a4fcebe7a41c
    40 
    40 
    41 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    41 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    42 COMPONENT_BUGDB=	library/openssl
    42 COMPONENT_BUGDB=	library/openssl
    43 
    43 
    44 include $(WS_TOP)/make-rules/prep.mk
    44 include $(WS_TOP)/make-rules/prep.mk