OpenBSD/src IYBFlU6usr.sbin/ldapctl ldapctl.c

   Switch to imsgbuf_get and use imsg_get_data for two stat messages.

   ok jmatthew@
VersionDeltaFile
1.22+22-21usr.sbin/ldapctl/ldapctl.c
+22-211 files

OpenBSD/src MzcTdjIusr.sbin/ldapd imsgev.c

   Switch ldapd to imsgbuf_get and adjust the type of 'n' to int.

   OK jmatthew@
VersionDeltaFile
1.14+3-3usr.sbin/ldapd/imsgev.c
+3-31 files

OpenBSD/ports s76oeHTx11/gnome/nautilus Makefile

   Missing BDEP on x11/blueprint-compiler.

   spotted by naddy@
VersionDeltaFile
1.260+1-0x11/gnome/nautilus/Makefile
+1-01 files

OpenBSD/ports mLlhYKzsysutils/libvirt-python Makefile distinfo

   Update to py3-libvirt-12.6.0.
VersionDeltaFile
1.88+2-2sysutils/libvirt-python/distinfo
1.107+1-1sysutils/libvirt-python/Makefile
+3-32 files

OpenBSD/ports jDRqOresysutils/libvirt Makefile distinfo, sysutils/libvirt/patches patch-meson_build patch-src_storage_storage_util_c

   Update to libvirt-12.6.0.
VersionDeltaFile
1.9+2-2sysutils/libvirt/patches/patch-src_storage_storage_util_c
1.100+2-2sysutils/libvirt/distinfo
1.44+1-1sysutils/libvirt/patches/patch-meson_build
1.151+1-1sysutils/libvirt/Makefile
+6-64 files

OpenBSD/ports PbFHVXBx11/gnome/libadwaita Makefile distinfo

   Update to libadwaita-1.9.3.
VersionDeltaFile
1.55+2-2x11/gnome/libadwaita/distinfo
1.62+1-1x11/gnome/libadwaita/Makefile
+3-32 files

OpenBSD/ports Qp9Vgagdevel/libspectrum distinfo Makefile

   Update to libspectrum-1.6.3.
VersionDeltaFile
1.26+2-2devel/libspectrum/distinfo
1.46+2-2devel/libspectrum/Makefile
+4-42 files

OpenBSD/src K0Yn3rWregress/usr.bin/ssh Makefile

   disable pubkey-priority test until I can fix it to not pick up the
   user's keys from ~/.ssh
VersionDeltaFile
1.146+1-2regress/usr.bin/ssh/Makefile
+1-21 files

OpenBSD/src JHWjqibregress/usr.bin/ssh pubkey-priority.sh

   Fix expected output for implicit ordering test.  ok djm@
VersionDeltaFile
1.2+3-3regress/usr.bin/ssh/pubkey-priority.sh
+3-31 files

OpenBSD/src IU0zUBUlibexec/getty gettytab.5

   gettytab(5): man page fixes

   - add missing "ab" capability
   - "ps" is for a Develcon port selector, not MICOM port selector
   - the "uc" capability is still supported (kind of)
   - document the historical "td" capability
   - document the historical "he" capability
   - split the unsupported section into delay capabilities and others
   - since all the historical delay capabilities are unsupported we can
     delete the paragraph in BUGS that references them
   - for the same reason, the paragraph talking about delays being in
     milliseconds can also be deleted

   tweaks and ok jsg@
VersionDeltaFile
1.30+15-18libexec/getty/gettytab.5
+15-181 files

OpenBSD/src IGY7XnHinclude math.h

   math.h: replace a standards placeholder with an official version

   guenther@ also points out these are XSI extensions and so we should
   adjust from __POSIX_VISIBLE to __XPG_VISIBLE.

   ok guenther@ (some time ago), ok sthen@
VersionDeltaFile
1.37+3-3include/math.h
+3-31 files

OpenBSD/ports BpWSKEQmultimedia/x265 distinfo Makefile, multimedia/x265/patches patch-source_common_riscv64_cpu_h patch-source_common_cpu_h

   update to x265-4.3, from Brad (maintainer)
VersionDeltaFile
1.30+2-2multimedia/x265/distinfo
1.64+2-2multimedia/x265/Makefile
1.2+0-0multimedia/x265/patches/patch-source_common_riscv64_cpu_h
1.2+0-0multimedia/x265/patches/patch-source_common_cpu_h
1.6+0-0multimedia/x265/patches/patch-source_common_cpu_cpp
1.2+0-0multimedia/x265/patches/patch-source_common_aarch64_dct_S
+4-42 files not shown
+4-48 files

OpenBSD/src AsnLcHvusr.bin/tmux cmd-join-pane.c

   Check for floating only for flags that require a floating pane, reported
   by Ilya Grigoriev.
VersionDeltaFile
1.74+12-14usr.bin/tmux/cmd-join-pane.c
+12-141 files

OpenBSD/src 9vq7sndusr.bin/tmux tmux.h control.c

   Do not let a stuck client prevent the server from exiting - give up
   after 10 seconds. GitHub issue 5444 from Ben Maurer.
VersionDeltaFile
1.501+46-3usr.bin/tmux/server-client.c
1.64+18-1usr.bin/tmux/control.c
1.1421+4-1usr.bin/tmux/tmux.h
+68-53 files

OpenBSD/src LoqZt3Nusr.sbin/ripd control.c ripe.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.33+4-6usr.sbin/ripd/rde.c
1.39+3-5usr.sbin/ripd/ripe.c
1.46+3-5usr.sbin/ripd/ripd.c
1.36+2-3usr.sbin/ripd/control.c
+12-194 files

