From owner-freebsd-stable@freebsd.org Fri Jan 29 12:09:55 2021 Return-Path: Delivered-To: freebsd-stable@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 7353C4EA82C for ; Fri, 29 Jan 2021 12:09:55 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from mail.lispworks.com (mail.lispworks.com [46.17.166.21]) by mx1.freebsd.org (Postfix) with ESMTP id 4DRx3k4fhnz4ptd for ; Fri, 29 Jan 2021 12:09:54 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (higson.cam.lispworks.com [192.168.1.7]) by lwfs1-cam.cam.lispworks.com (8.15.2/8.15.2) with ESMTP id 10TC9nrA077443; Fri, 29 Jan 2021 12:09:49 GMT (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (localhost.localdomain [127.0.0.1]) by higson.cam.lispworks.com (8.14.4) id 10TC9nd3013522; Fri, 29 Jan 2021 12:09:49 GMT Received: (from martin@localhost) by higson.cam.lispworks.com (8.14.4/8.14.4/Submit) id 10TC9n5B013518; Fri, 29 Jan 2021 12:09:49 GMT Date: Fri, 29 Jan 2021 12:09:49 GMT Message-Id: <202101291209.10TC9n5B013518@higson.cam.lispworks.com> From: Martin Simmons To: freebsd-stable@freebsd.org In-reply-to: <20210129023406.08A9A1DEBE@freefall.freebsd.org> (message from FreeBSD Errata Notices on Fri, 29 Jan 2021 02:34:06 +0000 (UTC)) Subject: Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-21:02.extattr References: <20210129023406.08A9A1DEBE@freefall.freebsd.org> X-Rspamd-Queue-Id: 4DRx3k4fhnz4ptd X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of martin@lispworks.com has no SPF policy when checking 46.17.166.21) smtp.mailfrom=martin@lispworks.com X-Spamd-Result: default: False [2.00 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[46.17.166.21:from]; FREEFALL_USER(0.00)[martin]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[lispworks.com]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[46.17.166.21:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(1.00)[1.000]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; RCVD_IN_DNSWL_NONE(0.00)[46.17.166.21:from]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:51055, ipnet:46.17.166.0/24, country:GB]; MAILMAN_DEST(0.00)[freebsd-stable] X-Mailman-Approved-At: Fri, 29 Jan 2021 18:35:19 +0000 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2021 12:09:55 -0000 >>>>> On Fri, 29 Jan 2021 02:34:06 +0000 (UTC), FreeBSD Errata Notices said: > > 2) To update your system via a source code patch: > > The following patches have been verified to apply to the applicable > FreeBSD release branches. > > a) Download the relevant patch from the location below, and verify the > detached PGP signature using your PGP utility. > > [FreeBSD 11.4] > # fetch https://security.FreeBSD.org/patches/EN-12:02/extattr.patch > # fetch https://security.FreeBSD.org/patches/EN-12:02/extattr.patch.asc > # gpg --verify extattr.patch.asc There is a typo in the URLs (12 instead of 21). __Martin