components/cyrus-sasl/anonymous.p5m
author Rich Burridge <rich.burridge@oracle.com>
Thu, 13 Apr 2017 13:20:29 -0700
changeset 7864 f11e8d81786a
parent 5741 b943514525d4
permissions -rw-r--r--
PSARC 2017/057 pcre2 25783625 Add pcre2 10.23 to Userland because vte 0.47.90 requires it

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
#

# openldap.p5m is dependent on this package inside the workspace, must
# be kept in sync
set name=pkg.fmri \
    value=pkg:/system/library/security/sasl/anonymous@$(COMPONENT_VERSION),$(BUILD_VERSION)
#
set name=pkg.summary \
    value="ANONYMOUS plugin for SASL --Simple Authentication and Security Layer"
set name=com.oracle.info.description value="sasl ANONYMOUS mechanism plugin"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value=org.opensolaris.category.2008:System/Libraries
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2016/158
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
link path=usr/lib/sasl2/$(MACH64)/libanonymous.so target=libanonymous.so.3.0.0 \
    pkg.linted.dupaction010.2=true
link path=usr/lib/sasl2/$(MACH64)/libanonymous.so.3 \
    target=libanonymous.so.3.0.0 pkg.linted.dupaction010.2=true
file path=usr/lib/sasl2/$(MACH64)/libanonymous.so.3.0.0 \
    pkg.linted.dupaction010.2=true
link path=usr/lib/sasl2/libanonymous.so target=libanonymous.so.3.0.0 \
    pkg.linted.dupaction010.2=true
link path=usr/lib/sasl2/libanonymous.so.3 target=libanonymous.so.3.0.0 \
    pkg.linted.dupaction010.2=true
file path=usr/lib/sasl2/libanonymous.so.3.0.0 pkg.linted.dupaction010.2=true
license libsasl2.license license="BSD with attribution to CMU, MIT, others"
depend type=require fmri=system/library/security/[email protected]