214,169 commits found in 29 milliseconds
simdutf doesn't need to depend on python at runtime
python is used at build time (amalgamate.py) and for tests.
ok volker (maintainer)
Update to meson-python-0.20.0.
Update to py3-pypdf-6.13.2.
Update to gemini-cli-0.46.0.
Update to terragrunt-1.0.8.
Update to openjph-0.28.0.
OpenBSD /ports dEYkKn0 — databases/duckdb Makefile distinfo, databases/duckdb/patches patch-CMakeLists_txt databases/duckdb: update to 1.5.3
with feedback from sthen@, ok rsadowski@
Update to goreleaser-2.16.0
From Laurent Cheylus (maintainer)
update to qbe 1.3
From Leo Larnack
hidden dep on libinput-openbsd, found by naddy@
OpenBSD /ports JkCCugQ — devel/ocaml-menhir distinfo Makefile, devel/ocaml-menhir/pkg PLIST PFRAG.native update menhir to 20240715 for ocaml 5 support
update findlib to 1.9.8 for ocaml 5 support
ok avsm@ (MAINTAINER)
OpenBSD /ports R2plxNK — devel/ocaml-ocamlbuild distinfo Makefile, devel/ocaml-ocamlbuild/patches patch-Makefile update ocamlbuild to 0.14.3 for ocaml 5 support
OpenBSD /ports pdlmmPk — security/gringotts Makefile, security/gringotts/patches patch-src_grg_entries_vis_c security/gringotts: use proper object type-casting macro to appease llvm22
OpenBSD /ports 6FsfPUW — net/tailscale distinfo modules.inc, net/tailscale/patches patch-net_dns_manager_go Update to tailscale-1.98.5
From Adriano Barbosa (maintainer)
geo/foxtrotgps: use proper object type-casting macro to appease llvm22
japanese/kterm: build fixes for llvm22; from Yozo TODA
Update to miniflux-2.3.1
From Igor Zornik (maintainer)
OpenBSD /ports dfTdn9c — lang/deno distinfo crates.inc, lang/deno/patches patch-modcargo-crates_v8-0_68_0_build_config_compiler_BUILD_gn patch-modcargo-crates_v8-149_2_0_third_party_libc++_src_include___locale_dir_support_bsd_like_h lang/deno: Update to 2.8.2
* Build with LLVM 22
* Removes the dependency on oniguruma again
New v8 patches courtesy of www/chromium and devel/codex, thanks!
Bring back removed dependencies in the last update (moved to build only)
lang/erlang/29: Update to 29.0.2
lang/erlang: Update to 27.3.4.13 and 28.5.0.2
Fixes
CVE-2026-48855
CVE-2026-48856
CVE-2026-48858
CVE-2026-48860
CVE-2026-49759
CVE-2026-49760
shells/bash: update to 5.3 patchlevel 15
update to libldns-1.9.2
update to libldns-1.9.2, version fix
drop, marked BROKEN since 2021, upstream has disappeared
remove, marked BROKEN since 2016
audio/mpg123: maintenance update to 1.33.6
opensc passes pointers to unsigned int to DES_encrypt[123] functions.
this breaks on i386 with LLVM 22's more restrictive checks as the types
of the variable pointed to don't match (the functions want DES_LONG *,
which is an unsigned long on i386). change to passing pointers to DES_LONG
instead, fixing i386, and a noop on other archs. ok tb@
OpenBSD /ports usZSooP — devel/llvm/22/patches patch-llvm_utils_TableGen_Common_CMakeLists_txt patch-llvm_utils_TableGen_Basic_CMakeLists_txt pass -D_LIBCPP_USE_LOWER_DEQUE_BLOCK_SIZE while building llvm-tblgen
this is the same change as we have in base to tame the memory usage
of llvm-tblgen
no bump needed, this is just an internal build tool