OpenBSD/src H1SkuoVsys/arch/octeon/conf RAMDISK GENERIC

   sys/octeon: add em to GENERIC and RAMDISK kernels

   OK: visa@
VersionDeltaFile
1.48+4-1sys/arch/octeon/conf/RAMDISK
1.63+4-1sys/arch/octeon/conf/GENERIC
+8-22 files

OpenBSD/ports wutguGEaudio Makefile

   +pyradio
VersionDeltaFile
1.527+1-0audio/Makefile
+1-01 files

OpenBSD/ports euWYxOmaudio/pyradio Makefile distinfo, audio/pyradio/pkg PLIST DESCR

   Initial revision
VersionDeltaFile
1.1+170-0audio/pyradio/pkg/PLIST
1.1+31-0audio/pyradio/Makefile
1.1+2-0audio/pyradio/pkg/DESCR
1.1+2-0audio/pyradio/distinfo
1.1.1.1+0-0audio/pyradio/pkg/PLIST
1.1.1.1+0-0audio/pyradio/pkg/DESCR
+205-02 files not shown
+205-08 files

OpenBSD/ports 1LSDeO2infrastructure/templates mk.conf.template

   poison DBP_PROPERTIES
VersionDeltaFile
1.42+2-1infrastructure/templates/mk.conf.template
+2-11 files

OpenBSD/ports tstHT34games/godot Makefile.inc

   spell DPB_PROPERTIES correctly, and use += not ?= (as tb noticed,
   DPB_PROPERTIES is already set by scons.port.mk).
VersionDeltaFile
1.2+1-1games/godot/Makefile.inc
+1-11 files

OpenBSD/src LFg0fOKusr.bin/tmux cmd-list-keys.c

   Error if key is unknown rather than just carry on, GitHub issue 5248.
VersionDeltaFile
1.77+7-2usr.bin/tmux/cmd-list-keys.c
+7-21 files

OpenBSD/src XI7sFrNregress/usr.bin/make Makefile mk44

   check that make rejects empty variable names, from espie
VersionDeltaFile
1.52+7-2regress/usr.bin/make/Makefile
1.1+7-0regress/usr.bin/make/mk44
+14-22 files

OpenBSD/src CvFDPeUusr.bin/tmux tmux.1

   Fix {} keys in tmux.1, pointed out by tb.
VersionDeltaFile
1.1096+8-4usr.bin/tmux/tmux.1
+8-41 files

OpenBSD/src ttlcr48usr.bin/make parsevar.c

   refuse empty variable names, from espie
   has been through multiple mkr and at least one ports bulk
VersionDeltaFile
1.19+3-1usr.bin/make/parsevar.c
+3-11 files

OpenBSD/ports w8kyP5ftextproc/meld distinfo Makefile, textproc/meld/pkg PLIST

   Update to meld-3.24.0.
VersionDeltaFile
1.46+2-2textproc/meld/distinfo
1.94+1-1textproc/meld/Makefile
1.39+1-0textproc/meld/pkg/PLIST
+4-33 files

OpenBSD/ports uluWKdedevel/appstream Makefile distinfo, devel/appstream/pkg PLIST-main

   Update to appstream-1.1.3.
VersionDeltaFile
1.23+7-2devel/appstream/Makefile
1.12+2-2devel/appstream/pkg/PLIST-main
1.13+2-2devel/appstream/distinfo
+11-63 files

OpenBSD/ports YjgliUssysutils/awscli/v1 distinfo Makefile, sysutils/awscli/v1/pkg PLIST

   Update to awscli-1.45.34.
VersionDeltaFile
1.35+2-2sysutils/awscli/v1/distinfo
1.37+2-2sysutils/awscli/v1/Makefile
1.14+2-0sysutils/awscli/v1/pkg/PLIST
+6-43 files

OpenBSD/ports WLbYjtWnet/py-boto3 Makefile distinfo

   Update to py3-boto3-1.43.34.
VersionDeltaFile
1.665+2-2net/py-boto3/Makefile
1.653+2-2net/py-boto3/distinfo
+4-42 files

OpenBSD/ports qDhkb0Znet/py-s3transfer distinfo Makefile

   Update to py3-s3transfer-0.19.0.
VersionDeltaFile
1.51+2-2net/py-s3transfer/distinfo
1.64+1-1net/py-s3transfer/Makefile
+3-32 files

OpenBSD/ports xW6Bdpunet/py-botocore distinfo Makefile, net/py-botocore/pkg PLIST

   Update to py3-botocore-1.43.34.
VersionDeltaFile
1.870+2-2net/py-botocore/distinfo
1.880+1-1net/py-botocore/Makefile
1.328+1-0net/py-botocore/pkg/PLIST
+4-33 files

OpenBSD/ports TIuZCIMgraphics/openexr distinfo Makefile

   SECURITY update to OpenEXR-3.4.13.
VersionDeltaFile
1.51+2-2graphics/openexr/distinfo
1.90+1-1graphics/openexr/Makefile
+3-32 files

OpenBSD/src SHJZCvJusr.sbin/dhcpd parse.c

   dhcpd: use error check per timegm(3) manpage

   ok florian
