OpenBSD/ports jYmpn6gdatabases/mongodb Makefile.inc, databases/mongodb/44 Makefile distinfo

   switch mongodb 4.4 to uploaded distfile (it was failing with this when
   try to build enterprise sources, but seems happy after an rm).
VersionDeltaFile
1.29+4-3databases/mongodb/44/Makefile
1.17+2-2databases/mongodb/44/distinfo
1.10+1-1databases/mongodb/Makefile.inc
+7-63 files

OpenBSD/src Ve60VWdlib/libcrypto/modes gcm128_i386.c

   Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().

   Contrary to naming, the '"June" MMX version' of gcm_ghash_4bit_mmx() uses
   SSE, while the 'pure-MMX "May" version' does not. This detail got missed
   when I was untangling OPENSSL_IA32_SSE2.

   Found the hard way by Tate Baldwin and Dennis Camera.
VersionDeltaFile
1.2+2-2lib/libcrypto/modes/gcm128_i386.c
+2-21 files

OpenBSD/src Q0J8gWelib/libcrypto/arch/i386 crypto_cpu_caps.c crypto_arch.h

   Provide CRYPTO_CPU_CAPS_I386_SSE
VersionDeltaFile
1.7+4-2lib/libcrypto/arch/i386/crypto_cpu_caps.c
1.14+2-1lib/libcrypto/arch/i386/crypto_arch.h
+6-32 files

OpenBSD/src 2YhgoDrusr.sbin/rpki-client filemode.c

   rpki-client: plug a leak in filemode

   When displaying an rsync:// uri, filemode would load the file into the
   buf pointer which is never freed. Surprisingly, various static analysis
   tools fail to notice this.

   ok job
VersionDeltaFile
1.74+5-2usr.sbin/rpki-client/filemode.c
+5-21 files

OpenBSD/src 2tkkHxIsys/netinet6 ip6_var.h

   remove unused ip6_sendredirect extern
   the variable is ip6_sendredirects, which has another extern here
VersionDeltaFile
1.129+1-2sys/netinet6/ip6_var.h
+1-21 files

OpenBSD/src tW0Q4xRsys/netinet tcp_timer.h

   remove unused tcp_ttl extern, var replaced by ip_defttl in 1993
VersionDeltaFile
1.28+1-2sys/netinet/tcp_timer.h
+1-21 files

OpenBSD/ports vAWjdC9net/tailscale distinfo Makefile

   Update to tailscale-1.92.4

   From Adriano Barbosa (maintainer)
VersionDeltaFile
1.61+2-2net/tailscale/distinfo
1.64+1-2net/tailscale/Makefile
+3-42 files

OpenBSD/ports cRlCVOenet/ergo distinfo Makefile

   Update to ergo-2.17.0

   From Lydia Sobot (maintainer)
VersionDeltaFile
1.3+2-2net/ergo/distinfo
1.4+1-1net/ergo/Makefile
+3-32 files

OpenBSD/ports gQR3A1Vnet/miniflux distinfo modules.inc

   Update to miniflux-2.2.15

   From Igor Zornik (maintainer)
VersionDeltaFile
1.24+84-88net/miniflux/distinfo
1.23+23-25net/miniflux/modules.inc
1.28+1-1net/miniflux/Makefile
+108-1143 files

OpenBSD/src 9k9qdCsshare/man/man4 pci.4

   missing Xr; from Jesper Wallin
VersionDeltaFile
1.414+4-4share/man/man4/pci.4
+4-41 files

OpenBSD/src TlAHhb2sys/arch/octeon/include octeonvar.h

   remove unused ffs32() ffs64()
   ok miod@ mpi@ visa@
VersionDeltaFile
1.55+1-27sys/arch/octeon/include/octeonvar.h
+1-271 files

OpenBSD/ports dZim1Y3security/libassuan Makefile

   Take maintainership
VersionDeltaFile
1.29+3-0security/libassuan/Makefile
+3-01 files

OpenBSD/ports toR8sDex11/tk tk.port.mk

   Add Tk 9.

   Use string comparisons because (9 == 9.0) but ("9" != "9.0").
   Hardcode some version numbers for simplicity.


   ok gkoehler@
