summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2016-07-02 18:54:46 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-24 07:27:53 +0700
commitb3d3d26cc2ae0453ea62e33aab0943a7c0c0e7e1 (patch)
tree83e0d747eb99e45e36daebf23e98b9ef851f132f
parent67bc6455d4f94e2a7e3638a8e6f5eab9e189dddc (diff)
downloadslackbuilds-b3d3d26cc2ae0453ea62e33aab0943a7c0c0e7e1.tar.gz
slackbuilds-b3d3d26cc2ae0453ea62e33aab0943a7c0c0e7e1.tar.xz
network/privoxy: Updated for version 3.0.24.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
-rw-r--r--network/privoxy/privoxy.SlackBuild11
-rw-r--r--network/privoxy/privoxy.info8
2 files changed, 10 insertions, 9 deletions
diff --git a/network/privoxy/privoxy.SlackBuild b/network/privoxy/privoxy.SlackBuild
index 412c2fbd4a..bf9cb7007f 100644
--- a/network/privoxy/privoxy.SlackBuild
+++ b/network/privoxy/privoxy.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for privoxy
# Copyright (c) 2007 alkos333 <me@alkos333.net>
-# Copyright 2014-2015 Kyle Guinn <elyk03@gmail.com>, USA
+# Copyright 2014-2016 Kyle Guinn <elyk03@gmail.com>, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,15 +24,15 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=privoxy
-VERSION=${VERSION:-3.0.23}
+VERSION=${VERSION:-3.0.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
+ case "$(uname -m)" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
+ *) ARCH=$(uname -m) ;;
esac
fi
@@ -106,7 +106,8 @@ CFLAGS="$SLKCFLAGS" \
--with-user=$PRIVOXY_USER \
--with-group=$PRIVOXY_GROUP \
--enable-no-gifs \
- --enable-compression
+ --enable-compression \
+ --enable-large-file-support
make
make install-strip DESTDIR=$PKG
diff --git a/network/privoxy/privoxy.info b/network/privoxy/privoxy.info
index d80792124a..0277108a4b 100644
--- a/network/privoxy/privoxy.info
+++ b/network/privoxy/privoxy.info
@@ -1,8 +1,8 @@
PRGNAM="privoxy"
-VERSION="3.0.23"
-HOMEPAGE="http://www.privoxy.org/"
-DOWNLOAD="http://downloads.sourceforge.net/ijbswa/privoxy-3.0.23-stable-src.tar.gz"
-MD5SUM="bbe47d5ff1a54d9f9fc93a160532697f"
+VERSION="3.0.24"
+HOMEPAGE="https://www.privoxy.org/"
+DOWNLOAD="https://downloads.sourceforge.net/ijbswa/privoxy-3.0.24-stable-src.tar.gz"
+MD5SUM="44a47d1a5000db8cccd61ace0e25e7f7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""