From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +PvZGBIBq19aLAAA0tVLHw (envelope-from ) for ; Tue, 10 Nov 2020 21:07:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id kNSuFBIBq1/BOwAAB5/wlQ (envelope-from ) for ; Tue, 10 Nov 2020 21:07:30 +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 D4D409402DD for ; Tue, 10 Nov 2020 21:07:29 +0000 (UTC) Received: from localhost ([::1]:57414 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcarP-0000iH-7k for larch@yhetil.org; Tue, 10 Nov 2020 16:07:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46752) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcar0-0000hh-7g for guix-patches@gnu.org; Tue, 10 Nov 2020 16:07:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55800) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kcaqz-0004Ar-U2 for guix-patches@gnu.org; Tue, 10 Nov 2020 16:07:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kcaqz-00066E-Q1 for guix-patches@gnu.org; Tue, 10 Nov 2020 16:07:01 -0500 Subject: bug#44374: [PATCH 0/1] gnu: sdcc: Remove non-free code Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 10 Nov 2020 21:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 44374 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Simon South , 44374-done@debbugs.gnu.org Cc: simon@simonsouth.net Mail-Followup-To: 44374@debbugs.gnu.org, marius@gnu.org, simon@simonsouth.net Received: via spool by 44374-done@debbugs.gnu.org id=D44374.160504239723406 (code D ref 44374); Tue, 10 Nov 2020 21:07:01 +0000 Received: (at 44374-done) by debbugs.gnu.org; 10 Nov 2020 21:06:37 +0000 Received: from localhost ([127.0.0.1]:39111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcaqb-00065S-2z for submit@debbugs.gnu.org; Tue, 10 Nov 2020 16:06:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcaqZ-00065G-EN for 44374-done@debbugs.gnu.org; Tue, 10 Nov 2020 16:06:35 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41116) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcaqT-00047M-Ux; Tue, 10 Nov 2020 16:06:29 -0500 Received: from host-37-191-236-253.lynet.no ([37.191.236.253]:53174 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kcaqS-0004rR-3Z; Tue, 10 Nov 2020 16:06:28 -0500 From: Marius Bakke In-Reply-To: References: Date: Tue, 10 Nov 2020 22:06:25 +0100 Message-ID: <87sg9gdir2.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) 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: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; 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.61 X-TUID: hUtnuBkoIRQL --=-=-= Content-Type: text/plain Simon South writes: > This patch updates Guix to remove non-free code bundled with SDCC, a C > compiler that targets a variety of microcontroller families. Oh my, does this mean we have been shipping non-free code all this time? I have mixed feelings about the 3643-line patch. On the one hand it is great to adjust the documentation to match, OTOH it looks non-trivial to maintain. It also takes a good second place in the "longest patch contest". However since you already did the work, and this is a rather serious issue, I went along and committed the patch. Thank you very much! As you've been delivering a steady stream of high-quality patches I assume you'll be around for a while to maintain it. :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+rANEPHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6EKEH/0Kp7S7BmfDnjImhuPcGKhLLpPR1NignJdYG tfE4crSHsi9JprJga2tEXE3mzHvw2QEuYzlaUF/iOSezFsmNs2kirBRhpWxU3ykA z1VJCkI7hQri4FlhdJkIZSPFWGj8JImopw9MkzoUr8+Gyfhf0TsKmtByXW6N+D0s NWXSMQmNnHxG5AMKmXE4YGmjrnZ2EDC5Xsb9xLAgzXUBRSXz7eR/p3e2lDWwsVHt 2rZNwOVYXRCYbCgZ6NOlw8PnTYYQQwAUd1hHCMYwM71NMYeW93PT2WQYY6nREExs DDz2V4BcBXh4VZYu7+x0g1ejcAGHa9TiW9tnzIa4yaDd2u+a2L0= =o1jl -----END PGP SIGNATURE----- --=-=-=--