Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2015/06/12 09:05:05 fhajny Exp $
@comment $NetBSD: PLIST,v 1.2 2016/06/16 14:17:03 fhajny Exp $
${PLIST.tools}bin/aescrypt2
${PLIST.tools}bin/benchmark
${PLIST.tools}bin/cert_app
@@ -9,6 +9,8 @@ ${PLIST.tools}bin/crypt_and_hash
${PLIST.tools}bin/dh_client
${PLIST.tools}bin/dh_genprime
${PLIST.tools}bin/dh_server
${PLIST.tools}bin/dtls_client
${PLIST.tools}bin/dtls_server
${PLIST.tools}bin/gen_entropy
${PLIST.tools}bin/gen_key
${PLIST.tools}bin/gen_random_ctr_drbg
@@ -16,10 +18,8 @@ ${PLIST.tools}bin/gen_random_havege
${PLIST.tools}bin/generic_sum
${PLIST.tools}bin/hello
${PLIST.tools}bin/key_app
${PLIST.tools}bin/md5sum
${PLIST.tools}bin/mini_client
${PLIST.tools}bin/mpi_demo
${PLIST.tools}${PLIST.tests}bin/o_p_test
${PLIST.tools}bin/pem2der
${PLIST.tools}bin/pk_decrypt
${PLIST.tools}bin/pk_encrypt
@@ -32,8 +32,6 @@ ${PLIST.tools}bin/rsa_genkey
${PLIST.tools}bin/rsa_sign
${PLIST.tools}bin/rsa_verify
${PLIST.tools}bin/selftest
${PLIST.tools}bin/sha1sum
${PLIST.tools}bin/sha2sum
${PLIST.tools}bin/ssl_cert_test
${PLIST.tools}bin/ssl_client1
${PLIST.tools}bin/ssl_client2
@@ -41,78 +39,83 @@ ${PLIST.tools}bin/ssl_fork_server
${PLIST.tools}bin/ssl_mail_client
${PLIST.tools}bin/ssl_pthread_server
${PLIST.tools}bin/ssl_server
${PLIST.tools}bin/ssl_test
${PLIST.tools}bin/strerror
include/polarssl/aes.h
include/polarssl/aesni.h
include/polarssl/arc4.h
include/polarssl/asn1.h
include/polarssl/asn1write.h
include/polarssl/base64.h
include/polarssl/bignum.h
include/polarssl/blowfish.h
include/polarssl/bn_mul.h
include/polarssl/camellia.h
include/polarssl/ccm.h
include/polarssl/certs.h
include/polarssl/check_config.h
include/polarssl/cipher.h
include/polarssl/cipher_wrap.h
include/polarssl/compat-1.2.h
include/polarssl/config.h
include/polarssl/ctr_drbg.h
include/polarssl/debug.h
include/polarssl/des.h
include/polarssl/dhm.h
include/polarssl/ecdh.h
include/polarssl/ecdsa.h
include/polarssl/ecp.h
include/polarssl/entropy.h
include/polarssl/entropy_poll.h
include/polarssl/error.h
include/polarssl/gcm.h
include/polarssl/havege.h
include/polarssl/hmac_drbg.h
include/polarssl/md.h
include/polarssl/md2.h
include/polarssl/md4.h
include/polarssl/md5.h
include/polarssl/md_wrap.h
include/polarssl/memory.h
include/polarssl/memory_buffer_alloc.h
include/polarssl/net.h
include/polarssl/oid.h
include/polarssl/openssl.h
include/polarssl/padlock.h
include/polarssl/pbkdf2.h
include/polarssl/pem.h
include/polarssl/pk.h
include/polarssl/pk_wrap.h
include/polarssl/pkcs11.h
include/polarssl/pkcs12.h
include/polarssl/pkcs5.h
include/polarssl/platform.h
include/polarssl/ripemd160.h
include/polarssl/rsa.h
include/polarssl/sha1.h
include/polarssl/sha256.h
include/polarssl/sha512.h
include/polarssl/ssl.h
include/polarssl/ssl_cache.h
include/polarssl/ssl_ciphersuites.h
include/polarssl/threading.h
include/polarssl/timing.h
include/polarssl/version.h
include/polarssl/x509.h
include/polarssl/x509_crl.h
include/polarssl/x509_crt.h
include/polarssl/x509_csr.h
include/polarssl/xtea.h
${PLIST.tools}bin/udp_proxy
include/mbedtls/aes.h
include/mbedtls/aesni.h
include/mbedtls/arc4.h
include/mbedtls/asn1.h
include/mbedtls/asn1write.h
include/mbedtls/base64.h
include/mbedtls/bignum.h
include/mbedtls/blowfish.h
include/mbedtls/bn_mul.h
include/mbedtls/camellia.h
include/mbedtls/ccm.h
include/mbedtls/certs.h
include/mbedtls/check_config.h
include/mbedtls/cipher.h
include/mbedtls/cipher_internal.h
include/mbedtls/compat-1.3.h
include/mbedtls/config.h
include/mbedtls/ctr_drbg.h
include/mbedtls/debug.h
include/mbedtls/des.h
include/mbedtls/dhm.h
include/mbedtls/ecdh.h
include/mbedtls/ecdsa.h
include/mbedtls/ecjpake.h
include/mbedtls/ecp.h
include/mbedtls/entropy.h
include/mbedtls/entropy_poll.h
include/mbedtls/error.h
include/mbedtls/gcm.h
include/mbedtls/havege.h
include/mbedtls/hmac_drbg.h
include/mbedtls/md.h
include/mbedtls/md2.h
include/mbedtls/md4.h
include/mbedtls/md5.h
include/mbedtls/md_internal.h
include/mbedtls/memory_buffer_alloc.h
include/mbedtls/net.h
include/mbedtls/oid.h
include/mbedtls/padlock.h
include/mbedtls/pem.h
include/mbedtls/pk.h
include/mbedtls/pk_internal.h
include/mbedtls/pkcs11.h
include/mbedtls/pkcs12.h
include/mbedtls/pkcs5.h
include/mbedtls/platform.h
include/mbedtls/ripemd160.h
include/mbedtls/rsa.h
include/mbedtls/sha1.h
include/mbedtls/sha256.h
include/mbedtls/sha512.h
include/mbedtls/ssl.h
include/mbedtls/ssl_cache.h
include/mbedtls/ssl_ciphersuites.h
include/mbedtls/ssl_cookie.h
include/mbedtls/ssl_internal.h
include/mbedtls/ssl_ticket.h
include/mbedtls/threading.h
include/mbedtls/timing.h
include/mbedtls/version.h
include/mbedtls/x509.h
include/mbedtls/x509_crl.h
include/mbedtls/x509_crt.h
include/mbedtls/x509_csr.h
include/mbedtls/xtea.h
lib/libmbedcrypto.a
lib/libmbedcrypto.so
lib/libmbedcrypto.so.0
lib/libmbedcrypto.so.${PKGVERSION}
lib/libmbedtls.a
lib/libmbedtls.so
lib/libmbedtls.so.10
lib/libmbedtls.so.${PKGVERSION}
lib/libmbedtls.so.9
lib/libpolarssl.a
lib/libpolarssl.so
lib/libpolarssl.so.${PKGVERSION}
lib/libpolarssl.so.9
lib/libmbedx509.a
lib/libmbedx509.so
lib/libmbedx509.so.0
lib/libmbedx509.so.${PKGVERSION}