From owner-dev-commits-src-all@freebsd.org Fri Mar 5 18:41:22 2021 Return-Path: Delivered-To: dev-commits-src-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 9FAFB562E2B; Fri, 5 Mar 2021 18:41:22 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dsc5G4CHtz3Hf9; Fri, 5 Mar 2021 18:41:22 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 17E89A56F; Fri, 5 Mar 2021 18:41:22 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: a079e38b08f2 - main - ossl: Add Poly1305 digest support. To: Kristof Provost Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202103032321.123NLOKb093507@gitrepo.freebsd.org> <4EB11ECA-1788-49D2-9362-09D955C8D695@FreeBSD.org> From: John Baldwin Message-ID: <77a27150-38ea-85cb-8ec5-27dd7054c03d@FreeBSD.org> Date: Fri, 5 Mar 2021 10:41:21 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <4EB11ECA-1788-49D2-9362-09D955C8D695@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2021 18:41:22 -0000 On 3/5/21 12:32 AM, Kristof Provost wrote: > On 4 Mar 2021, at 0:21, John Baldwin wrote: >> The branch main has been updated by jhb: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=a079e38b08f2f07c50ba915dae66d099559abdcc >> >> commit a079e38b08f2f07c50ba915dae66d099559abdcc >> Author: John Baldwin >> AuthorDate: 2021-03-03 23:17:29 +0000 >> Commit: John Baldwin >> CommitDate: 2021-03-03 23:20:57 +0000 >> >> ossl: Add Poly1305 digest support. >> >> Reviewed by: cem >> Sponsored by: Netflix >> Differential Revision: https://reviews.freebsd.org/D28754 > > It looks like this broke the LINT builds: Should be fixed now I believe, sorry about the breakage. All of my testing was with ossl as a module. :-/ -- John Baldwin