From 3b3f8b54b760ff25cd05a621b44c69dfbc229562 Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Sat, 27 Sep 2025 23:45:14 +0900 Subject: misc/codex: update to 0.42.0 While here: - add missing test dependencies - add patches to adjust paths of bash and python3 executables Changelog: https://github.com/openai/codex/releases/tag/rust-v0.42.0 Reported by: GitHub (watch releases) --- misc/codex/files/patch-codex-rs_cli_Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 misc/codex/files/patch-codex-rs_cli_Cargo.toml (limited to 'misc/codex/files/patch-codex-rs_cli_Cargo.toml') diff --git a/misc/codex/files/patch-codex-rs_cli_Cargo.toml b/misc/codex/files/patch-codex-rs_cli_Cargo.toml new file mode 100644 index 000000000000..628216c84f5f --- /dev/null +++ b/misc/codex/files/patch-codex-rs_cli_Cargo.toml @@ -0,0 +1,12 @@ +--- codex-rs/cli/Cargo.toml.orig 2025-09-27 08:06:01 UTC ++++ codex-rs/cli/Cargo.toml +@@ -52,6 +52,9 @@ libc = { workspace = true } + [target.'cfg(target_os = "macos")'.dependencies] + libc = { workspace = true } + ++[target.'cfg(target_os = "freebsd")'.dependencies] ++libc = { workspace = true } ++ + [dev-dependencies] + assert_cmd = { workspace = true } + predicates = { workspace = true } -- cgit v1.2.3