summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2025-01-06 03:10:20 +0300
committerSam James <sam@gentoo.org>2025-01-06 00:19:03 +0000
commite5465a8c96926595faeffa59aa9e1142d5ad84f6 (patch)
tree24846ae4510fd32623c614454e91d0f0a89007cf /net-proxy
parentdev-gap/cvec: add 2.8.3, drop 2.8.2 (diff)
downloadgentoo-e5465a8c96926595faeffa59aa9e1142d5ad84f6.tar.gz
gentoo-e5465a8c96926595faeffa59aa9e1142d5ad84f6.tar.bz2
gentoo-e5465a8c96926595faeffa59aa9e1142d5ad84f6.zip
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 <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39993 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/privoxy/privoxy-3.0.34-r1.ebuild (renamed from net-proxy/privoxy/privoxy-3.0.34.ebuild)8
1 files 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
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