mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/privoxy: Updated for version 3.0.28.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
parent
7d8a715e95
commit
5e898ae789
4 changed files with 19 additions and 20 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue