[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r38834 - in trunk: . tools/dist

From: Hyrum K. Wright <hyrum_at_hyrumwright.org>
Date: Wed, 19 Aug 2009 07:24:51 -0500

On Aug 18, 2009, at 9:07 PM, Arfrever Frehtes Taifersar Arahesis wrote:

> Author: arfrever
> Date: Tue Aug 18 19:07:08 2009
> New Revision: 38834
>
> Log:
> Update recommended versions of dependencies.
>
> * configure.ac
> (NEON_RECOMMENDED_VER): Recommend Neon 0.28.6.
> (SQLITE_RECOMMENDED_VER): Recommend SQLite 3.6.17.

[ general question, not just for Arfrever. ]
There was some discussion on IRC, but I haven't seen any on list.
Should we include these updated deps in the 1.6.5 tarballs that roll
today? I'd also like to know what testing anybody has done with both
of these new versions. I don't suspect there would be any problems,
but a good 'make davautocheck' verification would be nice.

-Hyrum

>
> * tools/dist/construct-rolling-environment.sh: Update versions of
> APR, APR-Util,
> Neon, SQLite and HTTPD.
>
> Modified:
> trunk/configure.ac
> trunk/tools/dist/construct-rolling-environment.sh
>
> Modified: trunk/configure.ac
> URL: http://svn.collab.net/viewvc/svn/trunk/configure.ac?pathrev=38834&r1=38833&r2=38834
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- trunk/configure.ac Tue Aug 18 19:02:57 2009 (r38833)
> +++ trunk/configure.ac Tue Aug 18 19:07:08 2009 (r38834)
> @@ -86,7 +86,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config)
> # Either a space-separated list of allowable Neon versions, or "any"
> to
> # mean allow anything.
> NEON_ALLOWED_LIST="0\.25 0\.26 0\.27\.2 0\.28"
> -NEON_RECOMMENDED_VER=0.28.5
> +NEON_RECOMMENDED_VER=0.28.6
> NEON_URL="http://www.webdav.org/neon/neon-$
> {NEON_RECOMMENDED_VER}.tar.gz"
> dnl You can skip the neon version check only if you know what you
> are doing
> AC_ARG_ENABLE(neon-version-check,
> @@ -135,7 +135,7 @@ SVN_FIND_APACHE(20020903)
>
> dnl Search for SQLite
> SQLITE_MINIMUM_VER="3.4.0"
> -SQLITE_RECOMMENDED_VER="3.6.15"
> +SQLITE_RECOMMENDED_VER="3.6.17"
> SQLITE_URL="http://www.sqlite.org/sqlite-amalgamation-$
> {SQLITE_RECOMMENDED_VER}.tar.gz"
> SVN_LIB_SQLITE(${SQLITE_MINIMUM_VER}, ${SQLITE_RECOMMENDED_VER},
> ${SQLITE_URL})
>
> Modified: trunk/tools/dist/construct-rolling-environment.sh
> URL: http://svn.collab.net/viewvc/svn/trunk/tools/dist/construct-rolling-environment.sh?pathrev=38834&r1=38833&r2=38834
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- trunk/tools/dist/construct-rolling-environment.sh Tue Aug 18
> 19:02:57 2009 (r38833)
> +++ trunk/tools/dist/construct-rolling-environment.sh Tue Aug 18
> 19:07:08 2009 (r38834)
> @@ -5,15 +5,15 @@ AUTOCONF=autoconf-2.64
> LIBTOOL=libtool-1.5.26
> SWIG=swig-1.3.36
>
> -APR=apr-1.3.7
> -APR_UTIL=apr-util-1.3.8
> -NEON=neon-0.28.5
> +APR=apr-1.3.8
> +APR_UTIL=apr-util-1.3.9
> +NEON=neon-0.28.6
> SERF=serf-0.3.0
> ZLIB=zlib-1.2.3
> -SQLITE_VERSION=3.6.16
> +SQLITE_VERSION=3.6.17
> SQLITE=sqlite-amalgamation-$SQLITE_VERSION
>
> -HTTPD=httpd-2.2.12
> +HTTPD=httpd-2.2.13
> HTTPD_OOPS=
> APR_ICONV=apr-iconv-1.2.1
> APR_ICONV_OOPS=
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=2385074

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2385619
Received on 2009-08-20 15:25:15 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.