diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-09-27 23:45:14 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-09-27 23:48:02 +0900 |
commit | 3b3f8b54b760ff25cd05a621b44c69dfbc229562 (patch) | |
tree | 182bd961c591d0a07e1612666c5c1d450349ada7 /misc/codex/files/patch-codex-rs_cli_Cargo.toml | |
parent | security/git-credential-oauth: Update to 0.16.0 (diff) |
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)
Diffstat (limited to 'misc/codex/files/patch-codex-rs_cli_Cargo.toml')
-rw-r--r-- | misc/codex/files/patch-codex-rs_cli_Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
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 } |