From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DA071584AD for ; Wed, 30 Apr 2025 19:38:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 43F40343019 for ; Wed, 30 Apr 2025 19:38:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D971811036B; Wed, 30 Apr 2025 19:37:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CF56F11036B for ; Wed, 30 Apr 2025 19:37:59 +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 6BFFE341C4B for ; Wed, 30 Apr 2025 19:37:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA3DD2669 for ; Wed, 30 Apr 2025 19:37:57 +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: <1746028378.f5c5472741e202a9924e5bf2bbdf3e9ab0dcefaf.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-libs/openssl/openssl-4.1.0.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: f5c5472741e202a9924e5bf2bbdf3e9ab0dcefaf X-VCS-Branch: master Date: Wed, 30 Apr 2025 19:37:57 +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: 39dd5dfa-50d7-4cdc-bb46-dfa416c38500 X-Archives-Hash: 6f58dda8904fc2716bff37684b006000 commit: f5c5472741e202a9924e5bf2bbdf3e9ab0dcefaf Author: orbea riseup net> AuthorDate: Wed Apr 30 15:51:06 2025 +0000 Commit: orbea riseup net> CommitDate: Wed Apr 30 15:52:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=f5c54727 dev-libs/openssl: add 4.1.0 Signed-off-by: orbea riseup.net> dev-libs/openssl/openssl-4.1.0.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-libs/openssl/openssl-4.1.0.ebuild b/dev-libs/openssl/openssl-4.1.0.ebuild new file mode 100644 index 0000000..ad01fac --- /dev/null +++ b/dev-libs/openssl/openssl-4.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib-minimal + +DESCRIPTION="dummy package for dev-libs/libressl" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL" + +S="${WORKDIR}" + +LICENSE="metapackage" + +SLOT="0/59" # .so version of libssl/libcrypto +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="+asm quic sslv3 static-libs test" +REQUIRED_USE="!quic !sslv3" +RESTRICT="!test? ( test )" + +DEPEND="dev-libs/libressl:${SLOT}[asm=,static-libs=,test=,${MULTILIB_USEDEP}]"