components/openssl/openssl-1.0.0/Makefile.version
changeset 763 45da4d38492e
parent 762 d87f60e41094
child 764 1927dad105b7
equal deleted inserted replaced
762:d87f60e41094 763:45da4d38492e
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
       
    22 
       
    23 
       
    24 #
       
    25 # This file contains version-related macro definitions. It is included
       
    26 # by both ./Makefile and ../openssl-1.0.0-wanboot/Makefile in order to
       
    27 # keep them in sync.
       
    28 #
       
    29 
       
    30 COMPONENT_NAME =	openssl
       
    31 # When new version of OpenSSL comes in, you must update both COMPONENT_VERSION
       
    32 # and IPS_COMPONENT_VERSION.
       
    33 # When upgrading OpenSSL, please, DON'T FORGET TO TEST WANBOOT too. 
       
    34 # For more information about wanboot-openssl testing, please refer to
       
    35 # ../openssl-1.0.0-wanboot/README.
       
    36 COMPONENT_VERSION =	1.0.0g
       
    37 # Version for IPS. It is easier to do it manually than convert the letter to a
       
    38 # number while taking into account that there might be no letter at all.
       
    39 IPS_COMPONENT_VERSION = 1.0.0.7
       
    40 COMPONENT_PROJECT_URL=	http://www.openssl.org/
       
    41 COMPONENT_SRC =		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    42 COMPONENT_ARCHIVE =	$(COMPONENT_SRC).tar.gz
       
    43 COMPONENT_ARCHIVE_HASH=	sha1:2b517baada2338663c27314cb922f9755e73e07f
       
    44 COMPONENT_ARCHIVE_URL =	$(COMPONENT_PROJECT_URL)source/$(COMPONENT_ARCHIVE)
       
    45