components/openssl/openssl-1.0.1/Makefile
branchs11-update
changeset 4626 d5dbb6652eec
parent 4489 2713cbca9e1e
child 5197 19fad24ce8cc
equal deleted inserted replaced
4625:18adb92d4193 4626:d5dbb6652eec
    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.1o
    31 COMPONENT_VERSION =	1.0.1p
    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.15
    34 IPS_COMPONENT_VERSION = 1.0.1.16
    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:16e678c6a05f2502811e075f2c4059ac01c878d091c9c585afc49ebc541f7b13
    39     sha256:bd5ee6803165c0fb60bbecbacacf244f1f90d2aa0d71353af610c29121e9b2f1
    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 TPNO=			23126
    44 TPNO=			23452
    45 
    45 
    46 include $(WS_MAKE_RULES)/prep.mk
    46 include $(WS_MAKE_RULES)/prep.mk
    47 include $(WS_MAKE_RULES)/configure.mk
    47 include $(WS_MAKE_RULES)/configure.mk
    48 include $(WS_MAKE_RULES)/ips.mk
    48 include $(WS_MAKE_RULES)/ips.mk
    49 include $(WS_MAKE_RULES)/lint-libraries.mk
    49 include $(WS_MAKE_RULES)/lint-libraries.mk