components/nettle/nettle.p5m
author dongszha <dongsheng.zhang@oracle.com>
Wed, 04 Nov 2015 09:09:22 -0800
changeset 5058 2d501f209a1a
parent 4677 6bacf1a9d9ea
child 5455 7d4ee55b5053
permissions -rw-r--r--
21813225 update Nettle to version 3.1.1

#
# 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) 2015, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/library/security/nettle@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Nettle - a low-level cryptographic library"
set name=pkg.description \
    value="Nettle is a low-level cryptographic library that provides a simple, general interface to cryptographic algorithms."
set name=com.oracle.info.description \
    value="Nettle - a low-level cryptographic library"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification value=org.opensolaris.category.2008:System/Security
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/2015/187
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
file usr/bin/$(MACH64)/nettle-hash path=usr/bin/nettle-hash
file usr/bin/$(MACH64)/nettle-pbkdf2 path=usr/bin/nettle-pbkdf2
file usr/bin/$(MACH64)/pkcs1-conv path=usr/bin/pkcs1-conv
file usr/bin/$(MACH64)/sexp-conv path=usr/bin/sexp-conv
file path=usr/include/nettle/aes.h
file path=usr/include/nettle/arcfour.h
file path=usr/include/nettle/arctwo.h
file path=usr/include/nettle/asn1.h
file path=usr/include/nettle/base16.h
file path=usr/include/nettle/base64.h
file path=usr/include/nettle/bignum.h
file path=usr/include/nettle/blowfish.h
file path=usr/include/nettle/buffer.h
file path=usr/include/nettle/camellia.h
file path=usr/include/nettle/cast128.h
file path=usr/include/nettle/cbc.h
file path=usr/include/nettle/ccm.h
file path=usr/include/nettle/chacha-poly1305.h
file path=usr/include/nettle/chacha.h
file path=usr/include/nettle/ctr.h
file path=usr/include/nettle/des-compat.h
file path=usr/include/nettle/des.h
file path=usr/include/nettle/dsa-compat.h
file path=usr/include/nettle/dsa.h
file path=usr/include/nettle/eax.h
file path=usr/include/nettle/gcm.h
file path=usr/include/nettle/gosthash94.h
file path=usr/include/nettle/hmac.h
file path=usr/include/nettle/macros.h
file path=usr/include/nettle/md2.h
file path=usr/include/nettle/md4.h
file path=usr/include/nettle/md5-compat.h
file path=usr/include/nettle/md5.h
file path=usr/include/nettle/memxor.h
file path=usr/include/nettle/nettle-meta.h
file path=usr/include/nettle/nettle-stdint.h
file path=usr/include/nettle/nettle-types.h
file path=usr/include/nettle/pbkdf2.h
file path=usr/include/nettle/pgp.h
file path=usr/include/nettle/pkcs1.h
file path=usr/include/nettle/poly1305.h
file path=usr/include/nettle/realloc.h
file path=usr/include/nettle/ripemd160.h
file path=usr/include/nettle/rsa.h
file path=usr/include/nettle/salsa20.h
file path=usr/include/nettle/serpent.h
file path=usr/include/nettle/sexp.h
file path=usr/include/nettle/sha.h
file path=usr/include/nettle/sha1.h
file path=usr/include/nettle/sha2.h
file path=usr/include/nettle/sha3.h
file path=usr/include/nettle/twofish.h
file path=usr/include/nettle/umac.h
file path=usr/include/nettle/version.h
file path=usr/include/nettle/yarrow.h
link path=usr/lib/$(MACH64)/libhogweed.so target=libhogweed.so.4.1
link path=usr/lib/$(MACH64)/libhogweed.so.4 target=libhogweed.so.4.1
file path=usr/lib/$(MACH64)/libhogweed.so.4.1
link path=usr/lib/$(MACH64)/libnettle.so target=libnettle.so.6.1
link path=usr/lib/$(MACH64)/libnettle.so.6 target=libnettle.so.6.1
file path=usr/lib/$(MACH64)/libnettle.so.6.1
file path=usr/lib/$(MACH64)/pkgconfig/hogweed.pc
file path=usr/lib/$(MACH64)/pkgconfig/nettle.pc
link path=usr/lib/libhogweed.so target=libhogweed.so.4.1
link path=usr/lib/libhogweed.so.4 target=libhogweed.so.4.1
file path=usr/lib/libhogweed.so.4.1
link path=usr/lib/libnettle.so target=libnettle.so.6.1
link path=usr/lib/libnettle.so.6 target=libnettle.so.6.1
file path=usr/lib/libnettle.so.6.1
file path=usr/lib/pkgconfig/hogweed.pc
file path=usr/lib/pkgconfig/nettle.pc
file path=usr/share/info/nettle.info
license nettle.license license="LGPLv3, GPLv3, GPLv2"