components/openssl/openssl-0.9.8-fips-140/openssl-0.9.8-fips-140.p5m
changeset 363 9c0cad004039
child 464 08f94c414553
equal deleted inserted replaced
362:e1cadde52f4c 363:9c0cad004039
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/library/security/openssl/openssl-fips-140@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="FIPS 140-2 Capable OpenSSL libraries"
       
    28 set name=info.classification \
       
    29     value="org.opensolaris.category.2008:System/Security"
       
    30 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    31 set name=info.upstream_url value=http://www.openssl.org
       
    32 set name=opensolaris.arc_url \
       
    33     value=http://arc.opensolaris.org/caselog/PSARC/2009/507
       
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    35 # Basic directories and a configuration file.
       
    36 dir path=etc
       
    37 dir path=etc/openssl group=sys
       
    38 dir path=etc/openssl/fips-140 group=sys
       
    39 file etc/openssl/openssl.cnf path=etc/openssl/fips-140/openssl.cnf group=sys mode=0644 preserve=true
       
    40 dir path=lib
       
    41 dir path=lib/openssl
       
    42 dir path=lib/openssl/fips-140
       
    43 dir path=lib/openssl/fips-140/$(MACH64)
       
    44 dir path=usr
       
    45 dir path=usr/include
       
    46 dir path=usr/include/openssl
       
    47 dir path=usr/include/openssl/fips-140
       
    48 dir path=usr/include/openssl/fips-140/openssl
       
    49 link path=lib/openssl/fips-140/64 target=$(MACH64)
       
    50 # 32 bit libraries, lint libraries, and engines.
       
    51 file $(MACH32)/libcrypto.so.0.9.8 path=lib/openssl/fips-140/libcrypto.so.0.9.8
       
    52 link path=lib/openssl/fips-140/libcrypto.so target=libcrypto.so.0.9.8
       
    53 file $(MACH32)/libssl.so.0.9.8 path=lib/openssl/fips-140/libssl.so.0.9.8
       
    54 link path=lib/openssl/fips-140/libssl.so target=libssl.so.0.9.8
       
    55 file llib-lcrypto path=lib/openssl/fips-140/llib-lcrypto
       
    56 file $(MACH32)/llib-lcrypto.ln path=lib/openssl/fips-140/llib-lcrypto.ln
       
    57 file llib-lssl path=lib/openssl/fips-140/llib-lssl
       
    58 file $(MACH32)/llib-lssl.ln path=lib/openssl/fips-140/llib-lssl.ln
       
    59 # 64 bit libraries, lint libraries, and engines.
       
    60 file $(MACH64)/libcrypto.so.0.9.8 path=lib/openssl/fips-140/$(MACH64)/libcrypto.so.0.9.8
       
    61 link path=lib/openssl/fips-140/$(MACH64)/libcrypto.so target=libcrypto.so.0.9.8
       
    62 file $(MACH64)/libssl.so.0.9.8 path=lib/openssl/fips-140/$(MACH64)/libssl.so.0.9.8
       
    63 link path=lib/openssl/fips-140/$(MACH64)/libssl.so target=libssl.so.0.9.8
       
    64 file llib-lcrypto path=lib/openssl/fips-140/$(MACH64)/llib-lcrypto
       
    65 file $(MACH64)/llib-lcrypto.ln path=lib/openssl/fips-140/$(MACH64)/llib-lcrypto.ln
       
    66 file llib-lssl path=lib/openssl/fips-140/$(MACH64)/llib-lssl
       
    67 file $(MACH64)/llib-lssl.ln path=lib/openssl/fips-140/$(MACH64)/llib-lssl.ln
       
    68 # Header files.
       
    69 #
       
    70 # Take header files from the 32-bit build. This build has the patched
       
    71 # opensslconf.h (64-bit build does not). We cannot take header files from the
       
    72 # proto area since it could contain headers installed for the 64-bit build.
       
    73 <transform file path=usr/include/openssl/fips-140/openssl/(.+\.h)$ -> \
       
    74     set action.hash $(MACH32)/include/openssl/%<1> >
       
    75 file path=usr/include/openssl/fips-140/openssl/aes.h
       
    76 file path=usr/include/openssl/fips-140/openssl/asn1.h
       
    77 file path=usr/include/openssl/fips-140/openssl/asn1_mac.h
       
    78 file path=usr/include/openssl/fips-140/openssl/asn1t.h
       
    79 file path=usr/include/openssl/fips-140/openssl/bio.h
       
    80 file path=usr/include/openssl/fips-140/openssl/blowfish.h
       
    81 file path=usr/include/openssl/fips-140/openssl/bn.h
       
    82 file path=usr/include/openssl/fips-140/openssl/buffer.h
       
    83 file path=usr/include/openssl/fips-140/openssl/cast.h
       
    84 file path=usr/include/openssl/fips-140/openssl/comp.h
       
    85 file path=usr/include/openssl/fips-140/openssl/conf.h
       
    86 file path=usr/include/openssl/fips-140/openssl/conf_api.h
       
    87 file path=usr/include/openssl/fips-140/openssl/crypto.h
       
    88 file path=usr/include/openssl/fips-140/openssl/des.h
       
    89 file path=usr/include/openssl/fips-140/openssl/des_old.h
       
    90 file path=usr/include/openssl/fips-140/openssl/dh.h
       
    91 file path=usr/include/openssl/fips-140/openssl/dsa.h
       
    92 file path=usr/include/openssl/fips-140/openssl/dso.h
       
    93 file path=usr/include/openssl/fips-140/openssl/dtls1.h
       
    94 file path=usr/include/openssl/fips-140/openssl/e_os2.h
       
    95 file path=usr/include/openssl/fips-140/openssl/ebcdic.h
       
    96 file path=usr/include/openssl/fips-140/openssl/engine.h
       
    97 file path=usr/include/openssl/fips-140/openssl/err.h
       
    98 file path=usr/include/openssl/fips-140/openssl/evp.h
       
    99 file path=usr/include/openssl/fips-140/openssl/fips.h
       
   100 file path=usr/include/openssl/fips-140/openssl/fips_rand.h
       
   101 file path=usr/include/openssl/fips-140/openssl/hmac.h
       
   102 file path=usr/include/openssl/fips-140/openssl/krb5_asn.h
       
   103 file path=usr/include/openssl/fips-140/openssl/kssl.h
       
   104 file path=usr/include/openssl/fips-140/openssl/lhash.h
       
   105 file path=usr/include/openssl/fips-140/openssl/md2.h
       
   106 file path=usr/include/openssl/fips-140/openssl/md4.h
       
   107 file path=usr/include/openssl/fips-140/openssl/md5.h
       
   108 file path=usr/include/openssl/fips-140/openssl/obj_mac.h
       
   109 file path=usr/include/openssl/fips-140/openssl/objects.h
       
   110 file path=usr/include/openssl/fips-140/openssl/ocsp.h
       
   111 file path=usr/include/openssl/fips-140/openssl/opensslconf.h
       
   112 file path=usr/include/openssl/fips-140/openssl/opensslv.h
       
   113 file path=usr/include/openssl/fips-140/openssl/ossl_typ.h
       
   114 file path=usr/include/openssl/fips-140/openssl/pem.h
       
   115 file path=usr/include/openssl/fips-140/openssl/pem2.h
       
   116 file path=usr/include/openssl/fips-140/openssl/pkcs12.h
       
   117 file path=usr/include/openssl/fips-140/openssl/pkcs7.h
       
   118 file path=usr/include/openssl/fips-140/openssl/pq_compat.h
       
   119 file path=usr/include/openssl/fips-140/openssl/pqueue.h
       
   120 file path=usr/include/openssl/fips-140/openssl/rand.h
       
   121 file path=usr/include/openssl/fips-140/openssl/rc2.h
       
   122 file path=usr/include/openssl/fips-140/openssl/rc4.h
       
   123 file path=usr/include/openssl/fips-140/openssl/ripemd.h
       
   124 file path=usr/include/openssl/fips-140/openssl/rsa.h
       
   125 file path=usr/include/openssl/fips-140/openssl/safestack.h
       
   126 file path=usr/include/openssl/fips-140/openssl/sha.h
       
   127 file path=usr/include/openssl/fips-140/openssl/ssl.h
       
   128 file path=usr/include/openssl/fips-140/openssl/ssl2.h
       
   129 file path=usr/include/openssl/fips-140/openssl/ssl23.h
       
   130 file path=usr/include/openssl/fips-140/openssl/ssl3.h
       
   131 file path=usr/include/openssl/fips-140/openssl/stack.h
       
   132 file path=usr/include/openssl/fips-140/openssl/store.h
       
   133 file path=usr/include/openssl/fips-140/openssl/symhacks.h
       
   134 file path=usr/include/openssl/fips-140/openssl/tls1.h
       
   135 file path=usr/include/openssl/fips-140/openssl/tmdiff.h
       
   136 file path=usr/include/openssl/fips-140/openssl/txt_db.h
       
   137 file path=usr/include/openssl/fips-140/openssl/ui.h
       
   138 file path=usr/include/openssl/fips-140/openssl/ui_compat.h
       
   139 file path=usr/include/openssl/fips-140/openssl/x509.h
       
   140 file path=usr/include/openssl/fips-140/openssl/x509_vfy.h
       
   141 file path=usr/include/openssl/fips-140/openssl/x509v3.h
       
   142 license openssl-0.9.8-fips-140.license license="OpenSSL, SSLeay"
       
   143 legacy desc="FIPS 140-2 Capable OpenSSL libraries (0.9.8) (Root)" name="FIPS 140-2 Capable OpenSSL libraries" pkg=SUNWopenssl-fips-140
       
   144 legacy desc="FIPS Capable OpenSSL C/C++ header files for development of OpenSSL applications (0.9.8)" name="FIPS 140-2 Capable OpenSSL Header Files" pkg=SUNWopenssl-fips-140-include