From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZQP7-0002xA-Ux for guix-patches@gnu.org; Tue, 18 Dec 2018 20:12:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZQP3-0003gE-Ut for guix-patches@gnu.org; Tue, 18 Dec 2018 20:12:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49640) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZQP3-0003g0-QE for guix-patches@gnu.org; Tue, 18 Dec 2018 20:12:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gZQP3-000785-Jk for guix-patches@gnu.org; Tue, 18 Dec 2018 20:12:01 -0500 Subject: [bug#33783] [PATCH] gnu: sqlite: Replace with 3.26.0 [security fixes]. References: <87mup31r6o.fsf@gmail.com> In-Reply-To: <87mup31r6o.fsf@gmail.com> Resent-Message-ID: From: Mark H Weaver Date: Tue, 18 Dec 2018 20:10:31 -0500 Message-ID: <875zvq9v8d.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alex Vong Cc: 33783@debbugs.gnu.org Actually, there's one small problem with the patch: you should not use 'package/inherit' to define the replacement itself. That leads to a circular definition and an infinite series of replacements. I guess the grafting machinery copes with this somehow, but I'd prefer to avoid it. I will soon push a slightly modified version of this patch. Mark