[Privoxy-commits] [privoxy] 02/02: Update Windows supported versions and packageer GPG key info
User Git
git at git.privoxy.org
Tue Jun 30 15:04:56 CEST 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit f2c78701b0e17b1d7331a5b887d4e66e3ef2e2c0
Author: Ian Silvester <ian.silvester at qohash.com>
AuthorDate: Tue Jun 30 09:04:01 2026 -0400
Update Windows supported versions and packageer GPG key info
---
doc/source/faq.sgml | 24 +++++++++++++++---------
doc/source/supported.sgml | 2 +-
2 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml
index ca87cc76..b5ab5345 100644
--- a/doc/source/faq.sgml
+++ b/doc/source/faq.sgml
@@ -612,13 +612,13 @@ warranty? Registration?</title>
<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>
-
+ detached .asc signature files, as follows:<br>
+ <br><literal>gpg --armor --output installer.sig --detach-sig installer</literal><br>
+ <br>
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>
-
+ use GPG to check that it cryptographically matches the signature, as follows:<br>
+ <br><literal>gpg --verify installer.sig installer</literal><br>
+ <br>
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:
@@ -637,19 +637,25 @@ warranty? Registration?</title>
<entry>FreeBSD</entry>
<entry>Fabian Keil</entry>
<entry>fk at fabiankeil.de</entry>
- <entry>4F36C17F3816913654A1E850691822918BA2371C</entry>
+ <entry>4F36 C17F 3816 9136 54A1 E850 6918 2291 8BA2 371C</entry>
</row>
<row>
<entry>Debian Linux</entry>
<entry>Roland Rosenfeld</entry>
<entry>roland at spinnaker.de</entry>
- <entry>AC2FBDB104943D8A44A0211D02713BCFCA5410B2</entry>
+ <entry>AC2F BDB1 0494 3D8A 44A0 211D 0271 3BCF CA54 10B2</entry>
</row>
<row>
<entry>macOS</entry>
<entry>Ian Silvester</entry>
<entry>iansilvester at fastmail.fm</entry>
- <entry>558FCF92D02E6325E6C89E8DD9A17F79A285F0C7</entry>
+ <entry>558F CF92 D02E 6325 E6C8 9E8D D9A1 7F79 A285 F0C7</entry>
+ </row>
+ <row>
+ <entry>Windows</entry>
+ <entry>Lee Rian</entry>
+ <entry>ler762 at gmail.com</entry>
+ <entry>A64E FD41 6B94 82FD 3734 7AC9 F143 81F4 A112 856D</entry>
</row>
</tbody>
</tgroup>
diff --git a/doc/source/supported.sgml b/doc/source/supported.sgml
index 654cbd47..a2ee50d2 100644
--- a/doc/source/supported.sgml
+++ b/doc/source/supported.sgml
@@ -53,7 +53,7 @@
<tbody>
<row>
<entry>Windows</entry>
- <entry>3.0.33</entry>
+ <entry>4.1.0</entry>
<entry>Windows 10</entry>
<entry>Windows Vista</entry>
<entry>Intel 32 and 64 bit</entry>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list