From owner-freebsd-apache@FreeBSD.ORG Wed Oct 9 21:21:47 2013 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 069508C9; Wed, 9 Oct 2013 21:21:47 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-6.eutelia.it [62.94.10.166]) by mx1.freebsd.org (Postfix) with ESMTP id AE35F26FF; Wed, 9 Oct 2013 21:21:46 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id 62AEC684FBC; Wed, 9 Oct 2013 23:01:54 +0200 (CEST) Received: from soth.ventu (adsl-ull-161-224.41-151.net24.it [151.41.224.161]) (authenticated bits=0) by ns2.biolchim.it (8.14.7/8.14.7) with ESMTP id r99L1kai085906 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 9 Oct 2013 23:01:49 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: ns2.biolchim.it: Host adsl-ull-161-224.41-151.net24.it [151.41.224.161] claimed to be soth.ventu Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.7/8.14.7) with ESMTP id r99L1bFo062509; Wed, 9 Oct 2013 23:01:39 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <5255C431.40408@netfence.it> Date: Wed, 09 Oct 2013 23:01:37 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: olli hauer Subject: Re: Serf update? References: <524AF481.7000707@netfence.it> <525080B4.6090303@gmx.de> In-Reply-To: <525080B4.6090303@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Wed, 09 Oct 2013 23:01:49 +0200 (CEST) X-Scanned-By: MIMEDefang 2.74 Cc: ports@freebsd.org, lev@freebsd.org, apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 21:21:47 -0000 On 10/05/13 23:12, olli hauer wrote: > On 2013-10-01 18:12, Andrea Venturoli wrote: >> Hello. >> >> Any plan on an update to 1.3? Any timeline? >> I'm experiencing some bugs with Subversion and somewhere they suggest to try Serf 1.3. >> Just to decide whether to wait or try something else... > > > I've created a serf-1.3.2 port for testing. > http://people.freebsd.org/~ohauer/shar/serf-1.3.shar > > Since serf-1.3.x uses scons to build we do not get required > .la files to build a static subversion. > Thanks. The problem I'm having is that my FreeBSD's subversion (1.8.3) cannot connect anymore to an Ubuntu apache22 server, after that side was upgraded, when using https. Looking through forums, I saw some posts blaming this on Serf 1.2. So I downloaded your ports, extracted it, forcibly deleted serf-1.2, installed this 1.3, and recompiled Subversion. Unfortunately it did not help :( bye & Thanks anyway av.