From patchwork Fri Jul 24 17:44:09 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10062 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4h6Fk22xgqz3wm1 for ; Fri, 24 Jul 2026 17:44:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4h6Fk2137Dz7Hx for ; Fri, 24 Jul 2026 17:44:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4h6Fjs3wp0z37C6 for ; Fri, 24 Jul 2026 17:44:33 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4h6Fjh1cLHz36Wf for ; Fri, 24 Jul 2026 17:44:24 +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 4h6Fjf2gPmz7Sw; Fri, 24 Jul 2026 17:44:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1784915062; 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=28DKmviw3ZBxYC9yrghig0UJK/wL9xAroLBerq2M7QE=; b=TZpbHVswMl+yr5zSdnNDVLVlyDJLSotVGNDzxANBD4IxatpVkl+23/biOaF4Fzz4rUeDP1 0SiSfMEkkXwXHdccWN+KZWeN68i2lhAdmlthzGFP7ge1lFwXGBGcQBZmwZGtvEbFeiqsGU 8Xbi90Xkh9J9oTCC2/fVMv6wN0c/xKfXGnca81cFNtYQzogCKHyleMO32k1rBerTcTqpbG EX/zvlGp8ULe/EM98dKw28fM3550uo074V+iIGVoa1+MJ4Un1AaVEyUjQqwjfOvvZCjLPS V+3HqqAYQoiX6HUEm8LnJW8pQAVmJhB4wGl24U5LzzWyD9QcU4WA24cRNoJmzg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1784915062; 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=28DKmviw3ZBxYC9yrghig0UJK/wL9xAroLBerq2M7QE=; b=uu7mb2L+I7Vt9F8FOsF7BmKDFr0LB6OaQh8i5OatOPUre7v/LPYjrvUfTTXzeucEZ9NQkq n/Y7D/s9Uxu8bIAQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] meson: Update to version 1.11.2 Date: Fri, 24 Jul 2026 19:44:09 +0200 Message-ID: <20260724174412.3827472-18-adolf.belka@ipfire.org> In-Reply-To: <20260724174412.3827472-1-adolf.belka@ipfire.org> References: <20260724174412.3827472-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 1.11.1 to 1.11.2 - Update of rootfile - Changelog 1.11.2 meson only creates changelogs at the 1.x level and does not indicate what is new between 1.x.a and 1.x.b The changlog details for 1.11.0 are available at https://mesonbuild.com/Release-notes-for-1-11-0.html Signed-off-by: Adolf Belka --- config/rootfiles/common/meson | 14 +++++++------- lfs/meson | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/common/meson b/config/rootfiles/common/meson index bd7763962..c3d7221ee 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.11.1-py3.10.egg-info -#usr/lib/python3.10/site-packages/meson-1.11.1-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/meson-1.11.1-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/meson-1.11.1-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/meson-1.11.1-py3.10.egg-info/entry_points.txt -#usr/lib/python3.10/site-packages/meson-1.11.1-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/meson-1.11.1-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/meson-1.11.2-py3.10.egg-info +#usr/lib/python3.10/site-packages/meson-1.11.2-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/meson-1.11.2-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/meson-1.11.2-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/meson-1.11.2-py3.10.egg-info/entry_points.txt +#usr/lib/python3.10/site-packages/meson-1.11.2-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/meson-1.11.2-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 9ff7ae20e..3d0bf7fad 100644 --- a/lfs/meson +++ b/lfs/meson @@ -24,7 +24,7 @@ include Config -VER = 1.11.1 +VER = 1.11.2 THISAPP = meson-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 3fcedb28ae3646e1c6bc1b9596ec3f04af1752bef7de9a0a1086aa103d8e0e91b22c66b85f66751447571d2d8815cf3582aacb1e252ea4af59aa18ae1bbede13 +$(DL_FILE)_BLAKE2 = c4ad77fe543b555d23f511dd2de43f6ee259384b6a753ecfe6142793fc0a9d7bc3cdd2d1e48d2b8dae35b96870e55c5d33df40c4b0284ea1bedef5f76b3a0214 install : $(TARGET)