From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] meson: Update to version 1.12.0
Date: Tue, 8 Sep 2026 21:52:39 +0200 [thread overview]
Message-ID: <20260908195241.2909132-13-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260908195241.2909132-1-adolf.belka@ipfire.org>
- Update from version 1.11.2 to 1.12.0
- Update of rootfile
- Changelog
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.12.0 are available at
https://mesonbuild.com/Release-notes-for-1-12-0.html
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/meson | 15 ++++++++-------
lfs/meson | 4 ++--
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/config/rootfiles/common/meson b/config/rootfiles/common/meson
index c3d7221ee..a3d885285 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.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/meson-1.12.0-py3.10.egg-info
+#usr/lib/python3.10/site-packages/meson-1.12.0-py3.10.egg-info/PKG-INFO
+#usr/lib/python3.10/site-packages/meson-1.12.0-py3.10.egg-info/SOURCES.txt
+#usr/lib/python3.10/site-packages/meson-1.12.0-py3.10.egg-info/dependency_links.txt
+#usr/lib/python3.10/site-packages/meson-1.12.0-py3.10.egg-info/entry_points.txt
+#usr/lib/python3.10/site-packages/meson-1.12.0-py3.10.egg-info/requires.txt
+#usr/lib/python3.10/site-packages/meson-1.12.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
@@ -128,6 +128,7 @@
#usr/lib/python3.10/site-packages/mesonbuild/interpreter
#usr/lib/python3.10/site-packages/mesonbuild/interpreter/__init__.py
#usr/lib/python3.10/site-packages/mesonbuild/interpreter/compiler.py
+#usr/lib/python3.10/site-packages/mesonbuild/interpreter/decorators.py
#usr/lib/python3.10/site-packages/mesonbuild/interpreter/dependencyfallbacks.py
#usr/lib/python3.10/site-packages/mesonbuild/interpreter/interpreter.py
#usr/lib/python3.10/site-packages/mesonbuild/interpreter/interpreterobjects.py
diff --git a/lfs/meson b/lfs/meson
index 3d0bf7fad..621b0090a 100644
--- a/lfs/meson
+++ b/lfs/meson
@@ -24,7 +24,7 @@
include Config
-VER = 1.11.2
+VER = 1.12.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 = c4ad77fe543b555d23f511dd2de43f6ee259384b6a753ecfe6142793fc0a9d7bc3cdd2d1e48d2b8dae35b96870e55c5d33df40c4b0284ea1bedef5f76b3a0214
+$(DL_FILE)_BLAKE2 = 41d06e300bd549958179e81c0ba3c494912652f8851ef34214de05db42e32fe793cd42f09ef08a8f44e4340649508ed9dc5071daba9dda81df0efa9669022251
install : $(TARGET)
--
2.55.0
next prev parent reply other threads:[~2026-09-08 19:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-08 19:52 [PATCH] abseil-cpp: Update to version 20260817.0 Adolf Belka
2026-09-08 19:52 ` [PATCH] core205: Ship elfutils Adolf Belka
2026-09-08 19:52 ` [PATCH] core205: Ship iproute2 Adolf Belka
2026-09-08 19:52 ` [PATCH] core205: Ship libcap-ng Adolf Belka
2026-09-08 19:52 ` [PATCH] core205: Ship libgcrypt Adolf Belka
2026-09-08 19:52 ` [PATCH] core205: Ship openssl Adolf Belka
2026-09-08 19:52 ` [PATCH] elfutils: Update to version 0.196 Adolf Belka
2026-09-08 19:52 ` [PATCH] expat: Update to version 2.8.4 Adolf Belka
2026-09-08 19:52 ` [PATCH] harfbuzz: Update to version 14.4.0 Adolf Belka
2026-09-08 19:52 ` [PATCH] iproute2: Update to version 7.2.0 Adolf Belka
2026-09-08 19:52 ` [PATCH] libcap-ng: Update to version 0.9.5 Adolf Belka
2026-09-08 19:52 ` [PATCH] libgcrypt: Update to version 1.12.3 Adolf Belka
2026-09-08 19:52 ` Adolf Belka [this message]
2026-09-08 19:52 ` [PATCH] openssl: Update to version 3.6.4 Adolf Belka
2026-09-08 19:52 ` [PATCH] protobuf: Update to version 36.1 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260908195241.2909132-13-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox