public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libretls/
Date: Tue, 29 Dec 2020 12:11:00 +0000 (UTC)	[thread overview]
Message-ID: <1609243140.2bae92ac0bae618d686ccbdc5186f3e7ad232f77.mgorny@gentoo> (raw)

commit:     2bae92ac0bae618d686ccbdc5186f3e7ad232f77
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 11:59:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2020-12-29 12:11 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-29 12:11 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-29 12:15 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libretls/ Michał Górny
2020-12-29 18:25 Anthony G. Basile
2020-12-29 18:29 Anthony G. Basile
2020-12-31  3:43 Mike Gilbert
2021-01-06 17:35 Sergei Trofimovich
2021-01-08  7:24 Sergei Trofimovich
2021-01-09 19:09 Sam James
2021-01-09 19:09 Sam James
2021-01-10 15:50 Sergei Trofimovich
2021-01-19  2:24 Sam James
2021-01-19 14:25 Sam James
2021-02-18  7:27 Sam James
2021-02-21  8:30 Joshua Kinard
2021-02-23 18:13 Sergei Trofimovich
2021-02-24 20:24 Sam James
2021-02-24 20:25 Sam James
2021-02-25  2:50 Sam James
2021-02-25  7:31 Sam James
2021-02-25  9:53 Sam James
2021-05-03 17:09 Mikle Kolyada
2021-05-26  8:19 Michał Górny
2021-07-03  1:28 Sam James
2021-07-03  1:30 Sam James
2021-07-03  1:32 Sam James
2021-07-03  6:20 Agostino Sarubbo
2021-07-03  6:22 Agostino Sarubbo
2021-07-06  1:48 Sam James
2021-07-06  7:58 Michał Górny
2021-09-25 15:17 Anthony G. Basile
2021-10-17 11:01 Michał Górny
2021-11-05  2:20 Sam James
2021-11-05 10:04 Agostino Sarubbo
2021-11-05 17:33 Sam James
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-06 19:56 Sam James
2021-12-18 13:38 Arthur Zamarin
2021-12-18 13:38 Arthur Zamarin
2021-12-18 13:38 Arthur Zamarin
2021-12-18 15:09 Arthur Zamarin
2021-12-18 15:09 Arthur Zamarin
2021-12-18 18:10 Sam James
2021-12-18 18:27 Michał Górny
2022-01-17  2:19 Anthony G. Basile
2022-02-28  8:28 Michał Górny
2022-03-22  6:35 Michał Górny
2022-03-24 19:03 Jakov Smolić
2022-03-24 19:03 Jakov Smolić
2022-03-25  7:46 Agostino Sarubbo
2022-03-25  7:47 Agostino Sarubbo
2022-03-25  7:48 Agostino Sarubbo
2022-03-26 19:11 Arthur Zamarin
2022-03-26 19:24 Michał Górny
2022-04-27 18:16 Arthur Zamarin
2022-04-27 18:20 Sam James
2022-04-27 18:20 Sam James
2022-04-27 18:31 Arthur Zamarin
2022-04-27 19:02 Arthur Zamarin
2022-04-27 19:17 Arthur Zamarin
2022-04-27 20:17 Michał Górny
2022-05-14  7:28 Michał Górny
2022-06-30  9:07 Marek Szuba
2022-07-14 18:02 Fabian Groffen
2022-09-04 17:45 Sam James
2022-09-04 18:21 Arthur Zamarin
2022-09-04 18:21 Arthur Zamarin
2022-09-04 18:43 Arthur Zamarin
2022-09-04 21:49 Jakov Smolić
2022-09-05 14:03 Agostino Sarubbo
2022-09-05 17:43 Michał Górny
2022-09-19  6:42 Michał Górny
2022-12-24  7:41 Michał Górny
2023-02-03 12:20 Sam James
2023-02-03 12:26 Arthur Zamarin
2023-02-03 12:31 Arthur Zamarin
2023-02-03 12:33 Sam James
2023-02-03 12:34 Sam James
2023-02-03 12:46 Sam James
2023-02-03 15:08 Michał Górny
2023-10-12  4:23 Michał Górny
2023-11-11 20:02 Sam James
2023-11-11 21:03 Arthur Zamarin
2023-11-12  3:59 Michał Górny
2024-01-17  5:33 Sam James
2024-05-28  1:59 Sam James
2024-05-28  1:59 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609243140.2bae92ac0bae618d686ccbdc5186f3e7ad232f77.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox