diff --git a/local/sources/kernel b/local/sources/kernel index 788882b7a5..f93ed40ed4 160000 --- a/local/sources/kernel +++ b/local/sources/kernel @@ -1 +1 @@ -Subproject commit 788882b7a558ce4a0a359d51b853e6feb5d01644 +Subproject commit f93ed40ed422fea60a7e4c6f357b13c6b3216290 diff --git a/recipes/libs/libarchive/recipe.toml b/recipes/libs/libarchive/recipe.toml index 033f271eee..704626b64a 100644 --- a/recipes/libs/libarchive/recipe.toml +++ b/recipes/libs/libarchive/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://libarchive.org/downloads/libarchive-3.6.2.tar.xz" -blake3 = "f98695fe81235a74fa3fc2c3ba0f0d4f13ea15f9be3850b83e304cf5d78be710" +tar = "https://libarchive.org/downloads/libarchive-3.8.8/libarchive-3.8.8.tar.xz" +blake3 = "a7d4dd38d2ace0487c391573834243b7dea241eb7c4ac5ba1083597d888b9024" patches = [ "redox.patch" ] diff --git a/recipes/libs/libffi/recipe.toml b/recipes/libs/libffi/recipe.toml index 5c70decd33..d1c558daa8 100644 --- a/recipes/libs/libffi/recipe.toml +++ b/recipes/libs/libffi/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://github.com/libffi/libffi/releases/download/v3.4.5/libffi-3.4.5.tar.gz" -blake3 = "f9a2cfe1d2ac8d211c18c99f9cfafe5537925101bfb92c2d44d844680dd82264" +tar = "https://github.com/libffi/libffi/releases/download/v3.7.1/libffi-3.7.1.tar.gz" +blake3 = "1bf7b495a1aa00be51437d75adb234424a32449df80fd9a2c3727c48322966f9" script = """ DYNAMIC_INIT cp ${COOKBOOK_HOST_SYSROOT}/share/aclocal/libtool.m4 ./m4/ diff --git a/recipes/libs/libuv/recipe.toml b/recipes/libs/libuv/recipe.toml index 23b563c32d..adbf9b40bf 100644 --- a/recipes/libs/libuv/recipe.toml +++ b/recipes/libs/libuv/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://dist.libuv.org/dist/v1.51.0/libuv-v1.51.0.tar.gz" -blake3 = "e8b5e68bc2d0776ac4ea67df59d694fca58d5cc570c103443a2284e723d01fc2" +tar = "https://dist.libuv.org/dist/v1.52.1/libuv-v1.52.1.tar.gz" +blake3 = "433979d1027ec72d546e1e4440e193a9d587f1378a8405299d6f219d23c215b7" patches = ["redox.patch"] [build] diff --git a/recipes/libs/libxml2/recipe.toml b/recipes/libs/libxml2/recipe.toml index 75ef0e17ae..56744cf19c 100644 --- a/recipes/libs/libxml2/recipe.toml +++ b/recipes/libs/libxml2/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.3.tar.xz" -blake3 = "0653d3750576299c4cb88740942165671b576ff93019f3d669b3f37136225ab7" +tar = "https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.15.3/libxml2-v2.15.3.tar.bz2" +blake3 = "03c5284cd7fe6b524f9b69d3d7e42fd6f0226d1873eefbba1e485fe045024423" script = """ autotools_recursive_regenerate """