OpenBSD/src MQ5HHTLusr.sbin/ospf6d control.c rde.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.99+3-5usr.sbin/ospf6d/rde.c
1.63+3-5usr.sbin/ospf6d/ospf6d.c
1.40+2-3usr.sbin/ospf6d/control.c
+8-133 files

OpenBSD/src TEJuQtBusr.sbin/ospfd control.c rde.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.121+3-5usr.sbin/ospfd/rde.c
1.127+3-5usr.sbin/ospfd/ospfd.c
1.56+2-3usr.sbin/ospfd/control.c
+8-133 files

OpenBSD/src 0HoDE0Nusr.sbin/ldpd control.c ldpd.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.81+3-5usr.sbin/ldpd/ldpd.c
1.86+3-5usr.sbin/ldpd/lde.c
1.40+2-3usr.sbin/ldpd/control.c
+8-133 files

OpenBSD/src jzQ0kHlusr.sbin/eigrpd control.c rde.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.35+3-5usr.sbin/eigrpd/rde.c
1.39+3-5usr.sbin/eigrpd/eigrpd.c
1.18+2-3usr.sbin/eigrpd/control.c
+8-133 files

OpenBSD/src pS3a3lxusr.sbin/dvmrpd rde.c dvmrpe.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.32+3-5usr.sbin/dvmrpd/dvmrpe.c
1.36+3-5usr.sbin/dvmrpd/dvmrpd.c
1.41+2-3usr.sbin/dvmrpd/rde.c
+8-133 files

OpenBSD/src HLhTtJTsys/dev/fdt qcgpio_fdt.c

   Add SC7280 support.

   ok jsg@
VersionDeltaFile
1.8+6-3sys/dev/fdt/qcgpio_fdt.c
+6-31 files

OpenBSD/ports D96g7KCnet/i2p Makefile distinfo, net/i2p/pkg PLIST

   Update to i2p 2.13.0.

   Diff from David Uhden Collado, thanks!
VersionDeltaFile
1.17+2-2net/i2p/distinfo
1.17+1-1net/i2p/pkg/PLIST
1.30+1-1net/i2p/Makefile
+4-43 files

OpenBSD/ports zqIT1aKarchivers/lzip/tarlz Makefile distinfo

   Update tarlz to 0.30.
VersionDeltaFile
1.18+2-2archivers/lzip/tarlz/distinfo
1.25+1-1archivers/lzip/tarlz/Makefile
+3-32 files

OpenBSD/ports IAZdFryemulators/atari800 Makefile distinfo

   Update atari800 to 7.1.2.
VersionDeltaFile
1.10+2-2emulators/atari800/distinfo
1.16+1-1emulators/atari800/Makefile
+3-32 files

OpenBSD/ports syP1LJ0devel/json-c distinfo Makefile

   update to json-c-0.19
VersionDeltaFile
1.31+2-10devel/json-c/Makefile
1.10+2-2devel/json-c/distinfo
+4-122 files

OpenBSD/ports rULzET4devel/jsoncpp distinfo Makefile

   update to jsoncpp-1.9.8
VersionDeltaFile
1.18+2-2devel/jsoncpp/distinfo
1.36+2-2devel/jsoncpp/Makefile
+4-42 files

OpenBSD/ports oSFgDGharchivers/lzip/tarlz Makefile

   add missing TDEP
VersionDeltaFile
1.24+1-0archivers/lzip/tarlz/Makefile
+1-01 files

OpenBSD/ports 4xOZXW2sysutils/salt/3008/patches patch-salt_modules_openbsd_sysctl_py patch-salt_modules_openbsdrcctl_service_py, sysutils/salt/3008/pkg PLIST

   import salt-3008.2;

   this is now a separate port because of the 'The great Salt module migration'

   https://salt.tips/the-great-salt-module-migration/

   ok aja@
VersionDeltaFile
1.1+3,223-0sysutils/salt/3008/pkg/PLIST
1.1+414-0sysutils/salt/3008/patches/patch-salt_modules_openbsdpkg_py
1.1+402-0sysutils/salt/3008/patches/patch-salt_modules_vmctl_py
1.1+334-0sysutils/salt/3008/patches/patch-salt_modules_openbsdservice_py
1.1+293-0sysutils/salt/3008/patches/patch-salt_modules_openbsdrcctl_service_py
1.1+149-0sysutils/salt/3008/patches/patch-salt_modules_openbsd_sysctl_py
+4,815-036 files not shown
+4,984-042 files

OpenBSD/ports oM8A0Bvsysutils/salt distinfo

   remove distinfo as well
VersionDeltaFile
1.77+0-0sysutils/salt/distinfo
+0-01 files

OpenBSD/ports zDPXqcesysutils/salt Makefile.inc Makefile, sysutils/salt/3007/patches patch-salt_scripts_py patch-salt_modules_vmctl_py

   split the salt port per major version

   version 3008 will bring huge changes so keep the older 3007 version
   around as well
VersionDeltaFile
1.1+5,249-0sysutils/salt/3007/pkg/PLIST
1.203+3-95sysutils/salt/Makefile
1.1+95-0sysutils/salt/Makefile.inc
1.1+73-0sysutils/salt/3007/patches/patch-salt_utils_pycrypto_py
1.1+45-0sysutils/salt/3007/patches/patch-salt_modules_vmctl_py
1.1+33-0sysutils/salt/3007/patches/patch-salt_scripts_py
+5,498-9532 files not shown
+5,678-9538 files