From owner-freebsd-ports@freebsd.org Sun Jan 28 16:51:26 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 758E4ED2247 for ; Sun, 28 Jan 2018 16:51:26 +0000 (UTC) (envelope-from SRS0=8LzH=EX=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3A1085808 for ; Sun, 28 Jan 2018 16:51:25 +0000 (UTC) (envelope-from SRS0=8LzH=EX=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 9EBE22AC03; Sun, 28 Jan 2018 17:51:18 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id C2D812AB4F; Sun, 28 Jan 2018 17:51:17 +0100 (CET) Subject: Re: daily security run output and joomla3 To: FreeBSD , Carmel NY References: From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <6eb84508-9379-7030-1989-b0c1796c9dd8@quip.cz> Date: Sun, 28 Jan 2018 17:51:16 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jan 2018 16:51:26 -0000 Carmel NY wrote on 2018/01/28 11:59: > FreeBSD-11.1-RELEASE-p6 > > I have "www/joomla3" installed and working fine. Part of the configuration > routine is the removal of the "installation" directory in joomla3 when it is > configured. This is done as a security feature and joomla3 advertises that it > will not run if that directory is present. > > The problem comes when the periodic daily security script activates. It > reports the following: > > Checking for packages with mismatched checksums: > joomla3-3.8.3: missing file /usr/local/www/joomla3/installation/COPYRIGHT > joomla3-3.8.3: missing file /usr/local/www/joomla3/installation/CREDITS > joomla3-3.8.3: missing file /usr/local/www/joomla3/installation/INSTALL > joomla3-3.8.3: missing file /usr/local/www/joomla3/installation/LICENSES > {There are dozens more entires. I truncated the list to save space} > > Is there anything I can do to eliminate this useless chatter? Maybe someway I > can create a new checksum that would not upset the system to radically? You can try "pkg check -r", see man pkg-check pkg check -r or pkg check --recompute recalculates and sets the checksums of installed packages. This command should only be used when the admin- istrator has made modifications that invalidate a package checksum. Spontaneous checksum problems can indicate data or security problems. Miroslav Lachman