From b63f6587950eb0dcb15aec5ec65d86b9f63a2683 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 8 Nov 2013 22:28:20 -0700 Subject: * Update to version 2.19.2 * Update OpenSSL configuration of Mac OSX. * If Homebrew is installed, use it; else * if Macports is installed, use it; else * if Fink is installaed, use it; else * use openssl as distributed in the Mac. --- pith/Makefile.in | 1 + pith/charconv/Makefile.in | 1 + pith/osdep/Makefile.in | 1 + pith/pine.hlp | 9 +++++---- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'pith') diff --git a/pith/Makefile.in b/pith/Makefile.in index 6b43661e..165a5757 100644 --- a/pith/Makefile.in +++ b/pith/Makefile.in @@ -215,6 +215,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ +LS = @LS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ diff --git a/pith/charconv/Makefile.in b/pith/charconv/Makefile.in index c046c569..09218224 100644 --- a/pith/charconv/Makefile.in +++ b/pith/charconv/Makefile.in @@ -147,6 +147,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ +LS = @LS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ diff --git a/pith/osdep/Makefile.in b/pith/osdep/Makefile.in index 01bb2045..1088dfc5 100644 --- a/pith/osdep/Makefile.in +++ b/pith/osdep/Makefile.in @@ -154,6 +154,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ +LS = @LS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ diff --git a/pith/pine.hlp b/pith/pine.hlp index 169be4cb..33daf48e 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 34 2013-10-13 00:44:53 +Alpine Commit 37 2013-11-08 22:28:13 ============= h_news ================= @@ -235,10 +235,11 @@ Bugs that have been addressed include:
  • Quoted string in URL Viewers configuration variable were not unquoted before passing to viewer.
  • Fix in configure script to detect location of tcl library; add - /usr/local in FreeBSD and fix a bug in configure script that used - $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed + /usr/local in FreeBSD and fix a bug in configure script that used + $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed by Werner Scheinast. -
  • Move SSL configurations from UW-IMAP to configure script. +
  • Move SSL configurations from UW-IMAP to configure script, and + update OpenSSL configuration for mac OSX.

    -- cgit v1.2.3-54-g00ecf