[Privoxy-commits] [privoxy] branch master updated: Add binary installer verification question and updated macOS supported versions
User Git
git at git.privoxy.org
Mon Jun 29 01:32:30 CEST 2026
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 046be9b6 Add binary installer verification question and updated macOS supported versions
046be9b6 is described below
commit 046be9b6348246824046ed9a1fc8fe5863e2ca02
Author: Ian Silvester <ian.silvester at qohash.com>
AuthorDate: Sun Jun 28 19:26:21 2026 -0400
Add binary installer verification question and updated macOS supported versions
---
doc/source/faq.sgml | 57 +++++++++++++++++++++++++++++++++++++++++++----
doc/source/supported.sgml | 10 ++++-----
2 files changed, 58 insertions(+), 9 deletions(-)
diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml
index cfca7b9a..ca87cc76 100644
--- a/doc/source/faq.sgml
+++ b/doc/source/faq.sgml
@@ -9,10 +9,10 @@
<!entity copyright SYSTEM "copyright.sgml">
<!entity license SYSTEM "license.sgml">
<!entity license-explanation SYSTEM "license-explanation.sgml">
-<!entity p-version "4.3.0">
-<!entity p-status "UNRELEASED">
-<!entity % p-not-stable "INCLUDE">
-<!entity % p-stable "IGNORE">
+<!entity p-version "4.2.0">
+<!entity p-status "stable">
+<!entity % p-not-stable "IGNORE">
+<!entity % p-stable "INCLUDE">
<!entity % p-text "IGNORE"> <!-- define we are not a text only doc -->
<!entity % p-doc "INCLUDE"> <!-- and we are a formal doc -->
<!entity % p-supp-userman "INCLUDE"> <!-- Include all from supported.sgml -->
@@ -608,6 +608,55 @@ warranty? Registration?</title>
<sect1 id="installation"><title>Installation</title>
+<sect2 renderas="sect3" id="GPGsigs">
+<title>How can I confirm the Privoxy installer is genuine?</title>
+<para>
+ Each binary installation package is GPG signed by the relevant packager, using
+ detached .asc signature files, as follows:
+ <literal>gpg --armor --output installer.sig --detach-sig installer</literal>
+
+ To verify that the installer file has not been modified since it was built,
+ use GPG to check that it cryptographically matches the signature, as follows:
+ <literal>gpg --verify installer.sig installer</literal>
+
+ The output of this command will identify the email address of the packager,
+ alongside the fingerprint of their public GPG key. The current packagers are as
+ follows:
+ <table frame='all'><title>Privoxy binary packagers</title>
+ <tgroup cols='4' align='left' colsep='1' rowsep='1'>
+ <thead>
+ <row>
+ <entry>Operating System</entry>
+ <entry>Packager Name</entry>
+ <entry>Packager Email</entry>
+ <entry>Packager Public Key Fingerprint</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>FreeBSD</entry>
+ <entry>Fabian Keil</entry>
+ <entry>fk at fabiankeil.de</entry>
+ <entry>4F36C17F3816913654A1E850691822918BA2371C</entry>
+ </row>
+ <row>
+ <entry>Debian Linux</entry>
+ <entry>Roland Rosenfeld</entry>
+ <entry>roland at spinnaker.de</entry>
+ <entry>AC2FBDB104943D8A44A0211D02713BCFCA5410B2</entry>
+ </row>
+ <row>
+ <entry>macOS</entry>
+ <entry>Ian Silvester</entry>
+ <entry>iansilvester at fastmail.fm</entry>
+ <entry>558FCF92D02E6325E6C89E8DD9A17F79A285F0C7</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</para>
+</sect2>
+
<sect2 renderas="sect3" id="whichbrowsers">
<title>Which browsers are supported by Privoxy?</title>
<para>
diff --git a/doc/source/supported.sgml b/doc/source/supported.sgml
index bc456637..0122f847 100644
--- a/doc/source/supported.sgml
+++ b/doc/source/supported.sgml
@@ -67,17 +67,17 @@
</row>
<row>
<entry>macOS</entry>
- <entry>3.0.33</entry>
+ <entry>4.0.2</entry>
<entry>El Capitan (10.11.6)</entry>
<entry>Snow Leopard (10.6.1)</entry>
<entry>Intel 64 bit</entry>
</row>
<row>
<entry> </entry>
- <entry>3.0.26</entry>
- <entry>El Capitan (10.11.6), Tiger (10.4.1) PPC</entry>
- <entry>Tiger (10.4.1)</entry>
- <entry>Intel 32 & 64 bit, PowerPC</entry>
+ <entry>4.0.2</entry>
+ <entry>Tahoe (26.5.1)</entry>
+ <entry>Big Sur (11.0.0)</entry>
+ <entry>Apple Silicon</entry>
</row>
</tbody>
</tgroup>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list