From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emFvZ-0004nC-EO for guix-patches@gnu.org; Thu, 15 Feb 2018 04:34:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emFvW-0005gl-Bp for guix-patches@gnu.org; Thu, 15 Feb 2018 04:34:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35733) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emFvW-0005gR-96 for guix-patches@gnu.org; Thu, 15 Feb 2018 04:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emFvW-0003vy-2d for guix-patches@gnu.org; Thu, 15 Feb 2018 04:34:02 -0500 Subject: bug#30400: [PATCH] gnu: clementine: Remove Spotify downloader. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180209183754.GC2356@jasmine.lan> Date: Thu, 15 Feb 2018 10:33:24 +0100 In-Reply-To: <20180209183754.GC2356@jasmine.lan> (Leo Famulari's message of "Fri, 9 Feb 2018 13:37:54 -0500") Message-ID: <87zi4afvh7.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 30400-done@debbugs.gnu.org Leo Famulari skribis: > On Thu, Feb 08, 2018 at 11:09:19PM +0000, Pierre Langlois wrote: >> From 9d9b90882491ff2ebf6f3a3580d4d7dbcdf57c72 Mon Sep 17 00:00:00 2001 >> From: Pierre Langlois >> Date: Thu, 8 Feb 2018 09:57:41 +0000 >> Subject: [PATCH 2/2] gnu: crypto++: Update to 6.0.0. >> >> * gnu/packages/crypto.scm (crypto++): Update to 6.0.0. >> * gnu/packages/patches/crypto++-fix-dos-in-asn.1-decoders.patch: Delete >> file. >> * gnu/local.mk (dist_patch_DATA): Remove it. > > I didn't push this patch yet because 1) it doesn't apply and 2) I have > to go AFK now and don't have time to make it apply. I'll do it later > today unless somebody does it first. Pushed as 6ca15c9ef615979862a07c02bd316e7f12a0c7ca. Thanks! Ludo'.