OpenBSD/src 46h7Qpyshare/man/man4/man4.riscv64 smtgpio.4 Makefile

   smtgpio(4)
VersionDeltaFile
1.1+43-0share/man/man4/man4.riscv64/smtgpio.4
1.13+2-1share/man/man4/man4.riscv64/Makefile
+45-12 files

OpenBSD/src HKguBG9usr.bin/tmux tmux.1

   Document control ranges, from Dane Jensen.
VersionDeltaFile
1.1045+21-2usr.bin/tmux/tmux.1
+21-21 files

OpenBSD/src sCKQXjEusr.bin/tmux tty-draw.c

   Set up default and last cell before clearing padding, reported by
   someone on GitHub.
VersionDeltaFile
1.7+15-14usr.bin/tmux/tty-draw.c
+15-141 files

OpenBSD/src KDZ9zl2usr.bin/tmux regsub.c

   Do not read off end of buffer if it ends in \ when expanding \c, found
   by ossfuzz.
VersionDeltaFile
1.8+2-2usr.bin/tmux/regsub.c
+2-21 files

OpenBSD/src vTFnNT3usr.bin/tmux tty-draw.c

   Clamp width to terminal width, also change calculation of end of screen
   (it is OK to be outside the screen). Fixes problem reported by Dane
   Jensen in GitHub issue 4969.
VersionDeltaFile
1.6+11-10usr.bin/tmux/tty-draw.c
+11-101 files

OpenBSD/src TunH7diusr.sbin/smtpd unpack_dns.c

   fix previous bound check in dname_expand()

   introduced mistakenly by me while reworking renaud's diff.  spotted the
   hard way by deraadt

   ok jtt@
VersionDeltaFile
1.5+4-2usr.sbin/smtpd/unpack_dns.c
+4-21 files

OpenBSD/ports LvvnqShgeo/qgis Makefile distinfo, geo/qgis/pkg PLIST

   geo/qgis: update to 4.0.1
VersionDeltaFile
1.105+9-2geo/qgis/pkg/PLIST
1.229+6-3geo/qgis/Makefile
1.140+2-2geo/qgis/distinfo
+17-73 files

OpenBSD/ports J9KHOQndevel/py-uharfbuzz distinfo Makefile

   update to py3-uharfbuzz-0.53.6
VersionDeltaFile
1.2+2-2devel/py-uharfbuzz/distinfo
1.2+1-1devel/py-uharfbuzz/Makefile
+3-32 files

OpenBSD/ports KvUiIq7www/tomcat/v10 distinfo Makefile

   update to tomcat-10.1.54
VersionDeltaFile
1.41+4-4www/tomcat/v10/distinfo
1.48+1-1www/tomcat/v10/Makefile
+5-52 files

OpenBSD/ports DJzrYAdwww/tomcat/v9 distinfo Makefile

   update to tomcat-9.0.117
VersionDeltaFile
1.53+4-4www/tomcat/v9/distinfo
1.61+1-1www/tomcat/v9/Makefile
+5-52 files

OpenBSD/ports wTAlfPhdevel/py-tzdata distinfo Makefile

   update to py3-tzdata-2026.1
VersionDeltaFile
1.6+2-2devel/py-tzdata/distinfo
1.8+1-1devel/py-tzdata/Makefile
+3-32 files

OpenBSD/ports 83AMSNmtextproc/py-charset-normalizer distinfo Makefile

   update to py3-charset-normalizer-3.4.7
VersionDeltaFile
1.13+2-2textproc/py-charset-normalizer/distinfo
1.23+1-1textproc/py-charset-normalizer/Makefile
+3-32 files

OpenBSD/ports epjTYEtmail/fetchmail distinfo Makefile, mail/fetchmail/patches patch-Makefile_in

   update to fetchmail-6.6.3
VersionDeltaFile
1.48+2-2mail/fetchmail/distinfo
1.29+1-1mail/fetchmail/patches/patch-Makefile_in
1.176+1-1mail/fetchmail/Makefile
+4-43 files

OpenBSD/ports mPIT8ARsecurity/sslscan distinfo Makefile, security/sslscan/patches patch-Makefile

   update to sslscan-2.2.2
VersionDeltaFile
1.20+3-3security/sslscan/patches/patch-Makefile
1.32+2-2security/sslscan/distinfo
1.85+1-2security/sslscan/Makefile
+6-73 files

OpenBSD/src a4qGchGbin/ksh vi.c, regress/bin/ksh/edit vi.sh

   ksh: yank on 'change' in vi-mode

   Until now, only 'delete' operations in ksh's vi-mode yank the deleted
   range to the yank buffer. Make 'change' operations do the same.
   This is consistent with vi(1)'s behavior.

   ok tb@
VersionDeltaFile
1.14+36-4regress/bin/ksh/edit/vi.sh
1.69+3-2bin/ksh/vi.c
+39-62 files

OpenBSD/src 2xavOR3sys/dev/pci dwiic_pci.c azalia.c

   match on Intel 800 Series
   ok mlarkin@
VersionDeltaFile
1.35+7-1sys/dev/pci/dwiic_pci.c
1.292+3-1sys/dev/pci/azalia.c
+10-22 files