VersionDeltaFile
1.18+7-4x11/tk/tk.port.mk
+7-41 files

OpenBSD/ports h5YAS4bx11/tk Makefile

   +9
VersionDeltaFile
1.10+1-0x11/tk/Makefile
+1-01 files

OpenBSD/ports jqOuWQ2x11/tk/9 Makefile, x11/tk/9/patches patch-unix_Makefile_in patch-unix_configure

   Initial revision
VersionDeltaFile
1.1+605-0x11/tk/9/pkg/PLIST
1.1+60-0x11/tk/9/Makefile
1.1+50-0x11/tk/9/patches/patch-unix_Makefile_in
1.1+46-0x11/tk/9/patches/patch-unix_configure
1.1+19-0x11/tk/9/patches/patch-library_tk_tcl
1.1+15-0x11/tk/9/patches/patch-unix_tk_pc_in
+795-012 files not shown
+816-018 files

OpenBSD/ports aY8iY9Nlang/tcl tcl.port.mk

   Add Tcl 9.

   Use string comparisons because (9 == 9.0) but ("9" != "9.0").
   Hardcode some version numbers for simplicity.


   ok gkoehler@
VersionDeltaFile
1.21+7-4lang/tcl/tcl.port.mk
+7-41 files

OpenBSD/ports OnBwNF5lang/tcl Makefile

   +9
VersionDeltaFile
1.10+1-0lang/tcl/Makefile
+1-01 files

OpenBSD/ports 44w6yU8lang/tcl/9 Makefile, lang/tcl/9/patches patch-unix_Makefile_in patch-unix_configure

   Import Tcl 9.0.3.


   Tcl 9 arrives with 64-bit sizes, improved Unicode, ZIP filesystems,
   and too many other additions and improvements to list here.

   The Tcl 9 port is essentially the same as the Tcl 8.* ports, except:
   The port and some installed files and directories are simply "9", not "9.0".
   Future versions will also be "9", not separate "9.1", "9.2", etc.

   Many script extensions and programs will continue to work with 9.
   Binary extensions compiled against 8.* cannot be loaded into 9.


   https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/tcl-release-notes-9.0.0.md
   https://sourceforge.net/projects/tcl/files/Tcl/9.0.1/tcl-release-notes-9.0.1.md
   https://sourceforge.net/projects/tcl/files/Tcl/9.0.2/tcl-release-notes-9.0.2.md
   https://sourceforge.net/projects/tcl/files/Tcl/9.0.3/tcl-release-notes-9.0.3.md


    [2 lines not shown]
VersionDeltaFile
1.1+1,136-0lang/tcl/9/pkg/PLIST
1.1+102-0lang/tcl/9/pkg/README
1.1+79-0lang/tcl/9/patches/patch-unix_Makefile_in
1.1+63-0lang/tcl/9/Makefile
1.1+20-0lang/tcl/9/patches/patch-unix_configure
1.1+20-0lang/tcl/9/patches/patch-library_tm_tcl
+1,420-014 files not shown
+1,461-020 files

OpenBSD/ports P0IRf4isysutils/docker-compose distinfo modules.inc

   sysutils/docker-compose: update to 5.0.1

   Upstream rationalize 2.40.x -> 5.0.0 jump in version as:

   > We decided to skip 3.0.0 for next major release after docker Compose v2 to
   > prevent (more) confusion with the obsolete docker-compose file versions
   > 2.x and 3.x inherited from Docker Compose v1. We also skipped 4.0.0 to
   > have a clear separation with this legacy.
VersionDeltaFile
1.29+660-694sysutils/docker-compose/distinfo
1.25+456-474sysutils/docker-compose/modules.inc
1.31+2-2sysutils/docker-compose/Makefile
+1,118-1,1703 files

OpenBSD/src w8L7RvWsys/arch/i386/i386 pmap.c

   Introduce pmap_start_tlb_shoot() from amd64 to make the tlb shootdown
   code more similar because a fix is coming and we'd rather place it in
   that inline function than replicate it numerous times.
   ok kettenis
VersionDeltaFile
1.230+45-27sys/arch/i386/i386/pmap.c
+45-271 files

