From owner-freebsd-ports@freebsd.org Wed May 3 20:48:37 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B04F2D5C385 for ; Wed, 3 May 2017 20:48:37 +0000 (UTC) (envelope-from jim@ohlste.in) Received: from mail-qt0-x243.google.com (mail-qt0-x243.google.com [IPv6:2607:f8b0:400d:c0d::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 74AC3FEE for ; Wed, 3 May 2017 20:48:37 +0000 (UTC) (envelope-from jim@ohlste.in) Received: by mail-qt0-x243.google.com with SMTP id l39so200383qtb.1 for ; Wed, 03 May 2017 13:48:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ohlste-in.20150623.gappssmtp.com; s=20150623; h=to:cc:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=V1495GGh1Kb6j7JeoRBxLQ6ipfdIwa3kg7XeP1ad8w4=; b=ekKSFmzirum8AuG5pRVkVnhF4TTWMy0aKnky3Rz8ZHwPmskMMtftJg55JktQk8P1fO I4hpsWy/7OJaByBAE+RI4FDuYTFIyFjVLP7Vsj+Y2ubIa9uJVu5OuXEAukbJB7qA+WOn h7GnAmHJrbUYVrTZQR0aXcsiSoKnr6grK6bPsAwvkoAEr2xnOsRbfLPXrJOuXcy5tobQ v5Auv3qVpmEG+Lb/JpWwNIPocX6Syqd1AsWoqDiJ+w2ImFYZSzK7hslL/b40V7E2zMG8 epUHQ9q0U/QuuwJvXaSxi1SxjHSFj2wCu2HRikmhlaXI9CCdxtuwhe4xLTDWZWgh9uyk sDYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:cc:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=V1495GGh1Kb6j7JeoRBxLQ6ipfdIwa3kg7XeP1ad8w4=; b=RtLyfqZaNey5W2PxPCOzcY3ddP0vrUKBdkO1LVN7yTwXzUhGpjES/Xq7WbEC1BQGY0 Yz0/wpRL6IXHTJYVHXW4aWo3gtE1iZ4zmcTnOpCafAfsH/3vGgKFa7rN+HkPOfDKzaqF RvNjyK4HYSFpHgX0ZG9IL7YhCBvHSOx4iihodjF2G7YdiYcdfDPXA6dC9ZzbUHt3aRsg 2+wdJi8UIcNf/HS6KaRn+PeO1LoGPjIwouW/TywdkW3SD+cgzMNcPwrN/tMlgT/K3Xzj iO2faJ8Q5+/Sp7151Tnv9ORZSlIaasTgn7XfsucKqenMX7yQnNxWwbNtS81sgOiPTvHU i6CA== X-Gm-Message-State: AN3rC/4pQtxBnB10L9Ho+yVloohRfif+URAc1Tc8y30yCB6pdIg0/pTb 5DFmWHhd9rfUMw== X-Received: by 10.237.43.66 with SMTP id p60mr37792479qtd.257.1493844516395; Wed, 03 May 2017 13:48:36 -0700 (PDT) Received: from [192.168.1.153] (static-70-104-198-154.nrflva.fios.verizon.net. [70.104.198.154]) by smtp.gmail.com with ESMTPSA id r19sm69801qkl.54.2017.05.03.13.48.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 May 2017 13:48:35 -0700 (PDT) To: freebsd-ports@freebsd.org Cc: kevlo@FreeBSD.org From: Jim Ohlstein Subject: Hash mismatch www/owncloud (10.0.0) Message-ID: <178ae348-f15e-7978-7749-7cce4753699d@ohlste.in> Date: Wed, 3 May 2017 16:48:34 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 20:48:37 -0000 Helllo, I did a fresh install today and received a "code integrity" error in the admin page. It led to this: Technical information ===================== The following list covers which files have failed the integrity check. Please read the previous linked documentation to learn more about the errors and how to fix them. Results ======= - user_external - INVALID_HASH - lib/smb.php Raw output ========== Array ( [user_external] => Array ( [INVALID_HASH] => Array ( [lib/smb.php] => Array ( [expected] => some_hash [current] => a_different_hash" ) ) ) ) Repeated the install and got the same error. I haven't done much testing, but the script seems to be "working". -- Jim Ohlstein