RE: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-09-01 Thread Hiran CHAUDHURI
>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

RE: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-09-01 Thread Hiran CHAUDHURI
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

Re: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-08-31 Thread Daniel Shahaf
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

Re: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-08-31 Thread Daniel Shahaf
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

RE: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-08-31 Thread Hiran CHAUDHURI
>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

Re: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-08-31 Thread Branko Čibej
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 > /

RE: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-08-31 Thread Hiran CHAUDHURI
>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

RE: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-08-31 Thread Hiran CHAUDHURI
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