pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libretls Initial import of libretls, a port o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f0d8e0650ed
branches:  trunk
changeset: 442628:3f0d8e0650ed
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Nov 27 10:19:38 2020 +0000

description:
Initial import of libretls, a port of libtls to OpenSSL.

libtls is a new TLS library, designed to make it easier to write
foolproof applications. LibreTLS is a port of libtls from LibreSSL
to OpenSSL.

diffstat:

 security/libretls/DESCR         |   3 +
 security/libretls/Makefile      |  19 ++++++++
 security/libretls/PLIST         |  92 +++++++++++++++++++++++++++++++++++++++++
 security/libretls/buildlink3.mk |  14 ++++++
 security/libretls/distinfo      |   6 ++
 5 files changed, 134 insertions(+), 0 deletions(-)

diffs (154 lines):

diff -r 04b6865fb734 -r 3f0d8e0650ed security/libretls/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libretls/DESCR   Fri Nov 27 10:19:38 2020 +0000
@@ -0,0 +1,3 @@
+libtls is a new TLS library, designed to make it easier to write
+foolproof applications. LibreTLS is a port of libtls from LibreSSL
+to OpenSSL.
diff -r 04b6865fb734 -r 3f0d8e0650ed security/libretls/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libretls/Makefile        Fri Nov 27 10:19:38 2020 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/11/27 10:19:38 schmonz Exp $
+
+DISTNAME=              libretls-3.3.0
+CATEGORIES=            security
+MASTER_SITES=          https://causal.agency/libretls/
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              https://git.causal.agency/libretls/about
+COMMENT=               Port of libtls for OpenSSL
+LICENSE=               isc
+
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
+USE_TOOLS+=            pkg-config
+
+PKGCONFIG_OVERRIDE+=   libtls.pc.in
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 04b6865fb734 -r 3f0d8e0650ed security/libretls/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libretls/PLIST   Fri Nov 27 10:19:38 2020 +0000
@@ -0,0 +1,92 @@
+@comment $NetBSD: PLIST,v 1.1 2020/11/27 10:19:38 schmonz Exp $
+include/tls.h
+lib/libtls.la
+lib/pkgconfig/libtls.pc
+man/man3/tls_accept_cbs.3
+man/man3/tls_accept_fds.3
+man/man3/tls_accept_socket.3
+man/man3/tls_client.3
+man/man3/tls_close.3
+man/man3/tls_config_add_keypair_file.3
+man/man3/tls_config_add_keypair_mem.3
+man/man3/tls_config_add_keypair_ocsp_file.3
+man/man3/tls_config_add_keypair_ocsp_mem.3
+man/man3/tls_config_add_ticket_key.3
+man/man3/tls_config_clear_keys.3
+man/man3/tls_config_error.3
+man/man3/tls_config_free.3
+man/man3/tls_config_insecure_noverifycert.3
+man/man3/tls_config_insecure_noverifyname.3
+man/man3/tls_config_insecure_noverifytime.3
+man/man3/tls_config_new.3
+man/man3/tls_config_ocsp_require_stapling.3
+man/man3/tls_config_parse_protocols.3
+man/man3/tls_config_prefer_ciphers_client.3
+man/man3/tls_config_prefer_ciphers_server.3
+man/man3/tls_config_set_alpn.3
+man/man3/tls_config_set_ca_file.3
+man/man3/tls_config_set_ca_mem.3
+man/man3/tls_config_set_ca_path.3
+man/man3/tls_config_set_cert_file.3
+man/man3/tls_config_set_cert_mem.3
+man/man3/tls_config_set_ciphers.3
+man/man3/tls_config_set_crl_file.3
+man/man3/tls_config_set_crl_mem.3
+man/man3/tls_config_set_dheparams.3
+man/man3/tls_config_set_ecdhecurves.3
+man/man3/tls_config_set_key_file.3
+man/man3/tls_config_set_key_mem.3
+man/man3/tls_config_set_keypair_file.3
+man/man3/tls_config_set_keypair_mem.3
+man/man3/tls_config_set_keypair_ocsp_file.3
+man/man3/tls_config_set_keypair_ocsp_mem.3
+man/man3/tls_config_set_ocsp_staple_file.3
+man/man3/tls_config_set_ocsp_staple_mem.3
+man/man3/tls_config_set_protocols.3
+man/man3/tls_config_set_session_fd.3
+man/man3/tls_config_set_session_id.3
+man/man3/tls_config_set_session_lifetime.3
+man/man3/tls_config_set_verify_depth.3
+man/man3/tls_config_verify.3
+man/man3/tls_config_verify_client.3
+man/man3/tls_config_verify_client_optional.3
+man/man3/tls_configure.3
+man/man3/tls_conn_alpn_selected.3
+man/man3/tls_conn_cipher.3
+man/man3/tls_conn_cipher_strength.3
+man/man3/tls_conn_servername.3
+man/man3/tls_conn_session_resumed.3
+man/man3/tls_conn_version.3
+man/man3/tls_connect.3
+man/man3/tls_connect_cbs.3
+man/man3/tls_connect_fds.3
+man/man3/tls_connect_servername.3
+man/man3/tls_connect_socket.3
+man/man3/tls_default_ca_cert_file.3
+man/man3/tls_error.3
+man/man3/tls_free.3
+man/man3/tls_handshake.3
+man/man3/tls_init.3
+man/man3/tls_load_file.3
+man/man3/tls_ocsp_process_response.3
+man/man3/tls_peer_cert_chain_pem.3
+man/man3/tls_peer_cert_contains_name.3
+man/man3/tls_peer_cert_hash.3
+man/man3/tls_peer_cert_issuer.3
+man/man3/tls_peer_cert_notafter.3
+man/man3/tls_peer_cert_notbefore.3
+man/man3/tls_peer_cert_provided.3
+man/man3/tls_peer_cert_subject.3
+man/man3/tls_peer_ocsp_cert_status.3
+man/man3/tls_peer_ocsp_crl_reason.3
+man/man3/tls_peer_ocsp_next_update.3
+man/man3/tls_peer_ocsp_response_status.3
+man/man3/tls_peer_ocsp_result.3
+man/man3/tls_peer_ocsp_revocation_time.3
+man/man3/tls_peer_ocsp_this_update.3
+man/man3/tls_peer_ocsp_url.3
+man/man3/tls_read.3
+man/man3/tls_reset.3
+man/man3/tls_server.3
+man/man3/tls_unload_file.3
+man/man3/tls_write.3
diff -r 04b6865fb734 -r 3f0d8e0650ed security/libretls/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libretls/buildlink3.mk   Fri Nov 27 10:19:38 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/11/27 10:19:38 schmonz Exp $
+
+BUILDLINK_TREE+=       libretls
+
+.if !defined(LIBRETLS_BUILDLINK3_MK)
+LIBRETLS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libretls+=       libretls>=3.3.0
+BUILDLINK_PKGSRCDIR.libretls?=         ../../security/libretls
+
+.include "../../security/openssl/buildlink3.mk"
+.endif # LIBRETLS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libretls
diff -r 04b6865fb734 -r 3f0d8e0650ed security/libretls/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libretls/distinfo        Fri Nov 27 10:19:38 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/11/27 10:19:38 schmonz Exp $
+
+SHA1 (libretls-3.3.0.tar.gz) = 0a37e4ca37ccdb14cae077399c98cce0a0bad8bb
+RMD160 (libretls-3.3.0.tar.gz) = bfc8d91b5bfd1afb14e57906308849413bed946e
+SHA512 (libretls-3.3.0.tar.gz) = 07d4dd6b45a8164ae40ae9a28a96aeb59d180d639e05c1737c07eaf4c7c5105316a8839f58017539882f69841b6d7388afde953870e87030eeb1861b9ced7970
+Size (libretls-3.3.0.tar.gz) = 431261 bytes



Home | Main Index | Thread Index | Old Index