Print this page
1681 support for BUILD64=# no longer works
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/system-library-security-gss.mf
+++ new/usr/src/pkg/manifests/system-library-security-gss.mf
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 +# Copyright 2014 Andrew Stormont.
24 25 #
25 26
26 27 set name=pkg.fmri value=pkg:/system/library/security/gss@$(PKGVERS)
27 28 set name=pkg.description \
28 29 value="Generic Security Service Application Program Interface, Version 2 - user"
29 30 set name=pkg.summary value="GSSAPI V2"
30 31 set name=info.classification \
31 32 value=org.opensolaris.category.2008:System/Security
32 33 set name=variant.arch value=$(ARCH)
33 34 dir path=usr group=sys
34 35 dir path=usr/lib
35 -dir path=usr/lib/$(ARCH64)
36 -dir path=usr/lib/$(ARCH64)/gss
36 +$(BUILD64)dir path=usr/lib/$(ARCH64)
37 +$(BUILD64)dir path=usr/lib/$(ARCH64)/gss
37 38 dir path=usr/lib/gss
38 39 dir path=usr/lib/sasl
39 -dir path=usr/lib/sasl/$(ARCH64)
40 +$(BUILD64)dir path=usr/lib/sasl/$(ARCH64)
40 41 dir path=usr/sbin
41 42 dir path=usr/share/man/man1m
42 43 dir path=usr/share/man/man3gss
43 44 dir path=usr/share/man/man3lib
44 -file path=usr/lib/$(ARCH64)/libgss.so.1
45 +$(BUILD64)file path=usr/lib/$(ARCH64)/libgss.so.1
45 46 file path=usr/lib/gss/gsscred_clean group=sys mode=0744
46 47 file path=usr/lib/gss/gssd mode=0555
47 48 file path=usr/lib/libgss.so.1
48 -file path=usr/lib/sasl/$(ARCH64)/gssapi.so.1
49 +$(BUILD64)file path=usr/lib/sasl/$(ARCH64)/gssapi.so.1
49 50 file path=usr/lib/sasl/gssapi.so.1
50 51 file path=usr/sbin/gsscred group=sys mode=0555
51 52 file path=usr/share/man/man1m/gsscred.1m
52 53 file path=usr/share/man/man1m/gssd.1m
53 54 file path=usr/share/man/man3gss/gss_accept_sec_context.3gss
54 55 file path=usr/share/man/man3gss/gss_acquire_cred.3gss
55 56 file path=usr/share/man/man3gss/gss_add_cred.3gss
56 57 file path=usr/share/man/man3gss/gss_add_oid_set_member.3gss
57 58 file path=usr/share/man/man3gss/gss_canonicalize_name.3gss
58 59 file path=usr/share/man/man3gss/gss_compare_name.3gss
59 60 file path=usr/share/man/man3gss/gss_context_time.3gss
60 61 file path=usr/share/man/man3gss/gss_create_empty_oid_set.3gss
61 62 file path=usr/share/man/man3gss/gss_delete_sec_context.3gss
62 63 file path=usr/share/man/man3gss/gss_display_name.3gss
63 64 file path=usr/share/man/man3gss/gss_display_status.3gss
64 65 file path=usr/share/man/man3gss/gss_duplicate_name.3gss
65 66 file path=usr/share/man/man3gss/gss_export_name.3gss
66 67 file path=usr/share/man/man3gss/gss_export_sec_context.3gss
67 68 file path=usr/share/man/man3gss/gss_get_mic.3gss
68 69 file path=usr/share/man/man3gss/gss_import_name.3gss
69 70 file path=usr/share/man/man3gss/gss_import_sec_context.3gss
70 71 file path=usr/share/man/man3gss/gss_indicate_mechs.3gss
71 72 file path=usr/share/man/man3gss/gss_init_sec_context.3gss
72 73 file path=usr/share/man/man3gss/gss_inquire_context.3gss
73 74 file path=usr/share/man/man3gss/gss_inquire_cred.3gss
74 75 file path=usr/share/man/man3gss/gss_inquire_cred_by_mech.3gss
75 76 file path=usr/share/man/man3gss/gss_inquire_mechs_for_name.3gss
76 77 file path=usr/share/man/man3gss/gss_inquire_names_for_mech.3gss
77 78 file path=usr/share/man/man3gss/gss_oid_to_str.3gss
78 79 file path=usr/share/man/man3gss/gss_process_context_token.3gss
79 80 file path=usr/share/man/man3gss/gss_release_buffer.3gss
80 81 file path=usr/share/man/man3gss/gss_release_cred.3gss
81 82 file path=usr/share/man/man3gss/gss_release_name.3gss
82 83 file path=usr/share/man/man3gss/gss_release_oid.3gss
83 84 file path=usr/share/man/man3gss/gss_release_oid_set.3gss
84 85 file path=usr/share/man/man3gss/gss_store_cred.3gss
85 86 file path=usr/share/man/man3gss/gss_str_to_oid.3gss
86 87 file path=usr/share/man/man3gss/gss_test_oid_set_member.3gss
87 88 file path=usr/share/man/man3gss/gss_unwrap.3gss
88 89 file path=usr/share/man/man3gss/gss_verify_mic.3gss
89 90 file path=usr/share/man/man3gss/gss_wrap.3gss
90 91 file path=usr/share/man/man3gss/gss_wrap_size_limit.3gss
91 92 file path=usr/share/man/man3lib/libgss.3lib
92 93 legacy pkg=SUNWgss \
↓ open down ↓ |
34 lines elided |
↑ open up ↑ |
93 94 desc="Generic Security Service Application Program Interface, Version 2 - user" \
94 95 name="GSSAPI V2"
95 96 license cr_Sun license=cr_Sun
96 97 license lic_CDDL license=lic_CDDL
97 98 license usr/src/lib/libgss/THIRDPARTYLICENSE \
98 99 license=usr/src/lib/libgss/THIRDPARTYLICENSE
99 100 license usr/src/lib/sasl_plugins/gssapi/THIRDPARTYLICENSE \
100 101 license=usr/src/lib/sasl_plugins/gssapi/THIRDPARTYLICENSE
101 102 license usr/src/uts/common/gssapi/mechs/krb5/THIRDPARTYLICENSE \
102 103 license=usr/src/uts/common/gssapi/mechs/krb5/THIRDPARTYLICENSE
103 -link path=usr/lib/$(ARCH64)/libgss.so target=libgss.so.1
104 +$(BUILD64)link path=usr/lib/$(ARCH64)/libgss.so target=libgss.so.1
104 105 link path=usr/lib/libgss.so target=libgss.so.1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX