212,182 commits found in 7 milliseconds
add missing pledge, 'unix' needed for "gopass age agent"
https://github.com/gopasspw/gopass/commit/d9b731ce1e1590539516828a44cf02daba759801
xscreensaver: disable "worldpieces", xft_word_wrap segfaults (fails when
trying to wrap an empty string)
wayland/waybar: Unbreak USR1/USR2 signal handling
https://github.com/Alexays/Waybar/pull/4278 inadvertently broke handling
SIGUSR1/SIGUSR2 on OpenBSD. This reverts the offending bit.
+ replace sndio module in the default configuration with a custom module
using sndioctl(1)
OpenBSD /ports OmfIVoo — editors/vim distinfo Makefile, editors/vim/patches patch-runtime_autoload_tar_vim update to vim-9.2.357
xscreensaver: fix #! line for xshadertoy-based scripts, RDEP on bash (they
use exec -a, unsupported by base sh). noticed by lists at y42 dotorg
lowdown: use ports-gcc on base-gcc
base-gcc doesn't support deprecated attributes with deprecation message.
ports-gcc is lower friction than patching the header:
lowdown.h:460: error: wrong number of arguments specified for 'deprecated' attribute
security/mitmproxy: update to 12.2.2
security/py-mitmproxy_rs: update to 0.12.9
OpenBSD /ports tIex3YL — sysutils/prometheus distinfo Makefile, sysutils/prometheus/patches patch-mmap_openbsd Update prometheus to 3.5.2 (latest LTS release):
* [SECURITY] UI: Fix stored XSS via unescaped metric names and labels.
CVE-2026-40179 . #18507
* [PERF] Regex: Stop calling Simplify. #17908
OK sthen@
devel/sbt: update to 1.12.9
devel/maven: update to 3.9.15
Update to webkitgtk{41,60}-2.52.3.
OpenBSD /ports kpsZj4A — editors/libreoffice distinfo Makefile, editors/libreoffice/patches patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_hxx update to 26.2.2.2
Update to glib2-2.86.5.
Update to at-spi2-core-2.58.5.
Unbreak build, I had a non committed version of typescript installed.
OpenBSD /ports zON1rWU — sysutils/gemini-cli distinfo Makefile, sysutils/gemini-cli/patches patch-lib_node_modules_@google_gemini-cli_bundle_gemini_js Update to gemini-cli-0.38.1.
OpenBSD /ports CZgRNBk — sysutils/polkit Makefile, sysutils/polkit/patches patch-src_polkitagent_polkitagenthelperprivate_c Merge upstream fix for CVE-2026-4897 - getline() string overflow.
OpenBSD /ports jTwOEo5 — sysutils/polkit Makefile, sysutils/polkit/patches patch-src_polkitagent_polkitagenthelperprivate_c Merge upstream fix for CVE-2026-4897 - getline() string overflow.
OpenBSD /ports Raaxj4e — textproc/libxml distinfo Makefile, textproc/libxml/patches patch-runtest_c SECURITY update to libxml-2.15.3.
OpenBSD /ports OQF76rL — sysutils/google-cloud-sdk distinfo Makefile, sysutils/google-cloud-sdk/pkg PLIST Update to google-cloud-sdk-565.0.0.
Update to epiphany-49.8.1.
OpenBSD /ports jmxdVN6 — net/py-libcloud distinfo Makefile, net/py-libcloud/patches patch-pyproject_toml Update to py3-libcloud-3.9.1.
OpenBSD /ports 1oSCHnI — www/ungoogled-chromium distinfo, www/ungoogled-chromium/patches patch-chrome_browser_about_flags_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 update to 147.0.7727.101
security/nss: update to 3.123.
will be required for firefox 151 per #2026577
Update KiCad to 9.0.8
https://www.kicad.org/blog/2026/03/KiCad-9.0.8-Release/
Update to ngtcp2 1.22.1
Only code change in the lib cranks buf[1024] to buf[2048] to avoid a
stack overwrite when qlog is enabled.
https://github.com/ngtcp2/ngtcp2/releases/tag/v1.22.1
OpenBSD /ports lUtam0n — devel/arm-compute-library Makefile distinfo, devel/arm-compute-library/patches patch-SConstruct Update arm-compute-library to 53.0.0
OpenBSD /ports 1AdLt6Q — devel/codex/patches patch-codex-rs_modcargo-crates_v8-146_4_0_build_config_compiler_BUILD_gn patch-codex-rs_modcargo-crates_v8-146_4_0_build_toolchain_openbsd_BUILD_gn devel/codex: update to 0.121.0; recovery code mode; claim maintainership
patches which cut off code mode from codex grows, and I think soon it
will make that tool useless.
Here an opposite approach: build v8 which is requried for code mode.
For now it is limited only for amd64 and arm64.
OpenBSD /ports rTRMEHI — graphics/opencv Makefile, graphics/opencv/patches patch-cmake_OpenCVFindLAPACK_cmake Patch to link libcblas explicitly for LAPACK/Generic backend
Fixes build of opencv on sparc64
From Brad Smith