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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88A5B15812D for ; Mon, 06 Jan 2025 00:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5EDAE07A5; Mon, 06 Jan 2025 00:19:30 +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 pigeon.gentoo.org (Postfix) with ESMTPS id BE2A6E07A5 for ; Mon, 06 Jan 2025 00:19:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA92034106C for ; Mon, 06 Jan 2025 00:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 509891993 for ; Mon, 06 Jan 2025 00:19:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1736122743.e5465a8c96926595faeffa59aa9e1142d5ad84f6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/privoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/privoxy/privoxy-3.0.34-r1.ebuild net-proxy/privoxy/privoxy-3.0.34.ebuild X-VCS-Directories: net-proxy/privoxy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e5465a8c96926595faeffa59aa9e1142d5ad84f6 X-VCS-Branch: master Date: Mon, 06 Jan 2025 00:19:26 +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: f6180339-79cc-48ba-b297-2d87e65a8d96 X-Archives-Hash: ec2aef56795881ea6032b4ec8c3387a7 commit: e5465a8c96926595faeffa59aa9e1142d5ad84f6 Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jan 6 00:10:20 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 6 00:19:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5465a8c net-proxy/privoxy: use slotted mbedtls:0 Privoxy requires optional dependency MbedTLS from 2.28.x branch. Minor fixes to ebuild (reorder S variable location). Closes: https://bugs.gentoo.org/804978 Signed-off-by: Azamat H. Hackimov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39993 Signed-off-by: Sam James gentoo.org> .../privoxy/{privoxy-3.0.34.ebuild => privoxy-3.0.34-r1.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-proxy/privoxy/privoxy-3.0.34.ebuild b/net-proxy/privoxy/privoxy-3.0.34-r1.ebuild similarity index 98% rename from net-proxy/privoxy/privoxy-3.0.34.ebuild rename to net-proxy/privoxy/privoxy-3.0.34-r1.ebuild index 20df6ca09563..8ed6801e6935 100644 --- a/net-proxy/privoxy/privoxy-3.0.34.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.34-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,6 +13,8 @@ DESCRIPTION="A web proxy with advanced filtering capabilities for enhancing priv HOMEPAGE="https://www.privoxy.org https://sourceforge.net/projects/ijbswa/" SRC_URI="https://downloads.sourceforge.net/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" +S="${WORKDIR}/${P%_*}-${PRIVOXY_STATUS}" + LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ppc ppc64 ~riscv sparc x86" @@ -28,7 +30,7 @@ DEPEND=" dev-libs/libpcre brotli? ( app-arch/brotli ) ssl? ( - mbedtls? ( net-libs/mbedtls:= ) + mbedtls? ( net-libs/mbedtls:0= ) openssl? ( dev-libs/openssl:= ) ) zlib? ( sys-libs/zlib:= ) @@ -51,8 +53,6 @@ REQUIRED_USE=" toggle? ( editor ) " -S="${WORKDIR}/${P%_*}-${PRIVOXY_STATUS}" - PATCHES=( "${FILESDIR}"/${PN}-3.0.32-gentoo.patch "${FILESDIR}"/${PN}-3.0.28-strip.patch