From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A077C1382C5 for ; Tue, 29 Dec 2020 12:11:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4AA42BC02D; Tue, 29 Dec 2020 12:11:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E7B32BC02D for ; Tue, 29 Dec 2020 12:11:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47D5C3416D9 for ; Tue, 29 Dec 2020 12:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD66D46B for ; Tue, 29 Dec 2020 12:11:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1609243140.2bae92ac0bae618d686ccbdc5186f3e7ad232f77.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libretls/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libretls/Manifest dev-libs/libretls/libretls-3.3.1.ebuild dev-libs/libretls/metadata.xml X-VCS-Directories: dev-libs/libretls/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2bae92ac0bae618d686ccbdc5186f3e7ad232f77 X-VCS-Branch: master Date: Tue, 29 Dec 2020 12:11:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a730fee-51c9-44ca-8a08-18acd8d90102 X-Archives-Hash: 8181967ec0ecdf2d0d5e8d947a6c2073 commit: 2bae92ac0bae618d686ccbdc5186f3e7ad232f77 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 29 11:59:00 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 29 11:59:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bae92ac dev-libs/libretls: New package LibreTLS is an implementation of LibreSSL's libtls repackaged for compatibility with OpenSSL. Signed-off-by: Michał Górny gentoo.org> dev-libs/libretls/Manifest | 1 + dev-libs/libretls/libretls-3.3.1.ebuild | 28 ++++++++++++++++++++++++++++ dev-libs/libretls/metadata.xml | 8 ++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-libs/libretls/Manifest b/dev-libs/libretls/Manifest new file mode 100644 index 00000000000..01df108e3ba --- /dev/null +++ b/dev-libs/libretls/Manifest @@ -0,0 +1 @@ +DIST libretls-3.3.1.tar.gz 431233 BLAKE2B b935cae7bdd2e2338099dbc830e2773198d5d4ed12df80b89291d0eb8ae68549e36413c79ba1373d8bce8fd857c4a291fbd9bce30c819cc182bd5b68ac7b9527 SHA512 ddb4eb7c2c7e9cbb36ced17424ea0e08863488e6b3e18cd462ccc52b2eca685b5299f79ed6ba58ad4da2d742b61fa4857109a19137a1ee4c6cfdb48463080f4a diff --git a/dev-libs/libretls/libretls-3.3.1.ebuild b/dev-libs/libretls/libretls-3.3.1.ebuild new file mode 100644 index 00000000000..82e1f3e0b5a --- /dev/null +++ b/dev-libs/libretls/libretls-3.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Port of libtls from LibreSSL to OpenSSL" +HOMEPAGE="https://git.causal.agency/libretls/about/" +SRC_URI="https://causal.agency/libretls/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-libs/openssl:=" +RDEPEND=${DEPEND} +BDEPEND="virtual/pkgconfig" + +src_configure() { + local myconf=( + --disable-static + ) + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} diff --git a/dev-libs/libretls/metadata.xml b/dev-libs/libretls/metadata.xml new file mode 100644 index 00000000000..0319eec4c8b --- /dev/null +++ b/dev-libs/libretls/metadata.xml @@ -0,0 +1,8 @@ + + + + + mgorny@gentoo.org + Michał Górny + +