OpenBSD/src wYPsSkSsys/arch/amd64/amd64 lapic.c

   On Intel CPUs writes to the x2APIC MSRs are non-serializing.  This means
   that writes done before sending an IPI may not be visible to other CPUs
   because of out-of-order execution of the MSR write that triggers the IPI.
   Add a "mfence; lfence" barrier like Linux has to prevent this unexpected
   trap.

   ok deraadt@, mlarkin@, mpi@
VersionDeltaFile
1.77+2-1sys/arch/amd64/amd64/lapic.c
+2-11 files

OpenBSD/ports xa1cWQbjava/gradle Makefile

   Run with jdk 11+. ok op@
VersionDeltaFile
1.16+2-1java/gradle/Makefile
+2-11 files

OpenBSD/src IcBOuA5sys/arch/amd64/amd64 cpu.c

   remove unused Xsyscall32 extern, var removed in locore.S rev 1.146
VersionDeltaFile
1.203+2-2sys/arch/amd64/amd64/cpu.c
+2-21 files

OpenBSD/ports bvf9ztNnet Makefile

   + bgp-perf
VersionDeltaFile
1.1451+1-0net/Makefile
+1-01 files

OpenBSD/ports TKXKK3bnet/bgp-perf Makefile distinfo, net/bgp-perf/pkg DESCR PLIST

   import bgp-perf, the OpenBGPD performance test suite

   ok claudio rsadowski sthen

   The OpenBGPD performance test suite contains two applications for
   performance measurements.

   The bgp-blaster tool can load mrtdump files into a table and emulate
   many peers using that table.

   The bgp-canary tool sends special UPDATE messages to the system under
   test and measures the latency through the system. The statistics for
   these measurements are available as an openmetric file.
VersionDeltaFile
1.1+22-0net/bgp-perf/Makefile
1.1+9-0net/bgp-perf/pkg/DESCR
1.1+3-0net/bgp-perf/pkg/PLIST
1.1+2-0net/bgp-perf/distinfo
1.1.1.1+0-0net/bgp-perf/distinfo
1.1.1.1+0-0net/bgp-perf/pkg/DESCR
+36-02 files not shown
+36-08 files

OpenBSD/ports NDXO6ajastro/stellarium distinfo Makefile, astro/stellarium/patches patch-CMakeLists_txt

   Update to stellarium-25.4.
VersionDeltaFile
1.65+207-4astro/stellarium/pkg/PLIST
1.22+0-24astro/stellarium/patches/patch-CMakeLists_txt
1.66+2-2astro/stellarium/distinfo
1.111+1-2astro/stellarium/Makefile
+210-324 files

OpenBSD/ports kez1M8Fsysutils/exoscale-cli distinfo Makefile

   Update to exoscale-cli-1.89.0.
VersionDeltaFile
1.139+2-2sysutils/exoscale-cli/distinfo
1.142+1-1sysutils/exoscale-cli/Makefile
+3-32 files

OpenBSD/ports 30YLb6Adevel/libgit2/py-git2 distinfo Makefile

   Update to py3-git2-1.19.1.
VersionDeltaFile
1.56+2-2devel/libgit2/py-git2/distinfo
1.83+1-1devel/libgit2/py-git2/Makefile
+3-32 files

OpenBSD/src aMS3QMbusr.sbin/rpki-client print.c ccr.c

   Print CCR hashes in the same way in filemode as elsewhere

   OK tb@
VersionDeltaFile
1.72+13-37usr.sbin/rpki-client/print.c
1.32+6-4usr.sbin/rpki-client/ccr.c
+19-412 files

OpenBSD/ports NoW27Vrdevel/lua-language-server distinfo Makefile, devel/lua-language-server/patches patch-make_lua

   Update lua-language-server 3.16.1 -> 3.16.4
   Changelog: https://github.com/LuaLS/lua-language-server/blob/master/changelog.md
VersionDeltaFile
1.4+12-12devel/lua-language-server/distinfo
1.6+6-6devel/lua-language-server/Makefile
1.3+1-1devel/lua-language-server/patches/patch-make_lua
+19-193 files