From patchwork Thu Mar 14 13:32:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7614 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4TwSxt6Pzgz3wnl for ; Thu, 14 Mar 2024 13:33:22 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TwSxf2Ws1zFLP; Thu, 14 Mar 2024 13:33:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TwSxd4Tr1z32pY; Thu, 14 Mar 2024 13:33:09 +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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TwSxZ617Mz2yWM for ; Thu, 14 Mar 2024 13:33:06 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4TwSxZ33FFz10b; Thu, 14 Mar 2024 13:33:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1710423186; 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: in-reply-to:in-reply-to:references:references; bh=bFKYVBk7JMscFR8+xBX5O/QGbH662uf9c/I4ZSiMwws=; b=Goy7siHowLYCDr5bSdQay5KIR6ashlLslSidJ5+v5Lw5YTjv/YGwLctXXZM9b66ks1xXhL /1V/BPdJbwib+VAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1710423186; 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: in-reply-to:in-reply-to:references:references; bh=bFKYVBk7JMscFR8+xBX5O/QGbH662uf9c/I4ZSiMwws=; b=W1RGP5K4tmmkuP2lz5WyIs8MXZM17SVmLQcMIPqzstiH8DjeoK3j+iE7Z5xTkLEzthek2i 9ODmhPbcxBf4fydOntgkDCHq02qFVrpS/sL/orB/zV94Ywc5fmAjyG689Kc826cHx2OPQS AumzxBMV/rNxlBq/0j3XaCqD5093xiqcPehQFhoDc9QxzaTu5LY3lVdWqKZNLqEOYLUtyV XjcAUm1hbzx7oHXU9iqKg0eIcNDz4JpV1knNqzwboAbNvbNQSYhFAI/yn7tT+kTfOz/0pi RYbB7LCx9qz7UIuZQV8XOp47RWyqeuPcVE0RD/9czTAIWLrA8t3otNS4hDyN1g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] meson: Update to version 1.4.0 Date: Thu, 14 Mar 2024 14:32:50 +0100 Message-ID: <20240314133258.13438-2-adolf.belka@ipfire.org> In-Reply-To: <20240314133258.13438-1-adolf.belka@ipfire.org> References: <20240314133258.13438-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: IQIDFVHRV3C7YWIXQA4TNVFQTNIS7B3N X-Message-ID-Hash: IQIDFVHRV3C7YWIXQA4TNVFQTNIS7B3N X-MailFrom: adolf.belka@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: - Update from version 1.3.1 to 1.4.0 - Update of rootfile - Changelog is available on meson website https://mesonbuild.com/Release-notes-for-1-4-0.html Signed-off-by: Adolf Belka --- config/rootfiles/common/meson | 14 +++++++------- lfs/meson | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/rootfiles/common/meson b/config/rootfiles/common/meson index ff8e294d1..6db0e34ed 100644 --- a/config/rootfiles/common/meson +++ b/config/rootfiles/common/meson @@ -1,11 +1,11 @@ #usr/bin/meson -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/entry_points.txt -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/entry_points.txt +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/top_level.txt #usr/lib/python3.10/site-packages/mesonbuild #usr/lib/python3.10/site-packages/mesonbuild/__init__.py #usr/lib/python3.10/site-packages/mesonbuild/_pathlib.py diff --git a/lfs/meson b/lfs/meson index 47156561f..fa5512b81 100644 --- a/lfs/meson +++ b/lfs/meson @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 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 = 1.3.1 +VER = 1.4.0 THISAPP = meson-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 64d53eddc8cb321a4e2dabaa4b7499798a7b68764b1a7a5182bfa21d081dc07105acab616119b88ff610e5d75504f03d1c0aefee3602ddf538fc491ff3d0204a +$(DL_FILE)_BLAKE2 = 7f742ef870c182e552c1ff3508d65f251009d610def6a08e01fddb6c6a4ed6d608ead0d52cf8ca7d66b5bd7a4732dccd7ab5d98f141a4a61e275398885f79486 install : $(TARGET)