FreeBSD/ports ee392a2net-p2p/xbt Makefile distinfo, net-p2p/xbt/files patch-Tracker_connection.cpp patch-Tracker_tracker__input.cpp

net-p2p/xbt: unbreak the build and update to the latest GitHub snapshot

- Revert some changes made upstream so we stay compatible with C++17
- Do not increase UDP sent packets counter if sendto() call failed
- Don't try to be smart and assume BSD make (see commit 3129c2094ecb
  for detailed explanation)
- Use more accurate values for WWW and BUILD_DEPENDS, add PORTSCOUT

Reported by:    pkg-fallout
DeltaFile
+15-0net-p2p/xbt/files/patch-Tracker_connection.cpp
+0-14net-p2p/xbt/files/patch-Tracker_tracker__input.cpp
+13-0net-p2p/xbt/files/patch-Tracker_transaction.cpp
+6-5net-p2p/xbt/Makefile
+3-3net-p2p/xbt/distinfo
+1-1net-p2p/xbt/files/makefile
+38-236 files

LLVM/project 15c9c77llvm/lib/Target/Mips MipsISelLowering.cpp, llvm/test/CodeGen/Mips musttail-disabled.ll

[MIPS] Do not silently ignore musttail (#178310)

Do not silently ignore musttail markings if UseMipsTailCalls is false.
DeltaFile
+16-0llvm/test/CodeGen/Mips/musttail-disabled.ll
+3-0llvm/lib/Target/Mips/MipsISelLowering.cpp
+19-02 files

HardenedBSD/src 7d8cbaashare/man/man7 development.7, stand/libsa/geli geliboot_crypto.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+2-2share/man/man7/development.7
+1-1stand/libsa/geli/geliboot_crypto.c
+1-1tools/tools/git/git-arc.1
+4-43 files

HardenedBSD/ports 4b451bf. UPDATING, devel/freebsd-git-arc Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+0-43devel/freebsd-git-devtools/Makefile
+36-0devel/freebsd-git-arc/Makefile
+33-0devel/mfc-candidates/Makefile
+11-0UPDATING
+0-8devel/freebsd-git-devtools/pkg-descr
+0-7devel/freebsd-git-devtools/distinfo
+80-586 files not shown
+99-5912 files

NetBSD/src f8a0qjCsys/sys kernhist.h

   Add a comment.
VersionDeltaFile
1.29+2-2sys/sys/kernhist.h
+2-21 files

LLVM/project 19d6811llvm/lib/Target/AMDGPU SIInstrInfo.h, llvm/test/TableGen RegClassByHwMode.td

Revert "[MC][TableGen] Expand Opcode field of MCInstrDesc" (#180321)

Reverts llvm/llvm-project#179652

This PR causes the out-of-memory build failures on many Windows
builders.
DeltaFile
+82-82llvm/lib/Target/AMDGPU/SIInstrInfo.h
+50-50llvm/test/TableGen/GlobalISelEmitter/GlobalISelEmitter.td
+37-37llvm/test/TableGen/RegClassByHwMode.td
+29-29llvm/test/TableGen/GlobalISelEmitter/DefaultOpsGlobalISel.td
+22-22llvm/test/TableGen/GlobalISelEmitter/Subreg.td
+14-14llvm/test/TableGen/GlobalISelEmitter/CustomPredicate.td
+234-23464 files not shown
+473-48070 files

FreeBSD/src fa567festand/libsa/geli geliboot_crypto.c

libsa/geli: Fix a typo in an error message

- s/crypo/crypto/

MFC after:      5 days
DeltaFile
+1-1stand/libsa/geli/geliboot_crypto.c
+1-11 files

HardenedBSD/src fa567festand/libsa/geli geliboot_crypto.c

libsa/geli: Fix a typo in an error message

- s/crypo/crypto/

MFC after:      5 days
DeltaFile
+1-1stand/libsa/geli/geliboot_crypto.c
+1-11 files

LLVM/project f599f16llvm/lib/Target/AMDGPU SIInstrInfo.h, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp

Revert "[MC][TableGen] Expand Opcode field of MCInstrDesc (#179652)"

This reverts commit 13d8870d455fafa734d29b1f3703386ef6e3b5f8.
DeltaFile
+82-82llvm/lib/Target/AMDGPU/SIInstrInfo.h
+50-50llvm/test/TableGen/GlobalISelEmitter/GlobalISelEmitter.td
+37-37llvm/test/TableGen/RegClassByHwMode.td
+29-29llvm/test/TableGen/GlobalISelEmitter/DefaultOpsGlobalISel.td
+22-22llvm/test/TableGen/GlobalISelEmitter/Subreg.td
+14-14llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+234-23464 files not shown
+473-48070 files

LLVM/project 060f325mlir/lib/Dialect/Linalg/Transforms Vectorization.cpp, mlir/test/Dialect/Linalg/vectorization convolution-with-patterns.mlir

[mlir][Linalg] Promote lhs/rhs when vectorizing conv1D as outerproduct (#179883)

-- vector.outerproduct requires lhs/rhs to have same element type as the
   result.
-- This commit adds a fix to promote lhs/rhs to have result's element
   type when vectorizing conv1D slice to vector.outerproduct.
-- This is along the similar lines of what happens when we are
   vectorizing conv1D slice to vector.contract - the corresponding
   CHECK line was incorrect and this commit fixes that too.

Signed-off-by: Abhishek Varma <abhvarma at amd.com>
DeltaFile
+57-2mlir/test/Dialect/Linalg/vectorization/convolution-with-patterns.mlir
+8-2mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
+65-42 files

DragonFlyBSD/src dbfba94sys/kern subr_alist.c subr_blist.c

kernel - Fix overflow in alist and blist code

* This code tracks swap space and large blocks of contiguous DMA memory.

* Fix overflows in array size calculations that did not take into
  account terminator entries.

  (a) Remove terminals from alists entirely.
  (b) Account for space used by the terminator in blists.

Found-by: tuxillo / AI
DeltaFile
+61-20sys/kern/subr_alist.c
+7-2sys/kern/subr_blist.c
+68-222 files

DragonFlyBSD/src 0258b0fsys/kern kern_shutdown.c

kernel - Fix serious root vulnerabilities in the caps code (2)

* Remove debugging kprintf() in sys_reboot()
DeltaFile
+0-2sys/kern/kern_shutdown.c
+0-21 files

LLVM/project 2a2a394llvm/lib/Target/SPIRV SPIRVLegalizeZeroSizeArrays.cpp, llvm/test/CodeGen/SPIRV legalize-zero-size-arrays-alloca-count.ll legalize-zero-size-arrays-alloca-nested.ll

[SPIRV] Optimize getAllocatedType calls in LegalizeZeroSizeArrays (#179068)

Compute zero-sized allocation accurately using size APIs, and replace
them with 1 byte instead of 1 pointer of space.

Co-authored-by: Claude Sonnet 4.5 <noreply at anthropic.com>
DeltaFile
+13-17llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
+2-2llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
+2-2llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
+2-2llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
+19-234 files

OpenBSD/ports BdxirViwww/redlib distinfo crates.inc

   www/redlib: revivify redlib to the latest commit

   diff looks good to sthen@, been working fine for several weeks
VersionDeltaFile
1.4+398-290www/redlib/distinfo
1.4+198-144www/redlib/crates.inc
1.5+3-1www/redlib/Makefile
+599-4353 files

LLVM/project a362593clang/test/Misc/target-invalid-cpu-note x86.c, clang/test/Preprocessor predefined-arch-macros.c

[X86] AMD Zen 6 Initial enablement (#179150)

This patch adds initial support for AMD Zen 6 architecture (znver6):

- Added znver6 CPU target recognition in Clang and LLVM
- Updated compiler-rt CPU model detection for znver6
- Added znver6 to target parser and host CPU detection
- Added znver6 to various optimizer tests

znver6 features: FP16, AVXVNNIINT8, AVXNECONVERT, AVXIFMA (without BMM).
DeltaFile
+151-0clang/test/Preprocessor/predefined-arch-macros.c
+10-2compiler-rt/lib/builtins/cpu_model/x86.c
+11-0llvm/lib/Target/X86/X86.td
+6-0llvm/lib/TargetParser/Host.cpp
+5-0llvm/lib/TargetParser/X86TargetParser.cpp
+4-0clang/test/Misc/target-invalid-cpu-note/x86.c
+187-223 files not shown
+217-229 files

FreeBSD/doc b502baddocumentation/content/en/articles/committers-guide _index.adoc

committers-guide: Refer to new port name for git-arc

The git-arc script was moved from devel/freebsd-git-devtools to
devel/freebsd-git-arc.

Reviewed by:    ziaee
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55131
DeltaFile
+1-1documentation/content/en/articles/committers-guide/_index.adoc
+1-11 files

FreeBSD/src deb3c9dshare/man/man7 development.7

development.7: Refer to new port name for git-arc

The git-arc script was moved from devel/freebsd-git-devtools to
devel/freebsd-git-arc.

Reviewed by:    ziaee
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55128
DeltaFile
+2-2share/man/man7/development.7
+2-21 files

HardenedBSD/src deb3c9dshare/man/man7 development.7

development.7: Refer to new port name for git-arc

The git-arc script was moved from devel/freebsd-git-devtools to
devel/freebsd-git-arc.

Reviewed by:    ziaee
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55128
DeltaFile
+2-2share/man/man7/development.7
+2-21 files

FreeBSD/src 32bd754tools/tools/git git-arc.1

git-arc.1: Refer to new port name

The git-arc script was moved from devel/freebsd-git-devtools to
devel/freebsd-git-arc.

Reviewed by:    ziaee
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55127
DeltaFile
+1-1tools/tools/git/git-arc.1
+1-11 files

HardenedBSD/src 32bd754tools/tools/git git-arc.1

git-arc.1: Refer to new port name

The git-arc script was moved from devel/freebsd-git-devtools to
devel/freebsd-git-arc.

Reviewed by:    ziaee
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55127
DeltaFile
+1-1tools/tools/git/git-arc.1
+1-11 files

FreeBSD/ports 792917bdevel Makefile, devel/mfc-candidates Makefile pkg-descr

devel/mfc-candidates: Improve discoverability with new port name

Split the old devel/freebsd-git-devtools port into two separate ports,
including this one, to improve discoverability.

Requested by:   adrian, ziaee
Reviewed by:    ziaee
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55130
DeltaFile
+33-0devel/mfc-candidates/Makefile
+4-0devel/mfc-candidates/pkg-descr
+3-0devel/mfc-candidates/distinfo
+1-0devel/Makefile
+41-04 files

HardenedBSD/ports 792917bdevel Makefile, devel/mfc-candidates Makefile pkg-descr

devel/mfc-candidates: Improve discoverability with new port name

Split the old devel/freebsd-git-devtools port into two separate ports,
including this one, to improve discoverability.

Requested by:   adrian, ziaee
Reviewed by:    ziaee
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55130
DeltaFile
+33-0devel/mfc-candidates/Makefile
+4-0devel/mfc-candidates/pkg-descr
+3-0devel/mfc-candidates/distinfo
+1-0devel/Makefile
+41-04 files

HardenedBSD/ports dc36452. UPDATING, devel/freebsd-git-arc Makefile distinfo

devel/freebsd-git-arc: Improve discoverability with new port name

Split the old devel/freebsd-git-devtools port into two separate ports,
including this one, to improve discoverability.

Requested by:   adrian, ziaee
Reviewed by:    des, ziaee
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55129
DeltaFile
+0-43devel/freebsd-git-devtools/Makefile
+36-0devel/freebsd-git-arc/Makefile
+11-0UPDATING
+0-8devel/freebsd-git-devtools/pkg-descr
+0-7devel/freebsd-git-devtools/distinfo
+5-0devel/freebsd-git-arc/distinfo
+52-583 files not shown
+58-599 files

FreeBSD/ports dc36452. UPDATING, devel/freebsd-git-arc Makefile distinfo

devel/freebsd-git-arc: Improve discoverability with new port name

Split the old devel/freebsd-git-devtools port into two separate ports,
including this one, to improve discoverability.

Requested by:   adrian, ziaee
Reviewed by:    des, ziaee
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55129
DeltaFile
+0-43devel/freebsd-git-devtools/Makefile
+36-0devel/freebsd-git-arc/Makefile
+11-0UPDATING
+0-8devel/freebsd-git-devtools/pkg-descr
+0-7devel/freebsd-git-devtools/distinfo
+5-0devel/freebsd-git-arc/distinfo
+52-583 files not shown
+58-599 files

NetBSD/src rBp4Mn7crypto/external/bsd/heimdal Makefile.rules.inc

   heimdal: Fix .asn1 and .et rules, again.

   PR toolchain/59967: heimdal: broken .et/.asn1 rules
VersionDeltaFile
1.12+44-7crypto/external/bsd/heimdal/Makefile.rules.inc
+44-71 files

NetBSD/src dPza9r0usr.bin/ftp util.c ftp.c

   ftp: simplify socket buffer handling to improve performance

   Only set the socket buffer sizes if the user explicitly sets the
   rcvbuf (SO_RCVBUF) or sndbuf (SO_SNDBUF) to a positive value.
   Otherwise leave to the operating system default.

   Determine the transfer size based on the socket buffer size
   clamped to 1 KiB .. 128 KiB, using using the maximum (128 KiB)
   if the socket buffer size is 0 (autodetect).

   Improves transfer performance on long fat links.

   Bump version to 20260207.

   PR bin/59865 from Christof Meerwald.
VersionDeltaFile
1.171+13-35usr.bin/ftp/util.c
1.181+18-11usr.bin/ftp/ftp.c
1.244+10-7usr.bin/ftp/fetch.c
1.145+3-8usr.bin/ftp/cmds.c
1.91+3-4usr.bin/ftp/ftp_var.h
1.163+5-2usr.bin/ftp/ftp.1
+52-672 files not shown
+58-738 files

OpenBSD/src M2Kc1eUusr.bin/ssh authfd.c

   bit of webauthn support missed in previous commit
VersionDeltaFile
1.137+10-3usr.bin/ssh/authfd.c
+10-31 files

LLVM/project 3449207lldb/source/Host/macosx/objcxx HostInfoMacOSX.mm

[lldb][NFC] Fix the SPI prototypes in HostInfoMacOSX.mm
to unblock a CI bot building with a different set of headers.
rdar://148939795
DeltaFile
+25-18lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
+25-181 files

NetBSD/pkgsrc fD32IoOdoc CHANGES-2026

   doc: Updated chat/ejabberd to 26.01
VersionDeltaFile
1.951+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ef2wcF2chat/ejabberd Makefile PLIST, chat/ejabberd/patches patch-ae patch-src_mod__muc__room.erl

   chat/ejabberd: Update to 26.01

   Drop NetBSD su patch because upstream merged it!

   ## Version 26.01

   #### Compile and Start

   - Remove dependencies, macros and code for Erlang/OTP older than 25
   - Require Elixir 1.14 or higher, that's the lowest we can test automatically
   - `ejabberdctl`: Support NetBSD and OpenBSD `su` ([#4320](https://github.com/processone/ejabberd/issues/4320))
   - `ejabberdctl.template`: Show meaningful error when `ERL_DIST_PORT` is in use
   - `ejabberd_app`: Print address and port where listens for erlang node connections
   - `Makefile.in`: Add `make relivectl` similar to `relive` but using `ejabberdctl`

   #### Databases

   - Add db_serialize support in mnesia modules
   - Add db serialization to `mod_muc_sql`

    [64 lines not shown]
VersionDeltaFile
1.112+27-29chat/ejabberd/Makefile
1.65+10-1chat/ejabberd/PLIST
1.76+4-6chat/ejabberd/distinfo
1.26+1-1chat/ejabberd/patches/patch-ae
1.2+1-1chat/ejabberd/patches/patch-src_mod__muc__room.erl
+43-385 files