aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-04-01 21:24:16 +0000
committerRene Ladan <rene@FreeBSD.org>2014-04-01 21:24:16 +0000
commit3ede9c48755ddb0d5d67dcecf3d913466da9bf3e (patch)
tree9b133cf2613d576544183a58345677144a6aa522 /security
parentad2b8c72fa480c0fc321a6fa06b4b6db046152cd (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/gnutls-devel/Makefile88
-rw-r--r--security/gnutls-devel/Makefile.man619
-rw-r--r--security/gnutls-devel/distinfo2
-rw-r--r--security/gnutls-devel/pkg-descr17
-rw-r--r--security/gnutls-devel/pkg-plist88
6 files changed, 0 insertions, 815 deletions
diff --git a/security/Makefile b/security/Makefile
index e7d8de801b1f..692eb45c708d 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -161,7 +161,6 @@
SUBDIR += gnupg
SUBDIR += gnupg1
SUBDIR += gnutls
- SUBDIR += gnutls-devel
SUBDIR += gnutls3
SUBDIR += go.crypto
SUBDIR += gorilla
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile
deleted file mode 100644
index d9a8634b9bdd..000000000000
--- a/security/gnutls-devel/Makefile
+++ /dev/null
@@ -1,88 +0,0 @@
-# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gnutls
-PORTVERSION= 2.99.4
-PORTREVISION= 2
-CATEGORIES= security net
-MASTER_SITES= http://alpha.gnu.org/gnu/gnutls/ \
- ftp://ftp.gnutls.org/pub/gnutls/devel/
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= novel@FreeBSD.org
-COMMENT= GNU Transport Layer Security library
-
-BROKEN= Does not build
-FORBIDDEN= Vulnerable to CVE-2014-0092
-DEPRECATED= Stale, broken and vulnerable
-EXPIRATION_DATE= 2014-04-01
-
-LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \
- nettle.4:${PORTSDIR}/security/nettle \
- p11-kit.0:${PORTSDIR}/security/p11-kit
-
-CONFLICTS= gnutls-[0-9]*
-
-USE_XZ= yes
-USES= iconv pkgconfig
-USE_GNOME= ltverhack
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CPPFLAGS+= -fPIC
-CONFIGURE_ARGS+= --disable-guile --disable-silent-rules \
- --disable-hardware-acceleration
-MANCOMPRESSED= no
-
-NO_STAGE= yes
-
-OPTIONS_DEFINE= DOCS NLS
-
-.include <bsd.port.options.mk>
-
-.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.7)) && !defined(WITHOUT_LIBTASN1)
-LIB_DEPENDS+= tasn1.7:${PORTSDIR}/security/libtasn1
-.else
-CONFIGURE_ARGS+= --with-included-libtasn1
-.endif
-
-.if defined(WITHOUT_CXX)
-CONFIGURE_ARGS+= --disable-cxx
-PLIST_SUB+= CXX="@comment "
-.else
-PLIST_SUB+= CXX=""
-.endif
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MDOCS}
-PORTDOCS= AUTHORS NEWS README THANKS
-.endif
-EXAMPLES= doc/examples/*.c
-
-pre-configure:
- @${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \
- ${WRKSRC}/lib/Makefile.in ${WRKSRC}/libextra/Makefile.in
- @${REINPLACE_CMD} -e 's,(top_builddir)$$,(top_builddir) -I$$(top_builddir)/lib/includes -I$$(top_builddir)/libextra/includes,' \
- ${WRKSRC}/doc/Makefile.in
-
-post-install:
- @${MKDIR} ${EXAMPLESDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.include "Makefile.man"
-.include <bsd.port.mk>
diff --git a/security/gnutls-devel/Makefile.man b/security/gnutls-devel/Makefile.man
deleted file mode 100644
index 001dde0bf45a..000000000000
--- a/security/gnutls-devel/Makefile.man
+++ /dev/null
@@ -1,619 +0,0 @@
-# vi:ft=make
-# $FreeBSD$
-
-INFO= gnutls
-
-MAN1= \
- certtool.1 \
- gnutls-cli-debug.1 \
- gnutls-cli.1 \
- gnutls-serv.1 \
- p11tool.1 \
- psktool.1 \
- srptool.1
-
-MAN3= \
- gnutls_alert_get.3 \
- gnutls_alert_get_name.3 \
- gnutls_alert_send.3 \
- gnutls_alert_send_appropriate.3 \
- gnutls_anon_allocate_client_credentials.3 \
- gnutls_anon_allocate_server_credentials.3 \
- gnutls_anon_free_client_credentials.3 \
- gnutls_anon_free_server_credentials.3 \
- gnutls_anon_set_params_function.3 \
- gnutls_anon_set_server_dh_params.3 \
- gnutls_anon_set_server_params_function.3 \
- gnutls_auth_client_get_type.3 \
- gnutls_auth_get_type.3 \
- gnutls_auth_server_get_type.3 \
- gnutls_bye.3 \
- gnutls_certificate_activation_time_peers.3 \
- gnutls_certificate_allocate_credentials.3 \
- gnutls_certificate_client_get_request_status.3 \
- gnutls_certificate_client_set_retrieve_function.3 \
- gnutls_certificate_expiration_time_peers.3 \
- gnutls_certificate_free_ca_names.3 \
- gnutls_certificate_free_cas.3 \
- gnutls_certificate_free_credentials.3 \
- gnutls_certificate_free_crls.3 \
- gnutls_certificate_free_keys.3 \
- gnutls_certificate_get_issuer.3 \
- gnutls_certificate_get_ours.3 \
- gnutls_certificate_get_peers.3 \
- gnutls_certificate_send_x509_rdn_sequence.3 \
- gnutls_certificate_server_set_request.3 \
- gnutls_certificate_server_set_retrieve_function.3 \
- gnutls_certificate_set_dh_params.3 \
- gnutls_certificate_set_openpgp_key.3 \
- gnutls_certificate_set_openpgp_key_file.3 \
- gnutls_certificate_set_openpgp_key_file2.3 \
- gnutls_certificate_set_openpgp_key_mem.3 \
- gnutls_certificate_set_openpgp_key_mem2.3 \
- gnutls_certificate_set_openpgp_keyring_file.3 \
- gnutls_certificate_set_openpgp_keyring_mem.3 \
- gnutls_certificate_set_params_function.3 \
- gnutls_certificate_set_retrieve_function.3 \
- gnutls_certificate_set_retrieve_function2.3 \
- gnutls_certificate_set_rsa_export_params.3 \
- gnutls_certificate_set_verify_flags.3 \
- gnutls_certificate_set_verify_function.3 \
- gnutls_certificate_set_verify_limits.3 \
- gnutls_certificate_set_x509_crl.3 \
- gnutls_certificate_set_x509_crl_file.3 \
- gnutls_certificate_set_x509_crl_mem.3 \
- gnutls_certificate_set_x509_key.3 \
- gnutls_certificate_set_x509_key_file.3 \
- gnutls_certificate_set_x509_key_mem.3 \
- gnutls_certificate_set_x509_simple_pkcs12_file.3 \
- gnutls_certificate_set_x509_simple_pkcs12_mem.3 \
- gnutls_certificate_set_x509_trust.3 \
- gnutls_certificate_set_x509_trust_file.3 \
- gnutls_certificate_set_x509_trust_mem.3 \
- gnutls_certificate_type_get.3 \
- gnutls_certificate_type_set_priority.3 \
- gnutls_certificate_verify_peers2.3 \
- gnutls_check_version.3 \
- gnutls_cipher_add_auth.3 \
- gnutls_cipher_decrypt.3 \
- gnutls_cipher_decrypt2.3 \
- gnutls_cipher_deinit.3 \
- gnutls_cipher_encrypt.3 \
- gnutls_cipher_encrypt2.3 \
- gnutls_cipher_get.3 \
- gnutls_cipher_init.3 \
- gnutls_cipher_set_iv.3 \
- gnutls_cipher_set_priority.3 \
- gnutls_cipher_tag.3 \
- gnutls_compression_get.3 \
- gnutls_compression_get_id.3 \
- gnutls_compression_get_name.3 \
- gnutls_compression_list.3 \
- gnutls_compression_set_priority.3 \
- gnutls_credentials_clear.3 \
- gnutls_credentials_set.3 \
- gnutls_db_check_entry.3 \
- gnutls_db_get_ptr.3 \
- gnutls_db_remove_session.3 \
- gnutls_db_set_cache_expiration.3 \
- gnutls_db_set_ptr.3 \
- gnutls_db_set_remove_function.3 \
- gnutls_db_set_retrieve_function.3 \
- gnutls_db_set_store_function.3 \
- gnutls_deinit.3 \
- gnutls_dh_get_group.3 \
- gnutls_dh_get_peers_public_bits.3 \
- gnutls_dh_get_prime_bits.3 \
- gnutls_dh_get_pubkey.3 \
- gnutls_dh_get_secret_bits.3 \
- gnutls_dh_params_cpy.3 \
- gnutls_dh_params_deinit.3 \
- gnutls_dh_params_export_pkcs3.3 \
- gnutls_dh_params_export_raw.3 \
- gnutls_dh_params_generate2.3 \
- gnutls_dh_params_import_pkcs3.3 \
- gnutls_dh_params_import_raw.3 \
- gnutls_dh_params_init.3 \
- gnutls_dh_set_prime_bits.3 \
- gnutls_dtls_cookie_send.3 \
- gnutls_dtls_cookie_verify.3 \
- gnutls_dtls_get_data_mtu.3 \
- gnutls_dtls_get_mtu.3 \
- gnutls_dtls_prestate_set.3 \
- gnutls_dtls_set_mtu.3 \
- gnutls_dtls_set_timeouts.3 \
- gnutls_ecc_curve_get.3 \
- gnutls_error_is_fatal.3 \
- gnutls_error_to_alert.3 \
- gnutls_extra_check_version.3 \
- gnutls_fingerprint.3 \
- gnutls_free.3 \
- gnutls_global_deinit.3 \
- gnutls_global_init.3 \
- gnutls_global_init_extra.3 \
- gnutls_global_set_audit_log_function.3 \
- gnutls_global_set_log_function.3 \
- gnutls_global_set_log_level.3 \
- gnutls_global_set_mem_functions.3 \
- gnutls_global_set_mutex.3 \
- gnutls_global_set_time_function.3 \
- gnutls_handshake.3 \
- gnutls_handshake_get_last_in.3 \
- gnutls_handshake_get_last_out.3 \
- gnutls_handshake_set_max_packet_length.3 \
- gnutls_handshake_set_post_client_hello_function.3 \
- gnutls_handshake_set_private_extensions.3 \
- gnutls_hash.3 \
- gnutls_hash_deinit.3 \
- gnutls_hash_fast.3 \
- gnutls_hash_get_len.3 \
- gnutls_hash_init.3 \
- gnutls_hash_output.3 \
- gnutls_hex2bin.3 \
- gnutls_hex_decode.3 \
- gnutls_hex_encode.3 \
- gnutls_hmac.3 \
- gnutls_hmac_deinit.3 \
- gnutls_hmac_fast.3 \
- gnutls_hmac_get_len.3 \
- gnutls_hmac_init.3 \
- gnutls_hmac_output.3 \
- gnutls_init.3 \
- gnutls_key_generate.3 \
- gnutls_kx_get.3 \
- gnutls_kx_set_priority.3 \
- gnutls_mac_get.3 \
- gnutls_mac_set_priority.3 \
- gnutls_malloc.3 \
- gnutls_openpgp_crt_check_hostname.3 \
- gnutls_openpgp_crt_deinit.3 \
- gnutls_openpgp_crt_export.3 \
- gnutls_openpgp_crt_get_auth_subkey.3 \
- gnutls_openpgp_crt_get_creation_time.3 \
- gnutls_openpgp_crt_get_expiration_time.3 \
- gnutls_openpgp_crt_get_fingerprint.3 \
- gnutls_openpgp_crt_get_key_id.3 \
- gnutls_openpgp_crt_get_key_usage.3 \
- gnutls_openpgp_crt_get_name.3 \
- gnutls_openpgp_crt_get_pk_algorithm.3 \
- gnutls_openpgp_crt_get_pk_dsa_raw.3 \
- gnutls_openpgp_crt_get_pk_rsa_raw.3 \
- gnutls_openpgp_crt_get_preferred_key_id.3 \
- gnutls_openpgp_crt_get_revoked_status.3 \
- gnutls_openpgp_crt_get_subkey_count.3 \
- gnutls_openpgp_crt_get_subkey_creation_time.3 \
- gnutls_openpgp_crt_get_subkey_expiration_time.3 \
- gnutls_openpgp_crt_get_subkey_fingerprint.3 \
- gnutls_openpgp_crt_get_subkey_id.3 \
- gnutls_openpgp_crt_get_subkey_idx.3 \
- gnutls_openpgp_crt_get_subkey_pk_algorithm.3 \
- gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 \
- gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 \
- gnutls_openpgp_crt_get_subkey_revoked_status.3 \
- gnutls_openpgp_crt_get_subkey_usage.3 \
- gnutls_openpgp_crt_get_version.3 \
- gnutls_openpgp_crt_import.3 \
- gnutls_openpgp_crt_init.3 \
- gnutls_openpgp_crt_print.3 \
- gnutls_openpgp_crt_set_preferred_key_id.3 \
- gnutls_openpgp_crt_verify_ring.3 \
- gnutls_openpgp_crt_verify_self.3 \
- gnutls_openpgp_keyring_check_id.3 \
- gnutls_openpgp_keyring_deinit.3 \
- gnutls_openpgp_keyring_get_crt.3 \
- gnutls_openpgp_keyring_get_crt_count.3 \
- gnutls_openpgp_keyring_import.3 \
- gnutls_openpgp_keyring_init.3 \
- gnutls_openpgp_privkey_deinit.3 \
- gnutls_openpgp_privkey_export.3 \
- gnutls_openpgp_privkey_export_dsa_raw.3 \
- gnutls_openpgp_privkey_export_rsa_raw.3 \
- gnutls_openpgp_privkey_export_subkey_dsa_raw.3 \
- gnutls_openpgp_privkey_export_subkey_rsa_raw.3 \
- gnutls_openpgp_privkey_get_fingerprint.3 \
- gnutls_openpgp_privkey_get_key_id.3 \
- gnutls_openpgp_privkey_get_pk_algorithm.3 \
- gnutls_openpgp_privkey_get_preferred_key_id.3 \
- gnutls_openpgp_privkey_get_revoked_status.3 \
- gnutls_openpgp_privkey_get_subkey_count.3 \
- gnutls_openpgp_privkey_get_subkey_creation_time.3 \
- gnutls_openpgp_privkey_get_subkey_expiration_time.3 \
- gnutls_openpgp_privkey_get_subkey_fingerprint.3 \
- gnutls_openpgp_privkey_get_subkey_id.3 \
- gnutls_openpgp_privkey_get_subkey_idx.3 \
- gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 \
- gnutls_openpgp_privkey_get_subkey_revoked_status.3 \
- gnutls_openpgp_privkey_import.3 \
- gnutls_openpgp_privkey_init.3 \
- gnutls_openpgp_privkey_sec_param.3 \
- gnutls_openpgp_privkey_set_preferred_key_id.3 \
- gnutls_openpgp_privkey_sign_hash.3 \
- gnutls_openpgp_send_cert.3 \
- gnutls_openpgp_set_recv_key_function.3 \
- gnutls_pcert_deinit.3 \
- gnutls_pcert_import_openpgp.3 \
- gnutls_pcert_import_openpgp_raw.3 \
- gnutls_pcert_import_x509.3 \
- gnutls_pcert_import_x509_raw.3 \
- gnutls_pem_base64_decode.3 \
- gnutls_pem_base64_decode_alloc.3 \
- gnutls_pem_base64_encode.3 \
- gnutls_pem_base64_encode_alloc.3 \
- gnutls_perror.3 \
- gnutls_pkcs11_add_provider.3 \
- gnutls_pkcs11_copy_secret_key.3 \
- gnutls_pkcs11_copy_x509_crt.3 \
- gnutls_pkcs11_copy_x509_privkey.3 \
- gnutls_pkcs11_deinit.3 \
- gnutls_pkcs11_delete_url.3 \
- gnutls_pkcs11_init.3 \
- gnutls_pkcs11_obj_deinit.3 \
- gnutls_pkcs11_obj_export.3 \
- gnutls_pkcs11_obj_export_url.3 \
- gnutls_pkcs11_obj_get_info.3 \
- gnutls_pkcs11_obj_get_type.3 \
- gnutls_pkcs11_obj_import_url.3 \
- gnutls_pkcs11_obj_init.3 \
- gnutls_pkcs11_obj_list_import_url.3 \
- gnutls_pkcs11_privkey_deinit.3 \
- gnutls_pkcs11_privkey_export_url.3 \
- gnutls_pkcs11_privkey_get_info.3 \
- gnutls_pkcs11_privkey_get_pk_algorithm.3 \
- gnutls_pkcs11_privkey_import_url.3 \
- gnutls_pkcs11_privkey_init.3 \
- gnutls_pkcs11_set_pin_function.3 \
- gnutls_pkcs11_set_token_function.3 \
- gnutls_pkcs11_token_get_flags.3 \
- gnutls_pkcs11_token_get_info.3 \
- gnutls_pkcs11_token_get_mechanism.3 \
- gnutls_pkcs11_token_get_url.3 \
- gnutls_pkcs11_token_init.3 \
- gnutls_pkcs11_token_set_pin.3 \
- gnutls_pkcs12_bag_decrypt.3 \
- gnutls_pkcs12_bag_deinit.3 \
- gnutls_pkcs12_bag_encrypt.3 \
- gnutls_pkcs12_bag_get_count.3 \
- gnutls_pkcs12_bag_get_data.3 \
- gnutls_pkcs12_bag_get_friendly_name.3 \
- gnutls_pkcs12_bag_get_key_id.3 \
- gnutls_pkcs12_bag_get_type.3 \
- gnutls_pkcs12_bag_init.3 \
- gnutls_pkcs12_bag_set_crl.3 \
- gnutls_pkcs12_bag_set_crt.3 \
- gnutls_pkcs12_bag_set_data.3 \
- gnutls_pkcs12_bag_set_friendly_name.3 \
- gnutls_pkcs12_bag_set_key_id.3 \
- gnutls_pkcs12_deinit.3 \
- gnutls_pkcs12_export.3 \
- gnutls_pkcs12_generate_mac.3 \
- gnutls_pkcs12_get_bag.3 \
- gnutls_pkcs12_import.3 \
- gnutls_pkcs12_init.3 \
- gnutls_pkcs12_set_bag.3 \
- gnutls_pkcs12_verify_mac.3 \
- gnutls_pkcs7_deinit.3 \
- gnutls_pkcs7_delete_crl.3 \
- gnutls_pkcs7_delete_crt.3 \
- gnutls_pkcs7_export.3 \
- gnutls_pkcs7_get_crl_count.3 \
- gnutls_pkcs7_get_crl_raw.3 \
- gnutls_pkcs7_get_crt_count.3 \
- gnutls_pkcs7_get_crt_raw.3 \
- gnutls_pkcs7_import.3 \
- gnutls_pkcs7_init.3 \
- gnutls_pkcs7_set_crl.3 \
- gnutls_pkcs7_set_crl_raw.3 \
- gnutls_pkcs7_set_crt.3 \
- gnutls_pkcs7_set_crt_raw.3 \
- gnutls_prf.3 \
- gnutls_prf_raw.3 \
- gnutls_priority_deinit.3 \
- gnutls_priority_init.3 \
- gnutls_priority_set.3 \
- gnutls_priority_set_direct.3 \
- gnutls_privkey_decrypt_data.3 \
- gnutls_privkey_deinit.3 \
- gnutls_privkey_get_pk_algorithm.3 \
- gnutls_privkey_get_type.3 \
- gnutls_privkey_import_openpgp.3 \
- gnutls_privkey_import_pkcs11.3 \
- gnutls_privkey_import_x509.3 \
- gnutls_privkey_init.3 \
- gnutls_privkey_sign_data.3 \
- gnutls_privkey_sign_hash.3 \
- gnutls_protocol_get_version.3 \
- gnutls_protocol_set_priority.3 \
- gnutls_psk_allocate_client_credentials.3 \
- gnutls_psk_allocate_server_credentials.3 \
- gnutls_psk_client_get_hint.3 \
- gnutls_psk_free_client_credentials.3 \
- gnutls_psk_free_server_credentials.3 \
- gnutls_psk_server_get_username.3 \
- gnutls_psk_set_client_credentials.3 \
- gnutls_psk_set_client_credentials_function.3 \
- gnutls_psk_set_params_function.3 \
- gnutls_psk_set_server_credentials_file.3 \
- gnutls_psk_set_server_credentials_function.3 \
- gnutls_psk_set_server_credentials_hint.3 \
- gnutls_psk_set_server_dh_params.3 \
- gnutls_psk_set_server_params_function.3 \
- gnutls_pubkey_deinit.3 \
- gnutls_pubkey_export.3 \
- gnutls_pubkey_get_key_id.3 \
- gnutls_pubkey_get_key_usage.3 \
- gnutls_pubkey_get_openpgp_key_id.3 \
- gnutls_pubkey_get_pk_algorithm.3 \
- gnutls_pubkey_get_pk_dsa_raw.3 \
- gnutls_pubkey_get_pk_ecc_raw.3 \
- gnutls_pubkey_get_pk_rsa_raw.3 \
- gnutls_pubkey_get_preferred_hash_algorithm.3 \
- gnutls_pubkey_get_verify_algorithm.3 \
- gnutls_pubkey_import.3 \
- gnutls_pubkey_import_dsa_raw.3 \
- gnutls_pubkey_import_openpgp.3 \
- gnutls_pubkey_import_pkcs11.3 \
- gnutls_pubkey_import_pkcs11_url.3 \
- gnutls_pubkey_import_privkey.3 \
- gnutls_pubkey_import_rsa_raw.3 \
- gnutls_pubkey_import_x509.3 \
- gnutls_pubkey_init.3 \
- gnutls_pubkey_set_key_usage.3 \
- gnutls_pubkey_verify_data.3 \
- gnutls_pubkey_verify_data2.3 \
- gnutls_pubkey_verify_hash.3 \
- gnutls_record_check_pending.3 \
- gnutls_record_disable_padding.3 \
- gnutls_record_get_direction.3 \
- gnutls_record_recv.3 \
- gnutls_record_recv_seq.3 \
- gnutls_record_send.3 \
- gnutls_register_md5_handler.3 \
- gnutls_rehandshake.3 \
- gnutls_rnd.3 \
- gnutls_rsa_export_get_modulus_bits.3 \
- gnutls_rsa_export_get_pubkey.3 \
- gnutls_rsa_params_cpy.3 \
- gnutls_rsa_params_deinit.3 \
- gnutls_rsa_params_export_pkcs1.3 \
- gnutls_rsa_params_export_raw.3 \
- gnutls_rsa_params_generate2.3 \
- gnutls_rsa_params_import_pkcs1.3 \
- gnutls_rsa_params_import_raw.3 \
- gnutls_rsa_params_init.3 \
- gnutls_session_channel_binding.3 \
- gnutls_session_enable_compatibility_mode.3 \
- gnutls_session_get_data.3 \
- gnutls_session_get_data2.3 \
- gnutls_session_get_id.3 \
- gnutls_session_get_ptr.3 \
- gnutls_session_is_resumed.3 \
- gnutls_session_set_data.3 \
- gnutls_session_set_ptr.3 \
- gnutls_set_default_export_priority.3 \
- gnutls_set_default_priority.3 \
- gnutls_sign_callback_get.3 \
- gnutls_sign_callback_set.3 \
- gnutls_srp_allocate_client_credentials.3 \
- gnutls_srp_allocate_server_credentials.3 \
- gnutls_srp_free_client_credentials.3 \
- gnutls_srp_free_server_credentials.3 \
- gnutls_srp_server_get_username.3 \
- gnutls_srp_set_client_credentials.3 \
- gnutls_srp_set_client_credentials_function.3 \
- gnutls_srp_set_prime_bits.3 \
- gnutls_srp_set_server_credentials_file.3 \
- gnutls_srp_set_server_credentials_function.3 \
- gnutls_srp_verifier.3 \
- gnutls_strerror.3 \
- gnutls_strerror_name.3 \
- gnutls_supplemental_get_name.3 \
- gnutls_transport_get_ptr.3 \
- gnutls_transport_get_ptr2.3 \
- gnutls_transport_set_errno.3 \
- gnutls_transport_set_errno_function.3 \
- gnutls_transport_set_ptr.3 \
- gnutls_transport_set_ptr2.3 \
- gnutls_transport_set_pull_function.3 \
- gnutls_transport_set_pull_timeout_function.3 \
- gnutls_transport_set_push_function.3 \
- gnutls_transport_set_vec_push_function.3 \
- gnutls_x509_crl_check_issuer.3 \
- gnutls_x509_crl_deinit.3 \
- gnutls_x509_crl_export.3 \
- gnutls_x509_crl_get_authority_key_id.3 \
- gnutls_x509_crl_get_crt_count.3 \
- gnutls_x509_crl_get_crt_serial.3 \
- gnutls_x509_crl_get_dn_oid.3 \
- gnutls_x509_crl_get_extension_data.3 \
- gnutls_x509_crl_get_extension_info.3 \
- gnutls_x509_crl_get_extension_oid.3 \
- gnutls_x509_crl_get_issuer_dn.3 \
- gnutls_x509_crl_get_issuer_dn_by_oid.3 \
- gnutls_x509_crl_get_next_update.3 \
- gnutls_x509_crl_get_number.3 \
- gnutls_x509_crl_get_raw_issuer_dn.3 \
- gnutls_x509_crl_get_signature.3 \
- gnutls_x509_crl_get_signature_algorithm.3 \
- gnutls_x509_crl_get_this_update.3 \
- gnutls_x509_crl_get_version.3 \
- gnutls_x509_crl_import.3 \
- gnutls_x509_crl_init.3 \
- gnutls_x509_crl_list_import.3 \
- gnutls_x509_crl_list_import2.3 \
- gnutls_x509_crl_print.3 \
- gnutls_x509_crl_privkey_sign.3 \
- gnutls_x509_crl_set_authority_key_id.3 \
- gnutls_x509_crl_set_crt.3 \
- gnutls_x509_crl_set_crt_serial.3 \
- gnutls_x509_crl_set_next_update.3 \
- gnutls_x509_crl_set_number.3 \
- gnutls_x509_crl_set_this_update.3 \
- gnutls_x509_crl_set_version.3 \
- gnutls_x509_crl_sign.3 \
- gnutls_x509_crl_sign2.3 \
- gnutls_x509_crl_verify.3 \
- gnutls_x509_crq_deinit.3 \
- gnutls_x509_crq_export.3 \
- gnutls_x509_crq_get_attribute_by_oid.3 \
- gnutls_x509_crq_get_attribute_data.3 \
- gnutls_x509_crq_get_attribute_info.3 \
- gnutls_x509_crq_get_basic_constraints.3 \
- gnutls_x509_crq_get_challenge_password.3 \
- gnutls_x509_crq_get_dn.3 \
- gnutls_x509_crq_get_dn_by_oid.3 \
- gnutls_x509_crq_get_dn_oid.3 \
- gnutls_x509_crq_get_extension_by_oid.3 \
- gnutls_x509_crq_get_extension_data.3 \
- gnutls_x509_crq_get_extension_info.3 \
- gnutls_x509_crq_get_key_id.3 \
- gnutls_x509_crq_get_key_purpose_oid.3 \
- gnutls_x509_crq_get_key_rsa_raw.3 \
- gnutls_x509_crq_get_key_usage.3 \
- gnutls_x509_crq_get_pk_algorithm.3 \
- gnutls_x509_crq_get_subject_alt_name.3 \
- gnutls_x509_crq_get_subject_alt_othername_oid.3 \
- gnutls_x509_crq_get_version.3 \
- gnutls_x509_crq_import.3 \
- gnutls_x509_crq_init.3 \
- gnutls_x509_crq_print.3 \
- gnutls_x509_crq_privkey_sign.3 \
- gnutls_x509_crq_set_attribute_by_oid.3 \
- gnutls_x509_crq_set_basic_constraints.3 \
- gnutls_x509_crq_set_challenge_password.3 \
- gnutls_x509_crq_set_dn_by_oid.3 \
- gnutls_x509_crq_set_key.3 \
- gnutls_x509_crq_set_key_purpose_oid.3 \
- gnutls_x509_crq_set_key_rsa_raw.3 \
- gnutls_x509_crq_set_key_usage.3 \
- gnutls_x509_crq_set_pubkey.3 \
- gnutls_x509_crq_set_subject_alt_name.3 \
- gnutls_x509_crq_set_version.3 \
- gnutls_x509_crq_sign.3 \
- gnutls_x509_crq_sign2.3 \
- gnutls_x509_crq_verify.3 \
- gnutls_x509_crt_check_hostname.3 \
- gnutls_x509_crt_check_issuer.3 \
- gnutls_x509_crt_check_revocation.3 \
- gnutls_x509_crt_cpy_crl_dist_points.3 \
- gnutls_x509_crt_deinit.3 \
- gnutls_x509_crt_export.3 \
- gnutls_x509_crt_get_activation_time.3 \
- gnutls_x509_crt_get_authority_key_id.3 \
- gnutls_x509_crt_get_basic_constraints.3 \
- gnutls_x509_crt_get_ca_status.3 \
- gnutls_x509_crt_get_crl_dist_points.3 \
- gnutls_x509_crt_get_dn.3 \
- gnutls_x509_crt_get_dn_by_oid.3 \
- gnutls_x509_crt_get_dn_oid.3 \
- gnutls_x509_crt_get_expiration_time.3 \
- gnutls_x509_crt_get_extension_by_oid.3 \
- gnutls_x509_crt_get_extension_data.3 \
- gnutls_x509_crt_get_extension_info.3 \
- gnutls_x509_crt_get_extension_oid.3 \
- gnutls_x509_crt_get_fingerprint.3 \
- gnutls_x509_crt_get_issuer.3 \
- gnutls_x509_crt_get_issuer_alt_name.3 \
- gnutls_x509_crt_get_issuer_alt_name2.3 \
- gnutls_x509_crt_get_issuer_alt_othername_oid.3 \
- gnutls_x509_crt_get_issuer_dn.3 \
- gnutls_x509_crt_get_issuer_dn_by_oid.3 \
- gnutls_x509_crt_get_issuer_dn_oid.3 \
- gnutls_x509_crt_get_issuer_unique_id.3 \
- gnutls_x509_crt_get_key_id.3 \
- gnutls_x509_crt_get_key_purpose_oid.3 \
- gnutls_x509_crt_get_key_usage.3 \
- gnutls_x509_crt_get_pk_algorithm.3 \
- gnutls_x509_crt_get_pk_dsa_raw.3 \
- gnutls_x509_crt_get_pk_rsa_raw.3 \
- gnutls_x509_crt_get_preferred_hash_algorithm.3 \
- gnutls_x509_crt_get_proxy.3 \
- gnutls_x509_crt_get_raw_dn.3 \
- gnutls_x509_crt_get_raw_issuer_dn.3 \
- gnutls_x509_crt_get_serial.3 \
- gnutls_x509_crt_get_signature.3 \
- gnutls_x509_crt_get_signature_algorithm.3 \
- gnutls_x509_crt_get_subject.3 \
- gnutls_x509_crt_get_subject_alt_name.3 \
- gnutls_x509_crt_get_subject_alt_name2.3 \
- gnutls_x509_crt_get_subject_alt_othername_oid.3 \
- gnutls_x509_crt_get_subject_key_id.3 \
- gnutls_x509_crt_get_subject_unique_id.3 \
- gnutls_x509_crt_get_verify_algorithm.3 \
- gnutls_x509_crt_get_version.3 \
- gnutls_x509_crt_import.3 \
- gnutls_x509_crt_import_pkcs11.3 \
- gnutls_x509_crt_import_pkcs11_url.3 \
- gnutls_x509_crt_init.3 \
- gnutls_x509_crt_list_import.3 \
- gnutls_x509_crt_list_import2.3 \
- gnutls_x509_crt_list_import_pkcs11.3 \
- gnutls_x509_crt_list_verify.3 \
- gnutls_x509_crt_print.3 \
- gnutls_x509_crt_privkey_sign.3 \
- gnutls_x509_crt_set_activation_time.3 \
- gnutls_x509_crt_set_authority_key_id.3 \
- gnutls_x509_crt_set_basic_constraints.3 \
- gnutls_x509_crt_set_ca_status.3 \
- gnutls_x509_crt_set_crl_dist_points.3 \
- gnutls_x509_crt_set_crl_dist_points2.3 \
- gnutls_x509_crt_set_crq.3 \
- gnutls_x509_crt_set_crq_extensions.3 \
- gnutls_x509_crt_set_dn_by_oid.3 \
- gnutls_x509_crt_set_expiration_time.3 \
- gnutls_x509_crt_set_extension_by_oid.3 \
- gnutls_x509_crt_set_issuer_dn_by_oid.3 \
- gnutls_x509_crt_set_key.3 \
- gnutls_x509_crt_set_key_purpose_oid.3 \
- gnutls_x509_crt_set_key_usage.3 \
- gnutls_x509_crt_set_proxy.3 \
- gnutls_x509_crt_set_proxy_dn.3 \
- gnutls_x509_crt_set_pubkey.3 \
- gnutls_x509_crt_set_serial.3 \
- gnutls_x509_crt_set_subject_alt_name.3 \
- gnutls_x509_crt_set_subject_alternative_name.3 \
- gnutls_x509_crt_set_subject_key_id.3 \
- gnutls_x509_crt_set_version.3 \
- gnutls_x509_crt_sign.3 \
- gnutls_x509_crt_sign2.3 \
- gnutls_x509_crt_verify.3 \
- gnutls_x509_crt_verify_data.3 \
- gnutls_x509_crt_verify_hash.3 \
- gnutls_x509_dn_deinit.3 \
- gnutls_x509_dn_export.3 \
- gnutls_x509_dn_get_rdn_ava.3 \
- gnutls_x509_dn_import.3 \
- gnutls_x509_dn_init.3 \
- gnutls_x509_dn_oid_known.3 \
- gnutls_x509_privkey_cpy.3 \
- gnutls_x509_privkey_deinit.3 \
- gnutls_x509_privkey_export.3 \
- gnutls_x509_privkey_export_dsa_raw.3 \
- gnutls_x509_privkey_export_ecc_raw.3 \
- gnutls_x509_privkey_export_pkcs8.3 \
- gnutls_x509_privkey_export_rsa_raw.3 \
- gnutls_x509_privkey_export_rsa_raw2.3 \
- gnutls_x509_privkey_fix.3 \
- gnutls_x509_privkey_generate.3 \
- gnutls_x509_privkey_get_key_id.3 \
- gnutls_x509_privkey_get_pk_algorithm.3 \
- gnutls_x509_privkey_import.3 \
- gnutls_x509_privkey_import_dsa_raw.3 \
- gnutls_x509_privkey_import_ecc_raw.3 \
- gnutls_x509_privkey_import_pkcs8.3 \
- gnutls_x509_privkey_import_rsa_raw.3 \
- gnutls_x509_privkey_import_rsa_raw2.3 \
- gnutls_x509_privkey_init.3 \
- gnutls_x509_privkey_sec_param.3 \
- gnutls_x509_privkey_sign_data.3 \
- gnutls_x509_privkey_sign_hash.3 \
- gnutls_x509_rdn_get.3 \
- gnutls_x509_rdn_get_by_oid.3 \
- gnutls_x509_rdn_get_oid.3 \
- gnutls_x509_trust_list_add_cas.3 \
- gnutls_x509_trust_list_add_crls.3 \
- gnutls_x509_trust_list_add_named_crt.3 \
- gnutls_x509_trust_list_deinit.3 \
- gnutls_x509_trust_list_get_issuer.3 \
- gnutls_x509_trust_list_init.3 \
- gnutls_x509_trust_list_verify_crt.3 \
- gnutls_x509_trust_list_verify_named_crt.3
diff --git a/security/gnutls-devel/distinfo b/security/gnutls-devel/distinfo
deleted file mode 100644
index f3c8060ab043..000000000000
--- a/security/gnutls-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnutls-2.99.4.tar.xz) = 66b6d9d8197ce6e3aad9435698c134446639d4736a90ba238ce7a24ada8b5ba1
-SIZE (gnutls-2.99.4.tar.xz) = 4568428
diff --git a/security/gnutls-devel/pkg-descr b/security/gnutls-devel/pkg-descr
deleted file mode 100644
index eb3b18b04920..000000000000
--- a/security/gnutls-devel/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and
-SSL 3.0 protocols. The library does not include any patented algorithms and
-is available under the GNU Lesser GPL license.
-
-Important features of the GnuTLS library include:
-- Thread safety
-- Support for both TLS 1.0 and SSL 3.0 protocols
-- Support for both X.509 and OpenPGP certificates
-- Support for basic parsing and verification of certificates
-- Support for SRP for TLS authentication
-- Support for TLS Extension mechanism
-- Support for TLS Compression Methods
-
-Additionaly GnuTLS provides an emulation API for the widely used
-OpenSSL library, to ease integration with existing applications.
-
-WWW: http://www.gnutls.org/
diff --git a/security/gnutls-devel/pkg-plist b/security/gnutls-devel/pkg-plist
deleted file mode 100644
index a27df179e8fc..000000000000
--- a/security/gnutls-devel/pkg-plist
+++ /dev/null
@@ -1,88 +0,0 @@
-bin/certtool
-bin/gnutls-cli
-bin/gnutls-cli-debug
-bin/gnutls-serv
-bin/p11tool
-bin/psktool
-bin/srptool
-include/gnutls/abstract.h
-include/gnutls/compat.h
-include/gnutls/crypto.h
-include/gnutls/dtls.h
-include/gnutls/extra.h
-include/gnutls/gnutls.h
-include/gnutls/openpgp.h
-include/gnutls/openssl.h
-include/gnutls/pkcs11.h
-include/gnutls/pkcs12.h
-include/gnutls/x509.h
-info/gnutls-certificate-user-use-case.png
-info/gnutls-client-server-use-case.png
-info/gnutls-extensions_st.png
-info/gnutls-guile.info
-info/gnutls-handshake-sequence.png
-info/gnutls-handshake-state.png
-info/gnutls-internals.png
-info/gnutls-layers.png
-info/gnutls-logo.png
-info/gnutls-mod_auth_st.png
-info/gnutls-objects.png
-info/gnutls-pgp.png
-info/gnutls-x509.png
-info/pkcs11-vision.png
-lib/libgnutls-extra.a
-lib/libgnutls-extra.la
-lib/libgnutls-extra.so
-lib/libgnutls-extra.so.28
-lib/libgnutls-openssl.a
-lib/libgnutls-openssl.la
-lib/libgnutls-openssl.so
-lib/libgnutls-openssl.so.27
-lib/libgnutls.a
-lib/libgnutls.la
-lib/libgnutls.so
-lib/libgnutls.so.28
-libdata/pkgconfig/gnutls-extra.pc
-libdata/pkgconfig/gnutls.pc
-%%CXX%%include/gnutls/gnutlsxx.h
-%%CXX%%lib/libgnutlsxx.a
-%%CXX%%lib/libgnutlsxx.la
-%%CXX%%lib/libgnutlsxx.so
-%%CXX%%lib/libgnutlsxx.so.28
-%%EXAMPLESDIR%%/ex-alert.c
-%%EXAMPLESDIR%%/ex-cert-select-pkcs11.c
-%%EXAMPLESDIR%%/ex-cert-select.c
-%%EXAMPLESDIR%%/ex-client-psk.c
-%%EXAMPLESDIR%%/ex-client-resume.c
-%%EXAMPLESDIR%%/ex-client-srp.c
-%%EXAMPLESDIR%%/ex-client-udp.c
-%%EXAMPLESDIR%%/ex-client1.c
-%%EXAMPLESDIR%%/ex-client2.c
-%%EXAMPLESDIR%%/ex-crq.c
-%%EXAMPLESDIR%%/ex-pkcs11-list.c
-%%EXAMPLESDIR%%/ex-pkcs12.c
-%%EXAMPLESDIR%%/ex-rfc2818.c
-%%EXAMPLESDIR%%/ex-serv-anon.c
-%%EXAMPLESDIR%%/ex-serv-pgp.c
-%%EXAMPLESDIR%%/ex-serv-psk.c
-%%EXAMPLESDIR%%/ex-serv-srp.c
-%%EXAMPLESDIR%%/ex-serv1.c
-%%EXAMPLESDIR%%/ex-session-info.c
-%%EXAMPLESDIR%%/ex-verify.c
-%%EXAMPLESDIR%%/ex-x509-info.c
-%%EXAMPLESDIR%%/tcp.c
-%%EXAMPLESDIR%%/udp.c
-%%NLS%%share/locale/cs/LC_MESSAGES/gnutls.mo
-%%NLS%%share/locale/de/LC_MESSAGES/gnutls.mo
-%%NLS%%share/locale/en@boldquot/LC_MESSAGES/gnutls.mo
-%%NLS%%share/locale/en@quot/LC_MESSAGES/gnutls.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/gnutls.mo
-%%NLS%%share/locale/it/LC_MESSAGES/gnutls.mo
-%%NLS%%share/locale/ms/LC_MESSAGES/gnutls.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/gnutls.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/gnutls.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/gnutls.mo
-%%NLS%%share/locale/vi/LC_MESSAGES/gnutls.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnutls.mo
-@dirrm %%EXAMPLESDIR%%
-@dirrm include/gnutls