components/openssl/openssl-1.0.0/Makefile
branchs11-sru
changeset 2244 52e219857962
parent 516 14a91b33689e
child 2245 33f69d07ad8a
equal deleted inserted replaced
2243:4307245757f6 2244:52e219857962
    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, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, 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 COMPONENT_VERSION =	1.0.0e
    28 COMPONENT_VERSION =	1.0.0f
    29 # Version for IPS. It is easier to do it manually than convert the letter to a
    29 # Version for IPS. It is easier to do it manually than convert the letter to a
    30 # number while taking into account that there might be no letter at all.
    30 # number while taking into account that there might be no letter at all.
    31 IPS_COMPONENT_VERSION = 1.0.0.5
    31 IPS_COMPONENT_VERSION = 1.0.0.6
    32 COMPONENT_SRC =		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_SRC =		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    33 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    34 COMPONENT_ARCHIVE_HASH=	sha1:235eb68e5a31b0f7a23bc05f52d7a39c596e2e69
    34 COMPONENT_ARCHIVE_HASH=	sha1:f087190fc7702f328324aaa89c297cab6e236564
    35 COMPONENT_ARCHIVE_URL =	http://www.openssl.org/source/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL =	http://www.openssl.org/source/$(COMPONENT_ARCHIVE)
    36 
    36 
    37 # Architecture-specific patches
    37 # Architecture-specific patches
    38 EXTRA_PATCHES.i386 = $(PATCH_DIR)/openssl-1.0.0d-aesni-v4.i386-patch
    38 EXTRA_PATCHES.i386 = $(PATCH_DIR)/openssl-1.0.0d-aesni-v4.i386-patch
    39 EXTRA_PATCHES.sparc = $(PATCH_DIR)/openssl-1.0.0d-t4-engine.sparc-patch
    39 EXTRA_PATCHES.sparc = $(PATCH_DIR)/openssl-1.0.0d-t4-engine.sparc-patch