components/openssl/openssl-1.0.0/Makefile
changeset 516 14a91b33689e
parent 426 8c675b553a27
child 603 1b966e9a6b03
child 2244 52e219857962
equal deleted inserted replaced
515:2700e57bf839 516:14a91b33689e
    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.0d
    28 COMPONENT_VERSION =	1.0.0e
    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.4
    31 IPS_COMPONENT_VERSION = 1.0.0.5
    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:32ca934f380a547061ddab7221b1a34e4e07e8d5
    34 COMPONENT_ARCHIVE_HASH=	sha1:235eb68e5a31b0f7a23bc05f52d7a39c596e2e69
    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