components/openssl/openssl-1.0.1/Makefile
changeset 4002 95b8f35fcdd5
parent 3817 30b42c38bbc4
child 4075 ce48c131af0c
equal deleted inserted replaced
3998:5bd484384122 4002:95b8f35fcdd5
    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.1k
    31 COMPONENT_VERSION =	1.0.1m
    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.11
    34 IPS_COMPONENT_VERSION = 1.0.1.13
    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:8f9faeaebad088e772f4ef5e38252d472be4d878c6b3a2718c10a4fcebe7a41c
    39     sha256:095f0b7b09116c0c5526422088058dc7e6e000aa14d22acca6a4e2babcdfef74
    40 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    40 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
    41 COMPONENT_BUGDB=	library/openssl
    41 COMPONENT_BUGDB=	library/openssl
    42 
    42 
    43 TPNO=			21111
    43 TPNO=			21965
    44 
    44 
    45 include $(WS_MAKE_RULES)/prep.mk
    45 include $(WS_MAKE_RULES)/prep.mk
    46 include $(WS_MAKE_RULES)/configure.mk
    46 include $(WS_MAKE_RULES)/configure.mk
    47 include $(WS_MAKE_RULES)/ips.mk
    47 include $(WS_MAKE_RULES)/ips.mk
    48 include $(WS_MAKE_RULES)/lint-libraries.mk
    48 include $(WS_MAKE_RULES)/lint-libraries.mk