components/openssl/openssl-0.9.8-fips-140/openssl-0.9.8-fips-140.p5m
changeset 1596 59869c4257d0
parent 1595 20abf2f97330
child 1597 392a401c6d27
equal deleted inserted replaced
1595:20abf2f97330 1596:59869c4257d0
     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, 2013, 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.human-version value=$(COMPONENT_VERSION)
       
    28 set name=pkg.summary value="FIPS 140-2 Capable OpenSSL libraries"
       
    29 set name=com.oracle.info.description value="the FIPS 140-2 Capable OpenSSL libraries"
       
    30 set name=com.oracle.info.tpno value=13019
       
    31 set name=info.classification \
       
    32     value="org.opensolaris.category.2008:System/Security"
       
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    35 set name=org.opensolaris.arc-caseid \
       
    36     value=PSARC/2009/507
       
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    38 # Basic directories and a configuration file.
       
    39 file etc/openssl/openssl.cnf path=etc/openssl/fips-140/openssl.cnf group=sys mode=0644 preserve=true
       
    40 link path=lib/openssl/fips-140/64 target=$(MACH64)
       
    41 # 32 bit libraries, lint libraries, and engines.
       
    42 file $(MACH32)/libcrypto.so.0.9.8 path=lib/openssl/fips-140/libcrypto.so.0.9.8
       
    43 link path=lib/openssl/fips-140/libcrypto.so target=libcrypto.so.0.9.8
       
    44 file $(MACH32)/libssl.so.0.9.8 path=lib/openssl/fips-140/libssl.so.0.9.8
       
    45 link path=lib/openssl/fips-140/libssl.so target=libssl.so.0.9.8
       
    46 file llib-lcrypto path=lib/openssl/fips-140/llib-lcrypto
       
    47 file $(MACH32)/llib-lcrypto.ln path=lib/openssl/fips-140/llib-lcrypto.ln
       
    48 file llib-lssl path=lib/openssl/fips-140/llib-lssl
       
    49 file $(MACH32)/llib-lssl.ln path=lib/openssl/fips-140/llib-lssl.ln
       
    50 # 64 bit libraries, lint libraries, and engines.
       
    51 file $(MACH64)/libcrypto.so.0.9.8 path=lib/openssl/fips-140/$(MACH64)/libcrypto.so.0.9.8
       
    52 link path=lib/openssl/fips-140/$(MACH64)/libcrypto.so target=libcrypto.so.0.9.8
       
    53 file $(MACH64)/libssl.so.0.9.8 path=lib/openssl/fips-140/$(MACH64)/libssl.so.0.9.8
       
    54 link path=lib/openssl/fips-140/$(MACH64)/libssl.so target=libssl.so.0.9.8
       
    55 file llib-lcrypto path=lib/openssl/fips-140/$(MACH64)/llib-lcrypto
       
    56 file $(MACH64)/llib-lcrypto.ln path=lib/openssl/fips-140/$(MACH64)/llib-lcrypto.ln
       
    57 file llib-lssl path=lib/openssl/fips-140/$(MACH64)/llib-lssl
       
    58 file $(MACH64)/llib-lssl.ln path=lib/openssl/fips-140/$(MACH64)/llib-lssl.ln
       
    59 # Header files.
       
    60 #
       
    61 # Take header files from the 32-bit build. This build has the patched
       
    62 # opensslconf.h (64-bit build does not). We cannot take header files from the
       
    63 # proto area since it could contain headers installed for the 64-bit build.
       
    64 <transform file path=usr/include/openssl/fips-140/openssl/(.+\.h)$ -> \
       
    65     set action.hash $(MACH32)/include/openssl/%<1> >
       
    66 file path=usr/include/openssl/fips-140/openssl/aes.h
       
    67 file path=usr/include/openssl/fips-140/openssl/asn1.h
       
    68 file path=usr/include/openssl/fips-140/openssl/asn1_mac.h
       
    69 file path=usr/include/openssl/fips-140/openssl/asn1t.h
       
    70 file path=usr/include/openssl/fips-140/openssl/bio.h
       
    71 file path=usr/include/openssl/fips-140/openssl/blowfish.h
       
    72 file path=usr/include/openssl/fips-140/openssl/bn.h
       
    73 file path=usr/include/openssl/fips-140/openssl/buffer.h
       
    74 file path=usr/include/openssl/fips-140/openssl/cast.h
       
    75 file path=usr/include/openssl/fips-140/openssl/comp.h
       
    76 file path=usr/include/openssl/fips-140/openssl/conf.h
       
    77 file path=usr/include/openssl/fips-140/openssl/conf_api.h
       
    78 file path=usr/include/openssl/fips-140/openssl/crypto.h
       
    79 file path=usr/include/openssl/fips-140/openssl/des.h
       
    80 file path=usr/include/openssl/fips-140/openssl/des_old.h
       
    81 file path=usr/include/openssl/fips-140/openssl/dh.h
       
    82 file path=usr/include/openssl/fips-140/openssl/dsa.h
       
    83 file path=usr/include/openssl/fips-140/openssl/dso.h
       
    84 file path=usr/include/openssl/fips-140/openssl/dtls1.h
       
    85 file path=usr/include/openssl/fips-140/openssl/e_os2.h
       
    86 file path=usr/include/openssl/fips-140/openssl/ebcdic.h
       
    87 file path=usr/include/openssl/fips-140/openssl/engine.h
       
    88 file path=usr/include/openssl/fips-140/openssl/err.h
       
    89 file path=usr/include/openssl/fips-140/openssl/evp.h
       
    90 file path=usr/include/openssl/fips-140/openssl/fips.h
       
    91 file path=usr/include/openssl/fips-140/openssl/fips_rand.h
       
    92 file path=usr/include/openssl/fips-140/openssl/hmac.h
       
    93 file path=usr/include/openssl/fips-140/openssl/krb5_asn.h
       
    94 file path=usr/include/openssl/fips-140/openssl/kssl.h
       
    95 file path=usr/include/openssl/fips-140/openssl/lhash.h
       
    96 file path=usr/include/openssl/fips-140/openssl/md2.h
       
    97 file path=usr/include/openssl/fips-140/openssl/md4.h
       
    98 file path=usr/include/openssl/fips-140/openssl/md5.h
       
    99 file path=usr/include/openssl/fips-140/openssl/obj_mac.h
       
   100 file path=usr/include/openssl/fips-140/openssl/objects.h
       
   101 file path=usr/include/openssl/fips-140/openssl/ocsp.h
       
   102 file path=usr/include/openssl/fips-140/openssl/opensslconf.h
       
   103 file path=usr/include/openssl/fips-140/openssl/opensslv.h
       
   104 file path=usr/include/openssl/fips-140/openssl/ossl_typ.h
       
   105 file path=usr/include/openssl/fips-140/openssl/pem.h
       
   106 file path=usr/include/openssl/fips-140/openssl/pem2.h
       
   107 file path=usr/include/openssl/fips-140/openssl/pkcs12.h
       
   108 file path=usr/include/openssl/fips-140/openssl/pkcs7.h
       
   109 file path=usr/include/openssl/fips-140/openssl/pq_compat.h
       
   110 file path=usr/include/openssl/fips-140/openssl/pqueue.h
       
   111 file path=usr/include/openssl/fips-140/openssl/rand.h
       
   112 file path=usr/include/openssl/fips-140/openssl/rc2.h
       
   113 file path=usr/include/openssl/fips-140/openssl/rc4.h
       
   114 file path=usr/include/openssl/fips-140/openssl/ripemd.h
       
   115 file path=usr/include/openssl/fips-140/openssl/rsa.h
       
   116 file path=usr/include/openssl/fips-140/openssl/safestack.h
       
   117 file path=usr/include/openssl/fips-140/openssl/sha.h
       
   118 file path=usr/include/openssl/fips-140/openssl/ssl.h
       
   119 file path=usr/include/openssl/fips-140/openssl/ssl2.h
       
   120 file path=usr/include/openssl/fips-140/openssl/ssl23.h
       
   121 file path=usr/include/openssl/fips-140/openssl/ssl3.h
       
   122 file path=usr/include/openssl/fips-140/openssl/stack.h
       
   123 file path=usr/include/openssl/fips-140/openssl/store.h
       
   124 file path=usr/include/openssl/fips-140/openssl/symhacks.h
       
   125 file path=usr/include/openssl/fips-140/openssl/tls1.h
       
   126 file path=usr/include/openssl/fips-140/openssl/tmdiff.h
       
   127 file path=usr/include/openssl/fips-140/openssl/txt_db.h
       
   128 file path=usr/include/openssl/fips-140/openssl/ui.h
       
   129 file path=usr/include/openssl/fips-140/openssl/ui_compat.h
       
   130 file path=usr/include/openssl/fips-140/openssl/x509.h
       
   131 file path=usr/include/openssl/fips-140/openssl/x509_vfy.h
       
   132 file path=usr/include/openssl/fips-140/openssl/x509v3.h
       
   133 license openssl-0.9.8-fips-140.license license="OpenSSL, SSLeay"