From git at git.privoxy.org Tue May 12 15:41:02 2026
From: git at git.privoxy.org (User Git)
Date: Tue, 12 May 2026 15:41:02 +0200
Subject: [Privoxy-commits] [privoxy] branch master updated (ceb47171 ->
088972e5)
Message-ID: <177859326216.82817.18148776895127614272@privoxy-git>
This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master
in repository privoxy.
from ceb47171 Update sourceforge filter test
new cd39f624 tests/cts: Change two expected curl return codes
new 345e62e4 gen-skip-reasons.pl: Skip test 58 for now which doesn't work anymore after a recent upstream change
new 5fe98008 Regenerate curl-test-manifest-for-privoxy
new 088972e5 tests/cts/README: Recommend to use curl upstream tag curl-8_20_0
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
tests/cts/README | 2 +-
.../acl-multiple-ip-addresses-specified-without-destination/data/test4 | 2 +-
.../acl-multiple-ip-addresses-specified-without-destination/data/test5 | 2 +-
tests/cts/curl-test-manifest-for-privoxy | 1 +
tests/cts/gen-skip-reasons.pl | 2 ++
5 files changed, 6 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
From git at git.privoxy.org Tue May 12 15:41:05 2026
From: git at git.privoxy.org (User Git)
Date: Tue, 12 May 2026 15:41:05 +0200
Subject: [Privoxy-commits] [privoxy] 03/04: Regenerate
curl-test-manifest-for-privoxy
In-Reply-To: <177859326216.82817.18148776895127614272@privoxy-git>
References: <177859326216.82817.18148776895127614272@privoxy-git>
Message-ID: <20260512134108.DCD8F35@git.privoxy.org>
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 5fe98008ebd4f110f30ca396b49503682dd87490
Author: Fabian Keil
AuthorDate: Tue May 12 15:30:44 2026 +0200
Regenerate curl-test-manifest-for-privoxy
---
tests/cts/curl-test-manifest-for-privoxy | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/cts/curl-test-manifest-for-privoxy b/tests/cts/curl-test-manifest-for-privoxy
index 3282cb74..b4bba271 100644
--- a/tests/cts/curl-test-manifest-for-privoxy
+++ b/tests/cts/curl-test-manifest-for-privoxy
@@ -85,6 +85,7 @@ test:501: Not relevant for a proxy.
test:507: Expected to fail. DNS failures cause a Privoxy error message the test doesn't handle.
test:530, 584: Known to fail. Test server expects pipelined requests and doesn't respond otherwise.
test:556: Expected to fail. Uses HTTP/1.2 which Privoxy rejects as invalid.
+test:58: Expected to fail when using Privoxy. Doesn't appear to be obviously Privoxy's fault.
test:581: Expected to fail. Privoxy removes second Content-Type header.
test:587, 644: Expected to fail. POST request doesn't make it to the server. Needs investigating.
test:59: Invalid URL gets rejected by Privoxy which the test can't handle.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
From git at git.privoxy.org Tue May 12 15:41:03 2026
From: git at git.privoxy.org (User Git)
Date: Tue, 12 May 2026 15:41:03 +0200
Subject: [Privoxy-commits] [privoxy] 01/04: tests/cts: Change two expected
curl return codes
In-Reply-To: <177859326216.82817.18148776895127614272@privoxy-git>
References: <177859326216.82817.18148776895127614272@privoxy-git>
Message-ID: <20260512134108.892D71EC@git.privoxy.org>
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit cd39f62455ce4808ae7b89bb82f08765c42ac8dd
Author: Fabian Keil
AuthorDate: Thu May 7 08:10:10 2026 +0200
tests/cts: Change two expected curl return codes
... for the acl-multiple-ip-addresses-specified-without-destination
scenario to deal with an upstream change. The behaviour change was
reported upstream [0] and declared to be correct [1].
[0]
[1]
---
.../acl-multiple-ip-addresses-specified-without-destination/data/test4 | 2 +-
.../acl-multiple-ip-addresses-specified-without-destination/data/test5 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4 b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4
index 52d70546..e787ba77 100644
--- a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4
+++ b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4
@@ -21,7 +21,7 @@ Request from client address from denied network range
-52
+56
diff --git a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5 b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5
index 73e05f2c..1920b443 100644
--- a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5
+++ b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5
@@ -21,7 +21,7 @@ Request from client address from denied network range
-52
+56
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
From git at git.privoxy.org Tue May 12 15:41:06 2026
From: git at git.privoxy.org (User Git)
Date: Tue, 12 May 2026 15:41:06 +0200
Subject: [Privoxy-commits] [privoxy] 04/04: tests/cts/README: Recommend to
use curl upstream tag curl-8_20_0
In-Reply-To: <177859326216.82817.18148776895127614272@privoxy-git>
References: <177859326216.82817.18148776895127614272@privoxy-git>
Message-ID: <20260512134109.190881EF@git.privoxy.org>
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 088972e516aa6ed70b3db2374663809f8f4ed56d
Author: Fabian Keil
AuthorDate: Thu May 7 08:13:04 2026 +0200
tests/cts/README: Recommend to use curl upstream tag curl-8_20_0
---
tests/cts/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/cts/README b/tests/cts/README
index 06402bc7..aeb4aa88 100644
--- a/tests/cts/README
+++ b/tests/cts/README
@@ -10,7 +10,7 @@ Privoxy sources do:
git clone https://github.com/curl/curl.git
cd curl
- git checkout -b cts-compatible-with-privoxy-tests curl-8_19_0
+ git checkout -b cts-compatible-with-privoxy-tests curl-8_20_0
# Build curl as described in GIT-INFO. Note that the configure
# call needs to explicitly choose a TLS library. For example
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
From git at git.privoxy.org Tue May 12 15:41:04 2026
From: git at git.privoxy.org (User Git)
Date: Tue, 12 May 2026 15:41:04 +0200
Subject: [Privoxy-commits] [privoxy] 02/04: gen-skip-reasons.pl: Skip test
58 for now which doesn't work anymore after a recent upstream change
In-Reply-To: <177859326216.82817.18148776895127614272@privoxy-git>
References: <177859326216.82817.18148776895127614272@privoxy-git>
Message-ID: <20260512134108.A4AF833@git.privoxy.org>
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 345e62e477f277d55e6b1802e35a7ae532346be8
Author: Fabian Keil
AuthorDate: Tue May 12 15:30:06 2026 +0200
gen-skip-reasons.pl: Skip test 58 for now which doesn't work anymore after a recent upstream change
---
tests/cts/gen-skip-reasons.pl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/cts/gen-skip-reasons.pl b/tests/cts/gen-skip-reasons.pl
index aa54ac92..e735b8d6 100755
--- a/tests/cts/gen-skip-reasons.pl
+++ b/tests/cts/gen-skip-reasons.pl
@@ -59,6 +59,8 @@ sub main() {
$why = "Expected to fail with Privoxy. Test contains non-standard 'Connection: mooo' header that Privoxy replaces with 'Connection: close'.";
} elsif ($testnum eq 46) {
$why = "Invalid URL and use of --resolv.";
+ } elsif ($testnum eq 58) {
+ $why = "Expected to fail when using Privoxy. Doesn't appear to be obviously Privoxy's fault.";
} elsif ($testnum eq 59) {
$why = "Invalid URL gets rejected by Privoxy which the test can't handle.";
} elsif ($testnum eq 129) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
From git at git.privoxy.org Wed May 13 11:42:23 2026
From: git at git.privoxy.org (User Git)
Date: Wed, 13 May 2026 11:42:23 +0200
Subject: [Privoxy-commits] [privoxy] branch master updated (088972e5 ->
b7289bad)
Message-ID: <177866534377.29.9464224792240660339@privoxy-git>
This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master
in repository privoxy.
from 088972e5 tests/cts/README: Recommend to use curl upstream tag curl-8_20_0
new 3651fc84 FAQ: Mention that one can also donate through Liberapay and add a link
new b7289bad Regenerate FAQ
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/source/faq.sgml | 4 ++++
doc/webserver/faq/general.html | 1 +
doc/webserver/faq/installation.html | 2 +-
3 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
From git at git.privoxy.org Wed May 13 11:42:24 2026
From: git at git.privoxy.org (User Git)
Date: Wed, 13 May 2026 11:42:24 +0200
Subject: [Privoxy-commits] [privoxy] 01/02: FAQ: Mention that one can also
donate through Liberapay and add a link
In-Reply-To: <177866534377.29.9464224792240660339@privoxy-git>
References: <177866534377.29.9464224792240660339@privoxy-git>
Message-ID: <20260513094231.36793800A@git.privoxy.org>
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 3651fc84bf1544ea16b4a325ef3583c4a176c1df
Author: Fabian Keil
AuthorDate: Wed May 13 11:39:46 2026 +0200
FAQ: Mention that one can also donate through Liberapay and add a link
---
doc/source/faq.sgml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml
index 8c71c0c7..34f97db8 100644
--- a/doc/source/faq.sgml
+++ b/doc/source/faq.sgml
@@ -508,6 +508,10 @@ warranty? Registration?
SPI's general donation page.
+
+ You can also donate through Liberapay.
+
+
If you have any questions regarding donations please mail to either the
public user mailing list or, if it's a private matter, to
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
From git at git.privoxy.org Wed May 13 11:42:25 2026
From: git at git.privoxy.org (User Git)
Date: Wed, 13 May 2026 11:42:25 +0200
Subject: [Privoxy-commits] [privoxy] 02/02: Regenerate FAQ
In-Reply-To: <177866534377.29.9464224792240660339@privoxy-git>
References: <177866534377.29.9464224792240660339@privoxy-git>
Message-ID: <20260513094231.5089D80A7@git.privoxy.org>
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit b7289bad0ddd1c90fba7c645746a8cfd2128300c
Author: Fabian Keil
AuthorDate: Wed May 13 11:42:12 2026 +0200
Regenerate FAQ
---
doc/webserver/faq/general.html | 1 +
doc/webserver/faq/installation.html | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/webserver/faq/general.html b/doc/webserver/faq/general.html
index d6d48284..d82249ff 100644
--- a/doc/webserver/faq/general.html
+++ b/doc/webserver/faq/general.html
@@ -325,6 +325,7 @@
Paypal and Click
& Pledge. For details, please have a look at SPI's general donation page.
+ You can also donate through Liberapay.
If you have any questions regarding donations please mail to either the public user mailing list or, if it's
a private matter, to Fabian Keil (Privoxy's SPI liaison)
directly.
diff --git a/doc/webserver/faq/installation.html b/doc/webserver/faq/installation.html
index 2c3f21a3..b5eadbec 100644
--- a/doc/webserver/faq/installation.html
+++ b/doc/webserver/faq/installation.html
@@ -46,7 +46,7 @@
issues. It is preferable to build the latest code to target earlier OS
releases than use an earlier Privoxy release:
-
+
Table 1. Operating system support for binaries provided by Privoxy team members
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.