Gnus development mailing list
 help / color / mirror / Atom feed
From: Florian Weimer <fw@deneb.enyo.de>
Subject: Eliminate gpg-2comp default from gpg.el
Date: Wed, 26 Dec 2001 12:08:11 +0100	[thread overview]
Message-ID: <87n106jl2c.fsf@deneb.enyo.de> (raw)

The following patch removes the gpg-2comp default from gpg.el.
gpg-2comp is just another script to obtain, and nowadays, it's neither
recommended nor needed (it breaks OpenPGP compatibility, reduces
interoperability with GnuPG users etc.).  Catering for OpenPGP
implementations with known security defects should not be on our
agenda, either.

Okay to commit?

--- gpg.el.~1.16.~	Sun Aug 26 17:38:13 2001
+++ gpg.el	Wed Dec 26 12:05:03 2001
@@ -227,12 +227,12 @@
 
 (defcustom gpg-command-default-alist 
   '((gpg . "gpg")
-    (gpg-2comp . "gpg-2comp"))
+    (gpg-2comp . "gpg"))
   "Default paths for some GnuPG-related programs.
 Modify this variable if you have to change the paths to the
-executables required by the GnuPG interface.  You can enter \"gpg\"
-for `gpg-2comp' if you don't have this script, but you'll lose PGP
-2.6.x compatibility."
+executables required by the GnuPG interface.  You can enter \"gpg-2comp\"
+for `gpg-2comp' if you have obtained this script, in order to gain
+PGP 2.6.x compatibility."
   :tag "GnuPG programs"
   :type 'gpg-command-alist
   :group 'gpg-options)



             reply	other threads:[~2001-12-26 11:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-26 11:08 Florian Weimer [this message]
2001-12-26 13:49 ` Simon Josefsson
2001-12-26 15:37   ` Florian Weimer
2001-12-26 18:08     ` Simon Josefsson
2001-12-26 18:56       ` Florian Weimer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87n106jl2c.fsf@deneb.enyo.de \
    --to=fw@deneb.enyo.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).