VersionDeltaFile
1.30+3-2usr.sbin/dhcpd/parse.c
+3-21 files

OpenBSD/src u8EyxAfusr.sbin/httpd server_file.c

   httpd: error check timegm(3) per the manual

   ok job rsadowski
VersionDeltaFile
1.81+8-3usr.sbin/httpd/server_file.c
+8-31 files

OpenBSD/src VirJnXNsys/kern sysv_msg.c

   Calculate the msg_copyin() `xfer' as min(available space, ...) not
   min(total space, ...). Otherwise we read outside of userland buffer.

   Also, I like to use sizeof(variable) instead of sizeof(type).

   ok cludwig
VersionDeltaFile
1.43+7-6sys/kern/sysv_msg.c
+7-61 files

OpenBSD/ports tI4M3BDsecurity/john-jumbo Makefile, security/john-jumbo/patches patch-src_x86-64_S

   security/john-jumbo: fix regress tests on CET/IBT capable CPUs
VersionDeltaFile
1.1+15-0security/john-jumbo/patches/patch-src_x86-64_S
1.33+1-1security/john-jumbo/Makefile
+16-12 files

OpenBSD/ports B8XjGOUsecurity/john-jumbo Makefile

   security/john-jumbo: fixes so regress tests can run

   ok and tweaked by rsadowski@
VersionDeltaFile
1.32+5-2security/john-jumbo/Makefile
+5-21 files

OpenBSD/ports KgWI9Mjsecurity/john Makefile, security/john/patches patch-src_x86-64_S patch-src_params_h

   security/john: fix regress tests on CET/IBT capable CPUs
VersionDeltaFile
1.1+43-0security/john/patches/patch-src_x86-64_S
1.10+5-4security/john/patches/patch-src_params_h
1.57+3-1security/john/Makefile
+51-53 files

OpenBSD/ports pWJ2NDrlang/cim Makefile, lang/cim/pkg PLIST

   lang/cim: unbreak with llvm 22
VersionDeltaFile
1.8+3-5lang/cim/Makefile
1.3+2-2lang/cim/pkg/PLIST
+5-72 files

OpenBSD/src WJ6rpxeusr.bin/tmux popup.c tmux.h

   popup_write can be deleted now also.
VersionDeltaFile
1.73+1-15usr.bin/tmux/popup.c
1.1361+1-2usr.bin/tmux/tmux.h
+2-172 files

OpenBSD/src N0SXCzSusr.bin/tmux spawn.c popup.c

   Use a floating pane for the buffer mode editor instead of a popup.
VersionDeltaFile
1.41+187-10usr.bin/tmux/spawn.c
1.72+9-125usr.bin/tmux/popup.c
1.48+86-3usr.bin/tmux/window-buffer.c
1.1360+9-7usr.bin/tmux/tmux.h
1.343+4-1usr.bin/tmux/window.c
1.212+2-1usr.bin/tmux/server.c
+297-1476 files

OpenBSD/src DlPgiVDusr.bin/tmux window-visible.c

   Do not loop forever if a pane ends up with borders the wrong way round.
VersionDeltaFile
1.2+5-1usr.bin/tmux/window-visible.c
+5-11 files

OpenBSD/ports M8xtxkSfonts/monaspace distinfo Makefile

   Update monaspace to 1.400.
VersionDeltaFile
1.2+8-8fonts/monaspace/distinfo
1.2+1-1fonts/monaspace/Makefile
+9-92 files

OpenBSD/src 7kyA1y1usr.bin/tmux mode-tree.c window-tree.c

   Draw help directly instead of using a popup.
VersionDeltaFile
1.85+80-53usr.bin/tmux/mode-tree.c
1.80+13-13usr.bin/tmux/window-tree.c
1.43+10-10usr.bin/tmux/window-client.c
1.20+10-10usr.bin/tmux/window-customize.c
1.47+8-8usr.bin/tmux/window-buffer.c
+121-945 files

OpenBSD/ports 7umPcapcad/geda-gaf Makefile, cad/geda-gaf/patches patch-configure patch-Makefile_in

   cad/geda-gaf: retire xorn which is Python 2 code

   This project isn't being maintained and upstream suggests moving to
   Ringdove instead.

   In the meantime, stop building xorn so we can continue to move away from
   stuff that needs Python 2.
VersionDeltaFile
1.11+0-299cad/geda-gaf/pkg/PLIST
1.2+19-1cad/geda-gaf/patches/patch-configure
1.44+1-7cad/geda-gaf/Makefile
1.2+1-1cad/geda-gaf/patches/patch-Makefile_in
+21-3084 files

OpenBSD/ports gc80EkBcad/geda-gaf Makefile, cad/geda-gaf/patches patch-utils_gxyrs_gxyrs_pm

   cad/geda-gaf: repair gxyrs tests failing due to Perl warning changes
VersionDeltaFile
1.1+14-0cad/geda-gaf/patches/patch-utils_gxyrs_gxyrs_pm
1.43+1-1cad/geda-gaf/Makefile
+15-12 files