ports/152233: [MAINTAINER-UPDATE] from www/privoxy 3.0.16 to 3.0.17
Fabian Keil
fk at fabiankeil.de
Sun Nov 14 12:50:08 UTC 2010
>Number: 152233
>Category: ports
>Synopsis: [MAINTAINER-UPDATE] from www/privoxy 3.0.16 to 3.0.17
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 14 12:50:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Fabian Keil
>Release: HEAD
>Organization:
>Environment:
FreeBSD r500.local 9.0-CURRENT FreeBSD 9.0-CURRENT #217 r+1d914a4: Sat Nov 13 19:14:09 CET 2010 fk at r500.local:/usr/obj/usr/src/sys/ZOEY amd64
>Description:
Attached is an update from www/privoxy 3.0.16 to 3.0.17.
Quoting the announcement:
This is mainly a bug-fix release for the previously released Privoxy 3.0.16.
It contains fixes for two bugs that could cause connections to hang under
certain circumstances when keep-alive support was enabled, until they timed
out or where closed by the server.
See http://www.privoxy.org/3.0.17/user-manual/whatsnew.html for details.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ru .zfs/snapshot/2010-11-14/www/privoxy/Makefile www/privoxy/Makefile
--- .zfs/snapshot/2010-11-14/www/privoxy/Makefile 2010-10-16 13:52:43.000000000 +0200
+++ www/privoxy/Makefile 2010-11-14 09:36:47.137615395 +0100
@@ -6,8 +6,7 @@
#
PORTNAME= privoxy
-PORTVERSION= 3.0.16
-PORTREVISION= 2
+PORTVERSION= 3.0.17
CATEGORIES= www ipv6
MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29
DISTNAME= privoxy-${PORTVERSION}-stable-src
@@ -78,6 +77,7 @@
-e 's,^\(confdir\) \.,\1 ${PREFIX}/etc/privoxy,' \
-e 's,^\(logdir\) \.,\1 /var/log/privoxy,' \
-e 's,^\(actionsfile user\),#\1,' \
+ -e 's,^\(filterfile user\),#\1,' \
${WRKSRC}/config
.if !defined(NOPORTDOCS)
${REINPLACE_CMD} \
@@ -86,9 +86,6 @@
.endif
${REINPLACE_CMD} \
-e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl
-# Effectivly apply revision 1.208 to fix a regression test.
- ${REINPLACE_CMD} \
- -e 's,\(-fast-redirects -hide-refer\),\1r,' ${WRKSRC}/default.action.master
pre-configure:
@cd ${WRKSRC}; ${AUTOHEADER}
diff -ru .zfs/snapshot/2010-11-14/www/privoxy/distinfo www/privoxy/distinfo
--- .zfs/snapshot/2010-11-14/www/privoxy/distinfo 2010-02-24 02:36:26.000000000 +0100
+++ www/privoxy/distinfo 2010-11-14 09:37:16.807607251 +0100
@@ -1,3 +1,2 @@
-MD5 (privoxy-3.0.16-stable-src.tar.gz) = 64d3ffcdf8307e04a375773bb4eb255e
-SHA256 (privoxy-3.0.16-stable-src.tar.gz) = 7df74e33cf9263cb8153e5746e4ad09bf82d7c43d175511bb79056b8a4fafee6
-SIZE (privoxy-3.0.16-stable-src.tar.gz) = 1656721
+SHA256 (privoxy-3.0.17-stable-src.tar.gz) = d1de36dc141180a5ab5e910507551564e958cc23a7d8daaa411e1564c208cd77
+SIZE (privoxy-3.0.17-stable-src.tar.gz) = 1670102
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list