From: Peter Pentchev Date: Mon, 30 Mar 2009 11:11:29 +0000 (+0000) Subject: Lintian's pedantic mode caught another typo. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81acc6160d0a66972520c925a0e5588acfdefb97;p=people%2Fms%2Fdma.git Lintian's pedantic mode caught another typo. --- diff --git a/changelog b/changelog index c04eea7..e637fb9 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,7 @@ dma (0.0.2009.02.11-1~7) unstable; urgency=low * Unbreak SMTP authentication - send EHLO, allow LOGIN over SSL. + * Update the 09-typos patch to fix another typo in crypto.c. -- Peter Pentchev Mon, 30 Mar 2009 13:51:28 +0300 diff --git a/patches/09-typos.patch b/patches/09-typos.patch index 132d1fb..af470f3 100644 --- a/patches/09-typos.patch +++ b/patches/09-typos.patch @@ -20,3 +20,12 @@ Fix two typos and a word order problem. } X509_free(cert); +@@ -267,7 +267,7 @@ + /* Send AUTH command according to RFC 2554 */ + send_remote_command(fd, "AUTH CRAM-MD5"); + if (read_remote(fd, sizeof(buffer), buffer) != 3) { +- syslog(LOG_ERR, "%s: smarthost authentification:" ++ syslog(LOG_ERR, "%s: smarthost authentication:" + " AUTH cram-md5 not available: %s", it->queueid, + neterr); + /* if cram-md5 is not available */