components/openssl/openssl-1.0.1/Makefile
branchs11u3-sru
changeset 5557 0c86123e6de4
parent 5378 b92a623025e5
child 5951 53f9397aa985
equal deleted inserted replaced
5552:4e17dd2a1b16 5557:0c86123e6de4
    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.1r
    31 COMPONENT_VERSION =	1.0.1s
    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.18
    34 IPS_COMPONENT_VERSION = 1.0.1.19
    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:784bd8d355ed01ce98b812f873f8b2313da61df7c7b5677fcf2e57b0863a3346
    39     sha256:e7e81d82f3cd538ab0cdba494006d44aab9dd96b7f6233ce9971fb7c7916d511
    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=			26528
    44 TPNO=			27087
    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