From nobody Sun Mar 20 13:19:54 2022 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E824E1A23F64; Sun, 20 Mar 2022 13:19:56 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [88.198.69.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4KLyz01wBbz4k6r; Sun, 20 Mar 2022 13:19:56 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "R3" (not verified)) by smtp.burggraben.net (Postfix) with ESMTPS id 1EAD7C0031B; Sun, 20 Mar 2022 14:19:55 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 7C37C3ABAF; Sun, 20 Mar 2022 14:19:54 +0100 (CET) Date: Sun, 20 Mar 2022 14:19:54 +0100 From: Christoph Moench-Tegeder To: Mark Johnston , Mark Millard , Thomas Zander , freebsd-ports@freebsd.org, FreeBSD-STABLE Mailing List Subject: Re: git: 43741377b143 - main - security/openssl: Security update to 1.1.1n Message-ID: Mail-Followup-To: Mark Johnston , Mark Millard , Thomas Zander , freebsd-ports@freebsd.org, FreeBSD-STABLE Mailing List References: <2E632408-4D4E-426C-8DC7-A1024A1D328D.ref@yahoo.com> <2E632408-4D4E-426C-8DC7-A1024A1D328D@yahoo.com> List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.1 (2022-02-19) X-Rspamd-Queue-Id: 4KLyz01wBbz4k6r X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of cmt@burggraben.net designates 88.198.69.140 as permitted sender) smtp.mailfrom=cmt@burggraben.net X-Spamd-Result: default: False [-3.14 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; FREEFALL_USER(0.00)[cmt]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:88.198.69.140]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[burggraben.net]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[88.198.69.140:from]; NEURAL_HAM_SHORT(-0.64)[-0.641]; MLMMJ_DEST(0.00)[freebsd-ports,freebsd-stable]; FREEMAIL_TO(0.00)[freebsd.org,yahoo.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N ## Christoph Moench-Tegeder (cmt@burggraben.net): > I'm now going back to releng/13.0 and check if that still produces > the broken files "sometimes" (in the true nature of a concurrency > issue, the failure is somewhat stochastic). That was quick: less than 15 minutes into that, I see the the first complaint about libXau being not available, and peeking into that very-recently build package, I see: : cmt@elch:/tmp/v$ file usr/local/include/X11/Xauth.h : usr/local/include/X11/Xauth.h: data : cmt@elch:/tmp/v$ ls -lh usr/local/include/X11/Xauth.h : -rw-r--r-- 1 cmt wheel 3.7K Mar 20 14:05 usr/local/include/X11/Xauth.h : cmt@elch:/tmp/v$ od -x < usr/local/include/X11/Xauth.h : 0000000 0000 0000 0000 0000 0000 0000 0000 0000 : * : 0007340 That's with a kernel from "releng/13.0-n244787-210991b1f28" which is 13.0-RELEASE-p8 if I'm not mistaken. I conclude: your patch fixes the problem, which is very much present and reproducable (when you push the machine hard enough, I guess) on releng/13.0. Thanks for the quick patch, Christoph -- Spare Space