From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 11 17:06:07 2020 Received: (at submit) by debbugs.gnu.org; 11 Jun 2020 21:06:07 +0000 Received: from localhost ([127.0.0.1]:38227 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjUOh-00086M-2t for submit@debbugs.gnu.org; Thu, 11 Jun 2020 17:06:07 -0400 Received: from lists.gnu.org ([209.51.188.17]:33132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjUOb-00085u-GS for submit@debbugs.gnu.org; Thu, 11 Jun 2020 17:06:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39264) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjUOb-0002Db-AQ for guix-patches@gnu.org; Thu, 11 Jun 2020 17:05:57 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:42202) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjUOV-0001ht-Qf for guix-patches@gnu.org; Thu, 11 Jun 2020 17:05:57 -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 42C003362146; Thu, 11 Jun 2020 23:05:42 +0200 (CEST) From: Danny Milosavljevic To: guix-patches@gnu.org Subject: [PATCH 0/4] Fix busybox. Date: Thu, 11 Jun 2020 23:05:40 +0200 Message-Id: <20200611210540.28722-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Tags: patch Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.145.193; envelope-from=dannym@scratchpost.org; helo=dd26836.kasserver.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/11 17:05:42 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Danny Milosavljevic X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Danny Milosavljevic (4): gnu: busybox: Make build reproducible. gnu: busybox: Update to 1.31.1. gnu: busybox: Fix build with new glibc. gnu: busybox: Fix test. gnu/local.mk | 1 + gnu/packages/busybox.scm | 14 +++- ...box-1.31.1-fix-build-with-glibc-2.31.patch | 68 +++++++++++++++++++ 3 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 gnu/packages/patches/busybox-1.31.1-fix-build-with-glibc-2.31.patch