[Privoxy-commits] [privoxy] 06/06: Regenerate FAQ
User Git
git at git.privoxy.org
Thu Jan 23 09:54:33 CET 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 49f19c8b158c20dc09ec8b1745bc0fdf43f2aed3
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Jan 23 09:50:18 2025 +0100
Regenerate FAQ
---
doc/webserver/faq/index.html | 2 ++
doc/webserver/faq/misc.html | 14 ++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/doc/webserver/faq/index.html b/doc/webserver/faq/index.html
index a860bc80..c72fd694 100644
--- a/doc/webserver/faq/index.html
+++ b/doc/webserver/faq/index.html
@@ -205,6 +205,8 @@
XHTML)?</a></dt>
<dt>4.28. <a href="misc.html#SURPRISE-PRIVOXY">How did you manage to get Privoxy on my computer without my
consent?</a></dt>
+ <dt>4.29. <a href="misc.html#SUPPOSEDLY-INFECTED-TARBALL">Is the Privoxy source tarball infected by a
+ virus?</a></dt>
</dl>
</dd>
<dt>5. <a href="trouble.html">Troubleshooting</a></dt>
diff --git a/doc/webserver/faq/misc.html b/doc/webserver/faq/misc.html
index 8ceccaf7..5b5603c3 100644
--- a/doc/webserver/faq/misc.html
+++ b/doc/webserver/faq/misc.html
@@ -557,6 +557,20 @@
talk to us. If you think somebody gave you a modified Privoxy version without complying to the license, please
let us know.</p>
</div>
+ <div class="SECT2">
+ <h3 class="SECT2"><a name="SUPPOSEDLY-INFECTED-TARBALL" id="SUPPOSEDLY-INFECTED-TARBALL">4.29. Is the Privoxy
+ source tarball infected by a virus?</a></h3>
+ <p>If you verified the OpenPGP signature the tarball should be fine.</p>
+ <p>Starting with the 4.0.0 release the source tarball contains a new test framework. Some of the test cases
+ contain hex-encoded data, for exampe see <a href=
+ "https://www.privoxy.org/gitweb/?p=privoxy.git;a=blob;f=tests/cts/gzip-compression/data/test10;hb=HEAD" target=
+ "_top">gzip decompression test 10</a>. While none of the test cases contain viruses they may contain patterns
+ that viruses also contain, for example there is a <a href=
+ "https://www.privoxy.org/gitweb/?p=privoxy.git;a=blob;f=tests/cts/content-filters/data/test33;hb=HEAD" target=
+ "_top">test case for the obsolete ie-exploits filter</a>.</p>
+ <p>The tests don't get executed automatically and if you feel safer you can remove the tests/cts directory before
+ building Privoxy ...</p>
+ </div>
</div>
<div class="NAVFOOTER">
<hr align="left" width="100%">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list