diff options
author | Kyle Guinn <elyk03@gmail.com> | 2021-01-01 18:16:26 -0600 |
---|---|---|
committer | Kyle Guinn <elyk03@gmail.com> | 2021-01-01 18:16:26 -0600 |
commit | 32b91fd16c6693b8e8c91539c5d28a32ce48de80 (patch) | |
tree | 7421f3d84872ab9baa1b5c1b093e6fbc3b7fc890 /network/privoxy | |
parent | 4d66205399fa44cd8fd2449e27cf79ebf9fa7bb8 (diff) | |
download | slackbuilds-32b91fd16c6693b8e8c91539c5d28a32ce48de80.tar.gz |
network/privoxy: Updated for version 3.0.29.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'network/privoxy')
-rw-r--r-- | network/privoxy/privoxy.SlackBuild | 14 | ||||
-rw-r--r-- | network/privoxy/privoxy.info | 6 |
2 files changed, 11 insertions, 9 deletions
diff --git a/network/privoxy/privoxy.SlackBuild b/network/privoxy/privoxy.SlackBuild index 576e2a5184..bc9c730052 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-2019 Kyle Guinn <elyk03@gmail.com> +# Copyright 2014-2021 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.28} +VERSION=${VERSION:-3.0.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,9 +97,7 @@ sed -i "s/\[ -s \"\$(CONF_DEST)\/\$\$i\" \]/false/" GNUmakefile.in sed -i "s/ \/etc\/rc.d\// \$(DESTDIR)\/etc\/rc.d\//g" GNUmakefile.in mkdir -p $PKG/etc/rc.d -autoheader -autoconf -CFLAGS="$SLKCFLAGS" \ +autoreconf -vif ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ @@ -112,9 +110,13 @@ CFLAGS="$SLKCFLAGS" \ --with-docbook=no \ --with-user=$PRIVOXY_USER \ --with-group=$PRIVOXY_GROUP \ + --with-openssl \ --enable-no-gifs \ --enable-compression \ - --enable-large-file-support + --enable-large-file-support \ + --enable-extended-statistics \ + --enable-pcre-host-patterns \ + CFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG diff --git a/network/privoxy/privoxy.info b/network/privoxy/privoxy.info index 07259d8c44..d68ce061fd 100644 --- a/network/privoxy/privoxy.info +++ b/network/privoxy/privoxy.info @@ -1,8 +1,8 @@ PRGNAM="privoxy" -VERSION="3.0.28" +VERSION="3.0.29" HOMEPAGE="https://www.privoxy.org/" -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="https://sourceforge.net/projects/ijbswa/files/Sources/3.0.29%20%28stable%29/privoxy-3.0.29-stable-src.tar.gz" +MD5SUM="493a3a643247e6c8bc60725e9993d4ee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |