From patchwork Thu Apr 28 21:25:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5567 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Kq7vb68Lfz3x1y for ; Thu, 28 Apr 2022 21:25:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Kq7vb1kTGz5mp; Thu, 28 Apr 2022 21:25:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Kq7vb1V1vz2yWP; Thu, 28 Apr 2022 21:25:47 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Kq7vZ00hFz2xxL for ; Thu, 28 Apr 2022 21:25:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Kq7vY5Yv1z5MG; Thu, 28 Apr 2022 21:25:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1651181145; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8uoHYBGXDo/b3BIsmpbp4MQAMmDl2jzTidsWhTGaBEw=; b=R+V7q7pQSZoLpOUrdqX+w0fsQiA57+bWLujeMokyFlMdxVrF+kiEA+JdCIstAySCeCTVTf 82k0al2ue2xJ4cCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1651181145; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8uoHYBGXDo/b3BIsmpbp4MQAMmDl2jzTidsWhTGaBEw=; b=F26MxedCu1IqfT+fwkmhlIFJJgbqjYPQS5CyCTpRxrb4yamWpBbL+ucfJQyf8/+73FRAuX ZhYTqY1Wl4mbhWE/S4D7pocU4hvo23RZ4ojHGbDFChcrr+o8gXu1FGMYGLNmxxknjEJJVR bfJ62KIxpbVbGNYgYd3H2DJS+vW8yvHBVeBoUypKJVJpxFcaFL6Tjfogp/W9160sufKtrb MqOkK0GPheEY8qcvYdsSRhqG0Khrfp3HUfM9+ioATetf/nvU58D6mBLQa/NWmU+q4x81IL QHA6Gi+wb4vTtOXeVROYfxlYZVIk+jXxaXenGjsihjnJWdqXxCZ2zySEd2rblQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] nasm: Update to version 2.15.05 Date: Thu, 28 Apr 2022 23:25:41 +0200 Message-Id: <20220428212541.2202711-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 2.14.02 (Dec 2018) to 2.15.05 (Aug 2020) - Most recent commit in git was Dec 2021 - Update of rootfile not required - Changelog in source tarball and in git repository was last updated in 2007. Only option to see changes is to review the commits in https://github.com/netwide-assembler/nasm/commits/master Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/nasm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nasm b/lfs/nasm index 3988297ae..635597c4a 100644 --- a/lfs/nasm +++ b/lfs/nasm @@ -24,7 +24,7 @@ include Config -VER = 2.14.02 +VER = 2.15.05 THISAPP = nasm-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = deb1f3c806ffbe48eefe4163271c68f02a782f75f21980331cb03e64de20da61c118621536c1c869c1629e558cab45ce98fed8443d29c1126fb4255cd6a36ce4 +$(DL_FILE)_BLAKE2 = a41434965c2125577b762d907a0a3c251c75d9f9beac230fba4099182c7f7beb08c6d2c05c2432b0dc8ba829f24077f44c3096faea9bd0a533250e6dbbfaef35 install : $(TARGET)