From patchwork Mon Sep 19 07:40:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: non such X-Patchwork-Id: 15762 Received: (qmail 24566 invoked by uid 89); 19 Sep 2016 07:40:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1174, 5877 X-Spam-Status: No, score=-4.9 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Sep 2016 07:40:23 +0000 Received: from localhost ([::1]:53394 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bltBd-0003b2-Gj for patchwork@sourceware.org; Mon, 19 Sep 2016 03:40:21 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bltBX-0003al-CG for guix-devel@gnu.org; Mon, 19 Sep 2016 03:40:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bltBU-0006h8-At for guix-devel@gnu.org; Mon, 19 Sep 2016 03:40:15 -0400 Received: from aibo.runbox.com ([91.220.196.211]:45594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bltBU-0006h3-48 for guix-devel@gnu.org; Mon, 19 Sep 2016 03:40:12 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bltBT-0000TA-FV; Mon, 19 Sep 2016 09:40:11 +0200 Received: from x5d83f6f8.dyn.telefonica.de ([93.131.246.248] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1bltBM-0000Du-GB; Mon, 19 Sep 2016 09:40:04 +0200 From: ng0 To: Leo Famulari Subject: Re: e2fsprogs update In-Reply-To: <20160919015353.GA10980@jasmine> References: <87r38gn6x5.fsf@we.make.ritual.n0.is> <20160919015353.GA10980@jasmine> Date: Mon, 19 Sep 2016 07:40:03 +0000 Message-ID: <87wpi88hik.fsf@we.make.ritual.n0.is> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 91.220.196.211 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" Leo Famulari writes: > On Sun, Sep 18, 2016 at 11:07:34PM +0000, ng0 wrote: >> Hi, >> > Can you share the work-in-progress patch that causes the problem for > you? From eb2b11a1bc053335bbb7f9142171c53e813c8896 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 19 Sep 2016 07:38:11 +0000 Subject: [PATCH] gnu: e2fsprogs: Update to 1.43. * gnu/packages/linux.scm (e2fsprogs): Update to 1.43. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3e42377..e110e28 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -578,7 +578,7 @@ slabtop, and skill.") (define-public e2fsprogs (package (name "e2fsprogs") - (version "1.42.13") + (version "1.43") (source (origin (method url-fetch) (uri (string-append @@ -587,7 +587,7 @@ slabtop, and skill.") name "-" version ".tar.xz")) (sha256 (base32 - "1ix0b83zgw5n0p2grh2961c6796m92yr2jqc2sbr23x3lfsp8r71")) + "0f6dad9js084q3i94lpnjsfmqhlc4p5fzgi9aasrw5if530fw9yh")) (modules '((guix build utils))) (snippet '(substitute* "MCONFIG.in" -- 2.10.0