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 9C29A158176 for ; Wed, 15 Oct 2025 20:27:50 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E6F093417F2 for ; Wed, 15 Oct 2025 20:27:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D8CBE1104A0; Wed, 15 Oct 2025 20:27:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CF0D31104A0 for ; Wed, 15 Oct 2025 20:27:48 +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 8CFB33417E7 for ; Wed, 15 Oct 2025 20:27:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE3DE2EDE for ; Wed, 15 Oct 2025 20:27:45 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1760559580.c47379650569d612f6b0da06655b4b1cdb8539fe.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/curl/curl-8.16.0-r1.ebuild net-misc/curl/curl-9999.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: c47379650569d612f6b0da06655b4b1cdb8539fe X-VCS-Branch: master Date: Wed, 15 Oct 2025 20:27:45 +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: e4c34e5a-c8f0-405f-9d15-809f2825dadb X-Archives-Hash: 02b8f46f9459132081688ae918a6ec42 commit: c47379650569d612f6b0da06655b4b1cdb8539fe Author: Matt Jolly gentoo org> AuthorDate: Wed Oct 15 20:19:40 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Wed Oct 15 20:19:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4737965 net-misc/curl: bump mbedtls dependency >=net-misc/curl-8.16.0 now requires mbedtls >=3.2.0. Depend on the appropriate slot. No revbump as any users with mbedtls selected will have experienced a build failure. Closes: https://bugs.gentoo.org/964194 Signed-off-by: Matt Jolly gentoo.org> net-misc/curl/curl-8.16.0-r1.ebuild | 2 +- net-misc/curl/curl-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/curl/curl-8.16.0-r1.ebuild b/net-misc/curl/curl-8.16.0-r1.ebuild index c915eaa6be04..7207f56f4b2c 100644 --- a/net-misc/curl/curl-8.16.0-r1.ebuild +++ b/net-misc/curl/curl-8.16.0-r1.ebuild @@ -123,7 +123,7 @@ RDEPEND=" ) mbedtls? ( app-misc/ca-certificates - net-libs/mbedtls:0=[${MULTILIB_USEDEP}] + net-libs/mbedtls:3=[${MULTILIB_USEDEP}] ) openssl? ( >=dev-libs/openssl-1.0.2:=[static-libs?,${MULTILIB_USEDEP}] diff --git a/net-misc/curl/curl-9999.ebuild b/net-misc/curl/curl-9999.ebuild index f9ed048bec45..12f52e19f992 100644 --- a/net-misc/curl/curl-9999.ebuild +++ b/net-misc/curl/curl-9999.ebuild @@ -123,7 +123,7 @@ RDEPEND=" ) mbedtls? ( app-misc/ca-certificates - net-libs/mbedtls:0=[${MULTILIB_USEDEP}] + net-libs/mbedtls:3=[${MULTILIB_USEDEP}] ) openssl? ( >=dev-libs/openssl-1.0.2:=[static-libs?,${MULTILIB_USEDEP}]