summaryrefslogtreecommitdiff
path: root/net-proxy/privoxy
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/privoxy')
-rw-r--r--net-proxy/privoxy/Manifest2
-rw-r--r--net-proxy/privoxy/privoxy-3.0.33.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-proxy/privoxy/Manifest b/net-proxy/privoxy/Manifest
index a3b05396609a..be7cd72d91ea 100644
--- a/net-proxy/privoxy/Manifest
+++ b/net-proxy/privoxy/Manifest
@@ -5,5 +5,5 @@ AUX privoxy.initd-3 639 BLAKE2B 69d935e42ef4bf79868e0b457751b1dfb6a0b5805d19c74b
AUX privoxy.logrotate 191 BLAKE2B 587f6211d4938481a1dac77b79a1c32ea491c88514ed7dd42f1cdd7e2c344bfa1a4cde29010a5700f7a1847df1f91e9e59ffed45a386ba12a3cf29fac12a5488 SHA512 118caaeac3aba751584c5bdfc737bf5bfeddf1a62fda1f44bcd4654ae2e33183bc1ce6fc66d4a1bdd79766e42e669b1615a6d46d528a1bd49cabdf98385a3bb9
AUX privoxy.service 248 BLAKE2B 4b39a4a55af8557458d3d087ab335431b39eb156bc5a3d32979627608f2a3926b2459822c827d557a86c20da5c8c6291941eb01db9adc7fb458e913672d574a0 SHA512 0f3484f06521a66b984fda7238f175a135b22fa5a00dc0c8caadd380d21bfecdae7a6c8d2c0d9a4a3c2858539913722be2b7d4fddd17ea2c95f4e151c3f74ca0
DIST privoxy-3.0.33-stable-src.tar.gz 1579540 BLAKE2B 4b76aa2e84160bab346d0548019158edb5562ca1dbf5356f765a6b91967f352f99c45c852254acf3d8e85cf8e8d210c050d1cf69ace3e5dbda8cdd13c1138df3 SHA512 9684455dbce7f6d8f5defd31aa9a7316e0c1dc896525ab4d562d0359462b541b1c366dea9db07b798f3e00b9cbcc44f494d8c431bcb10f2cb05b5bca3cfeaf75
-EBUILD privoxy-3.0.33.ebuild 4429 BLAKE2B 40958b54ec53f6a45d1d25f38fa03904322dbcc61f7d32a66541f57cb04ee2fae89177724c17fe09ff4dfc79af6f109ad49a12a78c77fe697dd8ee1e7d65d8f0 SHA512 201363638066144b7f57cad0045514f2b5a4be74d5c5ed66caadd55ae9350b8b0d7a400147d74a41188cbdd66753bfab40a6c91c26634e94d4781f1d76e7f03d
+EBUILD privoxy-3.0.33.ebuild 4410 BLAKE2B a3af85469e662025a1a6e99a4091ebe900f96faaeb6111db9a179b2836764c744f8490f60f2997ff8a99da1bf42e72ad73d99e8b6e58825055ebbc1cfec792ef SHA512 cd490ed35dec9d2c401c3f3c8fe6f5a0a129a2d334e3e9cb960c5d73d2af920ced892d4f87504762707ea28bc845bdc49a883d272c0de384c53c3536c6c33e9e
MISC metadata.xml 3093 BLAKE2B 58650d47956558fb62caf8e39420983c2c49ac1632a3636813dee4a458ca9e3094bb528f01f166507861a56bc2b44d1cb5c19464e15e5f93ebfe6f5d21bff227 SHA512 684ab8be2109f3bcfc8ad6868e221cd7046b06cf65ee66e82b69cb2e6a4b4d16bd96e978968461f2044c984abc2331e1963b4b61169b65b68e9581b4d25431d7
diff --git a/net-proxy/privoxy/privoxy-3.0.33.ebuild b/net-proxy/privoxy/privoxy-3.0.33.ebuild
index 715d61e54e67..369532bf8820 100644
--- a/net-proxy/privoxy/privoxy-3.0.33.ebuild
+++ b/net-proxy/privoxy/privoxy-3.0.33.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -96,6 +96,7 @@ src_configure() {
# since docs are already pregenerated in the source tarball
econf \
--sysconfdir=/etc/privoxy \
+ --disable-accept-filter \
--enable-dynamic-pcre \
--without-assertions \
--with-user=privoxy \
@@ -113,7 +114,6 @@ src_configure() {
$(use_enable image-blocking) \
$(use_enable jit pcre-jit-compilation) \
$(use_enable ipv6 ipv6-support) \
- $(use_enable kernel_FreeBSD accept-filter) \
$(use_enable lfs large-file-support) \
$(use_enable png-images no-gifs) \
$(use_enable stats) \