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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E33E15838C for ; Tue, 16 Jan 2024 06:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E21F4E2B8C; Tue, 16 Jan 2024 06:34:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF36EE2B8C for ; Tue, 16 Jan 2024 06:34:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBF613432A8 for ; Tue, 16 Jan 2024 06:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48E2BB39 for ; Tue, 16 Jan 2024 06:34:05 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1705386514.9e6c18dc76a29ca82b22573004240ec1befb7e36.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libressl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-libs/libressl/libressl-3.8.2.ebuild dev-libs/libressl/metadata.xml X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 9e6c18dc76a29ca82b22573004240ec1befb7e36 X-VCS-Branch: master Date: Tue, 16 Jan 2024 06:34:05 +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: 8100fb6d-b398-429d-9a87-027d074836fa X-Archives-Hash: 503adf57ea3f361ce4cd943c979cdb1c commit: 9e6c18dc76a29ca82b22573004240ec1befb7e36 Author: orbea riseup net> AuthorDate: Tue Jan 16 06:28:34 2024 +0000 Commit: orbea riseup net> CommitDate: Tue Jan 16 06:28:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=9e6c18dc dev-libs/libressl: new use, netcat Enable installing a TLS-enabled nc(1). Signed-off-by: orbea riseup.net> dev-libs/libressl/libressl-3.8.2.ebuild | 8 +++++++- dev-libs/libressl/metadata.xml | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-libs/libressl/libressl-3.8.2.ebuild b/dev-libs/libressl/libressl-3.8.2.ebuild index 8ecef4b..78f16c0 100644 --- a/dev-libs/libressl/libressl-3.8.2.ebuild +++ b/dev-libs/libressl/libressl-3.8.2.ebuild @@ -18,11 +18,16 @@ LICENSE="ISC openssl" # versions, we have to change the subslot to trigger rebuild of consumers. SLOT="0/55" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="+asm static-libs test" +IUSE="+asm netcat static-libs test" RESTRICT="!test? ( test )" PDEPEND="app-misc/ca-certificates" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-libressl )" +RDEPEND="netcat? ( + !net-analyzer/netcat + !net-analyzer/nmap[symlink] + !net-analyzer/openbsd-netcat +)" VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libressl.asc @@ -53,6 +58,7 @@ multilib_src_configure() { local args=( $(use_enable asm) $(use_enable static-libs static) + $(use_enable netcat nc) $(use_enable test tests) ) econf "${args[@]}" diff --git a/dev-libs/libressl/metadata.xml b/dev-libs/libressl/metadata.xml index a7201a6..f497ca7 100644 --- a/dev-libs/libressl/metadata.xml +++ b/dev-libs/libressl/metadata.xml @@ -11,6 +11,7 @@ Enables assembly + Enable installing TLS-enabled nc(1) http://www.libressl.org/releases.html