[Privoxy-commits] [privoxy] branch master updated: Enable zstd support.
User Git
git at git.privoxy.org
Fri Dec 5 11:47:00 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 d3ae99cf Enable zstd support.
d3ae99cf is described below
commit d3ae99cfc8643e8757632e8034f73f2d3ac038c6
Author: Roland Rosenfeld <roland at debian.org>
AuthorDate: Fri Dec 5 11:38:50 2025 +0100
Enable zstd support.
---
debian/changelog | 1 +
debian/control | 1 +
debian/rules | 1 +
3 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index caba24e9..cfba0a11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ privoxy (4.1.0~gitsnapshot-1) UNRELEASED; urgency=medium
* Unreleased GIT snapshot.
* Update 25_standard_medium to changed upstream.
+ * Enable zstd support.
-- Roland Rosenfeld <roland at debian.org> Sun, 22 Jun 2025 15:12:38 +0200
diff --git a/debian/control b/debian/control
index bfabfd15..b13ddfaf 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: autoconf,
libbrotli-dev,
libpcre2-dev,
libssl-dev,
+ libzstd-dev,
man2html <!nodoc>,
opensp:native <!nodoc>,
po-debconf,
diff --git a/debian/rules b/debian/rules
index fb39b6a2..23d0cc9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ override_dh_auto_configure:
--enable-compression \
--with-openssl \
--with-brotli \
+ --with-zstd \
--with-docbook=/usr/share/sgml/docbook/stylesheet/dsssl/modular
override_dh_auto_build:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list