From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id EGY+KHSd4l5dXgAA0tVLHw (envelope-from ) for ; Thu, 11 Jun 2020 21:09:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id aOoGJHSd4l6uWwAAbx9fmQ (envelope-from ) for ; Thu, 11 Jun 2020 21:09:08 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 502589400E1 for ; Thu, 11 Jun 2020 21:09:08 +0000 (UTC) Received: from localhost ([::1]:39888 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjURf-0006ky-68 for larch@yhetil.org; Thu, 11 Jun 2020 17:09:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40276) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjURa-0006i5-HB for guix-patches@gnu.org; Thu, 11 Jun 2020 17:09:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54929) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjURa-0002bx-87 for guix-patches@gnu.org; Thu, 11 Jun 2020 17:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjURa-0008Bb-3f for guix-patches@gnu.org; Thu, 11 Jun 2020 17:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41816] [PATCH 2/4] gnu: busybox: Update to 1.31.1. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 21:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41816 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41816@debbugs.gnu.org Cc: Danny Milosavljevic Received: via spool by 41816-submit@debbugs.gnu.org id=B41816.159190973731437 (code B ref 41816); Thu, 11 Jun 2020 21:09:02 +0000 Received: (at 41816) by debbugs.gnu.org; 11 Jun 2020 21:08:57 +0000 Received: from localhost ([127.0.0.1]:38237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjURV-0008As-7U for submit@debbugs.gnu.org; Thu, 11 Jun 2020 17:08:57 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:48302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjURT-0008AV-6d for 41816@debbugs.gnu.org; Thu, 11 Jun 2020 17:08:55 -0400 Received: from dayas.lan (80-110-127-207.cgn.dynamic.surfer.at [80.110.127.207]) by dd26836.kasserver.com (Postfix) with ESMTPSA id F35E03363898; Thu, 11 Jun 2020 23:08:53 +0200 (CEST) From: Danny Milosavljevic Date: Thu, 11 Jun 2020 23:08:46 +0200 Message-Id: <20200611210848.28784-2-dannym@scratchpost.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611210848.28784-1-dannym@scratchpost.org> References: <20200611210540.28722-1-dannym@scratchpost.org> <20200611210848.28784-1-dannym@scratchpost.org> MIME-Version: 1.0 Tags: patch Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 3.99 X-TUID: 80o+lTcBGMhb * gnu/packages/busybox.scm (busybox): Update to 1.31.1. --- gnu/packages/busybox.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/busybox.scm b/gnu/packages/busybox.scm index 0d692c6586..61a382e854 100644 --- a/gnu/packages/busybox.scm +++ b/gnu/packages/busybox.scm @@ -32,7 +32,7 @@ (define-public busybox (package (name "busybox") - (version "1.29.3") + (version "1.31.1") (source (origin (method url-fetch) (uri (string-append @@ -40,7 +40,7 @@ version ".tar.bz2")) (sha256 (base32 - "1dzg45vgy2w1xcd3p6h8d76ykhabbvk1h0lf8yb24ikrwlv8cr4p")))) + "1659aabzp8w4hayr4z8kcpbk2z1q2wqhw7i1yb0l72b45ykl1yfh")))) (build-system gnu-build-system) (arguments '(#:phases