network/privoxy: Updated for version 3.0.28.

Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
Kyle Guinn 2019-01-01 01:46:27 -06:00 committed by Willy Sudiarto Raharjo
parent 7d8a715e95
commit 5e898ae789
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 19 additions and 20 deletions

View file

@ -1,10 +1,9 @@
Privoxy is a web proxy with advanced filtering capabilities for
protecting privacy, modifying web page data, managing cookies,
controlling access, and removing ads, banners, pop-ups and other
obnoxious Internet junk. Privoxy has a very flexible configuration
and can be customized to suit individual needs and tastes.
Privoxy has application for both stand-alone systems and multi-user
networks.
Privoxy is a non-caching web proxy with advanced filtering capabilities
for 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 has application for both stand-alone
systems and multi-user networks.
Before executing the script, you will need to create
a privoxy user and group. To do that, run the following commands:

View file

@ -3,7 +3,7 @@
# Slackware build script for privoxy
# Copyright (c) 2007 alkos333 <me@alkos333.net>
# Copyright 2014-2016 Kyle Guinn <elyk03@gmail.com>, USA
# Copyright 2014-2019 Kyle Guinn <elyk03@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=privoxy
VERSION=${VERSION:-3.0.26}
VERSION=${VERSION:-3.0.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -38,7 +38,7 @@ fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
PKG=$TMP/package-$PRGNAM-$VERSION
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="privoxy"
VERSION="3.0.26"
VERSION="3.0.28"
HOMEPAGE="https://www.privoxy.org/"
DOWNLOAD="https://downloads.sourceforge.net/ijbswa/privoxy-3.0.26-stable-src.tar.gz"
MD5SUM="8a1c842112ccea68c19b7ceb4a0e999f"
DOWNLOAD="https://sourceforge.net/projects/ijbswa/files/Sources/3.0.28%20%28stable%29/privoxy-3.0.28-stable-src.tar.gz"
MD5SUM="c7e8900d5aff33d9a5fc37ac28154f21"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
privoxy: privoxy (a web proxy with advanced filtering capabilities)
privoxy:
privoxy: Privoxy is a web proxy with advanced filtering capabilities for
privoxy: protecting privacy, modifying web page data, managing cookies,
privoxy: controlling access, and removing ads, banners, pop-ups and other
privoxy: obnoxious Internet junk. Privoxy has a very flexible configuration
privoxy: and can be customized to suit individual needs and tastes. Privoxy
privoxy: has application for both stand-alone systems and multi-user networks.
privoxy: Privoxy is a non-caching web proxy with advanced filtering
privoxy: capabilities for enhancing privacy, modifying web page data and HTTP
privoxy: headers, controlling access, and removing ads and other obnoxious
privoxy: Internet junk. Privoxy has a flexible configuration and can be
privoxy: customized to suit individual needs and tastes. It has application
privoxy: for both stand-alone systems and multi-user networks.
privoxy:
privoxy:
privoxy: Homepage: http://www.privoxy.org/
privoxy: