OpenBSD/ports GkvKfhbsysutils/terragrunt distinfo Makefile

   Update to terragrunt-0.58.1.
VersionDeltaFile
1.227+2-2sysutils/terragrunt/distinfo
1.234+1-1sysutils/terragrunt/Makefile
+3-32 files

OpenBSD/ports NOnIxn2sysutils/libvirt-python distinfo Makefile

   Update to py3-libvirt-10.3.0.
VersionDeltaFile
1.63+2-2sysutils/libvirt-python/distinfo
1.78+1-1sysutils/libvirt-python/Makefile
+3-32 files

OpenBSD/ports PkXdNrysysutils/libvirt Makefile distinfo

   Update to libvirt-10.3.0.
VersionDeltaFile
1.122+5-5sysutils/libvirt/Makefile
1.75+2-2sysutils/libvirt/distinfo
+7-72 files

OpenBSD/ports qoBtsX1inputmethods/ibus Makefile distinfo, inputmethods/ibus/patches patch-client_gtk2_ibusimcontext_c

   Update to ibus-1.5.30.
VersionDeltaFile
1.98+2-6inputmethods/ibus/Makefile
1.24+2-2inputmethods/ibus/distinfo
1.12+2-2inputmethods/ibus/patches/patch-client_gtk2_ibusimcontext_c
+6-103 files

OpenBSD/ports mPeLZN7x11/gnome/initial-setup distinfo Makefile, x11/gnome/initial-setup/patches patch-gnome-initial-setup_gnome-initial-setup-copy-worker_c

   Update to gnome-initial-setup-46.1.
VersionDeltaFile
1.50+2-2x11/gnome/initial-setup/distinfo
1.95+1-2x11/gnome/initial-setup/Makefile
1.2+1-1x11/gnome/initial-setup/patches/patch-gnome-initial-setup_gnome-initial-setup-copy-worker_c
+4-53 files

OpenBSD/ports 1MlDdvTnet/coredns distinfo modules.inc

   Update to coredns-1.11.3.
VersionDeltaFile
1.20+296-746net/coredns/distinfo
1.11+107-219net/coredns/modules.inc
1.25+1-1net/coredns/Makefile
+404-9663 files

OpenBSD/ports 9GumxQzsysutils/consul-template distinfo modules.inc

   Update to consul-template-0.37.5.
VersionDeltaFile
1.38+20-16sysutils/consul-template/distinfo
1.17+9-7sysutils/consul-template/modules.inc
1.53+1-1sysutils/consul-template/Makefile
+30-243 files

OpenBSD/ports 8l3DL0Ssysutils/broot distinfo crates.inc

   Update broot to 1.37.0.
VersionDeltaFile
1.18+144-140sysutils/broot/distinfo
1.19+71-69sysutils/broot/crates.inc
1.24+1-1sysutils/broot/Makefile
+216-2103 files

OpenBSD/ports 1jDfcDvgames/yquake2 Makefile distinfo

   update to yquake2 8.30. From Tom Murphy who also takes MAINTAINER. ok with former maintainer awolk@
VersionDeltaFile
1.30+2-3games/yquake2/Makefile
1.12+2-2games/yquake2/distinfo
+4-52 files

OpenBSD/ports uzbtBjldevel/git-cola distinfo Makefile, devel/git-cola/pkg PLIST

   Update to git-cola-4.7.0

   Changes: https://github.com/git-cola/git-cola/blob/v4.7.0/CHANGES.rst
VersionDeltaFile
1.36+2-2devel/git-cola/distinfo
1.31+3-0devel/git-cola/pkg/PLIST
1.62+1-1devel/git-cola/Makefile
+6-33 files

OpenBSD/ports NkDJlyWnet/bgpq4 distinfo Makefile

   Update bgpq4 to 1.13

   OK tb@
VersionDeltaFile
1.13+2-2net/bgpq4/distinfo
1.16+1-1net/bgpq4/Makefile
+3-32 files

OpenBSD/src vgg09K9usr.sbin/smtpd util.c table.5

   unbreak parsing of IPv6 addresses in file-backed table(5)s

   The file parser splits the line on the ':' character too for key-value
   tables, and so mis-parses IPv6 addresses.  The "::1 localhost" example
   in table(5) is actually parsed as key "" and value ":1 localhost".

   For list tables, the "# @list" marker can be used as a workaround, but
   for key-valued the parser has to be fixed.

   There are also some weird edge cases when splitting the lines.

   Now the parser always splits on the first whitespace or colon, and then
   strips the spaces.  For lines starting with '[' the parser will jump to
   the matching ']' before attempting to split.  So, for example:

        [::1]:localhost         becomes "[::1]" -> "localhost"
        [::1] example.org       becomes "[::1]" -> "example.org"
        foo: bar                becomes "foo" -> "bar"
        foo::bar                becomes "foo" -> ":bar"

    [8 lines not shown]
VersionDeltaFile
1.157+16-24usr.sbin/smtpd/util.c
1.14+12-9usr.sbin/smtpd/table.5
+28-332 files

OpenBSD/ports xucxE6Kgames/nudoku distinfo Makefile, games/nudoku/patches patch-src_main_c

   Update nudoku to 4.0.0.
VersionDeltaFile
1.1+43-0games/nudoku/patches/patch-src_main_c
1.4+2-2games/nudoku/distinfo
1.6+1-1games/nudoku/Makefile
1.4+1-0games/nudoku/pkg/PLIST
+47-34 files

OpenBSD/ports YKDfSe1news/sabnzbd distinfo Makefile, news/sabnzbd/pkg PLIST

   Update to sabnzbd-4.3.0

   Release notes: https://github.com/sabnzbd/sabnzbd/releases/tag/4.3.0
VersionDeltaFile
1.22+5-4news/sabnzbd/pkg/PLIST
1.41+2-2news/sabnzbd/distinfo
1.59+1-1news/sabnzbd/Makefile
+8-73 files

OpenBSD/src RwEjmlhsys/kern uipc_usrreq.c

   Don't re-lock sockets in uipc_shutdown().

   No reason to lock peer. It can't be or became listening socket, both
   sockets can't be in the middle of connecting or disconnecting.

   ok bluhm
VersionDeltaFile
1.205+3-3sys/kern/uipc_usrreq.c
+3-31 files

OpenBSD/ports QS8dIFYdevel/cmake cmake.port.mk

   cmake: limit the maximum number of autogen moc/uic processes to ${MAKE_JOBS}

   Previously cmake was using up $ncpus jobs for those autogen tasks.  The
   limit is not perfect for ${MAKE_JOBS} > 1 since an affected port might
   use up to 2 * ${MAKE_JOBS} jobs, but it's still better than no limit
   on machines with lots of cpus.

   ok phessler@ rsadowski@ (maintainer)
VersionDeltaFile
1.85+4-0devel/cmake/cmake.port.mk
+4-01 files

OpenBSD/ports 1ihI3uYsecurity/suricata Makefile distinfo, security/suricata/patches patch-src_suricata_c patch-suricata_yaml_in

   Update to suricata 7.0.5

   Fixes CVE-2024-32663 CVE-2024-32664 CVE-2024-32867

   OK gonzalo@
VersionDeltaFile
1.15.2.2+6-6security/suricata/patches/patch-src_suricata_c
1.20.2.1+3-3security/suricata/patches/patch-suricata_yaml_in
1.65.2.2+2-3security/suricata/Makefile
1.22.2.1+2-2security/suricata/distinfo
1.13.2.1+1-1security/suricata/patches/patch-configure_ac
+14-155 files

OpenBSD/ports i3At1S6shells/nushell distinfo crates.inc

   Update to nushell-0.93.0
VersionDeltaFile
1.6+406-344shells/nushell/distinfo
1.6+202-171shells/nushell/crates.inc
1.7+6-1shells/nushell/Makefile
+614-5163 files

OpenBSD/src JDvgCvpusr.sbin/vmctl main.c vmctl.8

   vmctl(8): Add 'vmctl status -r'

   The -r option can be used to limit the output of 'vmctl status' to only
   running VMs. This is useful for machines that have a large number of
   stopped VMs, as the running ones are printed at the top by default and
   previously required scrolling back to see the list of running VMs, and/or
   using 'grep RUNNING'.

   There is no change for users not using -r.

   ok dv
VersionDeltaFile
1.77+22-6usr.sbin/vmctl/main.c
1.77+6-3usr.sbin/vmctl/vmctl.8
1.90+4-1usr.sbin/vmctl/vmctl.c
+32-103 files

OpenBSD/ports N29DlJ9devel/jdk/1.8/patches patch-hotspot_src_os_bsd_vm_os_bsd_cpp, devel/jdk/11/patches patch-src_hotspot_os_bsd_os_bsd_cpp

   Fix patch description to correctly describe the reason for the patch:
       Use the correct number of cpus when hw.smt=0
   Pointed out by Kirill A. Korinsky <kirill at korins.ky> and sthen@
VersionDeltaFile
1.11+1-1devel/jdk/1.8/patches/patch-hotspot_src_os_bsd_vm_os_bsd_cpp
1.4+1-1devel/jdk/11/patches/patch-src_hotspot_os_bsd_os_bsd_cpp
1.4+1-1devel/jdk/17/patches/patch-src_hotspot_os_bsd_os_bsd_cpp
1.2+1-1devel/jdk/21/patches/patch-src_hotspot_os_bsd_os_bsd_cpp
+4-44 files

OpenBSD/src vwVGXMRlib/libcrypto/asn1 t_crl.c

   Remove a useless OBJ_obj2nid() call from X509_CRL_print()

   ok beck (as part of a larger diff)
VersionDeltaFile
1.25+1-2lib/libcrypto/asn1/t_crl.c
+1-21 files

OpenBSD/ports VfDukJesecurity/boringssl/head Makefile distinfo

   Update to boringssl 20240502
VersionDeltaFile
1.22+2-2security/boringssl/head/Makefile
1.16+2-2security/boringssl/head/distinfo
+4-42 files

OpenBSD/ports 5De0Gsjgeo/traccar distinfo Makefile, geo/traccar/patches patch-conf_default_xml

   update to traccar-6.1, from Renaud Allard (maintainer)
   note, the legacy web ui has been removed
VersionDeltaFile
1.28+144-1,115geo/traccar/pkg/PLIST
1.15+7-7geo/traccar/patches/patch-conf_default_xml
1.25+2-2geo/traccar/distinfo
1.38+1-1geo/traccar/Makefile
+154-1,1254 files

OpenBSD/ports A8ErdBzdevel/jdk/21 Makefile distinfo, devel/jdk/21/patches patch-src_hotspot_os_bsd_os_bsd_cpp

   Update to 21.0.3 GA:
   * Contains upstream bug and security fixes:
     https://openjdk.org/groups/vulnerability/advisories/2024-04-16
   * Take advantage of hyperthreading when hw.smt is enabled. Patch
     originally submitted by Kirill A. Korinsky <kirill at korins.ky>
VersionDeltaFile
1.1+17-0devel/jdk/21/patches/patch-src_hotspot_os_bsd_os_bsd_cpp
1.5+2-2devel/jdk/21/Makefile
1.4+2-2devel/jdk/21/distinfo
+21-43 files

OpenBSD/ports 01JnIvDdevel/jdk/17 Makefile distinfo, devel/jdk/17/patches patch-src_hotspot_os_bsd_os_bsd_cpp

   Update to 17.0.11 GA:
   * Contains upstream bug and security fixes:
     https://openjdk.org/groups/vulnerability/advisories/2024-04-16
   * Take advantage of hyperthreading when hw.smt is enabled. Patch
     originally submitted by Kirill A. Korinsky <kirill at korins.ky>
VersionDeltaFile
1.3+11-12devel/jdk/17/patches/patch-src_hotspot_os_bsd_os_bsd_cpp
1.31+2-2devel/jdk/17/Makefile
1.14+2-2devel/jdk/17/distinfo
+15-163 files

OpenBSD/ports 0G4rsPPnet/iamb Makefile

   iamb: add usual NOT_FOR_ARCHS due to ring 0.16
VersionDeltaFile
1.5+2-0net/iamb/Makefile
+2-01 files

OpenBSD/src 1vUN4t7sys/kern uipc_socket.c

   Pass `sosp' instead of `so' to sblock() when locking `so_snd' within
   sosplice().

   ok bluhm
VersionDeltaFile
1.332+2-2sys/kern/uipc_socket.c
+2-21 files

OpenBSD/src mi3D9Dqsys/arch/luna88k/cbus i82365_cbus.c if_ne_cbus.c

   Delete extra spaces, change spaces to tab.

   No binary change.
VersionDeltaFile
1.8+7-7sys/arch/luna88k/cbus/i82365_cbus.c
1.4+3-3sys/arch/luna88k/cbus/if_ne_cbus.c
1.10+3-3sys/arch/luna88k/cbus/nec86hw.c
+13-133 files

OpenBSD/ports NllZu9isecurity/openssl Makefile.inc

   openssl already disabled ftp://, remove those from SITES.
   ok tb@
VersionDeltaFile
1.12+2-4security/openssl/Makefile.inc
+2-41 files

OpenBSD/ports V0TSuAUsecurity/openssl/quictls Makefile

   quictls: use better HOMEPAGE
VersionDeltaFile
1.7+3-1security/openssl/quictls/Makefile
+3-11 files