summaryrefslogtreecommitdiff
path: root/package/privoxy/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-09 09:24:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-10 04:20:43 +0200
commit925cd7d95a0ce5ec4206a2b495171c0a7dd78743 (patch)
tree37e4ea50f7eb239c1c862fe30baf64bc5453d3a7 /package/privoxy/Makefile
parenta9d713faf9e26d4f30db80953d662dfb73db5326 (diff)
privoxy: update to 4.0.0
Diffstat (limited to 'package/privoxy/Makefile')
-rw-r--r--package/privoxy/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/privoxy/Makefile b/package/privoxy/Makefile
index 1482463a1..10df39d3c 100644
--- a/package/privoxy/Makefile
+++ b/package/privoxy/Makefile
@@ -4,14 +4,14 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= privoxy
-PKG_VERSION:= 3.0.26
+PKG_VERSION:= 4.0.0
PKG_RELEASE:= 1
PKG_VARIANT:= stable
-PKG_HASH:= 57e415b43ee5dfdca74685cc034053eaae962952fdabd086171551a86abf9cd8
+PKG_HASH:= c08e2ba0049307017bf9d8a63dd2a0dfb96aa0cdeb34ae007776e63eba62a26f
PKG_DESCR:= web proxy with advanced filtering capabilities
PKG_SECTION:= net/proxy
-PKG_DEPENDS:= libpcre
-PKG_BUILDDEP:= pcre
+PKG_DEPENDS:= libpcre2
+PKG_BUILDDEP:= pcre2
PKG_NEEDS:= threads
PKG_URL:= http://www.privoxy.org/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=ijbswa/}
@@ -25,7 +25,6 @@ $(eval $(call PKG_template,PRIVOXY,privoxy,${PKG_VERSION}-${PKG_RELEASE},${PKG_D
AUTOTOOL_STYLE:= autoreconf
CONFIGURE_ARGS+= --disable-editor \
- --disable-jar-files \
--sysconfdir=/etc/privoxy
# uClibc setpgrp does not take arguments
CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes \