From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57623) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieLRA-0002KE-5Y for guix-patches@gnu.org; Mon, 09 Dec 2019 10:59:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieLR7-0000xS-Uc for guix-patches@gnu.org; Mon, 09 Dec 2019 10:59:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48342) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieLR7-0000xN-Rs for guix-patches@gnu.org; Mon, 09 Dec 2019 10:59:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ieLR7-0007BX-SC for guix-patches@gnu.org; Mon, 09 Dec 2019 10:59:01 -0500 Subject: bug#38475: [PATCH 1/2] gnu: websocketpp: Add patch for Boost >= 1.70. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87blsp9u46.fsf@yamatai> <20191203175820.18356-1-glv@posteo.net> Date: Mon, 09 Dec 2019 16:58:41 +0100 In-Reply-To: <20191203175820.18356-1-glv@posteo.net> (Guillaume Le Vaillant's message of "Tue, 3 Dec 2019 18:58:19 +0100") Message-ID: <87muc1ebim.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Guillaume Le Vaillant Cc: 38475-done@debbugs.gnu.org Hi, Guillaume Le Vaillant skribis: > * gnu/packages/patches/websocket-fix-for-boost-1.70.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/web.scm (websocketpp): Use it. [...] > + (patches > + ;; This patch for Boost >=3D 1.70 was made by merging two patche= s that > + ;; are in the 'develop' branch (c769c92 and f810ca2). > + (search-patches "websocketpp-fix-for-boost-1.70.patch")))) I took the liberty to move the comment to the top of the .patch file, as we usually do. > * gnu/packages/i2p.scm (i2pd): Update to 2.29.0. > [arguments]: Disable x25519 test in the 'check' phase. Applied both, thanks! Ludo=E2=80=99.