components/pam_pkcs11/pam_pkcs11.p5m
author Shawn Walker-Salas <shawn.walker@oracle.com>
Wed, 30 Mar 2016 13:33:31 -0700
changeset 5682 94c0ca64c022
parent 5043 d1a20b1582d7
child 6032 e4905501cafd
permissions -rw-r--r--
15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh 22228656 remove redundant declarations and additions from makefiles 22252545 simplify build rules for components from common upstream 22378457 tclConfig.sh compiler settings are too specific 22727315 httping curses gui missing 22750630 procmail ignores userland cflags and may use private strstr function 22758725 wdiff uses diff from PATH instead of /usr/gnu/bin/diff 22926847 cloog Makefile typo when setting ASLR_MODE 22935090 tk config script has wrong linker flags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     1
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     3
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     7
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    12
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    18
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    20
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    22
#
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    23
4437
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    24
# Bypass the mangler for these files because they are pre-Solarified.
f6ae6ead79e8 21210428 add pkcs11_inspect.1 and pklogin_finder.1 to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    25
<transform file path=usr/share/man/.+$ -> add mangler.bypass true >
5043
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    26
$(SOLARIS_12_ONLY)file files/ja/pkcs11_inspect.1 $(SOLARIS_12_ONLY)path=usr/share/man/ja_JP.UTF-8/man1/pkcs11_inspect.1
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    27
$(SOLARIS_12_ONLY)file files/ja/pklogin_finder.1 $(SOLARIS_12_ONLY)path=usr/share/man/ja_JP.UTF-8/man1/pklogin_finder.1
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    28
$(SOLARIS_12_ONLY)file files/pkcs11_inspect.1 $(SOLARIS_12_ONLY)path=usr/share/man/man1/pkcs11_inspect.1
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    29
$(SOLARIS_12_ONLY)file files/pklogin_finder.1 $(SOLARIS_12_ONLY)path=usr/share/man/man1/pklogin_finder.1
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    30
$(SOLARIS_12_ONLY)file files/zh/pkcs11_inspect.1 $(SOLARIS_12_ONLY)path=usr/share/man/zh_CN.UTF-8/man1/pkcs11_inspect.1
d1a20b1582d7 22111930 pam_pkcs11 needs SOLARIS_12_ONLY macro for several p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 5029
diff changeset
    31
$(SOLARIS_12_ONLY)file files/zh/pklogin_finder.1 $(SOLARIS_12_ONLY)path=usr/share/man/zh_CN.UTF-8/man1/pklogin_finder.1
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    32
set name=pkg.fmri \
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    33
    value=pkg:/library/security/pam/module/pam-pkcs11@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    34
set name=pkg.summary value="The OpenSC PKCS#11 PAM Login Tools"
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    35
set name=com.oracle.info.description value="the OpenSC PKCS#11 PAM login tools"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1878
diff changeset
    36
set name=com.oracle.info.tpno value=$(TPNO)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    37
set name=info.classification value=org.opensolaris.category.2008:System/Security
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 291
diff changeset
    38
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    39
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    40
set name=org.opensolaris.arc-caseid value=PSARC/2006/283
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    41
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    42
dir  path=etc/security/pam_pkcs11/cacerts
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    43
dir  path=etc/security/pam_pkcs11/crls
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    44
# The other example files such as pam_d.login.example and
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    45
# pam_pkcs11.conf.example, are intentionally omitted here either because the
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    46
# examples are not applicable to Solaris or we already provide default
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    47
# configuration.
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    48
file path=etc/security/pam_pkcs11/digest_mapping.example
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    49
file path=etc/security/pam_pkcs11/mail_mapping.example
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    50
file usr/lib/pam_pkcs11/make_hash_link.sh \
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    51
    path=etc/security/pam_pkcs11/make_hash_link.sh mode=0555
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    52
file pam_pkcs11.conf path=etc/security/pam_pkcs11/pam_pkcs11.conf mode=0644 \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    53
    original_name=SUNWpampkcs11:etc/security/pam_pkcs11/pam_pkcs11.conf \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    54
    preserve=renamenew
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    55
file path=etc/security/pam_pkcs11/subject_mapping.example
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    56
file usr/lib/$(MACH64)/pam_pkcs11/ldap_mapper.so \
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    57
    path=usr/lib/pam_pkcs11/$(MACH64)/ldap_mapper.so
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    58
file usr/lib/$(MACH64)/pam_pkcs11/opensc_mapper.so \
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    59
    path=usr/lib/pam_pkcs11/$(MACH64)/opensc_mapper.so
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    60
file usr/lib/$(MACH64)/pam_pkcs11/openssh_mapper.so \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    61
    path=usr/lib/pam_pkcs11/$(MACH64)/openssh_mapper.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    62
file path=usr/lib/pam_pkcs11/ldap_mapper.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    63
file path=usr/lib/pam_pkcs11/opensc_mapper.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    64
file path=usr/lib/pam_pkcs11/openssh_mapper.so
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    65
file path=usr/lib/pam_pkcs11/pkcs11_inspect mode=0555
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    66
file path=usr/lib/pam_pkcs11/pklogin_finder mode=0555
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    67
file usr/lib/$(MACH64)/security/pam_pkcs11.so \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    68
    path=usr/lib/security/$(MACH64)/pam_pkcs11.so
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5043
diff changeset
    69
file path=usr/lib/security/pam_pkcs11.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    70
file doc/mappers_api.html path=usr/share/doc/pam_pkcs11/mappers_api.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 2008
diff changeset
    71
file doc/pam_pkcs11.html path=usr/share/doc/pam_pkcs11/pam_pkcs11.html
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    72
file path=usr/share/locale/fr/LC_MESSAGES/pam_pkcs11.mo
5029
77413b29eb5a 22107485 More Userland component man page normalizations
Rich Burridge <rich.burridge@oracle.com>
parents: 4437
diff changeset
    73
file files/pam_pkcs11.7 path=usr/share/man/man7/pam_pkcs11.7
2008
fbb3d4972042 18996594 tecla.5, teclarc.5, openssl.5 & pam_pkcs11.5 need to be added to Userland
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    74
#
291
b454e61af367 7050151 migrate pam_pkcs11 from sfw to userland
Huie-Ying Lee <huieying.lee@oracle.com>
parents:
diff changeset
    75
license pam_pkcs11.license license=LGPLv2.1