components/bind/Makefile
changeset 1640 849c16a5333c
parent 1138 6e1f85fa0151
child 1809 79cf56012d11
equal deleted inserted replaced
1639:9d97e5aecc9f 1640:849c16a5333c
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		bind
    25 COMPONENT_NAME=		bind
    26 COMPONENT_VERSION=	9.6-ESV-R8
    26 COMPONENT_VERSION=	9.6-ESV-R10-P2
    27 IPS_COMPONENT_VERSION=	9.6.3.8.0
    27 IPS_COMPONENT_VERSION=	9.6.3.10.2
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_PROJECT_URL=	http://www.isc.org/software/bind/
    30 COMPONENT_PROJECT_URL=	http://www.isc.org/software/bind/
    31 
    31 
    32 # hash from: sha256sum $(COMPONENT_ARCHIVE) | sed 's/\(.[^ ]*\).*/sha256:\1/'
    32 # hash from: sha256sum $(COMPONENT_ARCHIVE) | sed 's/\(.[^ ]*\).*/sha256:\1/'
    33 COMPONENT_ARCHIVE_HASH=	 \
    33 COMPONENT_ARCHIVE_HASH=	 \
    34     sha256:a4fb8baa5c5018ef0ca7c1a035326efab32e84074daab82599fe5e63a562fa45
    34     sha256:1b131ef3a3b27a7916815ec5f4a87f0d9f5ac0669df21c7ec75ba18a13238eda
    35 COMPONENT_ARCHIVE_URL=	\
    35 COMPONENT_ARCHIVE_URL=	\
    36 	http://ftp.isc.org/isc/bind9/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    36 	http://ftp.isc.org/isc/bind9/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    37 COMPONENT_BUGDB=	service/dns-server
    37 COMPONENT_BUGDB=	service/dns-server
    38 
    38 
    39 include ../../make-rules/prep.mk
    39 include ../../make-rules/prep.mk