[Privoxy-commits] [privoxy] branch master updated: Correct filename extensions for GPG signature files to match our standard

User Git git at git.privoxy.org
Wed Jul 1 21:19:31 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 54a9f89d Correct filename extensions for GPG signature files to match our standard
54a9f89d is described below

commit 54a9f89d6e154b583f69b5005e0cc44b2bafedd4
Author: Ian Silvester <ian.silvester at qohash.com>
AuthorDate: Wed Jul 1 15:18:45 2026 -0400

    Correct filename extensions for GPG signature files to match our standard
---
 doc/source/faq.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml
index 1f66548a..106af3dc 100644
--- a/doc/source/faq.sgml
+++ b/doc/source/faq.sgml
@@ -615,14 +615,14 @@ warranty? Registration?</title>
  detached .asc signature files, as follows:
 </para>
 <para>
- <literal>gpg --armor --output installer.sig --detach-sig installer</literal>
+ <literal>gpg --armor --output installer.asc --detach-sig installer</literal>
 </para>
 <para>
  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:
 </para>
 <para>
- <literal>gpg --verify installer.sig installer</literal>
+ <literal>gpg --verify installer.asc installer</literal>
 </para>
 <para>
  The output of this command will identify the email address of the packager,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list