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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 345C5158041 for ; Mon, 11 Mar 2024 00:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EFB3E29AA; Mon, 11 Mar 2024 00:42:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1B1B4E29AA for ; Mon, 11 Mar 2024 00:42:41 +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 29E4A33BEEE for ; Mon, 11 Mar 2024 00:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DA9B1519 for ; Mon, 11 Mar 2024 00:42:38 +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: <1710096359.9fcafca477d1d25fd963a343b2f7c73115ecab78.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-3.6.3.ebuild dev-libs/openssl/openssl-3.7.3.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 9fcafca477d1d25fd963a343b2f7c73115ecab78 X-VCS-Branch: master Date: Mon, 11 Mar 2024 00:42:38 +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: 4bf93d65-dc46-4de2-a7dd-f7a3dfa89482 X-Archives-Hash: 8c0a93bd7053b6e080902daee9952534 commit: 9fcafca477d1d25fd963a343b2f7c73115ecab78 Author: orbea riseup net> AuthorDate: Sun Mar 10 18:44:58 2024 +0000 Commit: orbea riseup net> CommitDate: Sun Mar 10 18:45:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=9fcafca4 dev-libs/openssl: stabilize 3.6.3, 3.7.3 for arm, arm64 Signed-off-by: orbea riseup.net> dev-libs/openssl/openssl-3.6.3.ebuild | 2 +- dev-libs/openssl/openssl-3.7.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/openssl/openssl-3.6.3.ebuild b/dev-libs/openssl/openssl-3.6.3.ebuild index dd18aa2..8561085 100644 --- a/dev-libs/openssl/openssl-3.6.3.ebuild +++ b/dev-libs/openssl/openssl-3.6.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL" LICENSE="metapackage" SLOT="0/53" # .so version of libssl/libcrypto -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+asm sslv3 static-libs test" REQUIRED_USE="!sslv3" RESTRICT="!test? ( test )" diff --git a/dev-libs/openssl/openssl-3.7.3.ebuild b/dev-libs/openssl/openssl-3.7.3.ebuild index 53a1294..dcafe55 100644 --- a/dev-libs/openssl/openssl-3.7.3.ebuild +++ b/dev-libs/openssl/openssl-3.7.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL" LICENSE="metapackage" SLOT="0/54" # .so version of libssl/libcrypto -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+asm sslv3 static-libs test" REQUIRED_USE="!sslv3" RESTRICT="!test? ( test )"