components/openssl/openssl-1.0.0/Makefile
branchs11-sru
changeset 2275 2ed802e0e628
parent 2267 a49628d4bbe4
child 2297 b92448da0330
equal deleted inserted replaced
2274:cdf332a6c5f1 2275:2ed802e0e628
    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.0h
    28 COMPONENT_VERSION =	1.0.0i
    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.8
    31 IPS_COMPONENT_VERSION = 1.0.0.9
    32 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    32 COMPONENT_PROJECT_URL=	http://www.openssl.org/
    33 COMPONENT_SRC =		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    33 COMPONENT_SRC =		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    34 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    34 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
    35 COMPONENT_ARCHIVE_HASH=	sha1:6d4587a96817147021e93ca266441daf4bcbf485
    35 COMPONENT_ARCHIVE_HASH=	\
       
    36 	sha256:548262d15777c504be1ab9bb8fabef1e14a3de54837a6593c8f403dd843d5e57
    36 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    37 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    37 
    38 
    38 # Architecture-specific patches
    39 # Architecture-specific patches
    39 EXTRA_PATCHES.i386 = $(PATCH_DIR)/openssl-1.0.0d-aesni-v4.i386-patch
    40 EXTRA_PATCHES.i386 = $(PATCH_DIR)/openssl-1.0.0d-aesni-v4.i386-patch
    40 EXTRA_PATCHES.sparc = $(PATCH_DIR)/openssl-1.0.0d-t4-engine.sparc-patch
    41 EXTRA_PATCHES.sparc = $(PATCH_DIR)/openssl-1.0.0d-t4-engine.sparc-patch