From owner-svn-ports-all@freebsd.org Tue Nov 19 07:44:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7C931A8495; Tue, 19 Nov 2019 07:44:19 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47HHrz4BVpz47v8; Tue, 19 Nov 2019 07:44:19 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2600:1700:a570:11f0:f2ad:4eff:fe0b:a065]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id F29601010B; Tue, 19 Nov 2019 07:44:18 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: svn commit: r517347 - in head: . security security/clamav security/clamav-milter security/clamav/files From: Craig Leres To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201911122007.xACK7Kog058578@repo.freebsd.org> <204993e5-3226-b99b-a1bd-3cf96e9302e8@freebsd.org> Message-ID: <5af5d0b9-4085-a921-3669-d2715c962fd9@freebsd.org> Date: Mon, 18 Nov 2019 23:44:17 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <204993e5-3226-b99b-a1bd-3cf96e9302e8@freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2019 07:44:19 -0000 On 2019-11-18 16:07, Craig Leres wrote: > On 2019-11-12 12:07, Kurt Jaeger wrote: >> Author: pi >> Date: Tue Nov 12 20:07:20 2019 >> New Revision: 517347 >> URL:https://svnweb.freebsd.org/changeset/ports/517347 >> >> Log: >>    security/clamav: upgrade 0.101.4 -> 0.102.0 > > Just in case anyone else runs into this issue: the 0.102.0 version of > freshclam dumps core when the current working directory is unreadable. I > run freshclam from cron using a wrapper script that posts nagios status > using send_nsca. This job started dumping core after upgrading to > 0.102.0. (The fix for me was to add a "cd /tmp" to the script). > > I filed this upstream bug report: > > https://bugzilla.clamav.net/show_bug.cgi?id=12442 And upstream reports that this issue will be fixed in a patch to 0.102 "shortly" Craig