OpenBSD/src 3Lgl6Rpsys/arch/octeon/dev octciu.c

   sys/octeon: interrupts and barier cleanup

   octciu_intr_establish() happens on autoconf where only CPU0 exists, and
   on octeon we increase ncpus in cpu hatch, and not attach, which means
   that ncpus is 1 at octciu_intr_establish() time.

   What makes cpuid always 1 for that code and schedules all interrupts on
   CPU0.

   I also moved octciu_intr_barrier() to actual interrupt's cpu.

   OK: visa@, kn@
VersionDeltaFile
1.20+4-2sys/arch/octeon/dev/octciu.c
+4-21 files

OpenBSD/src PgBsHCpsys/dev/pci pcidevs_data.h pcidevs.h

   regen
VersionDeltaFile
1.2119+285-1sys/dev/pci/pcidevs_data.h
1.2124+72-1sys/dev/pci/pcidevs.h
+357-22 files

OpenBSD/src nOuUKzPsys/dev/pci pcidevs

   add Intel 800 Series ids

   from:
   Intel 800 Series Chipset Family Platform Controller Hub (PCH)
   Datasheet, Volume 1 of 2, Doc. No.: 833778, Rev.: 003

   ok mlarkin@
VersionDeltaFile
1.2131+72-1sys/dev/pci/pcidevs
+72-11 files

OpenBSD/ports fsXcULQgames/freesynd Makefile

   freesynd uses C++ so must use ports-gcc on base-gcc arches

   This doesn't fix the build on sparc64, but it's necessary to
   get there
VersionDeltaFile
1.10+3-0games/freesynd/Makefile
+3-01 files

OpenBSD/ports dLIFpeRnet/avahi distinfo Makefile, net/avahi/pkg PLIST-libs

   Update to avahi-0.9rc4.
VersionDeltaFile
1.13+2-2net/avahi/distinfo
1.6+3-0net/avahi/pkg/PLIST-libs
1.167+1-1net/avahi/Makefile
+6-33 files

OpenBSD/ports ihBy8oygames/scummvm Makefile distinfo, games/scummvm/patches patch-configure

   update to scummvm 2026.2.0
   tinygl is enabled again after an upstream change to reduce memory usage
VersionDeltaFile
1.109+1-3games/scummvm/Makefile
1.50+2-2games/scummvm/distinfo
1.32+2-2games/scummvm/patches/patch-configure
+5-73 files

OpenBSD/ports OnGBaMcsysutils/awscli/v1 distinfo Makefile

   Update to awscli-1.44.73.
VersionDeltaFile
1.26+2-2sysutils/awscli/v1/distinfo
1.28+2-2sysutils/awscli/v1/Makefile
+4-42 files

OpenBSD/ports ACQOf38net/py-boto3 distinfo Makefile

   Update to py3-boto3-1.42.83.
VersionDeltaFile
1.644+2-2net/py-boto3/distinfo
1.656+1-1net/py-boto3/Makefile
+3-32 files

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

   Update to py3-botocore-1.42.83.
VersionDeltaFile
1.320+18-0net/py-botocore/pkg/PLIST
1.861+2-2net/py-botocore/distinfo
1.871+1-1net/py-botocore/Makefile
+21-33 files

OpenBSD/ports iXEXn0qgraphics/openexr distinfo Makefile

   Update to OpenEXR-3.4.9.
VersionDeltaFile
1.47+2-2graphics/openexr/distinfo
1.86+1-1graphics/openexr/Makefile
+3-32 files

OpenBSD/ports PilGXNPgames/cdogs-sdl Makefile

   cdogs-sdl errors out with "multiple definition of `smat4_lerp'"

   Move to ports-gcc on gcc-arches to fix build on sparc64
VersionDeltaFile
1.12+4-0games/cdogs-sdl/Makefile
+4-01 files

OpenBSD/src Yd33exEsys/arch/alpha/alpha cpu.c, sys/arch/amd64/amd64 cpu.c

   Fix order of cpus in CPU_INFO_FOREACH

   The cpus were put into the linked list in mostly inverted order during attach.
   The linked list determines the order used by the CPU_INFO_FOREACH macros.
   Order the linked list by ci_cpuid instead.

   ok jca@ for most archs
   "this should go in" deraadt@
VersionDeltaFile
1.51+6-4sys/arch/alpha/alpha/cpu.c
1.61+7-3sys/arch/arm/arm/cpu.c
1.86+7-3sys/arch/mips64/mips64/cpu.c
1.24+7-3sys/arch/riscv64/riscv64/cpu.c
1.204+6-3sys/arch/amd64/amd64/cpu.c
1.148+6-3sys/arch/arm64/arm64/cpu.c
+39-191 files not shown
+45-227 files

OpenBSD/ports EnYPFY0www/newsraft distinfo Makefile

   Update newsraft to 0.36.
VersionDeltaFile
1.25+2-2www/newsraft/distinfo
1.27+1-1www/newsraft/Makefile
+3-32 files

OpenBSD/ports HnFiuvcwww/newsboat/patches patch-include_strprintf_h

   newsboat: update patch to reflect what was committed upstream.
VersionDeltaFile
1.4+3-9www/newsboat/patches/patch-include_strprintf_h
+3-91 files