Deleted Added
full compact
get-deps.sh (269847) get-deps.sh (289166)
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

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

28# features and functions. However, it may be desirable to use an even
29# more narrow set of features than POSIX, e.g. Solaris /bin/sh only has
30# a subset of the POSIX shell features. If in doubt, limit yourself to
31# features already used in the file. Reviewing the history of changes
32# may be useful as well.
33
34APR_VERSION=${APR_VERSION:-"1.4.6"}
35APU_VERSION=${APU_VERSION:-"1.5.1"}
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

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

28# features and functions. However, it may be desirable to use an even
29# more narrow set of features than POSIX, e.g. Solaris /bin/sh only has
30# a subset of the POSIX shell features. If in doubt, limit yourself to
31# features already used in the file. Reviewing the history of changes
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.3.4"}
36SERF_VERSION=${SERF_VERSION:-"1.3.8"}
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.10"}
41APR_ICONV_VERSION=${APR_ICONV_VERSION:-"1.2.1"}
42
43APR=apr-${APR_VERSION}
44APR_UTIL=apr-util-${APU_VERSION}

--- 129 unchanged lines hidden ---
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.10"}
41APR_ICONV_VERSION=${APR_ICONV_VERSION:-"1.2.1"}
42
43APR=apr-${APR_VERSION}
44APR_UTIL=apr-util-${APU_VERSION}

--- 129 unchanged lines hidden ---