Deleted Added
full compact
get-deps.sh (251886) get-deps.sh (253734)
1#!/bin/sh
2#
3#
4# Licensed to the Apache Software Foundation (ASF) under one
5# or more contributor license agreements. See the NOTICE file
6# distributed with this work for additional information
7# regarding copyright ownership. The ASF licenses this file
8# to you under the Apache License, Version 2.0 (the

--- 23 unchanged lines hidden (view full) ---

32# may be useful as well.
33
34APR_VERSION=${APR_VERSION:-"1.4.6"}
35APU_VERSION=${APU_VERSION:-"1.5.1"}
36SERF_VERSION=${SERF_VERSION:-"1.2.1"}
37ZLIB_VERSION=${ZLIB_VERSION:-"1.2.8"}
38SQLITE_VERSION=${SQLITE_VERSION:-"3.7.15.1"}
39GTEST_VERSION=${GTEST_VERSION:-"1.6.0"}
1#!/bin/sh
2#
3#
4# Licensed to the Apache Software Foundation (ASF) under one
5# or more contributor license agreements. See the NOTICE file
6# distributed with this work for additional information
7# regarding copyright ownership. The ASF licenses this file
8# to you under the Apache License, Version 2.0 (the

--- 23 unchanged lines hidden (view full) ---

32# may be useful as well.
33
34APR_VERSION=${APR_VERSION:-"1.4.6"}
35APU_VERSION=${APU_VERSION:-"1.5.1"}
36SERF_VERSION=${SERF_VERSION:-"1.2.1"}
37ZLIB_VERSION=${ZLIB_VERSION:-"1.2.8"}
38SQLITE_VERSION=${SQLITE_VERSION:-"3.7.15.1"}
39GTEST_VERSION=${GTEST_VERSION:-"1.6.0"}
40HTTPD_VERSION=${HTTPD_VERSION:-"2.4.3"}
40HTTPD_VERSION=${HTTPD_VERSION:-"2.4.6"}
41APR_ICONV_VERSION=${APR_ICONV_VERSION:-"1.2.1"}
42
43APR=apr-${APR_VERSION}
44APR_UTIL=apr-util-${APU_VERSION}
45SERF=serf-${SERF_VERSION}
46ZLIB=zlib-${ZLIB_VERSION}
47SQLITE_VERSION_LIST=`echo $SQLITE_VERSION | sed -e 's/\./ /g'`
48SQLITE=sqlite-amalgamation-`printf %d%02d%02d%02d $SQLITE_VERSION_LIST`

--- 125 unchanged lines hidden ---
41APR_ICONV_VERSION=${APR_ICONV_VERSION:-"1.2.1"}
42
43APR=apr-${APR_VERSION}
44APR_UTIL=apr-util-${APU_VERSION}
45SERF=serf-${SERF_VERSION}
46ZLIB=zlib-${ZLIB_VERSION}
47SQLITE_VERSION_LIST=`echo $SQLITE_VERSION | sed -e 's/\./ /g'`
48SQLITE=sqlite-amalgamation-`printf %d%02d%02d%02d $SQLITE_VERSION_LIST`

--- 125 unchanged lines hidden ---