dev-libs/s2n-tls - 1.6.0 (gentoo)

Search

Package Information

Description:
s2n-tls is a C99 implementation of the TLS/SSL protocols
Homepage:
https://github.com/aws/s2n-tls
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.6.0 8 ~amd64 $(ver_cut 1)
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="s2n-tls is a C99 implementation of the TLS/SSL protocols"
HOMEPAGE="https://github.com/aws/s2n-tls"
SRC_URI="https://github.com/aws/s2n-tls/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

inherit cmake

LICENSE="Apache-2.0"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"

IUSE="test"

DEPEND="dev-libs/openssl:="
RDEPEND="${DEPEND}"

RESTRICT="!test? ( test )"

PATCHES=(
	"${FILESDIR}/s2n-tls-1.6.0-cmake_version.patch"
	"${FILESDIR}/s2n-tls-1.6.0-cmake_LDFLAGS.patch"
)

src_configure()
{
	local mycmakeargs=(
		-DBUILD_TESTING=$(usex test ON OFF)
	)

	cmake_src_configure
}

USE Flags

Dependencies

DEPEND

dev-libs/openssl:=

RDEPEND

dev-libs/openssl:=

Manifest for 1.6.0

Type File Size Source URLs
DIST s2n-tls-1.6.0.tar.gz 5108926 bytes https://github.com/aws/s2n-tls/archive/refs/tags/v1.6.0.tar.gz