From cc9bcb64a07531ade4f8345468f8697f0e211bd7 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Wed, 1 Apr 2026 05:43:27 +0700 Subject: [PATCH 1/2] Update scripts for php and pkg-config --- recipes/dev/php84/recipe.toml | 3 +-- recipes/dev/pkg-config/recipe.toml | 8 +------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/recipes/dev/php84/recipe.toml b/recipes/dev/php84/recipe.toml index 7144de029..21ca76e41 100644 --- a/recipes/dev/php84/recipe.toml +++ b/recipes/dev/php84/recipe.toml @@ -26,8 +26,7 @@ dependencies = [ "libzip", "ncursesw", "nghttp2", - "openssl1", - "openssl3", # put this after openssl1 + "openssl3", "pcre", "sqlite3", "xz", diff --git a/recipes/dev/pkg-config/recipe.toml b/recipes/dev/pkg-config/recipe.toml index 0560e2dac..68fd460c5 100644 --- a/recipes/dev/pkg-config/recipe.toml +++ b/recipes/dev/pkg-config/recipe.toml @@ -9,11 +9,5 @@ GNU_CONFIG_GET config.sub dependencies = [ "gettext", "glib", - "libiconv", - "pcre2", ] -template = "custom" -script = """ -DYNAMIC_INIT -cookbook_configure -""" +template = "configure" From 12c9a4d49855d2da49b3998e8fa64ac09d0a4c84 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 5 Apr 2026 02:24:20 +0700 Subject: [PATCH 2/2] Add missing blake3 hashes --- recipes/archives/zstd/recipe.toml | 1 + recipes/dev/gnu-make/recipe.toml | 3 ++- recipes/libs/termcap/recipe.toml | 1 + recipes/net/download/wget/recipe.toml | 1 + recipes/tools/gnu-binutils/recipe.toml | 1 + recipes/tools/sed/recipe.toml | 1 + recipes/wip/dev/other/gperf/recipe.toml | 1 + recipes/wip/libs/other/libxkbcommon/recipe.toml | 2 +- recipes/wip/libs/tls/openssl3/recipe.toml | 1 + 9 files changed, 10 insertions(+), 2 deletions(-) diff --git a/recipes/archives/zstd/recipe.toml b/recipes/archives/zstd/recipe.toml index 10796f853..5e09a2488 100644 --- a/recipes/archives/zstd/recipe.toml +++ b/recipes/archives/zstd/recipe.toml @@ -1,5 +1,6 @@ [source] tar = "https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz" +blake3 = "730dca31244abd219e995f03a55d95b2cfb4b3e16cda055a79fa6f30a4f0e1db" patches = [ "01_redox.patch" ] diff --git a/recipes/dev/gnu-make/recipe.toml b/recipes/dev/gnu-make/recipe.toml index 36e1b9f39..d456b5c52 100644 --- a/recipes/dev/gnu-make/recipe.toml +++ b/recipes/dev/gnu-make/recipe.toml @@ -1,6 +1,7 @@ -#TODO very basic makefiles are tested to work but needs more testing +#TODO slower jobserver due to lack of named pipes [source] tar = "http://ftp.gnu.org/gnu/make/make-4.4.tar.gz" +blake3 = "1a0e5353205e106bd9b3c0f4a5f37ee1156a1e1c8feb771d1b4842c216612cba" patches = [ "redox.patch" ] diff --git a/recipes/libs/termcap/recipe.toml b/recipes/libs/termcap/recipe.toml index 55a613ea7..635dc17dd 100644 --- a/recipes/libs/termcap/recipe.toml +++ b/recipes/libs/termcap/recipe.toml @@ -1,5 +1,6 @@ [source] tar = "https://ftp.gnu.org/gnu/termcap/termcap-1.3.1.tar.gz" +blake3 = "57c095e0bb6e60e7b4a0597f51f7ac15b501ca0f95d37424d8d13978d28b8da3" [build] template = "custom" script = """ diff --git a/recipes/net/download/wget/recipe.toml b/recipes/net/download/wget/recipe.toml index 06c00e4c1..9a86d88f9 100644 --- a/recipes/net/download/wget/recipe.toml +++ b/recipes/net/download/wget/recipe.toml @@ -1,5 +1,6 @@ [source] tar = "https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz" +blake3 = "1c3c31259d23ed3890535fd3b8713082c74e41d459c8f290c1650ab1afab8f35" [build] dependencies = [ "openssl3", diff --git a/recipes/tools/gnu-binutils/recipe.toml b/recipes/tools/gnu-binutils/recipe.toml index dfb90fd77..b0a4f96d6 100644 --- a/recipes/tools/gnu-binutils/recipe.toml +++ b/recipes/tools/gnu-binutils/recipe.toml @@ -1,5 +1,6 @@ [source] tar = "https://ftp.gnu.org/gnu/binutils/binutils-2.43.1.tar.xz" +blake3 = "f074c81313b70eabc58ce9a9411cd771c5fa2433792d0ad8abcc45f603f58ed6" patches = ["01_build_fix.patch"] script = """ DYNAMIC_INIT diff --git a/recipes/tools/sed/recipe.toml b/recipes/tools/sed/recipe.toml index c9f58cec0..486b6de58 100644 --- a/recipes/tools/sed/recipe.toml +++ b/recipes/tools/sed/recipe.toml @@ -1,5 +1,6 @@ [source] tar = "https://ftp.gnu.org/gnu/sed/sed-4.4.tar.xz" +blake3 = "a88c12b2b4304e53e3c7ae2eb0499d02e28873c1b9e1a6871e5347c6886a1ecd" patches = [ "sed.patch" ] diff --git a/recipes/wip/dev/other/gperf/recipe.toml b/recipes/wip/dev/other/gperf/recipe.toml index 6ee5c00b0..1de4341c0 100644 --- a/recipes/wip/dev/other/gperf/recipe.toml +++ b/recipes/wip/dev/other/gperf/recipe.toml @@ -1,5 +1,6 @@ #TODO Promote [source] tar = "https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz" +blake3 = "7023ada08089bb46d7c000af7a6eaded9b4cf0ec2d1018d28a1a1425a4ec5680" [build] template = "configure" diff --git a/recipes/wip/libs/other/libxkbcommon/recipe.toml b/recipes/wip/libs/other/libxkbcommon/recipe.toml index c84ca142f..d62aaec7e 100644 --- a/recipes/wip/libs/other/libxkbcommon/recipe.toml +++ b/recipes/wip/libs/other/libxkbcommon/recipe.toml @@ -1,7 +1,7 @@ #TODO: promote [source] tar = "https://xkbcommon.org/download/libxkbcommon-1.7.0.tar.xz" -b3sum = "5001ca0b8562feeef2010bf16c05657e3875fda3ed5fdedbf48b9135e5cdfcbc" +blake3 = "5001ca0b8562feeef2010bf16c05657e3875fda3ed5fdedbf48b9135e5cdfcbc" [build] template = "meson" diff --git a/recipes/wip/libs/tls/openssl3/recipe.toml b/recipes/wip/libs/tls/openssl3/recipe.toml index 158ce8fe1..6f5a6c900 100644 --- a/recipes/wip/libs/tls/openssl3/recipe.toml +++ b/recipes/wip/libs/tls/openssl3/recipe.toml @@ -1,6 +1,7 @@ #TODO: promote [source] tar = "https://github.com/openssl/openssl/releases/download/openssl-3.5.3/openssl-3.5.3.tar.gz" +blake3 = "e1622a4587c71c278355bf38ff5a619918bd51e3cd37214d53dd5345b187fc10" patches = [ "redox.patch" ] [build]