From owner-dev-commits-src-all@freebsd.org Fri Jul 9 05:29:35 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 0AC6F659AB5; Fri, 9 Jul 2021 05:29:35 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.home.utahime.org (gate.home.utahime.org [183.180.29.210]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GLhYV58sLz3FBK; Fri, 9 Jul 2021 05:29:34 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by gate.home.utahime.org (Postfix) with ESMTPS id 88D093A948; Fri, 9 Jul 2021 14:29:25 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1625808565; bh=tdj+aDYBN4gEOEZowRJLazecqfPJtq0Ot/52K8e03Lk=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=tpO0vmfEPQfQRfCbF78tWgtBHywZt1IDMhHSBoSm1513dHg2+NFqz+F73wKqQqo4z ez3M9wwUeqQrnn+99wa9oJIg4Zf+OSoWwzLReFfrO6wzXLMGEwNUMN1vwjAS7YW/Bk lhIZaebbp+3StG0R8HxkUZ/b4aOcaJrkQgGx5rzIWfDiSlwumbboaofyFOzCNjp1lX l+v2DPozF+47wWf2KpE/4m78YyR2s96AjL5RX7LF4eTyuh7oRzIll6QV+hNOsPI6jl PTrcI8r3ZPlLgQ5MykqvtNha1hdf3eyK674cOs3JeLFByaa9aekIF9LqMbc1yUHrOn myckY1roDHhyw== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id A528A3CAE2; Fri, 9 Jul 2021 14:29:24 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.3 at eastasia.home.utahime.org Date: Fri, 09 Jul 2021 14:29:05 +0900 (JST) Message-Id: <20210709.142905.792234204091664441.yasu@utahime.org> To: imp@FreeBSD.org Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 3f7b23177f1d - main - UPDATING: Note awk upgraded to upstream one-true-awk 20210215. From: Yasuhiro Kimura In-Reply-To: <202107090523.1695N0vO020803@gitrepo.freebsd.org> References: <202107090523.1695N0vO020803@gitrepo.freebsd.org> X-Mailer: Mew version 6.8 on Emacs 27.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4GLhYV58sLz3FBK X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] 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, 09 Jul 2021 05:29:35 -0000 From: Warner Losh Subject: git: 3f7b23177f1d - main - UPDATING: Note awk upgraded to upstream one-true-awk 20210215. Date: Fri, 9 Jul 2021 05:23:00 GMT > +20210707: > + awk has been updated to the latest one-true-awk version 20120215. ^^^^^^^^ Typo of 20210215? --- Yasuhiro Kimura