From owner-svn-ports-all@freebsd.org Sun Jan 17 18:17:08 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E877D4D2BD2; Sun, 17 Jan 2021 18:17:08 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DJjn06BhQz3pcL; Sun, 17 Jan 2021 18:17:08 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C75FE25769; Sun, 17 Jan 2021 18:17:08 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10HIH8qi016607; Sun, 17 Jan 2021 18:17:08 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10HIH7Uh016602; Sun, 17 Jan 2021 18:17:07 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202101171817.10HIH7Uh016602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Sun, 17 Jan 2021 18:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561852 - branches/2021Q1/www/privoxy X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2021Q1/www/privoxy X-SVN-Commit-Revision: 561852 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2021 18:17:09 -0000 Author: fernape Date: Sun Jan 17 18:17:07 2021 New Revision: 561852 URL: https://svnweb.freebsd.org/changeset/ports/561852 Log: MFH: r561850 www/privoxy: Update to 3.0.29 ChangeLog: https://www.privoxy.org/announce.txt PR: 251479 Submitted by: fk@fabiankeil.de (maintainer) Modified: branches/2021Q1/www/privoxy/Makefile branches/2021Q1/www/privoxy/distinfo branches/2021Q1/www/privoxy/pkg-descr branches/2021Q1/www/privoxy/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/privoxy/Makefile ============================================================================== --- branches/2021Q1/www/privoxy/Makefile Sun Jan 17 18:16:30 2021 (r561851) +++ branches/2021Q1/www/privoxy/Makefile Sun Jan 17 18:17:07 2021 (r561852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= privoxy -PORTVERSION= 3.0.28 +PORTVERSION= 3.0.29 CATEGORIES= www MASTER_SITES= https://www.privoxy.org/sf-download-mirror/Sources/${PORTVERSION}%20(stable)/ \ SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 @@ -14,47 +14,55 @@ COMMENT= Web proxy with advanced filtering capabilitie LIB_DEPENDS= libpcre.so:devel/pcre USES= autoreconf cpe gmake shebangfix +USE_RC_SUBR= privoxy -WRKSRC= ${WRKDIR}/privoxy-${PORTVERSION}-stable +SHEBANG_FILES= tools/privoxy-log-parser.pl tools/privoxy-regression-test.pl \ + tools/uagen.pl tools/url-pattern-translator.pl GNU_CONFIGURE= yes -SHEBANG_FILES= tools/privoxy-log-parser.pl tools/privoxy-regression-test.pl tools/uagen.pl +CONFIGURE_ARGS= --enable-extended-statistics --enable-pcre-host-patterns -USE_RC_SUBR= privoxy -SUB_FILES= pkg-message - MAKEFILE= GNUmakefile +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + # privoxy-devel is the development release available at the Privoxy website. # It's not (yet) part of the FreeBSD ports collection. CONFLICTS= privoxy-devel-[0-9]* +SUB_FILES= pkg-message + +WRKSRC= ${WRKDIR}/privoxy-${PORTVERSION}-stable + USERS= privoxy GROUPS= privoxy -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME BROTLI COMPRESSION DEBUG \ + DOCS EDITOR FORCE HTTPS_INSPECTION PRIVOXY_TOOLS TOGGLE -OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME COMPRESSION \ - DEBUG DOCS EDITOR FORCE PRIVOXY_TOOLS TOGGLE +OPTIONS_DEFAULT= ACCEPT_FILTER BROTLI EDITOR FORCE \ + HTTPS_INSPECTION TOGGLE PRIVOXY_TOOLS +OPTIONS_SUB= yes ACCEPT_FILTER_DESC= Support for accf_http(9) BROKEN_STRPTIME_DESC= Enable workaround for standards/173421 +BROTLI_DESC= Support decompression of Brotli-encoded content COMPRESSION_DESC= Support compression of buffered content DOCS_DESC= Let Privoxy serve the user manual EDITOR_DESC= Support use of the web-based action editor FORCE_DESC= Support bypassing of blocks +HTTPS_INSPECTION_DESC= Support filtering of encrypted content PRIVOXY_TOOLS_DESC= Install Privoxy-Log-Parser, uagen, etc. TOGGLE_DESC= Support for remote toggling -OPTIONS_DEFAULT= EDITOR FORCE TOGGLE PRIVOXY_TOOLS - -OPTIONS_SUB= yes - ACCEPT_FILTER_CONFIGURE_ON= --enable-accept-filter BROKEN_STRPTIME_CONFIGURE_ON= --enable-strptime-sanity-checks +BROTLI_LIB_DEPENDS= libbrotlidec.so:archivers/brotli +BROTLI_CONFIGURE_ON= --with-brotli + COMPRESSION_CONFIGURE_ON= --enable-compression DEBUG_CONFIGURE_ON= --with-debug @@ -63,32 +71,35 @@ EDITOR_CONFIGURE_OFF= --disable-editor FORCE_CONFIGURE_OFF= --disable-force -TOGGLE_CONFIGURE_OFF= --disable-toggle +HTTPS_INSPECTION_CONFIGURE_ON= --with-openssl +PRIVOXY_TOOLS_RUN_DEPENDS= curl:ftp/curl PRIVOXY_TOOLS_USES= perl5 PRIVOXY_TOOLS_USE= PERL5=run -PRIVOXY_TOOLS_RUN_DEPENDS= curl:ftp/curl +TOGGLE_CONFIGURE_OFF= --disable-toggle + post-patch: ${REINPLACE_CMD} \ -e 's,^\(confdir\) \.,\1 ${PREFIX}/etc/privoxy,' \ -e 's,^\(logdir\) \.,\1 /var/log/privoxy,' \ -e 's,^\(actionsfile user\),#\1,' \ -e 's,^\(filterfile user\),#\1,' \ + -e 's,^#\(listen-backlog -1\),\1,' \ ${WRKSRC}/config ${REINPLACE_CMD} \ -e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl post-patch-DOCS-on: ${REINPLACE_CMD} \ - -e 's,^#\(user-manual\) http://www.privoxy.org/user-manual/,\1 ${DOCSDIR}/user-manual,' \ + -e 's,^#\(user-manual\) https://www.privoxy.org/user-manual/,\1 ${DOCSDIR}/user-manual,' \ ${WRKSRC}/config do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/privoxy/templates ${INSTALL_PROGRAM} ${WRKSRC}/privoxy ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/templates/[a-z]* ${STAGEDIR}${PREFIX}/etc/privoxy/templates -.for privoxy_tool in privoxy-log-parser.pl privoxy-regression-test.pl uagen.pl +.for privoxy_tool in privoxy-log-parser.pl privoxy-regression-test.pl uagen.pl url-pattern-translator.pl ${INSTALL_SCRIPT} ${WRKSRC}/tools/${privoxy_tool} ${STAGEDIR}${PREFIX}/bin .endfor .for defaultfile in default.action default.filter regression-tests.action Modified: branches/2021Q1/www/privoxy/distinfo ============================================================================== --- branches/2021Q1/www/privoxy/distinfo Sun Jan 17 18:16:30 2021 (r561851) +++ branches/2021Q1/www/privoxy/distinfo Sun Jan 17 18:17:07 2021 (r561852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546260542 -SHA256 (privoxy-3.0.28-stable-src.tar.gz) = b5d78cc036aaadb3b7cf860e9d598d7332af468926a26e2d56167f1cb6f2824a -SIZE (privoxy-3.0.28-stable-src.tar.gz) = 1753809 +TIMESTAMP = 1606563663 +SHA256 (privoxy-3.0.29-stable-src.tar.gz) = 25c6069efdaf577d47c257da63b03cd6d063fb790e19cc39603d82e5db72489d +SIZE (privoxy-3.0.29-stable-src.tar.gz) = 1830550 Modified: branches/2021Q1/www/privoxy/pkg-descr ============================================================================== --- branches/2021Q1/www/privoxy/pkg-descr Sun Jan 17 18:16:30 2021 (r561851) +++ branches/2021Q1/www/privoxy/pkg-descr Sun Jan 17 18:17:07 2021 (r561852) @@ -5,4 +5,4 @@ flexible configuration and can be customized to suit i tastes. It has application for both stand-alone systems and multi-user networks. -WWW: http://www.privoxy.org/ +WWW: https://www.privoxy.org/ Modified: branches/2021Q1/www/privoxy/pkg-plist ============================================================================== --- branches/2021Q1/www/privoxy/pkg-plist Sun Jan 17 18:16:30 2021 (r561851) +++ branches/2021Q1/www/privoxy/pkg-plist Sun Jan 17 18:17:07 2021 (r561852) @@ -1,6 +1,7 @@ %%PRIVOXY_TOOLS%%bin/privoxy-log-parser.pl %%PRIVOXY_TOOLS%%bin/privoxy-regression-test.pl %%PRIVOXY_TOOLS%%bin/uagen.pl +%%PRIVOXY_TOOLS%%bin/url-pattern-translator.pl sbin/privoxy man/man1/privoxy.1.gz etc/privoxy/default.action