You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/08/08 19:25:04 UTC

git commit: TS-2111 Reduce Boost requirement to v1.33 or later

Updated Branches:
  refs/heads/master 1ddfc042f -> eaa7600b7


TS-2111 Reduce Boost requirement to v1.33 or later


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/eaa7600b
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/eaa7600b
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/eaa7600b

Branch: refs/heads/master
Commit: eaa7600b790031e6297302d107bc56b6b90ec398
Parents: 1ddfc04
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu Aug 8 11:23:28 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Thu Aug 8 11:24:51 2013 -0600

----------------------------------------------------------------------
 CHANGES      | 7 +++++++
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/eaa7600b/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 7065312..f789c60 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,12 +2,19 @@
 Changes with Apache Traffic Server 3.5.0
 
 
+  *) [TS-2111] configure check in boost falsely requires 1.50. Reducing it to
+   v1.33, which is what RHEL5 ships with.
+
   *) [TS-1823] remap.config line continuation support
     Author: Jim Riggs <ji...@riggs.me>
 
   *) [TS-1597] Document remap.config filters
     Author: Jim Riggs <ji...@riggs.me>
 
+  *) [TS-2111] configure check in boost falsely requires 1.50. Reducing it to
+   v1.33, which is what RHEL5 ships with.
+
+
 Changes with Apache Traffic Server 3.3.5
 
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/eaa7600b/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index c74ff98..2033fbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1049,7 +1049,7 @@ AX_LIB_CURL([7.19], [
 
 #
 # The header_rewrite module depends on boost.
-AX_BOOST_BASE([1.50],
+AX_BOOST_BASE([1.33],
   [ AM_CONDITIONAL([BUILD_HAVE_BOOST], [true]) ],
   [ AM_CONDITIONAL([BUILD_HAVE_BOOST], [false]) ]
 )