From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id yPFaBM3UcmOzHQAAbAwnHQ (envelope-from ) for ; Tue, 15 Nov 2022 00:52:45 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id YHU6BM3UcmOSYgAAauVa8A (envelope-from ) for ; Tue, 15 Nov 2022 00:52:45 +0100 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 A5FE685C6 for ; Tue, 15 Nov 2022 00:52:44 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ouip5-0001aA-OA; Mon, 14 Nov 2022 18:25:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ouigB-0006OU-E8 for guix-patches@gnu.org; Mon, 14 Nov 2022 18:15:51 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ouXZK-0004yv-LJ for guix-patches@gnu.org; Mon, 14 Nov 2022 06:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ouXZK-0006vY-HQ for guix-patches@gnu.org; Mon, 14 Nov 2022 06:24:02 -0500 Subject: bug#58901: [PATCH] gnu: luajit: Update to commit 6c4826. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 14 Nov 2022 11:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58901 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo =?UTF-8?Q?Nikkil=C3=A4?= Cc: 58901-done@debbugs.gnu.org Mail-Followup-To: 58901@debbugs.gnu.org, ludo@gnu.org, hello@lnikki.la Received: via spool by 58901-done@debbugs.gnu.org id=D58901.166842502926607 (code D ref 58901); Mon, 14 Nov 2022 11:24:02 +0000 Received: (at 58901-done) by debbugs.gnu.org; 14 Nov 2022 11:23:49 +0000 Received: from localhost ([127.0.0.1]:49016 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ouXZ6-0006v5-Ru for submit@debbugs.gnu.org; Mon, 14 Nov 2022 06:23:49 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ouXZ5-0006up-0J for 58901-done@debbugs.gnu.org; Mon, 14 Nov 2022 06:23:47 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ouXYz-0004xT-P6; Mon, 14 Nov 2022 06:23:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=pHQfnvPBnFXQ+dYerm4qd3+xf2fM4Xj3suVodzOYcD0=; b=jF9A2bv5mXoUCWP0xodx 7JK2phLFOPBLtcKMzD/PFcjWCK9oPGsu3oA/YyMEUOhq3WtyOJlID+Excfx7v0M5CyhZ967pxKEre G1Mbb9PerZWKEnHeE+n0kwRiW2LN6cXqkSPVE87YVqkhgUCctIGSDSUzZHaE2nqZzEy4eAEjr4l6H aZYbzRrDL6pvsn2p/VMg9siKV3tmDSztBAy5qqPweq28MnjxWcOMECVbkTUQDtw9QdohiilYt0NNy FXvOS8yDpyNG54pF4lG5iT3aV5HujPE9+vCOtVMtozFYToxWNMX6AJkPArmz2VSwVnF4I87SN+Rmd OxlzH8y8lMYm1A==; Received: from [193.50.110.147] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ouXYz-0004Bc-Bd; Mon, 14 Nov 2022 06:23:41 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20221030191953.690-1-hello@lnikki.la> Date: Mon, 14 Nov 2022 12:23:40 +0100 In-Reply-To: <20221030191953.690-1-hello@lnikki.la> ("Leo =?UTF-8?Q?Nikkil=C3=A4?="'s message of "Sun, 30 Oct 2022 21:19:53 +0200") Message-ID: <874jv1rd8j.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1668469964; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=pHQfnvPBnFXQ+dYerm4qd3+xf2fM4Xj3suVodzOYcD0=; b=hC0tsmJ91Ep44a57ve5SgtM8vHfsnW7Gn000dj+8Z3UdsthdMH9GcJ/rERujH99NhC01/2 eVPVG6gZNADOOsZWl/lJE2R0TLyVslaIR3453utS7mq+dYJntl9ByhLHsva8DSFAcDvGZn cBaxGhOCnSQmKl4xuQJe5MqvBWJKpuu1pEWkXvPsNUHQlw3xEtDF6NqDF3B7+u7U4v9quK GsMD5bCjaBBf2hcMfQ0LmP075MT49U/2Z4z7Xquux49CMTs4xtTxV9f4+PtwrhQNayiyoN 6bD09tOibv40gHtH2dRBX7TsXuTKZeCVjjN7kp1ZR/0u/WhaUkVpy7P6z//uRg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1668469964; a=rsa-sha256; cv=none; b=FlI/To4mrlQwvPgTlSBdP0jxAclgmN0QCjMIP4Bm9hqhEYSFM0141uHPG1JkDB0FrJRGaG ITf4BQ+D4wOvEc+XwloHt+wXXthpnKxnqp8I0R7dFPEvKZ+ny2giq9YCRsoTD6F/8iH6c1 7XJkMxakKnXQWFVbyVFHrR9SoBgYTl02NBruQOVMBxkQ2AtqxbomyjwUKNHLja7iefuo2W wh0bltv1y6unf5ZwBU+06MKDrrjdhWKesRW/QuYOUCFGFPALizoG6oPBLoW66XwjljGjuX lduUaUsSvckdkpiI5pVN1zmg2vmYWM5in8GYWEXtUheht1NJvF8UzrhTJQ79uA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=jF9A2bv5; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.94 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=jF9A2bv5; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: A5FE685C6 X-Spam-Score: -3.94 X-Migadu-Scanner: scn1.migadu.com X-TUID: D3EC6cN9yY5+ Hi, Leo Nikkil=C3=A4 skribis: > Greetings, attached is a patch to update luajit to commit > 6c4826f12c4d33b8b978004bc681eb1eef2be977. > > My motivation for doing this was to get Neovim to build on aarch64-linux > again, which has been failing for a while due to incompatibilities with > the 2.1.0-beta3 release: > > - https://ci.guix.gnu.org/build/1558481/details > - https://github.com/neovim/neovim/issues/15146#issuecomment-884154715 > > The 2.1.0-beta3 release is from 2017, and now quite dated. > > Unfortunately there hasn't been a tagged release in a long time, and > dependents have resorted to various commits of the 2.1.0 branch. I chose > this particular commit from Nixpkgs: > > - https://github.com/NixOS/nixpkgs/blob/3fa15c357033b1c7bdb88f34c1fb9f642= 7b4754c/pkgs/development/interpreters/luajit/2.1.nix > > In addition to fixing the Neovim build, this also fixes a vulnerability > that has been reported in the luajit 2.1.0-beta3 release and patched in > the development tree: > > - https://nvd.nist.gov/vuln/detail/CVE-2020-24372 > - https://github.com/LuaJIT/LuaJIT/issues/603 > > I was also able to remove the luajit patch for a missing ldconfig, this > behaviour has been fixed in upstream since January 2020: > > - https://github.com/LuaJIT/LuaJIT/commit/18c9cf7d3788a8f7408df45df92fc4a= e3bcc0d80 That makes a lot of sense. Finally applied, thanks! Ludo=E2=80=99.