463,701 commits found in 76 milliseconds
Fix test_valid_uri() by passing the correct entry to strlen().
OpenBSD /ports Pcgm90D — net/fastnetmon Makefile, net/fastnetmon/patches patch-src_CMakeLists_txt patch-src_notify_about_attack_sh readd net/fastnetmon, requested and tested by Tom Smyth
update comment about libbson vs mongo-c-driver
OpenBSD /ports Lz2odHk — sysutils/firmware/arm64-qcom-dtb Makefile, sysutils/firmware/arm64-qcom-dtb/patches patch-src_arm64_qcom_x1e80100-samsung-galaxy-book4-edge_dts - Add new I2C device node to attach samsabi(4) to the SAM060B EC at address
0x62.
- Power on the GXTP7936 touch-screen, and disable the interrupts until we
can find the correct pin for it. ums(4) will handle it as a polling device
for now.
ok kirill@
OpenBSD /ports chxdhG0 — databases/p5-DBD-mysql distinfo Makefile, databases/p5-DBD-mysql/patches patch-t_10connect_t patch-dbdimp_c update to p5-DBD-mysql-4.055, ok giovanni@
Update to noto-fonts-2026.05.01. Move from hinted TTF to unhinted OTF.
Font hinting is not as useful as it once was. On modern high-resolution
displays, unhinted is a better choice. Additionally, switching to
unhinted provides sizeable space savings, about 60 MB for noto-fonts.
Ensure asr's sockets are close-on-exec to avoid a potential leak into children.
ok jca brynet
OpenBSD /ports AQtUo64 — graphics/giflib Makefile distinfo, graphics/giflib/patches patch-Makefile patch-tests_makefile Update for giflib to 6.1.3.
https://sourceforge.net/p/giflib/code/ci/edff4aed17f857442ab0cac31566572ba08f93d3/log/
OK and tweaks by jca@
Update to terragrunt-1.0.6.
Update to helvum-0.6.2.
Update to papers-50.2.
OpenBSD /ports LyrnJVa — www/mozilla-firefox distinfo Makefile, www/mozilla-firefox/patches patch-js_src_ctypes_libffi_src_dlmalloc_c patch-config_makefiles_rust_mk www/mozilla-firefox: MFC update to 151.0.1.
see https://www.firefox.com/en-US/firefox/151.0.1/releasenotes/
and https://www.firefox.com/en-US/firefox/151.0/releasenotes/
151.0 fixed https://www.mozilla.org/security/advisories/mfsa2026-46
while here also merge robert's patch which neuters shared memory (shm*)
in webrtc to unbreak screen sharing while using pledge
geo/pygeoapi: MFC update to 0.23.4.
0.23.3 fixes the following security issues:
https://github.com/geopython/pygeoapi/security/advisories/GHSA-f6pr-83pg-ghh6
https://github.com/geopython/pygeoapi/security/advisories/GHSA-jgvc-94c8-3chc
0.23.0 adds support for OGC API pub/sub, so add py-paho-mqtt as an RDEP
see https://github.com/geopython/pygeoapi/releases/tag/0.23.0
www/sogo (& sope): MFC security update to 5.12.8.
see https://www.sogo.nu/news/2026/sogo-v5128-released.html
and https://www.sogo.nu/news/2026/sogo-v5128-released.html
fixes CVE-2026-39178 , CVE-2026-39179 & CVE-2026-8851
geo/mapserver: MFC security update to 8.6.3.
fixes https://github.com/MapServer/MapServer/security/advisories/GHSA-4h8g-378q-r75m
OpenBSD /ports EaIMAXb — x11/xfce4/libxfce4windowing Makefile distinfo, x11/xfce4/libxfce4windowing/pkg PLIST x11/xfce4/libxfce4windowing: update to 4.20.6.
see https://gitlab.xfce.org/xfce/libxfce4windowing/-/tags/libxfce4windowing-4.20.6
www/firefox-esr: MFC update to 140.11.0.
see https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-48/
OpenBSD /ports 0Q7r5MP — mail/mozilla-thunderbird distinfo Makefile, mail/mozilla-thunderbird/pkg PLIST mail/mozilla-thunderbird: MFC update to 140.11.0
see https://www.thunderbird.net/en-US/thunderbird/140.11.0esr/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-51/
OpenBSD /ports Ie3swfz — www/firefox-i18n distinfo Makefile.inc, www/mozilla-firefox distinfo Makefile www/mozilla-firefox: update to 151.0.1.
see https://www.firefox.com/en-US/firefox/151.0.1/releasenotes/
Enable samsabi(4) .
ok kettenis@
Add man page for the new samsabi(4) driver.
ok kettenis@
Add samsabi(4) , a driver for the Samsung Advanced BIOS Interface (SABI),
a vendor command interface of the embedded controller found in Samsung
laptops.
For now we support keyboard backlight control, as tested on the Samsung
Galaxy Book4 Edge.
Feedback and ok kettenis@
xtar: fix build with llvm22 (don't cast NULL to wrong pointer type)
(forgotten cvs add in previous)
remove unused prototypes
OpenBSD /src Vt4RLXn — sys/arch/arm/arm genassym.cf fiq.c, sys/arch/arm/conf files.arm remove unused fiq code; ok miod@
graphics/colord: fix confusion over 64-bit type for llvm22
ok ajacoutot@
cast a struct sockaddr * to typedef of struct sockaddr_bird * (which is
just a padded sockaddr *), the subsequent address extraction (involving
a bit of indirection) doesn't touch the bytes of padding, removes warning
seen with llvm19 which becomes an error
drop some now-bogus configure args while there
OpenBSD /ports fhaolLT — databases/postgresql distinfo Makefile, databases/postgresql/pkg PLIST-docs update to postgresql-docs-18.4
missed cvs add in previous
sys/qwz: use devices number of RX and TX streams
It actually mirrors Linux ath12k
OK: mglocker@