From patchwork Sat Jul 13 22:22:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7925 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WM2yJ6vXfz3x1l for ; Sat, 13 Jul 2024 22:22:16 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WM2yG6265z1yv; Sat, 13 Jul 2024 22:22:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WM2yG4wZvz33nX; Sat, 13 Jul 2024 22:22:14 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WM2yD3JJbz33nR for ; Sat, 13 Jul 2024 22:22:12 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WM2yC6VGQz1yv for ; Sat, 13 Jul 2024 22:22:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1720909331; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=hmGC8xAcO0f2BBcv3p8Dr+KBEaJJ+QrwEqu/cIlHE8Q=; b=T1ciqQOYhRGPfZS3wVuMW5HtTUBEN6kvGfPceEAKfkvFa17cqjkCchgw649tg2wsf2MfCy FogGKpN/55WKY1Aw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1720909331; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=hmGC8xAcO0f2BBcv3p8Dr+KBEaJJ+QrwEqu/cIlHE8Q=; b=iQS8T+/vtCrv6XIHgCaIQzi0m7X1okI203Lsx++Q+T3oP4FOLIrZQddqIaZZhAVHh91GsZ KU7BU8XzjMnrhOHqRMPOnfV0lbMLT6a16K1kB6IzitFnYpNoC/qMENKjdFfuSHWiheTjzg b/LONjDoDvQ26PynDE7TmrnHXhrLSXaf3upHn+deKkjSBWguFjvQe9xX6dkFNrlcruRUct d+LMBFXRsCWRbyfY26Wbt5QviYszBQN1gcYGjpgLi6HN5corOztHKEBvcdXZ3GNZk1kB6h VUcGn0Ft8hhajIq+PCgGfQgqM/gKjnZRimv+VhRlQB1OfJfZ2yfAr8x+MA/8/w== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nasm: Update to 2.16.03 Date: Sun, 14 Jul 2024 00:22:05 +0200 Message-Id: <20240713222205.3436905-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: UO7CM4WDBAAS5QE5C3IFTO7ECTT5DICY X-Message-ID-Hash: UO7CM4WDBAAS5QE5C3IFTO7ECTT5DICY X-MailFrom: matthias.fischer@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: For details see: https://nasm.us/doc/nasmdocc.html --- lfs/nasm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nasm b/lfs/nasm index 635597c4a..2eef65eae 100644 --- a/lfs/nasm +++ b/lfs/nasm @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.15.05 +VER = 2.16.03 THISAPP = nasm-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a41434965c2125577b762d907a0a3c251c75d9f9beac230fba4099182c7f7beb08c6d2c05c2432b0dc8ba829f24077f44c3096faea9bd0a533250e6dbbfaef35 +$(DL_FILE)_BLAKE2 = 742cbf330341fde9f778d8ca13e8c06199f48796d47028ac973d39e3d9e434450cdfebe89f6ab248d372bdaeb0c88a25eb7153a39b66fc05e770523d4c9e11e9 install : $(TARGET)