]> granicus.if.org Git - mutt/commitdiff
Rename pgpring to mutt_pgpring.
authorKevin McCarthy <kevin@8t8.us>
Wed, 29 Aug 2018 22:08:19 +0000 (15:08 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 29 Aug 2018 22:19:16 +0000 (15:19 -0700)
pgpring is used by another common package, signing-party.  At the
request of ArchLinux, I am renaming our version to be prefixed by
"mutt_" in order to remove a naming conflict.

This is a minor inconvenience for pgp2, pgp5, and pgp6 users, but I
believe this constitutes an extremely small number of users at this
point.

I am keeping pgpewrap as-is because it is also used by GnuPG, and has
no such naming conflict.

.gitignore
Makefile.am
configure.ac
contrib/pgp2.rc
contrib/pgp5.rc
contrib/pgp6.rc
doc/Makefile.am
doc/PGP-Notes.txt
doc/mutt.man
doc/pgpring.man
init.h

index 6750444974950394b6ef217d1d182cea32ed63e6..c2b4fdcc0a40f1d5f5e46073e52b0e585e4f54cc 100644 (file)
@@ -39,7 +39,7 @@
 /patchlist.c
 /conststrings.c
 /pgpewrap
-/pgpring
+/mutt_pgpring
 /reldate.h
 /smime_keys
 /txt2c
@@ -55,7 +55,7 @@
 /doc/mutt.1
 /doc/muttrc.man
 /doc/pgpewrap.1
-/doc/pgpring.1
+/doc/mutt_pgpring.1
 /doc/*.html
 /doc/stamp-*
 /doc/smime_keys.1
index 38ea0774ca2af13ad71e2c32e08bf97461c6212f..950b66b7e01392e820f871900639248d5401ba91 100644 (file)
@@ -3,7 +3,7 @@
 include $(top_srcdir)/flymake.am
 
 AUTOMAKE_OPTIONS = 1.6 foreign
-EXTRA_PROGRAMS = mutt_dotlock pgpring pgpewrap mutt_md5
+EXTRA_PROGRAMS = mutt_dotlock mutt_pgpring pgpewrap mutt_md5
 
 if BUILD_DOC
 DOC_SUBDIR = doc
@@ -85,9 +85,9 @@ mutt_dotlock_SOURCES = mutt_dotlock.c
 mutt_dotlock_LDADD = $(LIBOBJS)
 mutt_dotlock_DEPENDENCIES = $(LIBOBJS)
 
-pgpring_SOURCES = pgppubring.c pgplib.c lib.c extlib.c sha1.c md5.c pgppacket.c ascii.c
-pgpring_LDADD = $(LIBOBJS) $(INTLLIBS)
-pgpring_DEPENDENCIES = $(LIBOBJS) $(INTLDEPS)
+mutt_pgpring_SOURCES = pgppubring.c pgplib.c lib.c extlib.c sha1.c md5.c pgppacket.c ascii.c
+mutt_pgpring_LDADD = $(LIBOBJS) $(INTLLIBS)
+mutt_pgpring_DEPENDENCIES = $(LIBOBJS) $(INTLDEPS)
 
 mutt_md5_SOURCES = md5.c
 mutt_md5_CFLAGS = -DMD5UTIL
index bc5abc938e20d89dd343c88f78e6595425a73542..28091866bb1f99dcc2c724f1a194710e4d13dec6 100644 (file)
@@ -159,7 +159,7 @@ AC_ARG_ENABLE(pgp, AS_HELP_STRING([--disable-pgp],[Disable PGP support]),
 
 if test x$have_pgp != xno ; then
         AC_DEFINE(CRYPT_BACKEND_CLASSIC_PGP,1, [Define if you want classic PGP support.])
-        PGPAUX_TARGET="pgpring\$(EXEEXT) pgpewrap\$(EXEEXT)"
+        PGPAUX_TARGET="mutt_pgpring\$(EXEEXT) pgpewrap\$(EXEEXT)"
         MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o"
 fi
 
index 212804534188e636e718eb897188443ab2e7a775..f7fc13275e3d63afa8f6042890988b7fbd0a4e89 100644 (file)
@@ -42,10 +42,10 @@ set pgp_export_command="pgp -kxaf +language=mutt %r"
 set pgp_verify_key_command="pgp -kcc +language=mutt %r"
 
 # read in the public key ring
-set pgp_list_pubring_command="pgpring -2 %r"
+set pgp_list_pubring_command="mutt_pgpring -2 %r"
 
 # read in the secret key ring
-set pgp_list_secring_command="pgpring -s -2 %r"
+set pgp_list_secring_command="mutt_pgpring -s -2 %r"
 
 # pattern for good signature
 set pgp_good_sign="Good signature"
index 61d1c2c9b108f3f8bef34b6c558e3c735cfac85e..7ae0af48557d279a7ef01b44b5e9f142a33c921a 100644 (file)
@@ -39,9 +39,9 @@ set pgp_export_command="pgpk -xa +language=mutt --OutputInformationFD=1 %r"
 set pgp_verify_key_command="pgpk -c +batchmode +language=mutt --OutputInformationFD=1 %r"
 
 # read in the public key ring
-set pgp_list_pubring_command="pgpring -5 %r" 
+set pgp_list_pubring_command="mutt_pgpring -5 %r" 
 
 # read in the secret key ring
-set pgp_list_secring_command="pgpring -5 -s %r"
+set pgp_list_secring_command="mutt_pgpring -5 -s %r"
 
 
index a5fca65460415e099dbbf16a5e1db0e2cdaad3ab..da16d54ea2349aac591f2d23141b24be11a0d266 100644 (file)
@@ -36,10 +36,10 @@ set pgp_export_command="pgp6 +compatible  -kxaf  %r"
 set pgp_verify_key_command="pgp6 +compatible  -kcc  %r"
 
 # read in the public key ring
-set pgp_list_pubring_command="pgpring -5 %r"
+set pgp_list_pubring_command="mutt_pgpring -5 %r"
 
 # read in the secret key ring
-set pgp_list_secring_command="pgpring -s -5 %r"
+set pgp_list_secring_command="mutt_pgpring -s -5 %r"
 
 # create a clearsigned message
 set pgp_clearsign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible   +verbose=0 +batchmode +clearsig -afst %?a? -u %a?"
index c612281e75b749d2199d90f67339e3da2bf2ea77..4d8bef8d8b81987ecad9ec8ce45f3a39d3b0e1f2 100644 (file)
@@ -50,7 +50,7 @@ topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog  \
 
 all: makedoc-all
 
-makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt pgpewrap.1 pgpring.1
+makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt pgpewrap.1 mutt_pgpring.1
 
 install-data-local: makedoc-all instdoc
        $(MKDIR_P) $(DESTDIR)$(mandir)/man1
@@ -59,7 +59,7 @@ install-data-local: makedoc-all instdoc
        ./instdoc mutt.1 $(DESTDIR)$(mandir)/man1/mutt.1
        ./instdoc smime_keys.1 $(DESTDIR)$(mandir)/man1/smime_keys.1
        ./instdoc pgpewrap.1 $(DESTDIR)$(mandir)/man1/pgpewrap.1
-       ./instdoc pgpring.1 $(DESTDIR)$(mandir)/man1/pgpring.1
+       ./instdoc mutt_pgpring.1 $(DESTDIR)$(mandir)/man1/mutt_pgpring.1
        test x$(DOTLOCK_TARGET) = x || ./instdoc $(srcdir)/dotlock.man \
                $(DESTDIR)$(mandir)/man1/mutt_dotlock.1
        ./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5
@@ -86,7 +86,7 @@ install-data-local: makedoc-all instdoc
        fi
 
 uninstall-local:
-       for f in mutt.1 mutt_dotlock.1 smime_keys.1 pgpewrap.1 pgpring.1; do \
+       for f in mutt.1 mutt_dotlock.1 smime_keys.1 pgpewrap.1 mutt_pgpring.1; do \
                rm -f $(DESTDIR)$(mandir)/man1/$$f ; \
        done
        for f in muttrc.5 mbox.5 mmdf.5 ; do \
@@ -158,7 +158,7 @@ sortcheck: manual.xml
        rm -rf vars.tmp.1 vars.tmp.2
 
 clean-local:
-       rm -f *~ *.html *.orig *.rej  stamp-doc-* *.ps mutt.1 smime_keys.1 muttrc.man pgpewrap.1 pgpring.1
+       rm -f *~ *.html *.orig *.rej  stamp-doc-* *.ps mutt.1 smime_keys.1 muttrc.man pgpewrap.1 mutt_pgpring.1
        rm -f *.aux *.log *.tex *.out
 
 DISTCLEANFILES=manual.txt manual.html manual.xml manual.pdf html \
@@ -185,7 +185,7 @@ mutt.1: $(srcdir)/mutt.man
 pgpewrap.1: $(srcdir)/pgpewrap.man
        $(EDIT) $(srcdir)/pgpewrap.man > $@
 
-pgpring.1: $(srcdir)/pgpring.man
+mutt_pgpring.1: $(srcdir)/pgpring.man
        $(EDIT) $(srcdir)/pgpring.man > $@
 
 smime_keys.1: $(srcdir)/smime_keys.man
index b292edbce01aab2181cce83862fe1fdaa0a90f03..a4824535c33c3ec52c726d0b4a282dd4e0e6bb4f 100644 (file)
@@ -134,7 +134,7 @@ which contains empty strings for the messages we don't want to see.
 To use this, copy either language.txt or language50.txt (depending
 on what PGP version you are using) to your $PGPPATH.  Make sure the
 PGP command formats pass "+language=pgp" to all the PGP binaries
-(but not to pgpring!).
+(but not to mutt_pgpring!).
 
 For PGP 2.6, a German version called "muttde" is available
 as well.
@@ -160,12 +160,12 @@ Auxiliary Programs
 ------------------
 
 Mutt needs two auxiliary programs for its PGP support: pgpewrap and
-pgpring.
+mutt_pgpring.
 
 
-1. pgpring
+1. mutt_pgpring
 
-pgpring is a key ring dumper.  It extracts information from PGP's
+mutt_pgpring is a key ring dumper.  It extracts information from PGP's
 binary key ring and emits it in an (almost) readable output format
 understood by mutt's key selection routines.  This output format
 mimics the one used by the GNU Privacy Guard (GPG).
index 112250132add7dc9dee7b1262b14bceba63f811c..2a17df7a5e9b4920b352169da42af9bd203f66c5 100644 (file)
@@ -165,7 +165,7 @@ If this variable is set, mailcap are always used without prompting first.
 .IP "PGPPATH"
 Directory in which the user's PGP public keyring can be found.  When used with
 the original PGP program, mutt and
-.B pgpring (1)
+.B mutt_pgpring (1)
 rely on this being set.
 .IP "TMPDIR"
 Directory in which temporary files are created.
index 0009ad92ef14b8c261957fa4ce2326b2dde2bcb8..dace1ad2c81c5e6b1c46f5cff654bd46c8510f7f 100644 (file)
@@ -1,6 +1,6 @@
 .\" -*-nroff-*-
 .\"
-.\"     pgpring, a key ring dumper
+.\"     mutt_pgpring, a key ring dumper
 .\"     Manpage Copyright (c) 2004-2013 Matthew Wilcox, Honza Horak
 .\"
 .\"     This program is free software; you can redistribute it and/or modify
 .\"     along with this program; if not, write to the Free Software
 .\"     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 .\"
-.TH pgpring 1 "May 2013" Unix "User Manuals"
+.TH mutt_pgpring 1 "May 2013" Unix "User Manuals"
 .SH NAME
-pgpring \- Mutt key ring dumper
+mutt_pgpring \- Mutt key ring dumper
 
 .SH SYNTAX
 .PP
-\fBpgpring\fP [ \fB\-k\fP \fIkeyring\fP ] [ \fB\-2\fP | \fB\-5\fP ]
+\fBmutt_pgpring\fP [ \fB\-k\fP \fIkeyring\fP ] [ \fB\-2\fP | \fB\-5\fP ]
 [ \fB\-s\fP ] [ \fB\-S\fP ] [ \fB\-f\fP ]
 
 .SH DESCRIPTION
 .PP
-pgpring is a key ring dumper.  It extracts information from PGP's
+mutt_pgpring is a key ring dumper.  It extracts information from PGP's
 binary key ring and emits it in an (almost) readable output format
 understood by mutt's key selection routines.  This output format
 mimics the one used by the GNU Privacy Guard (GPG).
diff --git a/init.h b/init.h
index b5822ef8f168f9438fc73124153c29f2d32e9d0f..0688f940333291e2df6ef649baed2f806096da16 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2157,7 +2157,7 @@ struct option_t MuttVars[] = {
   ** gpg --list-keys --with-colons --with-fingerprint
   ** .te
   ** .pp
-  ** This format is also generated by the \fCpgpring\fP utility which comes
+  ** This format is also generated by the \fCmutt_pgpring\fP utility which comes
   ** with mutt.
   ** .pp
   ** Note: gpg's \fCfixed-list-mode\fP option should not be used.  It
@@ -2177,7 +2177,7 @@ struct option_t MuttVars[] = {
   ** gpg --list-keys --with-colons --with-fingerprint
   ** .te
   ** .pp
-  ** This format is also generated by the \fCpgpring\fP utility which comes
+  ** This format is also generated by the \fCmutt_pgpring\fP utility which comes
   ** with mutt.
   ** .pp
   ** Note: gpg's \fCfixed-list-mode\fP option should not be used.  It