www/privoxy: Update to 4.0.0

While at it, add an option to enable external-filter support.

changeLog:
https://lists.privoxy.org/pipermail/privoxy-announce/2025-January/000011.html

PR:		284251
This commit is contained in:
Fabian Keil 2023-08-03 11:30:10 +02:00 committed by Philippe Audeoud
parent 3348d08e71
commit 9d8220a65f
3 changed files with 11 additions and 7 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= privoxy PORTNAME= privoxy
PORTVERSION= 3.0.34 PORTVERSION= 4.0.0
PORTREVISION= 1
CATEGORIES= www CATEGORIES= www
MASTER_SITES= https://www.privoxy.org/sf-download-mirror/Sources/${PORTVERSION}%20(stable)/ \ MASTER_SITES= https://www.privoxy.org/sf-download-mirror/Sources/${PORTVERSION}%20(stable)/ \
SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29
@ -10,7 +9,7 @@ MAINTAINER= fk@fabiankeil.de
COMMENT= Web proxy with advanced filtering capabilities COMMENT= Web proxy with advanced filtering capabilities
WWW= https://www.privoxy.org/ WWW= https://www.privoxy.org/
LIB_DEPENDS= libpcre.so:devel/pcre LIB_DEPENDS= libpcre2-8.so:devel/pcre2
USES= autoreconf cpe gmake shebangfix ssl USES= autoreconf cpe gmake shebangfix ssl
USE_RC_SUBR= privoxy USE_RC_SUBR= privoxy
@ -38,7 +37,8 @@ USERS= privoxy
GROUPS= privoxy GROUPS= privoxy
OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME BROTLI COMPRESSION DEBUG \ OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME BROTLI COMPRESSION DEBUG \
DOCS EDITOR FORCE HTTPS_INSPECTION PRIVOXY_TOOLS TOGGLE DOCS EDITOR EXTERNAL_FILTERS FORCE HTTPS_INSPECTION \
PRIVOXY_TOOLS TOGGLE
OPTIONS_DEFAULT= ACCEPT_FILTER BROTLI DOCS EDITOR FORCE \ OPTIONS_DEFAULT= ACCEPT_FILTER BROTLI DOCS EDITOR FORCE \
HTTPS_INSPECTION TOGGLE PRIVOXY_TOOLS HTTPS_INSPECTION TOGGLE PRIVOXY_TOOLS
@ -50,6 +50,7 @@ BROTLI_DESC= Support decompression of Brotli-encoded content
COMPRESSION_DESC= Support compression of buffered content COMPRESSION_DESC= Support compression of buffered content
DOCS_DESC= Let Privoxy serve the user manual DOCS_DESC= Let Privoxy serve the user manual
EDITOR_DESC= Support use of the web-based action editor EDITOR_DESC= Support use of the web-based action editor
EXTERNAL_FILTERS_DESC= Support for external filters
FORCE_DESC= Support bypassing of blocks FORCE_DESC= Support bypassing of blocks
HTTPS_INSPECTION_DESC= Support filtering of encrypted content HTTPS_INSPECTION_DESC= Support filtering of encrypted content
PRIVOXY_TOOLS_DESC= Install Privoxy-Log-Parser, uagen, etc. PRIVOXY_TOOLS_DESC= Install Privoxy-Log-Parser, uagen, etc.
@ -68,6 +69,8 @@ DEBUG_CONFIGURE_ON= --with-debug
EDITOR_CONFIGURE_OFF= --disable-editor EDITOR_CONFIGURE_OFF= --disable-editor
EXTERNAL_FILTERS_CONFIGURE_ON= --enable-external-filters
FORCE_CONFIGURE_OFF= --disable-force FORCE_CONFIGURE_OFF= --disable-force
HTTPS_INSPECTION_CONFIGURE_ON= --with-openssl HTTPS_INSPECTION_CONFIGURE_ON= --with-openssl

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1675573325 TIMESTAMP = 1737205948
SHA256 (privoxy-3.0.34-stable-src.tar.gz) = e6ccbca1656f4e616b4657f8514e33a70f6697e9d7294356577839322a3c5d2c SHA256 (privoxy-4.0.0-stable-src.tar.gz) = c08e2ba0049307017bf9d8a63dd2a0dfb96aa0cdeb34ae007776e63eba62a26f
SIZE (privoxy-3.0.34-stable-src.tar.gz) = 1589785 SIZE (privoxy-4.0.0-stable-src.tar.gz) = 1746840

View file

@ -54,6 +54,7 @@ etc/privoxy/templates/wpad.dat
%%PORTDOCS%%%%DOCSDIR%%/user-manual/copyright.html %%PORTDOCS%%%%DOCSDIR%%/user-manual/copyright.html
%%PORTDOCS%%%%DOCSDIR%%/user-manual/files-in-use.jpg %%PORTDOCS%%%%DOCSDIR%%/user-manual/files-in-use.jpg
%%PORTDOCS%%%%DOCSDIR%%/user-manual/filter-file.html %%PORTDOCS%%%%DOCSDIR%%/user-manual/filter-file.html
%%PORTDOCS%%%%DOCSDIR%%/user-manual/howto.html
%%PORTDOCS%%%%DOCSDIR%%/user-manual/index.html %%PORTDOCS%%%%DOCSDIR%%/user-manual/index.html
%%PORTDOCS%%%%DOCSDIR%%/user-manual/installation.html %%PORTDOCS%%%%DOCSDIR%%/user-manual/installation.html
%%PORTDOCS%%%%DOCSDIR%%/user-manual/introduction.html %%PORTDOCS%%%%DOCSDIR%%/user-manual/introduction.html