[Pgp-tools-commit] r138 - in trunk: debian gpg-mailkeys
Thijs Kinkhorst
kink-guest at costa.debian.org
Mon Jul 25 21:40:40 UTC 2005
Author: kink-guest
Date: 2005-07-25 21:40:40 +0000 (Mon, 25 Jul 2005)
New Revision: 138
Modified:
trunk/debian/changelog
trunk/gpg-mailkeys/gpg-mailkeys
Log:
+ add -i switch to sendmail to prevent lines with a dot causing
unexpected behaviour, thanks Stephen Gran (Closes: #319762).
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-07-21 14:09:10 UTC (rev 137)
+++ trunk/debian/changelog 2005-07-25 21:40:40 UTC (rev 138)
@@ -3,6 +3,9 @@
* New upstream release.
gpg-key2ps:
+ handles revoked subkeys, thanks Christof Douma (Closes: #311990).
+ gpg-mailkeys:
+ + add -i switch to sendmail to prevent lines with a dot causing
+ unexpected behaviour, thanks Stephen Gran (Closes: #319762).
caff:
+ now handles attribute UIDs (Closes: #316278).
+ now detects all invalid keyids (Closes: #317754).
Modified: trunk/gpg-mailkeys/gpg-mailkeys
===================================================================
--- trunk/gpg-mailkeys/gpg-mailkeys 2005-07-21 14:09:10 UTC (rev 137)
+++ trunk/gpg-mailkeys/gpg-mailkeys 2005-07-25 21:40:40 UTC (rev 138)
@@ -90,7 +90,7 @@
--$BOUNDARY--
EOM
echo -n " sending"
- /usr/sbin/sendmail -t <$TEMPFILE
+ /usr/sbin/sendmail -ti <$TEMPFILE
rm $TEMPFILE
echo " done."
shift 1
More information about the Pgp-tools-commit
mailing list