stas 2003/11/10 13:15:10
Modified: src/dist KEYS
Log:
update instructions for pgp 5
Revision Changes Path
1.8 +15 -1 modperl-docs/src/dist/KEYS
Index: KEYS
===================================================================
RCS file: /home/cvs/modperl-docs/src/dist/KEYS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- KEYS 25 Aug 2003 15:22:17 -0000 1.7
+++ KEYS 10 Nov 2003 21:15:10 -0000 1.8
@@ -8,6 +8,9 @@
PGP:
pgp < KEYS
+ PGP 5:
+ pgpk -a KEYS
+
GnuPG:
gpg --import KEYS
@@ -16,6 +19,9 @@
PGP:
pgp mod_perl-x.xx.tar.gz.asc
+ PGP 5:
+ pgpv mod_perl-x.xx.tar.gz.asc
+
GnuPG:
gpg --verify mod_perl-x.xx.tar.gz.asc
@@ -27,14 +33,22 @@
pgp -kv <your name> >> this file
pgp -kxa <your name> and append it to this file
+ PGP 5:
+ pgpk -l <your name> >> this file
+ pgpk -xa <your name> and append it to this file
+
+
GnuPG
gpg --list-keys <your name>
- gpg --armor --export <your name>) >> this file.
+ gpg --armor --export <your name> >> this file.
signing a release
PGP:
pgp -sba mod_perl-x.xx.tar.gz
+
+ PGP 5:
+ pgps -b --armor mod_perl-1.99_11.tar.gz
GnuPG
gpg --detach-sign --armor mod_perl-x.xx.tar.gz
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]