From owner-svn-ports-head@FreeBSD.ORG Sat Dec 13 18:48:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E03FB60; Sat, 13 Dec 2014 18:48:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F8428BF; Sat, 13 Dec 2014 18:48:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBDImlud025928; Sat, 13 Dec 2014 18:48:47 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBDImkD6025925; Sat, 13 Dec 2014 18:48:46 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201412131848.sBDImkD6025925@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 13 Dec 2014 18:48:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374672 - head/www/privoxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2014 18:48:47 -0000 Author: pawel Date: Sat Dec 13 18:48:45 2014 New Revision: 374672 URL: https://svnweb.freebsd.org/changeset/ports/374672 QAT: https://qat.redports.org/buildarchive/r374672/ Log: - Update to version 3.0.22 - Clean pkg-plist The changes are listed here: http://www.privoxy.org/3.0.22/user-manual/whatsnew.html This update fixes two security issues. PR: 195468 Submitted by: maintainer Modified: head/www/privoxy/Makefile head/www/privoxy/distinfo head/www/privoxy/pkg-plist Modified: head/www/privoxy/Makefile ============================================================================== --- head/www/privoxy/Makefile Sat Dec 13 18:37:33 2014 (r374671) +++ head/www/privoxy/Makefile Sat Dec 13 18:48:45 2014 (r374672) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= privoxy -PORTVERSION= 3.0.21 -PORTREVISION= 2 +PORTVERSION= 3.0.22 CATEGORIES= www ipv6 MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 DISTNAME= privoxy-${PORTVERSION}-stable-src @@ -80,6 +79,13 @@ post-patch: ${WRKSRC}/config ${REINPLACE_CMD} \ -e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl + # Mimic upstream commit v1.209 to fix compilation with --disable-force. + ${REINPLACE_CMD} \ + -E 's@#(ifdef|endif).*FEATURE_FORCE_LOAD.*@@' ${WRKSRC}/project.h + # Mimic upstream commit v1.57 to get the tests working with the default config. + ${REINPLACE_CMD} \ + -e 's@\(keep-alive-timeout\\s\+\).*@\1(2[1-9]+|[3-9]\\d+|1\\d{2,})@' \ + ${WRKSRC}/regression-tests.action pre-configure: @(cd ${WRKSRC}; ${AUTOHEADER}) Modified: head/www/privoxy/distinfo ============================================================================== --- head/www/privoxy/distinfo Sat Dec 13 18:37:33 2014 (r374671) +++ head/www/privoxy/distinfo Sat Dec 13 18:48:45 2014 (r374672) @@ -1,2 +1,2 @@ -SHA256 (privoxy-3.0.21-stable-src.tar.gz) = 5ec7e601948d2bd0ebf0ebe90eed7d49e7663c395ce16d0403e91ea2d459ddb8 -SIZE (privoxy-3.0.21-stable-src.tar.gz) = 1733120 +SHA256 (privoxy-3.0.22-stable-src.tar.gz) = 1a214fec1f3616ea7ff42f1ecdb67ce82690199ec403de9d34b99d0896efcc41 +SIZE (privoxy-3.0.22-stable-src.tar.gz) = 1737251 Modified: head/www/privoxy/pkg-plist ============================================================================== --- head/www/privoxy/pkg-plist Sat Dec 13 18:37:33 2014 (r374671) +++ head/www/privoxy/pkg-plist Sat Dec 13 18:48:45 2014 (r374672) @@ -66,8 +66,3 @@ etc/privoxy/templates/url-info-osd.xml %%EXAMPLESDIR%%/match-all.action %%EXAMPLESDIR%%/trust %%EXAMPLESDIR%%/user.action -@dirrmtry %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/user-manual -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrmtry etc/privoxy/templates -@dirrmtry etc/privoxy