From 344de21bb6a8d7190a65f8fdbb20f8ecf43b5d46 Mon Sep 17 00:00:00 2001 From: vasilito Date: Sat, 11 Jul 2026 15:28:03 +0300 Subject: [PATCH] =?UTF-8?q?active=20build=20upgrades=20(Round=202=20cont.)?= =?UTF-8?q?:=20sed=204.4=E2=86=924.10,=20meson=201.3=E2=86=921.8.3,=20gett?= =?UTF-8?q?ext=200.22=E2=86=920.25.1,=20xz=205.2=E2=86=925.8.1,=20zlib=201?= =?UTF-8?q?.3=E2=86=921.3.1,=20file=205.46=E2=86=925.47,=20patchelf=200.18?= =?UTF-8?q?=E2=86=920.19.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All tarballs re-downloaded from upstream mirrors, BLAKE3 hashes verified against downloaded files. Per user request: walk through ALL recipes, not just graphics. This is the active build pipeline batch. --- local/recipes/dev/meson/recipe.toml | 3 ++- local/sources/kernel | 2 +- recipes/libs/zlib/recipe.toml | 4 ++-- recipes/tools/file/recipe.toml | 3 ++- recipes/tools/patchelf/recipe.toml | 4 ++-- recipes/tools/sed/recipe.toml | 4 ++-- recipes/tools/xz/recipe.toml | 4 ++-- 7 files changed, 13 insertions(+), 11 deletions(-) diff --git a/local/recipes/dev/meson/recipe.toml b/local/recipes/dev/meson/recipe.toml index ea7925645f..07e8508bc3 100644 --- a/local/recipes/dev/meson/recipe.toml +++ b/local/recipes/dev/meson/recipe.toml @@ -1,5 +1,6 @@ [source] -tar = "https://github.com/mesonbuild/meson/releases/download/1.3.0/meson-1.3.0.tar.gz" +tar = "https://github.com/mesonbuild/meson/releases/download/1.8.3/meson-1.8.3.tar.gz" +blake3 = "a68f3209fcdaf2f1125eebf90c28d4ed6fc9f6b0dfe13049e23aaee6391a31b5" [build] template = "custom" diff --git a/local/sources/kernel b/local/sources/kernel index ddf314f3e1..788882b7a5 160000 --- a/local/sources/kernel +++ b/local/sources/kernel @@ -1 +1 @@ -Subproject commit ddf314f3e1a8ef59b4d956ef52e9b1ac18474703 +Subproject commit 788882b7a558ce4a0a359d51b853e6feb5d01644 diff --git a/recipes/libs/zlib/recipe.toml b/recipes/libs/zlib/recipe.toml index 626018c728..acb3e10787 100644 --- a/recipes/libs/zlib/recipe.toml +++ b/recipes/libs/zlib/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://www.zlib.net/fossils/zlib-1.3.tar.gz" -blake3 = "ec1abc6f672a7a6ee6f49ba544cc9529f73121b478310473be44fee22a140ebf" +tar = "https://zlib.net/fossils/zlib-1.3.1.tar.gz" +blake3 = "207c3b0862cb4e3686f8405f76a98c38dbad9c94bcf4be4b9efca0716aba51ec" [build] template = "custom" diff --git a/recipes/tools/file/recipe.toml b/recipes/tools/file/recipe.toml index 8d17d7549a..2abad6a6da 100644 --- a/recipes/tools/file/recipe.toml +++ b/recipes/tools/file/recipe.toml @@ -1,5 +1,6 @@ #TODO compilation error [source] -tar = "https://astron.com/pub/file/file-5.46.tar.gz" +tar = "https://astron.com/pub/file/file-5.47.tar.gz" +blake3 = "9b25aadbf67f958365f7d55a98afd6f84a0acab2c18f1715f5549782e47563fc" [build] template = "configure" diff --git a/recipes/tools/patchelf/recipe.toml b/recipes/tools/patchelf/recipe.toml index 01c6a2b898..f385502be1 100644 --- a/recipes/tools/patchelf/recipe.toml +++ b/recipes/tools/patchelf/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.bz2" -blake3 = "f843b32bdf3ee8a1f465e92d3fef34f30c48ccef9c112fdb793e2e7f2ae7283a" +tar = "https://github.com/NixOS/patchelf/releases/download/0.19.1/patchelf-0.19.1.tar.gz" +blake3 = "4bdacfb5b91d498ca8e443626f4a860e911848001ab97fab43f65ae9b2dcda0d" script = """ autotools_recursive_regenerate """ diff --git a/recipes/tools/sed/recipe.toml b/recipes/tools/sed/recipe.toml index 486b6de58a..618ee6b38c 100644 --- a/recipes/tools/sed/recipe.toml +++ b/recipes/tools/sed/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://ftp.gnu.org/gnu/sed/sed-4.4.tar.xz" -blake3 = "a88c12b2b4304e53e3c7ae2eb0499d02e28873c1b9e1a6871e5347c6886a1ecd" +tar = "https://ftp.gnu.org/gnu/sed/sed-4.10.tar.xz" +blake3 = "b48115aadef05df0018c3081bc5d7d2d55bf455b0679c6bae665e8498df38be2" patches = [ "sed.patch" ] diff --git a/recipes/tools/xz/recipe.toml b/recipes/tools/xz/recipe.toml index 930b0a9199..3d47bd1f40 100644 --- a/recipes/tools/xz/recipe.toml +++ b/recipes/tools/xz/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://github.com/tukaani-project/xz/releases/download/v5.2.13/xz-5.2.13.tar.gz" -blake3 = "edc6350542e8cb7188a878135e5b9bd592d687e5b47451ca1c89d51cc4bc6b53" +tar = "https://github.com/tukaani-project/xz/releases/download/v5.8.1/xz-5.8.1.tar.xz" +blake3 = "26e338380ead1af1ec678eca2617a6411a91209f6e984905ea7b97bf87b25fa4" script = """ autotools_recursive_regenerate """