From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: glibc update Date: Tue, 16 Feb 2016 15:20:10 -0500 Message-ID: <20160216202010.GA21380@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVm6Q-0003R3-QA for guix-devel@gnu.org; Tue, 16 Feb 2016 15:20:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVm6N-0002RL-G7 for guix-devel@gnu.org; Tue, 16 Feb 2016 15:20:06 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:52342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVm6N-0002Qz-AE for guix-devel@gnu.org; Tue, 16 Feb 2016 15:20:03 -0500 Received: from localhost (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 89B11C0001D for ; Tue, 16 Feb 2016 15:20:02 -0500 (EST) Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org I'm wondering if anyone has rebuilt their local systems based on the glibc update in security updates? I'm wondering what is the best way to achieve this? For Guix users, something like this? $ git checkout master \ && git checkout -b my-branch \ && git cherry-pick 8304ccdbc7b653ab0b81e3cec5420fcc6 \ && ./pre-inst-env guix package -u It would probably be desirable to reboot afterwards. GuixSD users would want to reconfigure, presumably. Then, you would rebase 'my-branch' on master as desired. It seems arduous, but faster than waiting for our build farm to rebuild all packages. Feedback requested!