From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27811: net-tools patch has no effect? Date: Wed, 26 Jul 2017 23:04:54 +0200 Message-ID: <87a83q7vux.fsf@gnu.org> References: <20170725041225.GA31642@jasmine.lan> <20170725045947.GA531@jasmine.lan> <87shhkncq3.fsf@gnu.org> <20170725175202.GA27528@jasmine.lan> <20170726161146.GB6239@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daTVO-0001Ua-UB for bug-guix@gnu.org; Wed, 26 Jul 2017 17:06:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daTVK-0008P0-Vh for bug-guix@gnu.org; Wed, 26 Jul 2017 17:06:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55067) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1daTVK-0008Or-T0 for bug-guix@gnu.org; Wed, 26 Jul 2017 17:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1daTVK-0000th-Mx for bug-guix@gnu.org; Wed, 26 Jul 2017 17:06:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170726161146.GB6239@jasmine.lan> (Leo Famulari's message of "Wed, 26 Jul 2017 12:11:46 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Leo Famulari Cc: 27811@debbugs.gnu.org Leo Famulari skribis: > On Tue, Jul 25, 2017 at 01:52:02PM -0400, Leo Famulari wrote: >> From f57732d79ac265917f154da5791ff203c82c9733 Mon Sep 17 00:00:00 2001 >> From: Leo Famulari >> Date: Tue, 25 Jul 2017 01:46:38 -0400 >> Subject: [PATCH 2/2] gnu: net-tools: Update to 1.60-0.90da8a0. >>=20 >> Fixes . >>=20 >> * gnu/packages/linux.scm (net-tools): Update to 1.60-0.90da8a0. >> [inputs]: Remove the Debian patch. >> [arguments]: Use modify-phases. Remove the 'patch' phase. Disable >> SELINUX and AFBLUETOOTH from build configuration. > > Revisions! > > The first patch is the same as before, but the second one uses git-fetch > and builds from the latest upstream commit. I'll squash them if we > choose to build from Git. > > From 6cd4159e355b9414b0678608e74fa53b8e173834 Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Tue, 25 Jul 2017 20:33:27 -0400 > Subject: [PATCH 1/2] gnu: net-tools: Update to 1.60-0.90da8a0. > > This leaves net-tools-for-tests unchanged. > > Fixes . > > * gnu/packages/linux.scm (net-tools): Update to 1.60-0.90da8a0. > [inputs]: Remove the Debian patch. > [arguments]: Use modify-phases. Remove the 'patch' phase. Disable > SELINUX and AFBLUETOOTH from build configuration. LGTM. Using =E2=80=98git-fetch=E2=80=99 sounds preferable, so better squas= h both patches. Thank you! Ludo=E2=80=99.