Send inn-committers mailing list submissions to inn-committers@lists.isc.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.isc.org/mailman/listinfo/inn-committers or, via email, send a message with subject or body 'help' to inn-committers-requ...@lists.isc.org You can reach the person managing the list at inn-committers-ow...@lists.isc.org When replying, please edit your Subject line so it is more specific than "Re: Contents of inn-committers digest..." Today's Topics: 1. INN commit: trunk/doc/pod (install.pod) (INN Commit) 2. INN commit: trunk (configure.ac) (INN Commit) 3. INN commit: branches/2.5/doc/pod (install.pod) (INN Commit) ---------------------------------------------------------------------- Message: 1 Date: Fri, 27 Dec 2013 13:17:18 -0800 (PST) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: trunk/doc/pod (install.pod) Message-ID: <20131227211718.d392267...@hope.eyrie.org> Date: Friday, December 27, 2013 @ 13:17:18 Author: iulius Revision: 9594 Mention that --with-sasl requires Cyrus SASL (and not SASL). Modified: trunk/doc/pod/install.pod -------------+ install.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: install.pod =================================================================== --- install.pod 2013-12-27 21:16:09 UTC (rev 9593) +++ install.pod 2013-12-27 21:17:18 UTC (rev 9594) @@ -150,7 +150,7 @@ --with-bdb Berkeley DB 4.4 or higher, 4.7+ recommended --with-zlib zlib 1.x or higher --with-openssl OpenSSL 0.9.6 or higher - --with-sasl SASL 2.x or higher + --with-sasl Cyrus SASL 2.x or higher --with-krb5 MIT Kerberos v5 1.2.x or higher If any of these libraries (other than Perl or Python) are built shared and ------------------------------ Message: 2 Date: Fri, 27 Dec 2013 13:18:56 -0800 (PST) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: trunk (configure.ac) Message-ID: <20131227211856.d2dce67...@hope.eyrie.org> Date: Friday, December 27, 2013 @ 13:18:56 Author: iulius Revision: 9595 Use $inn_use_KRB5 instead of $KRB5_LIBS. Modified: trunk/configure.ac --------------+ configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: configure.ac =================================================================== --- configure.ac 2013-12-27 21:17:18 UTC (rev 9594) +++ configure.ac 2013-12-27 21:18:56 UTC (rev 9595) @@ -342,7 +342,7 @@ dnl that program. In case neither et/com_err.h nor com_err.h can be found dnl and --with-krb5 is not given, do not define KRB5_AUTH and clear the dnl other variables set for Kerberos support. -AS_IF([test x"$KRB5_LIBS" != x], +AS_IF([test x"$inn_use_KRB5" = xtrue], [AC_CHECK_HEADERS([et/com_err.h], [KRB5_AUTH=auth_krb5], [AC_CHECK_HEADERS([com_err.h], [KRB5_AUTH=auth_krb5], [AS_IF([test x"$with_krb5" = x], ------------------------------ Message: 3 Date: Fri, 27 Dec 2013 13:19:47 -0800 (PST) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: branches/2.5/doc/pod (install.pod) Message-ID: <20131227211947.ad5d567...@hope.eyrie.org> Date: Friday, December 27, 2013 @ 13:19:47 Author: iulius Revision: 9596 Mention that --with-sasl requires Cyrus SASL (and not SASL). Modified: branches/2.5/doc/pod/install.pod -------------+ install.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: install.pod =================================================================== --- install.pod 2013-12-27 21:18:56 UTC (rev 9595) +++ install.pod 2013-12-27 21:19:47 UTC (rev 9596) @@ -149,7 +149,7 @@ --with-berkeleydb Berkeley DB 4.4 or higher, 4.7+ recommended --with-zlib zlib 1.x or higher --with-openssl OpenSSL 0.9.6 or higher - --with-sasl SASL 2.x or higher + --with-sasl Cyrus SASL 2.x or higher --with-kerberos MIT Kerberos v5 1.2.x or higher If any of these libraries (other than Perl or Python) are built shared and ------------------------------ _______________________________________________ inn-committers mailing list inn-committers@lists.isc.org https://lists.isc.org/mailman/listinfo/inn-committers End of inn-committers Digest, Vol 58, Issue 7 *********************************************