From owner-freebsd-stable@freebsd.org Mon Jul 25 17:01:47 2016 Return-Path: Delivered-To: freebsd-stable@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 26B4ABA4CA0 for ; Mon, 25 Jul 2016 17:01:47 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E58441597 for ; Mon, 25 Jul 2016 17:01:46 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtp (Exim 4.80) (envelope-from ) id 1bRjG5-00034H-A8; Mon, 25 Jul 2016 19:01:37 +0200 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-stable@freebsd.org, "George L. Yermulnik" Subject: Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-16:09.freebsd-update References: <20160725152231.1043514D8@freefall.freebsd.org> <20160725160755.GE63000@yz.kiev.ua> Date: Mon, 25 Jul 2016 19:01:36 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <20160725160755.GE63000@yz.kiev.ua> User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: a2d32f98be707cbcda8602d5fffa976a X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2016 17:01:47 -0000 On Mon, 25 Jul 2016 18:07:55 +0200, George L. Yermulnik wrote: > Hello! > > On Mon, 25 Jul 2016 at 15:22:31 (+0000), FreeBSD Errata Notices wrote: > > [...] >> 3) 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. > >> # fetch >> https://security.FreeBSD.org/patches/EN-16:09/freebsd-update.patch >> # fetch >> https://security.FreeBSD.org/patches/EN-16:09/freebsd-update.patch.asc >> # gpg --verify freebsd-update.patch.asc > >> b) Apply the patch. Execute the following commands as root: > >> # cd /usr/src >> # patch < /path/to/patch > >> c) Recompile the operating system using buildworld and installworld as >> described in . > [...] > > Do we really need to recompile the world after applying this patch? %-\ > It's only one-letter diff in sh-file... > This is the formal procedure. A lawyer would say: you can shortcut it at your own risk. A practical computer user can just put the character in the sh-file. Easy thing of the recompile is that the version of your FreeBSD install is updated also. Regards, Ronald.