From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: slock: Update to 1.4. Date: Tue, 3 Jan 2017 23:39:48 -0500 Message-ID: <20170104043948.GD13674@jasmine> References: <1483488666.844425.836531377.4A7D7313@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOdMe-0003Vj-9o for guix-devel@gnu.org; Tue, 03 Jan 2017 23:39:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOdMb-0001IS-L9 for guix-devel@gnu.org; Tue, 03 Jan 2017 23:39:52 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:35716) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOdMb-0001IA-Hl for guix-devel@gnu.org; Tue, 03 Jan 2017 23:39:49 -0500 Content-Disposition: inline In-Reply-To: <1483488666.844425.836531377.4A7D7313@webmail.messagingengine.com> 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" To: Alex Griffin Cc: guix-devel@gnu.org On Tue, Jan 03, 2017 at 06:11:06PM -0600, Alex Griffin wrote: > After a long absence, I'm back with a string of trivial version bumps! > This patch updates slock to version 1.4, which also no longer needs the > patch for CVE-2016-6866. > -- > Alex Griffin > From b24fc41055a7e345bac348df09f017c138319bd6 Mon Sep 17 00:00:00 2001 > From: Alex Griffin > Date: Tue, 3 Jan 2017 08:49:01 -0600 > Subject: [PATCH 1/9] gnu: slock: Update to 1.4. > > * gnu/packages/suckless.scm (slock): Update to 1.4. > [source] Remove CVE-2016-6866 patch (no longer needed). > * gnu/packages/patches/slock-CVE-2016-6866.patch: Remove file. > * gnu/local.mk (dist_patch_DATA): Remove it. Thanks, pushed!