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

Re: Tarball get-deps.sh not downloading serf

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 3 Nov 2016 15:38:21 +0000

Alexander Teut wrote on Thu, Nov 03, 2016 at 16:58:33 +0300:
> Firstly, the serf version is 1.3.8, but there's already 1.3.9.

That's intentional. We don't bump recommended dependency versions in
patch releases unless required to pick up a bug fix. (1.3.9 should
stlil work; it's just not what the script picks up.)

> Secondly, it's impossible to install it, because of wrong URL at get_serf()
> section. Google Code repo is deprecated. I guess, line 91 should be
> replaced with:
>
> $HTTP_FETCH https://www.apache.org/dist/serf/$SERF.tar.bz2

Already fixed for 1.9.5:

    % svn cat ^/subversion/branches/1.9.x/get-deps.sh | grep serf | grep ://
        $HTTP_FETCH https://archive.apache.org/dist/serf/$SERF.tar.bz2

>

Thanks for the report.

Daniel
Received on 2016-11-03 16:40:56 CET

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

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