465,240 commits found in 71 milliseconds
OpenBSD /ports 9EpHpPx — games/tome4 Makefile, games/tome4/patches patch-src_physfs_physfs_c patch-src_tgl_h games/tome4: use the correct GL type and fix a pasto to appease llvm22
update to khal-0.14.0
Build .so's for Tcl 8 and 9.
Not great, not terrible.
ok sthen@, prodding from Chris Billington
add PORTROACH marker
afl++: unbreak: I overlooked a .rej
another port expecting standard timeval rather than the bpf_timeval
that only we use, mark BROKEN for now
mark pmacct BROKEN, bpf_timeval vs timeval issues detected by llvm22
change ntopng's existing BROKEN string to the same as this
net/owamp: take address of correct union member as pointed out by llvm22
print/bibview: add missing casts to fix build with llvm22
The implicit casts are already protected by class checks.
OpenBSD /ports AwrRHHc — devel/afl++ distinfo Makefile, devel/afl++/patches patch-afl-cmin patch-GNUmakefile Update to afl++ 4.40c
This builds with llvm22 but isn't perfect and needs more polishing.
For now you need to pass LDFLAGS+=-lexecinfo to afl-cc and friends.
maintainer timeout
bump due to kernel ABI change (struct bcachestats lost some members with
buffer flipper removal)
lang/gcc/16: removed dup entries across PLIST and PFRAG
Discussed, tweaked and OK: sthen@
bump due to kernel ABI change (struct bcachestats lost some members with
buffer flipper removal), found by landry
OpenBSD /ports ihwQ1nf — www/tor-browser/browser/patches patch-gfx_wr_webrender_src_texture_cache_rs www/tor-browser/browser: merge cbindgen fix for 0.29.4.
OpenBSD /ports tWOkv94 — www/firefox-esr distinfo Makefile, www/firefox-esr/patches patch-gfx_wr_webrender_src_texture_cache_rs www/firefox-esr: MFC update to 140.12.0.
see https://www.firefox.com/en-US/firefox/140.12.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-58/
add patch from #2046162 to fix build with cbindgen 0.29.4, should get
merged for the next esr
OpenBSD /ports IhHr1h6 — www/mozilla-firefox distinfo Makefile, www/mozilla-firefox/patches patch-security_nss_lib_nss_nss_h www/mozilla-firefox: MFC update to 152.0.
see https://www.firefox.com/en-US/firefox/152.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-57/
add patch to loosen dep on the very latest nss
OpenBSD /ports 2aRxJGr — www/firefox-esr distinfo Makefile, www/firefox-esr-i18n distinfo Makefile.inc www/firefox-esr: update to 140.12.0
see https://www.firefox.com/en-US/firefox/140.12.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-58/
www/firefox-i18n: update to 152.0, forgotten in previous
OpenBSD /ports WQcmCcf — www/mozilla-firefox distinfo Makefile, www/mozilla-firefox/patches patch-gfx_wr_webrender_src_texture_cache_rs www/mozilla-firefox: update to 152.0.
see https://www.firefox.com/en-US/firefox/152.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-57/
drop patch from #2046162, merged
isakmpd: Fix NULL dereference in message_validate_sa()
When the responder cookie is non-zero but sa_lookup_by_header()
finds no matching SA, msg->isakmp_sa is NULL. Thus check before
dereferencing.
Use awk instead of cut to help -portable.
Some platforms have size limits on cut.
Rename the visible ranges functions since they really relate to windows
and put them nto a new file.
OpenBSD /ports BOtvD7y — devel/codex crates.inc distinfo, devel/codex/patches patch-codex-rs_Cargo_toml patch-codex-rs_core_src_config_mod_rs devel/codex: update to 0.140.0
unbreak build; forgot to update patches before committing
update to librenms-26.6.0
Allow rectangle selection to extend past end of current line to behave
the same as vi with virtualedit=block set. From Mark Kelly in GitHub
issue 5227.
OpenBSD /src XtZdJAw — regress/usr.bin/ssh/unittests/crypto test_ed25519.c test_mldsa.c Include stdarg.h for va_list (needed for xmalloc.h).
Initialize wname so it we are not freeing garbage if it is not used.
Fix resizing floating pane with a left scrollbar, from Michael Grant.
Fix missing border when drawing floating panes. From Michael Grant.