git commit: TS-2128: Don't link libGeoIP.so.1 into binaries

2013-08-10 Thread jpeach
Updated Branches: refs/heads/master 92961cf37 - f34c62b42 TS-2128: Don't link libGeoIP.so.1 into binaries AC_SEARCH_LIBS always updates $LIBS, but AC_CHECK_LIB doesn't search properly. So we have to introduce a wrapper around AC_SEARCH_LIBS that preserves $LIBS so that we can properly test

git commit: TS-2129 Check for existence of ExtUtils::MakeMaker

2013-08-10 Thread zwoop
Updated Branches: refs/heads/master f34c62b42 - 3f2b11310 TS-2129 Check for existence of ExtUtils::MakeMaker Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3f2b1131 Tree:

git commit: TS-2096: improve SSL certificate loading error messages

2013-08-10 Thread jpeach
Updated Branches: refs/heads/master 3f2b11310 - aeea92c23 TS-2096: improve SSL certificate loading error messages We were passing a format string to SSLDiagnostic(), but never actually using it when we logged the error. Improve the ssl_multicert.config error logging so that we log the file