Gnus development mailing list
 help / color / mirror / Atom feed
* Eliminate gpg-2comp default from gpg.el
@ 2001-12-26 11:08 Florian Weimer
  2001-12-26 13:49 ` Simon Josefsson
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Weimer @ 2001-12-26 11:08 UTC (permalink / 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)



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-12-26 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-26 11:08 Eliminate gpg-2comp default from gpg.el Florian Weimer
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

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).