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 874F5158089 for ; Sun, 10 Sep 2023 18:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DB732BC029; Sun, 10 Sep 2023 18:04:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2451E2BC029 for ; Sun, 10 Sep 2023 18:04:11 +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 3B676335CA3 for ; Sun, 10 Sep 2023 18:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81B3B1171 for ; Sun, 10 Sep 2023 18:04:08 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1694369031.4c26f4210350b8ecd4d6369284a7416eb0e1b644.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rizin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rizin/rizin-0.6.1.ebuild X-VCS-Directories: dev-util/rizin/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 4c26f4210350b8ecd4d6369284a7416eb0e1b644 X-VCS-Branch: master Date: Sun, 10 Sep 2023 18:04:08 +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: 0785d38b-bd9c-4a94-9501-c938407bee8c X-Archives-Hash: 3ecaecdf130a2d6fcf8134c0abdaa6a2 commit: 4c26f4210350b8ecd4d6369284a7416eb0e1b644 Author: John Helmert III gentoo org> AuthorDate: Sun Sep 10 17:45:38 2023 +0000 Commit: John Helmert III gentoo org> CommitDate: Sun Sep 10 18:03:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c26f421 dev-util/rizin: temporarily disable system openssl There's an upstream bug around using openssl's code paths for the md4 hash tests. Disabling system openssl use makes rizin use its own code paths rather than a bundled openssl. Signed-off-by: John Helmert III gentoo.org> dev-util/rizin/rizin-0.6.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/rizin/rizin-0.6.1.ebuild b/dev-util/rizin/rizin-0.6.1.ebuild index 5c2f92105259..c487f6213887 100644 --- a/dev-util/rizin/rizin-0.6.1.ebuild +++ b/dev-util/rizin/rizin-0.6.1.ebuild @@ -77,7 +77,8 @@ src_configure() { -Duse_sys_lz4=enabled -Duse_sys_lzma=enabled -Duse_sys_magic=enabled - -Duse_sys_openssl=enabled + # https://github.com/rizinorg/rizin/issues/3841 + # -Duse_sys_openssl=enabled -Duse_sys_tree_sitter=enabled -Duse_sys_xxhash=enabled -Duse_sys_zlib=enabled