aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/privoxy/privoxy.SlackBuild12
-rw-r--r--network/privoxy/privoxy.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/network/privoxy/privoxy.SlackBuild b/network/privoxy/privoxy.SlackBuild
index 8ebfd726b4..3811734cc9 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-2023 Kyle Guinn <elyk03@gmail.com>
+# Copyright 2014-2025 Kyle Guinn <elyk03@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=privoxy
-VERSION=${VERSION:-3.0.34}
+VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -103,12 +103,12 @@ sed -i "/-lbrotlidec/d" configure.in
autoreconf -vif
./configure \
--prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
+ --libdir=\${exec_prefix}/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc/$PRGNAM \
--localstatedir=/var \
- --mandir=/usr/man \
- --infodir=/usr/info \
- --docdir=/usr/doc/$PRGNAM-$VERSION \
+ --mandir=\${prefix}/man \
+ --infodir=\${prefix}/info \
+ --docdir=\${prefix}/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux \
--with-docbook=no \
--with-user=$PRIVOXY_USER \
diff --git a/network/privoxy/privoxy.info b/network/privoxy/privoxy.info
index 846feeeb0b..8dd24d2584 100644
--- a/network/privoxy/privoxy.info
+++ b/network/privoxy/privoxy.info
@@ -1,8 +1,8 @@
PRGNAM="privoxy"
-VERSION="3.0.34"
+VERSION="4.0.0"
HOMEPAGE="https://www.privoxy.org/"
-DOWNLOAD="https://sourceforge.net/projects/ijbswa/files/Sources/3.0.34%20%28stable%29/privoxy-3.0.34-stable-src.tar.gz"
-MD5SUM="08fba0352666820c8ffbe8a25e76c2c0"
+DOWNLOAD="https://sourceforge.net/projects/ijbswa/files/Sources/4.0.0%20%28stable%29/privoxy-4.0.0-stable-src.tar.gz"
+MD5SUM="bf598373feb616afd7b8d1adfb1065dc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""