[Privoxy-commits] [privoxy] branch master updated: build the windows version of Privoxy with current library software
User Git
git at git.privoxy.org
Sun Dec 7 17:44:57 CET 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
The following commit(s) were added to refs/heads/master by this push:
new bbf94cc5 build the windows version of Privoxy with current library software
bbf94cc5 is described below
commit bbf94cc5e62e073ba78ebb26a83bd6bb41657e0f
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Sun Dec 7 11:44:25 2025 -0500
build the windows version of Privoxy with current library software
bump pcre2 library to 10.47
bump mbedtls library to 3.6.5
bump brotli library to 1.2.0
---
windows/MYconfigure | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/windows/MYconfigure b/windows/MYconfigure
index 92a10e8a..8555fdef 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -151,9 +151,9 @@ usepcre2=yes
#
if [ "$usepcre2" = "yes" ]; then
PCREOPT=""
- inc="/source/pcre2-10.44/src/"
+ inc="/source/pcre2-10.47/src/"
# need pcre2.h
- lib="/source/pcre2-10.44/.libs"
+ lib="/source/pcre2-10.47/.libs"
# need libpcre2-8.a & libpcre2-posix.a
else
PCREOPT="--disable-pcre2"
@@ -176,8 +176,8 @@ MITMOPT="--with-mbedtls"
# Get the 3.6.x mbedtls library from https://github.com/Mbed-TLS/mbedtls/tags
# Release Notes: https://github.com/Mbed-TLS/mbedtls/releases?q=3.6.3
-inc="/source/mbedtls-3.6.3/include"
-lib="/source/mbedtls-3.6.3/library"
+inc="/source/mbedtls-3.6.5/include"
+lib="/source/mbedtls-3.6.5/library"
CPPFLAGS="${CPPFLAGS} -I${inc}"
LDFLAGS="${LDFLAGS} -L${lib}"
LIBS="${LIBS} -lbcrypt"
@@ -197,8 +197,8 @@ fi
# brotli
# Get the brotli library from https://github.com/google/brotli/releases
-inc="/source/brotli-1.1.0/build/installed/include"
-lib="/source/brotli-1.1.0/build/installed/lib"
+inc="/source/brotli-1.2.0/build/installed/include"
+lib="/source/brotli-1.2.0/build/installed/lib"
BROTLIOPT="--with-brotli"
CPPFLAGS="${CPPFLAGS} -I${inc}"
LDFLAGS="${LDFLAGS} -L${lib}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list