OpenBSD/ports wv784w4graphics/py-imageio distinfo Makefile

   Update to py3-imageio-2.37.3.
VersionDeltaFile
1.4+2-2graphics/py-imageio/distinfo
1.18+1-2graphics/py-imageio/Makefile
+3-42 files

OpenBSD/ports MZaMas0devel/p5-Log-Any Makefile distinfo

   Update to p5-Log-Any-1.719.
VersionDeltaFile
1.23+3-1devel/p5-Log-Any/Makefile
1.15+2-2devel/p5-Log-Any/distinfo
+5-32 files

OpenBSD/ports CWzTRacastro/py-astropy-iers-data distinfo Makefile

   Update to py3-astropy-iers-data-0.2026.3.16.0.53.33.
VersionDeltaFile
1.28+2-2astro/py-astropy-iers-data/distinfo
1.30+1-1astro/py-astropy-iers-data/Makefile
+3-32 files

OpenBSD/ports OChdAGTwayland/labwc Makefile

   labwc uses C11. Move to ports-gcc on base-gcc arches to fix build
   on sparc64
VersionDeltaFile
1.12+4-0wayland/labwc/Makefile
+4-01 files

OpenBSD/ports qqP5HQjsysutils/tray-app Makefile

   libnotify base-gcc chokes on __attribute__((__deprecated__)) annotating enum

   Move to ports-gcc on base-gcc arches to fix build on sparc64
VersionDeltaFile
1.13+4-0sysutils/tray-app/Makefile
+4-01 files

OpenBSD/ports 53nHtwcgames/ezquake Makefile

   Mark BROKEN-sparc64. Wants Link Time Optimization, but it is not available
VersionDeltaFile
1.23+2-0games/ezquake/Makefile
+2-01 files

OpenBSD/src sWfWqMOsys/sys signal.h

   SIGWINCH is now part of POSIX.1-2024

   From Lennart Jablonka; ok guenther@, deraadt@
VersionDeltaFile
1.30+4-2sys/sys/signal.h
+4-21 files

OpenBSD/src GNOzqc3usr.sbin/sysupgrade sysupgrade.sh

   The percentage heuristic has failed for me on 40% of the machines
   I run, so it is clear it is going to fail for many more people when
   the next release comes out.  It is wrong, back it out.
VersionDeltaFile
1.62+3-2usr.sbin/sysupgrade/sysupgrade.sh
+3-21 files

OpenBSD/ports LWzwfB7textproc/cookcli Makefile

   cookcli uses C1x. Move to ports-gcc on base-gcc arches to fix
   build on sparc64
VersionDeltaFile
1.9+4-0textproc/cookcli/Makefile
+4-01 files

OpenBSD/ports b2qDPnbsysutils/ruby-openvox/8 Makefile, sysutils/ruby-openvox/8/patches patch-_metadata patch-lib_puppet_provider_package_openbsd_rb

   two patches landed upstream

   also drop substitution for one unpatched file and regen one patch
VersionDeltaFile
1.2+2-2sysutils/ruby-openvox/8/patches/patch-_metadata
1.11+1-2sysutils/ruby-openvox/8/Makefile
1.2+1-1sysutils/ruby-openvox/8/patches/patch-lib_puppet_provider_package_openbsd_rb
1.2+1-0sysutils/ruby-openvox/8/patches/patch-lib_puppet_provider_user_useradd_rb
+5-54 files

OpenBSD/ports Q7c7zHFwayland/gtkgreet Makefile

   gtkgreet uses C11, so move to ports-gcc on base-gcc arches

   Fixes the build on sparc64
VersionDeltaFile
1.2+4-0wayland/gtkgreet/Makefile
+4-01 files

OpenBSD/ports FoKiT3vaudio/gmpc Makefile

   libnotify base-gcc chokes on __attribute__((__deprecated__)) annotating enum

   Move to ports-gcc on base-gcc arches to fix build on sparc64
VersionDeltaFile
1.78+4-0audio/gmpc/Makefile
+4-01 files

OpenBSD/ports 7VYs5FFx11/mate/settings-daemon Makefile

   libnotify base-gcc chokes on __attribute__((__deprecated__)) annotating enum

   Move to ports-gcc on base-gcc arches to fix build on sparc64
