Date: Tue, 05 May 2026 07:21:33 +0000 From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4f0a195a5495 - main - misc/codex: Update to 0.128.0 Message-ID: <69f99a7d.42f12.4ad9aefc@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f0a195a549559131cb7444877c54e127266395c commit 4f0a195a549559131cb7444877c54e127266395c Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2026-05-05 07:15:21 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2026-05-05 07:21:25 +0000 misc/codex: Update to 0.128.0 Changelog: https://github.com/openai/codex/releases/tag/rust-v0.128.0 Reported by: GitHub (watch releases) --- misc/codex/Makefile | 10 +++++++--- misc/codex/Makefile.crates | 1 + misc/codex/distinfo | 8 +++++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/misc/codex/Makefile b/misc/codex/Makefile index a6cd9f285089..f8fa76575a97 100644 --- a/misc/codex/Makefile +++ b/misc/codex/Makefile @@ -1,7 +1,6 @@ PORTNAME= codex DISTVERSIONPREFIX= rust-v -DISTVERSION= 0.125.0 -PORTREVISION= 1 +DISTVERSION= 0.128.0 CATEGORIES= misc devel MAINTAINER= tagattie@FreeBSD.org @@ -74,6 +73,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}&|' \ ${BUILD_WRKSRC}/cli/src/debug_sandbox/pid_tracker.rs \ ${BUILD_WRKSRC}/core/src/command_canonicalization.rs \ + ${BUILD_WRKSRC}/core/src/context/environment_context_tests.rs \ ${BUILD_WRKSRC}/core/src/exec_policy.rs \ ${BUILD_WRKSRC}/core/src/exec_policy_tests.rs \ ${BUILD_WRKSRC}/core/src/exec_tests.rs \ @@ -93,6 +93,7 @@ post-patch: @${REINPLACE_CMD} -e 's|python3|${PYTHON_VERSION}|' \ ${BUILD_WRKSRC}/app-server/src/config_api.rs \ ${BUILD_WRKSRC}/app-server/tests/suite/v2/command_exec.rs \ + ${BUILD_WRKSRC}/app-server/tests/suite/v2/hooks_list.rs \ ${BUILD_WRKSRC}/app-server/tests/suite/v2/thread_resume.rs \ ${BUILD_WRKSRC}/app-server/tests/suite/v2/thread_shell_command.rs \ ${BUILD_WRKSRC}/app-server/tests/suite/v2/turn_interrupt.rs \ @@ -103,10 +104,11 @@ post-patch: ${BUILD_WRKSRC}/core-skills/src/invocation_utils.rs \ ${BUILD_WRKSRC}/core-skills/src/invocation_utils_tests.rs \ ${BUILD_WRKSRC}/core/src/command_canonicalization_tests.rs \ - ${BUILD_WRKSRC}/core/src/config_loader/tests.rs \ + ${BUILD_WRKSRC}/core/src/config/config_loader_tests.rs \ ${BUILD_WRKSRC}/core/src/exec_policy.rs \ ${BUILD_WRKSRC}/core/src/exec_policy_tests.rs \ ${BUILD_WRKSRC}/core/src/mcp_tool_call_tests.rs \ + ${BUILD_WRKSRC}/core/src/session/tests.rs \ ${BUILD_WRKSRC}/core/tests/suite/approvals.rs \ ${BUILD_WRKSRC}/core/tests/suite/exec.rs \ ${BUILD_WRKSRC}/core/tests/suite/hooks.rs \ @@ -117,8 +119,10 @@ post-patch: ${BUILD_WRKSRC}/exec-server/tests/exec_process.rs \ ${BUILD_WRKSRC}/exec/tests/suite/sandbox.rs \ ${BUILD_WRKSRC}/execpolicy/tests/basic.rs \ + ${BUILD_WRKSRC}/external-agent-migration/src/lib.rs \ ${BUILD_WRKSRC}/hooks/src/engine/mod_tests.rs \ ${BUILD_WRKSRC}/hooks/src/events/post_tool_use.rs \ + ${BUILD_WRKSRC}/linux-sandbox/tests/suite/landlock.rs \ ${BUILD_WRKSRC}/linux-sandbox/tests/suite/managed_proxy.rs \ ${BUILD_WRKSRC}/shell-command/src/bash.rs \ ${BUILD_WRKSRC}/shell-command/src/command_safety/is_safe_command.rs \ diff --git a/misc/codex/Makefile.crates b/misc/codex/Makefile.crates index 4885401447f2..6fe242c495b8 100644 --- a/misc/codex/Makefile.crates +++ b/misc/codex/Makefile.crates @@ -881,6 +881,7 @@ CARGO_CRATES= Inflector-0.11.4 \ system-configuration-sys-0.6.0 \ system-deps-7.0.7 \ tagptr-0.2.0 \ + tar-0.4.45 \ target-lexicon-0.13.3 \ tempfile-3.27.0 \ temporal_capi-0.1.2 \ diff --git a/misc/codex/distinfo b/misc/codex/distinfo index cc1dacc1063c..d7cb641a580e 100644 --- a/misc/codex/distinfo +++ b/misc/codex/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1777094194 +TIMESTAMP = 1777952381 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/actix-codec-0.5.2.crate) = 5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a @@ -1765,6 +1765,8 @@ SHA256 (rust/crates/system-deps-7.0.7.crate) = 48c8f33736f986f16d69b6cb8b03f55dd SIZE (rust/crates/system-deps-7.0.7.crate) = 28941 SHA256 (rust/crates/tagptr-0.2.0.crate) = 7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417 SIZE (rust/crates/tagptr-0.2.0.crate) = 13320 +SHA256 (rust/crates/tar-0.4.45.crate) = 22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973 +SIZE (rust/crates/tar-0.4.45.crate) = 67847 SHA256 (rust/crates/target-lexicon-0.13.3.crate) = df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c SIZE (rust/crates/target-lexicon-0.13.3.crate) = 28498 SHA256 (rust/crates/tempfile-3.27.0.crate) = 32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd @@ -2297,5 +2299,5 @@ SHA256 (openai-oss-forks-tungstenite-rs-9200079d3b54a1ff51072e24d81fd354f085156f SIZE (openai-oss-forks-tungstenite-rs-9200079d3b54a1ff51072e24d81fd354f085156f_GH0.tar.gz) = 293929 SHA256 (openai-oss-forks-tokio-tungstenite-132f5b39c862e3a970f731d709608b3e6276d5f6_GH0.tar.gz) = d533d657efccf27a6c11c86114998b1a777d5243696d19da2e180729bda7c47d SIZE (openai-oss-forks-tokio-tungstenite-132f5b39c862e3a970f731d709608b3e6276d5f6_GH0.tar.gz) = 31620 -SHA256 (openai-codex-rust-v0.125.0_GH0.tar.gz) = 1e20b221eaedc20135a76b897ff536bc8fa0021d5b9ff13e6bf7543060a91766 -SIZE (openai-codex-rust-v0.125.0_GH0.tar.gz) = 7032117 +SHA256 (openai-codex-rust-v0.128.0_GH0.tar.gz) = 7fa05570bb9b3e65a690bb58933d26bcb804b777ff63ff5d831027354374e047 +SIZE (openai-codex-rust-v0.128.0_GH0.tar.gz) = 7297632home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f99a7d.42f12.4ad9aefc>
