components/bind/bindc.p5m
author tomas.jedlicka <tomas.jedlicka@oracle.com>
Sun, 24 Jun 2012 06:59:24 -0700
branchs11-sru
changeset 2294 957c8f463552
parent 2232 b6ff38462fbe
child 2411 167709ec17a2
permissions -rw-r--r--
7173752 Problem with network/dns 7154060 With 119783-21, "named" spits out: "zone serial unchanged. zone may fail to transfer to slaves.". 7174589 Upgrade BIND to 9.6-ESV-R7-P1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     1
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     3
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     7
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    12
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    18
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    20
#
2294
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    21
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    22
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    23
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    24
set name=pkg.fmri \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    25
    value=pkg:/network/dns/bind@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
2232
b6ff38462fbe 7112581 Problem with network/dns
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents: 464
diff changeset
    26
set name=pkg.human-version value=$(COMPONENT_VERSION)
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    27
set name=pkg.summary value="BIND DNS tools"
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    28
set name=info.classification \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    29
    value="org.opensolaris.category.2008:Applications/Internet"
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    30
set name=pkg.description value="DNS tools and related libraries."
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 405
diff changeset
    31
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 405
diff changeset
    32
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    33
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 405
diff changeset
    34
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 405
diff changeset
    35
	value=PSARC/2009/308
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    36
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    37
license bind.license license="ISC license"
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    38
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    39
dir path=usr
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    40
dir path=usr/lib
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    41
dir path=usr/lib/dns
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    42
dir path=usr/sbin
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    43
2294
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    44
file path=usr/lib/dns/libbind9.so.50.0.7
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    45
file path=usr/lib/dns/libdns.so.110.0.2
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    46
file path=usr/lib/dns/libisc.so.57.0.2
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    47
file path=usr/lib/dns/libisccc.so.50.0.2
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    48
file path=usr/lib/dns/libisccfg.so.50.0.6
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    49
file path=usr/lib/dns/liblwres.so.50.0.5
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    50
file path=usr/sbin/dig
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    51
file path=usr/sbin/host
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    52
file path=usr/sbin/nslookup
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    53
file path=usr/sbin/nsupdate
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    54
file path=usr/sbin/rndc
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    55
file path=usr/sbin/rndc-confgen
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    56
2294
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    57
link path=usr/lib/dns/libbind9.so target=libbind9.so.50.0.7
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    58
link path=usr/lib/dns/libbind9.so.50 target=libbind9.so.50.0.7
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    59
link path=usr/lib/dns/libdns.so target=libdns.so.110.0.2
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    60
link path=usr/lib/dns/libdns.so.110 target=libdns.so.110.0.2
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    61
link path=usr/lib/dns/libisc.so target=libisc.so.57.0.2
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    62
link path=usr/lib/dns/libisc.so.57 target=libisc.so.57.0.2
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    63
link path=usr/lib/dns/libisccc.so target=libisccc.so.50.0.2
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    64
link path=usr/lib/dns/libisccc.so.50 target=libisccc.so.50.0.2
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    65
link path=usr/lib/dns/libisccfg.so target=libisccfg.so.50.0.6
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    66
link path=usr/lib/dns/libisccfg.so.50 target=libisccfg.so.50.0.6
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    67
link path=usr/lib/dns/liblwres.so target=liblwres.so.50.0.5
957c8f463552 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 2232
diff changeset
    68
link path=usr/lib/dns/liblwres.so.50 target=liblwres.so.50.0.5
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    69
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    70
legacy pkg=SUNWbindc \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    71
       name="BIND DNS tools" \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    72
       desc="BIND DNS tools"