>From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
>Hiran CHAUDHURI wrote on Thu, 31 Aug 2017 12:19 +:
>> >Can you show the linker invocation of libsvn_client?
>>
>> Ah, with the hint from
>> https://svn.haxx.se/users/archive-2015-01/0014.shtml
>> I can produce this output:
>>
>> cd subv
From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
>> >I gather you build 1.9.5.
>>
>> Confirmed. That is the version I build, based on Apache httpd 2.4.27 and APR
>> 1.6.2.
>
>1.9.5 has a known security issue (https://subversion.apache.org/security/ ->
>CVE-2017-9800); you should use 1.9.7 i
Hiran CHAUDHURI wrote on Thu, 31 Aug 2017 12:19 +:
> >Can you show the linker invocation of libsvn_client?
>
> Ah, with the hint from https://svn.haxx.se/users/archive-2015-01/0014.shtml
> I can produce this output:
>
> cd subversion/libsvn_subr && /bin/sh "
> /buildApache/build/subversion-1
Hiran CHAUDHURI wrote on Thu, 31 Aug 2017 12:01 +:
> From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
> >Hiran CHAUDHURI wrote on Mon, 14 Aug 2017 14:25 +:
> >> I am building subversion from source but always see the output files
> >> depend on the system-supplied zlib which is way ol
>From: Branko Čibej [mailto:br...@apache.org]
>On 31.08.2017 14:19, Hiran CHAUDHURI wrote:
>>> Can you show the linker invocation of libsvn_client?
>> Ah, with the hint from https://svn.haxx.se/users/archive-2015-01/0014.shtml
>> I can produce this output:
>>
>> /buildApache/build/subversion-1.9.5
On 31.08.2017 14:19, Hiran CHAUDHURI wrote:
>> Can you show the linker invocation of libsvn_client?
> Ah, with the hint from https://svn.haxx.se/users/archive-2015-01/0014.shtml
> I can produce this output:
>
> /buildApache/build/subversion-1.9.5> make
> subversion/libsvn_subr/libsvn_subr-1.la
> /
>Can you show the linker invocation of libsvn_client?
Ah, with the hint from https://svn.haxx.se/users/archive-2015-01/0014.shtml
I can produce this output:
/buildApache/build/subversion-1.9.5> make
subversion/libsvn_subr/libsvn_subr-1.la
/bin/sh "/buildApache/build/subversion-1.9.5/libtool" --t
From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
>Hiran CHAUDHURI wrote on Mon, 14 Aug 2017 14:25 +:
>> I am building subversion from source but always see the output files
>> depend on the system-supplied zlib which is way older than the one I want to
>> use.
>
>I gather you build 1.9.5