From 19cde66486e27063a9af8cfd79c6eb7f106b9111 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 28 Apr 2019 16:01:14 -0600 Subject: * Compilation failure in Solaris when ldap is enabled. Reported by "mechanic" in comp.mail.pine. * Configure script modifications to set the ldap-dir value correctly. * Fix some typos in documentation. --- pith/pine.hlp | 4 ++-- pith/smime.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pith') diff --git a/pith/pine.hlp b/pith/pine.hlp index fc0989e2..16efc9c2 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 334 2019-03-29 09:48:59 +Alpine Commit 335 2019-04-28 16:01:07 ============= h_news ================= @@ -301,7 +301,7 @@ Bugs that have been addressed include:
  • TLS 1.2 works does not work if Alpine is compiled with openssl >= 1.1.0. Reported and patched by Kyle George. -
  • If the directory where Alpine saves the certificates if empty, +
  • If the directory where Alpine saves the certificates is empty, alpine would not create a self-signed certificate to encrypt the password file. diff --git a/pith/smime.c b/pith/smime.c index f64d81b2..de5996db 100644 --- a/pith/smime.c +++ b/pith/smime.c @@ -818,7 +818,7 @@ import_certificate(WhichCerts ctype, PERSONAL_CERT *p_cert, char *fname) q_status_message(SM_ORDER, 1, 3, _("Error decrypting Password file")); } } else { - q_status_message(SM_ORDER, 1, 3, _("Password file not encrypted and coulr not encrypt")); + q_status_message(SM_ORDER, 1, 3, _("Password file not encrypted and could not encrypt")); rc = 0; } } -- cgit v1.2.3-54-g00ecf