From owner-freebsd-ports@FreeBSD.ORG Fri Jul 4 12:41:14 2014 Return-Path: Delivered-To: freebsd-ports@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 ESMTPS id E3E78747; Fri, 4 Jul 2014 12:41:14 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id 962F42649; Fri, 4 Jul 2014 12:41:14 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id 607C4B9060; Fri, 4 Jul 2014 14:41:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1404477663; x=1406292064; bh=IGv3vs0rlnpkrirywTuKAatGfxv2kxvzH75 LZ1WVx08=; b=jsnS/iqw14ZfICQAQmagViX+1E+hhp7hfRTSEh7DdeiWoX1k1Rm wNzMONR9dyoIlmpwB8XWR4uIyYX4mvzT3p0L3vUKBis85boE2K8IgxlkZXc+5UR+ 6fTWRygcwzMzN0km6g8Ywqv+Zmvla95pX4k7pRji8TExOqGtrGNZLGac= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id YwrFl60M2w4X; Fri, 4 Jul 2014 14:41:03 +0200 (CEST) Received: from kaa.mimar.rs (93-138-175-249.adsl.net.t-com.hr [93.138.175.249]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id DE1FDB903D; Fri, 4 Jul 2014 14:41:02 +0200 (CEST) Date: Fri, 4 Jul 2014 14:40:57 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: Andrea Venturoli Subject: Re: Latest c-icap update Message-Id: <20140704144057.c0c29ba0a9b10968ddcfaaaa@mimar.rs> In-Reply-To: <53B68E11.10905@netfence.it> References: <53B68E11.10905@netfence.it> Organization: Mimar X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: mm@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 12:41:15 -0000 On Fri, 04 Jul 2014 13:20:49 +0200 Andrea Venturoli wrote: > I see lots of bug reports on the net wrt to c-icap on FreeBSD and > signal 11; however I believe they are all referring to old, now > solved, problems. Is it so? Those are probably mostly mine. I can't get squidclamav get to work on 10.0 without exiting on signals 10 and 11. I had a correspondence in March directly with Gilles Darold, author of squidclamav. He was helpful, sending me experimental code for testing, but finally instructed me to "use a Linux distribution instead I think you will be more sure to have a working solution", until he figures things out. Since then, I am monitoring ports for new versions of c-icap and squidclamav, update every time new port is out, enable squidclamav in squid configuration only to see it crashing after a few minutes, then disabling it back. My PR opened here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D190336 --=20 Marko Cupa=C4=87