aboutsummaryrefslogtreecommitdiffstats
path: root/www/privoxy
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-11-21 09:43:08 +0800
committerbf <bf@FreeBSD.org>2011-11-21 09:43:08 +0800
commit779c2bc0a9c7467c52b77b43b0e714bc0f58e675 (patch)
tree53c3b9823088242798ca0d8c0b0de314f8047330 /www/privoxy
parent22624547cdab44d66cdaf0b47e73a9b4841c839f (diff)
downloadfreebsd-ports-gnome-779c2bc0a9c7467c52b77b43b0e714bc0f58e675.tar.gz
freebsd-ports-gnome-779c2bc0a9c7467c52b77b43b0e714bc0f58e675.tar.zst
freebsd-ports-gnome-779c2bc0a9c7467c52b77b43b0e714bc0f58e675.zip
update to 3.0.18
PR: 162696 Submitted by: F. Keil (maintainer) Security: prevent http response splitting attacks Feature safe: yes
Diffstat (limited to 'www/privoxy')
-rw-r--r--www/privoxy/Makefile15
-rw-r--r--www/privoxy/distinfo4
-rw-r--r--www/privoxy/pkg-descr9
3 files changed, 16 insertions, 12 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile
index 1c00141410d7..4a7f0725c476 100644
--- a/www/privoxy/Makefile
+++ b/www/privoxy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= privoxy
-PORTVERSION= 3.0.17
+PORTVERSION= 3.0.18
CATEGORIES= www ipv6
MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29
DISTNAME= privoxy-${PORTVERSION}-stable-src
@@ -32,14 +32,15 @@ CONFLICTS= privoxy-devel-[0-9]*
MAN1= privoxy.1
-CPPFLAGS+= -I${LOCALBASE}/include/
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS= ACCEPT_FILTER "Enable support for accf_http(9)" Off \
+ COMPRESSION "Allow compression of buffered content" Off \
DEBUG "Build with debugging symbols" Off \
- EDITOR "Allow to enable the webbased action editor" On \
- FORCE "Allows to optionally bypass blocks" On \
- PRIVOXY_TOOLS "Install Privoxy-Log-Parser, uagen etc." Off \
+ EDITOR "Allow use of the web-based action editor" On \
+ FORCE "Allow blocks to be bypassed" On \
+ PRIVOXY_TOOLS "Install Privoxy-Log-Parser, uagen, etc." Off \
TOGGLE "Support for remote toggling" On
.include <bsd.port.pre.mk>
@@ -48,6 +49,10 @@ OPTIONS= ACCEPT_FILTER "Enable support for accf_http(9)" Off \
CONFIGURE_ARGS+= --enable-accept-filter
.endif
+.if defined(WITH_COMPRESSION)
+CONFIGURE_ARGS+= --enable-compression
+.endif
+
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --with-debug
.endif
diff --git a/www/privoxy/distinfo b/www/privoxy/distinfo
index a0657570cf26..b4659720bcd3 100644
--- a/www/privoxy/distinfo
+++ b/www/privoxy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (privoxy-3.0.17-stable-src.tar.gz) = d1de36dc141180a5ab5e910507551564e958cc23a7d8daaa411e1564c208cd77
-SIZE (privoxy-3.0.17-stable-src.tar.gz) = 1670102
+SHA256 (privoxy-3.0.18-stable-src.tar.gz) = 81203c60d7862a531cc0438d740abc66a07d9c91a2df24357b36ba38d3104e27
+SIZE (privoxy-3.0.18-stable-src.tar.gz) = 1720020
diff --git a/www/privoxy/pkg-descr b/www/privoxy/pkg-descr
index c64caa55e9c9..b0d9d33f8cff 100644
--- a/www/privoxy/pkg-descr
+++ b/www/privoxy/pkg-descr
@@ -1,8 +1,7 @@
Privoxy is a non-caching web proxy with advanced filtering capabilities for
-enhancing privacy, modifying web page data, managing HTTP cookies, controlling
-access, and removing ads, banners, pop-ups and other obnoxious Internet junk.
-Privoxy has a flexible configuration and can be customized to suit individual
-needs and tastes. Privoxy has application for both stand-alone systems and
-multi-user networks.
+enhancing privacy, modifying web page data and HTTP headers, controlling
+access, and removing ads and other obnoxious Internet junk. Privoxy has a
+flexible configuration and can be customized to suit individual needs and
+tastes. It may be used in both stand-alone systems and multi-user networks.
WWW: http://www.privoxy.org/