VersionDeltaFile
1.32+4-0x11/mate/settings-daemon/Makefile
+4-01 files

OpenBSD/ports TsYRA9Egeo/geoclue2 Makefile

   libnotify base-gcc chokes on __attribute__((__deprecated__)) annotating enum

   Move to ports-gcc to fix build on sparc64
VersionDeltaFile
1.59+4-0geo/geoclue2/Makefile
+4-01 files

OpenBSD/ports JzAZgjIx11/mate/caja Makefile

   libnotify base-gcc chokes on __attribute__((__deprecated__)) annotating enum

   Move to ports-gcc on base-gcc arches to fix build on sparc64
VersionDeltaFile
1.31+4-0x11/mate/caja/Makefile
+4-01 files

OpenBSD/ports p0UGFmAdevel/py-holidays distinfo Makefile, devel/py-holidays/pkg PLIST

   update py-holidays to 0.93
VersionDeltaFile
1.5+23-0devel/py-holidays/pkg/PLIST
1.7+2-2devel/py-holidays/distinfo
1.8+1-2devel/py-holidays/Makefile
+26-43 files

OpenBSD/ports 4wIqoRtwww/jupyter-notebook distinfo Makefile, www/jupyter-notebook/pkg PLIST

   update jupyter-notebook to 7.5.5
VersionDeltaFile
1.28+58-58www/jupyter-notebook/pkg/PLIST
1.23+2-2www/jupyter-notebook/distinfo
1.43+1-1www/jupyter-notebook/Makefile
+61-613 files

OpenBSD/ports Tim2Mk4www/py-tornado Makefile distinfo, www/py-tornado/pkg PLIST

   update py-tornado to 6.5.5

   Addresses:
   CVE-2025-47287
   CVE-2025-67724
   CVE-2025-67725
   CVE-2025-67726

   ok sthen@
VersionDeltaFile
1.37+5-3www/py-tornado/Makefile
1.17+2-2www/py-tornado/distinfo
1.21+2-0www/py-tornado/pkg/PLIST
+9-53 files

OpenBSD/src JN2wYYVsys/netinet tcp_input.c

   Ignore TCP SACK packets with invalid sequence numbers.

   Due to an integer overflow, sequence numbers in selective ACK packets
   were accepted.  Such packets caused a NULL pointer dereference in
   the TCP stack, resulting in a kernel crash.

   Reported by Nicholas Carlini at anthropic dot com
   with deraadt@; OK markus@

   this is errata/7.7/031_sack.patch.sig
VersionDeltaFile
1.434.4.1+4-2sys/netinet/tcp_input.c
+4-21 files

OpenBSD/src ItSV62tsys/netinet tcp_input.c

   Ignore TCP SACK packets with invalid sequence numbers.

   Due to an integer overflow, sequence numbers in selective ACK packets
   were accepted.  Such packets caused a NULL pointer dereference in
   the TCP stack, resulting in a kernel crash.

   Reported by Nicholas Carlini at anthropic dot com
   with deraadt@; OK markus@

   this is errata/7.8/025_sack.patch.sig
VersionDeltaFile
1.464.2.1+4-2sys/netinet/tcp_input.c
+4-21 files

OpenBSD/ports zbO39bpnet/tdesktop distinfo Makefile

   update to tdesktop 6.6.4
VersionDeltaFile
1.158+2-2net/tdesktop/distinfo
1.212+1-2net/tdesktop/Makefile
+3-42 files

OpenBSD/src l36KCUbsys/netinet tcp_input.c

   Ignore TCP SACK packets with invalid sequence numbers.

   Due to an integer overflow, sequence numbers in selective ACK packets
   were accepted.  Such packets caused a NULL pointer dereference in
   the TCP stack, resulting in a kernel crash.

   Reported by Nicholas Carlini at anthropic dot com
   with deraadt@; OK markus@
VersionDeltaFile
1.465+4-2sys/netinet/tcp_input.c
+4-21 files

OpenBSD/ports 2AUbO8Zlang/gleam distinfo Makefile

   lang/gleam: Update to 1.15.2
