Skip to content

Commit

Permalink
www/privoxy: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed Dec 31, 2018
1 parent c28e598 commit 4060974
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
10 changes: 4 additions & 6 deletions www/privoxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= privoxy
PORTVERSION= 3.0.26
PORTVERSION= 3.0.28
CATEGORIES= www ipv6
MASTER_SITES= https://www.privoxy.org/sf-download-mirror/Sources/${PORTVERSION}%20(stable)/ \
SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29
Expand All @@ -13,11 +13,12 @@ COMMENT= Privoxy is a web proxy with advanced filtering capabilities

LIB_DEPENDS= libpcre.so:devel/pcre

USES= autoreconf cpe gmake shebangfix

WRKSRC= ${WRKDIR}/privoxy-${PORTVERSION}-stable

USE_HARDENING= safestack

USES= autoreconf cpe gmake shebangfix
GNU_CONFIGURE= yes
SHEBANG_FILES= tools/privoxy-log-parser.pl tools/privoxy-regression-test.pl tools/uagen.pl

Expand All @@ -36,15 +37,14 @@ GROUPS= privoxy
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME BUMP_FD_SETSIZE COMPRESSION \
OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME COMPRESSION \
DEBUG DOCS EDITOR FORCE PRIVOXY_TOOLS TOGGLE

ACCEPT_FILTER_DESC= Support for accf_http(9)
BROKEN_STRPTIME_DESC= Enable workaround for standards/173421
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
BUMP_FD_SETSIZE_DESC= Support more client connections at the same time
FORCE_DESC= Support bypassing of blocks
PRIVOXY_TOOLS_DESC= Install Privoxy-Log-Parser, uagen, etc.
TOGGLE_DESC= Support for remote toggling
Expand All @@ -57,8 +57,6 @@ ACCEPT_FILTER_CONFIGURE_ON= --enable-accept-filter

BROKEN_STRPTIME_CONFIGURE_ON= --enable-strptime-sanity-checks

BUMP_FD_SETSIZE_CONFIGURE_ON= --with-fdsetsize=8192

COMPRESSION_CONFIGURE_ON= --enable-compression

DEBUG_CONFIGURE_ON= --with-debug
Expand Down
6 changes: 3 additions & 3 deletions www/privoxy/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1472287144
SHA256 (privoxy-3.0.26-stable-src.tar.gz) = 57e415b43ee5dfdca74685cc034053eaae962952fdabd086171551a86abf9cd8
SIZE (privoxy-3.0.26-stable-src.tar.gz) = 1741772
TIMESTAMP = 1546260542
SHA256 (privoxy-3.0.28-stable-src.tar.gz) = b5d78cc036aaadb3b7cf860e9d598d7332af468926a26e2d56167f1cb6f2824a
SIZE (privoxy-3.0.28-stable-src.tar.gz) = 1753809
1 change: 0 additions & 1 deletion www/privoxy/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ etc/privoxy/templates/show-request
etc/privoxy/templates/show-status
etc/privoxy/templates/show-status-file
etc/privoxy/templates/show-url-info
etc/privoxy/templates/show-version
etc/privoxy/templates/toggle
etc/privoxy/templates/toggle-mini
etc/privoxy/templates/untrusted
Expand Down

0 comments on commit 4060974

Please sign in to comment.