components/bind/bind.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 09 Apr 2013 10:37:15 -0700
changeset 1251 f1fb66b52f41
parent 1205 6c6c27bcf9ac
child 1640 849c16a5333c
permissions -rw-r--r--
16611225 foomatic-rip delivers obsolete LP functionality 16611235 foomatic-rip and foomatic-db-engine should have the same sysconfdir 16611239 sysmon message file package manifest has wrong FMRI 16611251 userland pkglint should not double report pkg.linted messages 16611268 userland needs pkg.linted cleanup. 16611270 userland manifests shouldn't have dir actions
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
#
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 954
diff changeset
    21
# Copyright (c) 2011, 2013, 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
954
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    24
<transform file path=usr/share/doc/bind/html/(.+)$ -> \
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    25
	set action.hash doc/arm/%<\1> >
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    26
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    27
set name=pkg.fmri \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    28
    value=pkg:/service/network/dns/bind@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
582
f788d69e0553 7085723 use pkg.human-version
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
    29
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
    30
set name=pkg.description \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    31
    value="BIND is open source software that implements the Domain Name System (DNS) protocols for the Internet.  This package contains the DNS server 'named' and tools used to setup and validate configuration."
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    32
set name=pkg.summary \
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 954
diff changeset
    33
    value="BIND DNS name server and configuration tools."
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 954
diff changeset
    34
set name=com.oracle.info.description value="the BIND DNS name server and configuration tools"
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 954
diff changeset
    35
set name=com.oracle.info.tpno value=10598
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    36
set name=info.classification \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    37
    value="org.opensolaris.category.2008:System/Services"
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 582
diff changeset
    38
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 224
diff changeset
    39
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 224
diff changeset
    40
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 224
diff changeset
    41
	value=PSARC/2009/308
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    42
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    43
1251
f1fb66b52f41 16611225 foomatic-rip delivers obsolete LP functionality
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1205
diff changeset
    44
# This package name has known conflicts with other packages in the WOS
f1fb66b52f41 16611225 foomatic-rip delivers obsolete LP functionality
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1205
diff changeset
    45
set pkg.linted.pkglint.manifest004=true
f1fb66b52f41 16611225 foomatic-rip delivers obsolete LP functionality
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1205
diff changeset
    46
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    47
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    48
# Solaris additions
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    49
file Solaris/server.xml path=lib/svc/manifest/network/dns/server.xml
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    50
file Solaris/dns-server.sh path=lib/svc/method/dns-server mode=0555
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    51
file Solaris/migration.txt path=usr/share/doc/bind/migration.txt
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    52
954
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    53
# Documentation
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    54
file doc/arm/Bv9ARM.pdf path=usr/share/doc/bind/Bv9ARM.pdf
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    55
file path=usr/share/doc/bind/html/Bv9ARM.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    56
file path=usr/share/doc/bind/html/Bv9ARM.ch01.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    57
file path=usr/share/doc/bind/html/Bv9ARM.ch02.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    58
file path=usr/share/doc/bind/html/Bv9ARM.ch03.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    59
file path=usr/share/doc/bind/html/Bv9ARM.ch04.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    60
file path=usr/share/doc/bind/html/Bv9ARM.ch05.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    61
file path=usr/share/doc/bind/html/Bv9ARM.ch06.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    62
file path=usr/share/doc/bind/html/Bv9ARM.ch07.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    63
file path=usr/share/doc/bind/html/Bv9ARM.ch08.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    64
file path=usr/share/doc/bind/html/Bv9ARM.ch09.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    65
file path=usr/share/doc/bind/html/Bv9ARM.ch10.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    66
file path=usr/share/doc/bind/html/man.dig.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    67
file path=usr/share/doc/bind/html/man.dnssec-dsfromkey.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    68
file path=usr/share/doc/bind/html/man.dnssec-keyfromlabel.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    69
file path=usr/share/doc/bind/html/man.dnssec-keygen.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    70
file path=usr/share/doc/bind/html/man.dnssec-signzone.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    71
file path=usr/share/doc/bind/html/man.host.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    72
file path=usr/share/doc/bind/html/man.named-checkconf.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    73
file path=usr/share/doc/bind/html/man.named-checkzone.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    74
file path=usr/share/doc/bind/html/man.named.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    75
file path=usr/share/doc/bind/html/man.nsupdate.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    76
file path=usr/share/doc/bind/html/man.rndc-confgen.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    77
file path=usr/share/doc/bind/html/man.rndc.conf.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    78
file path=usr/share/doc/bind/html/man.rndc.html
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    79
42138962369d 7102711 BIND 9 may once more be able to use getifaddrs()
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 609
diff changeset
    80
# Tools
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    81
file path=usr/sbin/dnssec-dsfromkey
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    82
file path=usr/sbin/dnssec-keyfromlabel
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    83
file path=usr/sbin/dnssec-keygen
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    84
file path=usr/sbin/dnssec-signzone
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    85
file path=usr/sbin/named
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    86
file path=usr/sbin/named-checkconf
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    87
file path=usr/sbin/named-checkzone
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    88
link path=usr/sbin/named-compilezone target=named-checkzone
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    89
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    90
legacy pkg=SUNWbind \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    91
       name="BIND DNS Name server" \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    92
       desc="BIND DNS Name server"
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    93
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    94
legacy pkg=SUNWbindr \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    95
       name="BIND Name server Manifest" \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    96
       desc="BIND Name server Manifest"
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    97
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    98
license bind.license license="ISC license"