From git at git.privoxy.org Thu Nov 27 14:07:40 2025 From: git at git.privoxy.org (User Git) Date: Thu, 27 Nov 2025 14:07:40 +0100 Subject: [Privoxy-commits] [privoxy] 01/05: uagen: Bump BROWSER_VERSION and BROWSER_REVISION In-Reply-To: <176424885901.45384.14197477851559072886@privoxy-git> References: <176424885901.45384.14197477851559072886@privoxy-git> Message-ID: <20251127130739.B278927D2E@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 1c3193b72a43b7c6aa62a68a36fb26ddca122ec6 Author: Fabian Keil AuthorDate: Thu Oct 9 15:19:48 2025 +0200 uagen: Bump BROWSER_VERSION and BROWSER_REVISION ... to match Firefox ESR 140. --- tools/uagen.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/uagen.pl b/tools/uagen.pl index 694320f7..dcf6cbf1 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -59,8 +59,8 @@ use constant { # are too lazy to check, but want to change them anyway, take the values you # see in the "Help/About Mozilla Firefox" menu. - BROWSER_VERSION => "128.0", - BROWSER_REVISION => '128.0', + BROWSER_VERSION => "140.0", + BROWSER_REVISION => '140.0', BROWSER_RELEASE_DATE => '20100101', }; -- To stop receiving notification emails like this one, please contact the administrator of this repository. From git at git.privoxy.org Thu Nov 27 14:07:39 2025 From: git at git.privoxy.org (User Git) Date: Thu, 27 Nov 2025 14:07:39 +0100 Subject: [Privoxy-commits] [privoxy] branch master updated (dea56ef3 -> 345fabdf) Message-ID: <176424885901.45384.14197477851559072886@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 dea56ef3 Regenerate curl-test-manifest-for-privoxy new 1c3193b7 uagen: Bump BROWSER_VERSION and BROWSER_REVISION new f4c82970 uagen: Bump version to 0.1.7 new 1f8d0c8a finish_http_response(): Update a comment to match the code new 7c56336d Fix compilation when configured with --disable-ipv6-support new 345fabdf Add Luca Broglio as contributor The 5 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: cgi.c | 7 ++++--- doc/source/p-authors.sgml | 1 + filters.c | 2 ++ tools/uagen.pl | 6 +++--- 4 files changed, 10 insertions(+), 6 deletions(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository. From git at git.privoxy.org Thu Nov 27 14:07:41 2025 From: git at git.privoxy.org (User Git) Date: Thu, 27 Nov 2025 14:07:41 +0100 Subject: [Privoxy-commits] [privoxy] 02/05: uagen: Bump version to 0.1.7 In-Reply-To: <176424885901.45384.14197477851559072886@privoxy-git> References: <176424885901.45384.14197477851559072886@privoxy-git> Message-ID: <20251127130740.8C79327CDD@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 f4c829704d4a980ccb7d9f4557229f55638a5d2d Author: Fabian Keil AuthorDate: Thu Oct 9 15:20:34 2025 +0200 uagen: Bump version to 0.1.7 --- tools/uagen.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/uagen.pl b/tools/uagen.pl index dcf6cbf1..89da56b7 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -39,7 +39,7 @@ use Getopt::Long; use constant { - UAGEN_VERSION => 'uagen 1.2.6', + UAGEN_VERSION => 'uagen 1.2.7', UAGEN_LOGFILE => '/var/log/uagen.log', ACTION_FILE => '/etc/privoxy/user-agent.action', -- To stop receiving notification emails like this one, please contact the administrator of this repository. From git at git.privoxy.org Thu Nov 27 14:07:42 2025 From: git at git.privoxy.org (User Git) Date: Thu, 27 Nov 2025 14:07:42 +0100 Subject: [Privoxy-commits] [privoxy] 03/05: finish_http_response(): Update a comment to match the code In-Reply-To: <176424885901.45384.14197477851559072886@privoxy-git> References: <176424885901.45384.14197477851559072886@privoxy-git> Message-ID: <20251127130741.8635F27D2F@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 1f8d0c8aa453dd517e4775bcb6595b0bcfe19db8 Author: Fabian Keil AuthorDate: Tue Oct 14 11:37:05 2025 +0200 finish_http_response(): Update a comment to match the code --- cgi.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cgi.c b/cgi.c index 91ea06e9..fb663b85 100644 --- a/cgi.c +++ b/cgi.c @@ -1747,9 +1747,10 @@ struct http_response *finish_http_response(struct client_state *csp, struct http * is older than Privoxy's error message, the server would send status code * 304 and the browser would display the outdated error message again and again. * - * For documents delivered with status code 403, 404 and 503 we set "Last-Modified" - * to Tim Berners-Lee's birthday, which predates the age of any page on the web - * and can be safely used to "revalidate" without getting a status code 304. + * For documents delivered with status code 403, 404, 502, 503 and + * 504 we set "Last-Modified" to Tim Berners-Lee's birthday, which + * predates the age of any page on the web and can be safely used to + * "revalidate" without getting a status code 304. * * There is no need to let the useless If-Modified-Since header reach the * server, it is therefore stripped by client_if_modified_since in parsers.c. -- To stop receiving notification emails like this one, please contact the administrator of this repository. From git at git.privoxy.org Thu Nov 27 14:07:43 2025 From: git at git.privoxy.org (User Git) Date: Thu, 27 Nov 2025 14:07:43 +0100 Subject: [Privoxy-commits] [privoxy] 04/05: Fix compilation when configured with --disable-ipv6-support In-Reply-To: <176424885901.45384.14197477851559072886@privoxy-git> References: <176424885901.45384.14197477851559072886@privoxy-git> Message-ID: <20251127130742.1D2E727CE0@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 7c56336db160802641bd099241f84885f2ef49fc Author: Fabian Keil AuthorDate: Thu Nov 27 13:58:28 2025 +0100 Fix compilation when configured with --disable-ipv6-support Submitted by Luca Broglio. --- filters.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filters.c b/filters.c index d3b3b1ab..04fa77fa 100644 --- a/filters.c +++ b/filters.c @@ -342,9 +342,11 @@ int acl_addr(const char *aspec, struct access_control_addr *aca) char *p; char *acl_spec = NULL; +#ifdef HAVE_RFC2553 mask_data = NULL; mask_port = NULL; addr_len = 0; +#endif #ifdef HAVE_RFC2553 /* XXX: Depend on ai_family */ -- To stop receiving notification emails like this one, please contact the administrator of this repository. From git at git.privoxy.org Thu Nov 27 14:07:44 2025 From: git at git.privoxy.org (User Git) Date: Thu, 27 Nov 2025 14:07:44 +0100 Subject: [Privoxy-commits] [privoxy] 05/05: Add Luca Broglio as contributor In-Reply-To: <176424885901.45384.14197477851559072886@privoxy-git> References: <176424885901.45384.14197477851559072886@privoxy-git> Message-ID: <20251127130743.2E01727CE2@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 345fabdfc682aba5c3d58e46c963fa28f4435862 Author: Fabian Keil AuthorDate: Thu Nov 27 14:00:33 2025 +0100 Add Luca Broglio as contributor --- doc/source/p-authors.sgml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/p-authors.sgml b/doc/source/p-authors.sgml index 2d5aca74..3ea8b7f3 100644 --- a/doc/source/p-authors.sgml +++ b/doc/source/p-authors.sgml @@ -92,6 +92,7 @@ Current Privoxy Team: David Bo Gergely Bor Francois Botha + Luca Broglio Reiner Buehl Burberry Calestyo -- To stop receiving notification emails like this one, please contact the administrator of this repository.