[Pgp-tools-commit] r288 - in trunk: debian gpg-mailkeys

Thijs Kinkhorst kink-guest at costa.debian.org
Sun Jul 9 15:39:18 UTC 2006


Author: kink-guest
Date: 2006-07-09 15:39:16 +0000 (Sun, 09 Jul 2006)
New Revision: 288

Modified:
   trunk/debian/changelog
   trunk/gpg-mailkeys/gpg-mailkeys
   trunk/gpg-mailkeys/gpg-mailkeys.1
Log:
* gpg-mailkeys: use right content-type for attached key,
  thanks Wesley Landaker (Closes: #370566).

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-07-04 13:35:42 UTC (rev 287)
+++ trunk/debian/changelog	2006-07-09 15:39:16 UTC (rev 288)
@@ -1,6 +1,8 @@
 signing-party (0.4.6-3) unstable; urgency=low
 
   * Update my maintainer address.
+  * gpg-mailkeys: use right content-type for attached key,
+    thanks Wesley Landaker (Closes: #370566).
 
  -- Thijs Kinkhorst <thijs at debian.org>  Tue,  4 Jul 2006 15:33:53 +0200
 

Modified: trunk/gpg-mailkeys/gpg-mailkeys
===================================================================
--- trunk/gpg-mailkeys/gpg-mailkeys	2006-07-04 13:35:42 UTC (rev 287)
+++ trunk/gpg-mailkeys/gpg-mailkeys	2006-07-09 15:39:16 UTC (rev 288)
@@ -59,7 +59,7 @@
 User-Agent: gpg-mailkeys/$VERSION
 MIME-Version: 1.0
 Content-Type: multipart/mixed; micalg=pgp-sha1;
-    protocol="application/pgp-signature"; boundary="$BOUNDARY"
+    boundary="$BOUNDARY"
 Content-Disposition: inline
 
 
@@ -82,8 +82,8 @@
 cat << EOM >> $TEMPFILE
 
 --$BOUNDARY
-Content-Type: text/plain; charset=us-ascii
-Content-Disposition: attachment; filename="$1.sig"
+Content-Type: application/pgp-keys
+Content-Disposition: attachment; filename="$1.asc"
 
 `gpg --armor --export $1`
 

Modified: trunk/gpg-mailkeys/gpg-mailkeys.1
===================================================================
--- trunk/gpg-mailkeys/gpg-mailkeys.1	2006-07-04 13:35:42 UTC (rev 287)
+++ trunk/gpg-mailkeys/gpg-mailkeys.1	2006-07-09 15:39:16 UTC (rev 288)
@@ -9,6 +9,11 @@
 sends the owners of the keys listed on the command line a mail each,
 containing their public key. After signing, you can use this tool to send
 everyone the new signatures they just got.
+
+If you're interested in encrypting the signature before it's sent, in order
+to verify that the associated address actually belongs to the key owner,
+you should check out
+.B caff
 .SH OPTIONS
 None
 .SH ENVIRONMENT




More information about the Pgp-tools-commit mailing list