VersionDeltaFile
1.29+2-2lang/gleam/distinfo
1.35+1-1lang/gleam/Makefile
+3-32 files

OpenBSD/ports N7rBFiMarchivers/lzip/lzip distinfo Makefile

   Update lzip to 1.26.
VersionDeltaFile
1.14+2-2archivers/lzip/lzip/distinfo
1.25+1-1archivers/lzip/lzip/Makefile
+3-32 files

OpenBSD/src AuQYhNOlib/libexpat Changes, lib/libexpat/lib xmlparse.c

   Backport fixes from libexpat version 2.7.5.

   Relevant for OpenBSD are security fixes #1158 #1161 #1162 #1163,
   other changes #1156 #1153.  Library bump is not necessary.
   CVE-2026-32776 CVE-2026-32777 CVE-2026-32778

   OK tb@

   this is errata/7.7/030_expat.patch.sig
VersionDeltaFile
1.42.4.3+53-10lib/libexpat/lib/xmlparse.c
1.6.4.2+27-3lib/libexpat/tests/basic_tests.c
1.6.4.1+30-0lib/libexpat/tests/misc_tests.c
1.1.8.2+27-0lib/libexpat/tests/nsalloc_tests.c
1.30.4.3+21-0lib/libexpat/Changes
+158-135 files

OpenBSD/src JblDS4Xlib/libexpat Changes, lib/libexpat/lib xmlparse.c

   Backport fixes from libexpat version 2.7.5.

   Relevant for OpenBSD are security fixes #1158 #1161 #1162 #1163,
   other changes #1156 #1153.  Library bump is not necessary.
   CVE-2026-32776 CVE-2026-32777 CVE-2026-32778

   this is errata/7.8/024_expat.patch.sig
VersionDeltaFile
1.44.2.2+53-10lib/libexpat/lib/xmlparse.c
1.7.2.2+27-3lib/libexpat/tests/basic_tests.c
1.8.2.1+30-0lib/libexpat/tests/misc_tests.c
1.2.2.1+27-0lib/libexpat/tests/nsalloc_tests.c
1.32.2.2+21-0lib/libexpat/Changes
+158-135 files

OpenBSD/ports gfpfbbKnet/samba Makefile distinfo, net/samba/patches patch-source3_modules_vfs_streams_xattr_c patch-source3_wscript

   Update to samba-4.24.0

   Changes: https://www.samba.org/samba/history/samba-4.24.0.html

   Bump couple of shared libs per check_sym's suggestion

   Test and OK Ian McWilliam (co-maintainer)
VersionDeltaFile
1.87+43-0net/samba/pkg/PLIST-main
1.1+17-0net/samba/patches/patch-source3_modules_vfs_streams_xattr_c
1.371+7-7net/samba/Makefile
1.28+0-9net/samba/patches/patch-source3_wscript
1.5+3-3net/samba/patches/patch-source3_lib_sysquotas_c
1.137+2-2net/samba/distinfo
+72-213 files not shown
+74-239 files

OpenBSD/ports 2tB0ehGdatabases/tdb distinfo Makefile

   Update to tdb-1.4.15

   Needed for samba-4.24.0

   Test and OK Ian McWilliam (co-maintainer)
VersionDeltaFile
1.26+2-2databases/tdb/distinfo
1.59+1-1databases/tdb/Makefile
+3-32 files

OpenBSD/ports yCTXw3Idevel/libtalloc Makefile distinfo

   Update to libtalloc-2.4.4

   Needed for samba-4.24.0

   Bump minor of shared lib per check_sym's suggestion

   Test and OK Ian McWilliam (co-maintainer)
VersionDeltaFile
1.46+2-3devel/libtalloc/Makefile
1.20+2-2devel/libtalloc/distinfo
+4-52 files

OpenBSD/ports SvXENVnwww/sogo Makefile distinfo, www/sogo/pkg PLIST

   update to 5.12.4 and drop MAINTAINER
VersionDeltaFile
1.62+88-0www/sogo/pkg/PLIST
1.117+3-5www/sogo/Makefile
1.62+2-2www/sogo/distinfo
+93-73 files