NetBSD/pkgsrc wXZufgKgames/chess-tui distinfo cargo-depends.mk

   games/chess-tui: update to 2.2.0

   2.2.0
    - feat: blinking selected cell cursor by @thomas-mauran in #169
    - feat: improve the color selection popup by @thomas-mauran in #171
    - feat: allow engine to have an argument too by @thomas-mauran in #172
    - feat: deb build by @thomas-mauran in #173

   2.1.2
    - build on intel macos

   2.1.1
    - fix style for the vertical alignment of the left side number
    - fix the piece style with different scaling

   2.1.0
    - ci: build for aarch64-macos, aarch64-linux and x64-windows as well by @jarjk in #162
    - feat: add sounds by @thomas-mauran in #161
    - feat: lichess + doc + disconnect by @thomas-mauran in #165

    [9 lines not shown]
VersionDeltaFile
1.11+778-229games/chess-tui/distinfo
1.10+258-75games/chess-tui/cargo-depends.mk
1.11+11-2games/chess-tui/Makefile
+1,047-3063 files

LLVM/project ef30e39llvm/include/llvm/IR Attributes.h Function.h, llvm/lib/IR Attributes.cpp Function.cpp

feedback

Created using spr 1.3.7
DeltaFile
+33-3llvm/include/llvm/IR/Attributes.h
+8-12llvm/lib/IR/Attributes.cpp
+2-2llvm/include/llvm/IR/Function.h
+2-2llvm/lib/IR/Function.cpp
+1-1llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
+1-1llvm/include/llvm/IR/Argument.h
+47-211 files not shown
+48-227 files

ELF Tool Chain/elftoolchain 4322trunk/libelf elf_memory.3

elf_memory(3): Cross-reference elf_openmemory(3).
DeltaFile
+1-0trunk/libelf/elf_memory.3
+1-01 files

ELF Tool Chain/elftoolchain 4321trunk/libelf elf_begin.3

elf_begin(3): Cross-reference elf_open(3).

DeltaFile
+2-1trunk/libelf/elf_begin.3
+2-11 files

ELF Tool Chain/elftoolchain 4320trunk/libelf elf_open.3

elf_open.3: Improve readability, remove redundant text.
DeltaFile
+9-20trunk/libelf/elf_open.3
+9-201 files

LLVM/project 0b300d5llvm/docs LangRef.rst, llvm/lib/IR Attributes.cpp

update

Created using spr 1.3.7
DeltaFile
+8-4llvm/docs/LangRef.rst
+8-2llvm/test/Verifier/dead-on-return.ll
+1-1llvm/lib/IR/Attributes.cpp
+17-73 files

FreeNAS/freenas ce79134src/middlewared/middlewared/api/base decorator.py, src/middlewared/middlewared/plugins/webshare sharing.py config.py

Address review
DeltaFile
+191-0src/middlewared/middlewared/pytest/unit/api/base/test_decorator.py
+14-4src/middlewared/middlewared/api/base/decorator.py
+1-1src/middlewared/middlewared/plugins/webshare/sharing.py
+1-1src/middlewared/middlewared/plugins/webshare/config.py
+207-64 files

LLVM/project 13a5812llvm/test/CodeGen/AMDGPU fmamk_fmaak-t16.mir

[AMDGPU] Add test for v_fmamk_f16/v_fmaak_f16 in real-true16. NFC

This is to display a bug in real true16 mode that we do not have
an allocatable 16-bit VGPR class and these instructions do not
have VOP3 forms for allocatable VGPR_16 to be used. To use these
instructions 'VGPR_16_Lo128' must be allocable.
DeltaFile
+31-0llvm/test/CodeGen/AMDGPU/fmamk_fmaak-t16.mir
+31-01 files

FreeNAS/freenas 2de1a8asrc/middlewared/middlewared/plugins smb.py

Fix failure on activate_standby for AD
DeltaFile
+8-7src/middlewared/middlewared/plugins/smb.py
+8-71 files

LLVM/project 38cdaddllvm/lib/Target/DirectX DXILMemIntrinsics.cpp, llvm/test/CodeGen/DirectX/MemIntrinsics memcpy-struct.ll memcpy.ll

[DirectX] Teach MemIntrinsics about structs and nested arrays (#173078)

Add handling for more complicated cases than simple arrays.
DeltaFile
+46-35llvm/lib/Target/DirectX/DXILMemIntrinsics.cpp
+70-0llvm/test/CodeGen/DirectX/MemIntrinsics/memcpy-struct.ll
+28-28llvm/test/CodeGen/DirectX/MemIntrinsics/memcpy.ll
+14-14llvm/test/CodeGen/DirectX/MemIntrinsics/memcpy-pointee.ll
+158-774 files

NetBSD/src 95BJ9wedistrib/sets/lists/comp mi

   Bluetooth headers need to be conditional on MKBLUETOOTH.
VersionDeltaFile
1.2506+3-3distrib/sets/lists/comp/mi
+3-31 files

OpenBSD/src mEOUdIQsys/dev/fdt virtio_mmio.c, sys/dev/pci virtio_pci.c

   virtio: Fix condition for buffer chaining, negotiate VIRTIO_F_ANY_LAYOUT

   In 0.9-only time, the VIO_HAVE_MRG_RXBUF macro checked just for the
   VIRTIO_NET_F_MRG_RXBUF feature. The meaning was later changed to
   (version_1 || VIRTIO_NET_F_MRG_RXBUF), but the new meaning is only
   correct for one use of the macro. The buffer chaining must check for the
   MRG_RXBUF feature exclusively.

   On the other hand, the check if we have to split the header from the
   rest of the buffer in the rx queue is a workaround for old kvm versions.
   The standard has since then gained the ANY_LAYOUT feature flag to turn
   off this workaround. According to the virtio 1.x standard, we should
   accept VIRTIO_F_ANY_LAYOUT if it is offered for transitional devices.
   ANY_LAYOUT is implicit if VERSION_1 has been negotiated.

   Since accepting ANY_LAYOUT only relaxes the requirements for us, we can
   simply accept it globally for all virtio device types. vioblk(4) and
   vioscsi(4) unconditionally use the strict buffer layout required for
   legacy devices without ANY_LAYOUT, anyway.

    [4 lines not shown]
VersionDeltaFile
1.74+10-10sys/dev/pv/if_vio.c
1.24+2-1sys/dev/fdt/virtio_mmio.c
1.53+2-1sys/dev/pci/virtio_pci.c
+14-123 files

LLVM/project 7f73e14llvm/utils git-llvm-push

[llvm][utils] Make git-llvm-push not convert remote URLs (#173303)

Previously git-llvm-push would convert all remote URLs to HTTPS,
including SSH remotes for reasons not motivated in the original PR. This
would cause issues in some setups where the HTTPs remote would be
read-only. This patch makes it so that git-llvm-push does not convert
SSH remotes to HTTPS remotes, preserving what the user originally
intended.

Fixes #172828.
DeltaFile
+2-22llvm/utils/git-llvm-push
+2-221 files

OpenBSD/ports AVQUf7ssysutils/libisofs Makefile distinfo

   Update to 1.5.6pl01.

   SEPARATE_BUILD=Yes
   NO_TEST=Yes


   ok kn@, thanks sthen@ for PKGNAME help.
VersionDeltaFile
1.7+11-4sysutils/libisofs/Makefile
1.3+2-2sysutils/libisofs/distinfo
+13-62 files

OpenBSD/ports K8my1cesysutils/libisoburn Makefile distinfo

   Update to 1.5.6.

   SEPARATE_BUILD=Yes
   MODTK_VERSION=8.6


   ok kn@
VersionDeltaFile
1.10+10-7sysutils/libisoburn/Makefile
1.3+2-2sysutils/libisoburn/distinfo
+12-92 files

LLVM/project 0bcfaecclang/lib/Driver/ToolChains Clang.cpp CommonArgs.cpp, clang/test/Driver test.c fpartition-static-data-sections.c

Add flags
DeltaFile
+0-15clang/test/Driver/test.c
+8-2clang/lib/Driver/ToolChains/Clang.cpp
+2-1clang/lib/Driver/ToolChains/CommonArgs.cpp
+1-0clang/test/Driver/fpartition-static-data-sections.c
+11-184 files

OpenBSD/ports KAOUb7Psysutils/libburn Makefile distinfo

   Update to 1.5.6.

   SEPARATE_BUILD=Yes
   NO_TEST=Yes


   ok kn@
VersionDeltaFile
1.7+5-4sysutils/libburn/Makefile
1.3+2-2sysutils/libburn/distinfo
+7-62 files

OpenBSD/ports 0KD52DUnet/powerdns_recursor distinfo Makefile

   MFC update to powerdns-recursor-5.3.3
VersionDeltaFile
1.56.2.2+2-2net/powerdns_recursor/distinfo
1.66.2.2+1-1net/powerdns_recursor/Makefile
+3-32 files

NetBSD/pkgsrc ic4785Daudio/musicpd Makefile PLIST

   musicpd: fix for sphinx 9
VersionDeltaFile
1.335+3-3audio/musicpd/Makefile
1.21+3-1audio/musicpd/PLIST
+6-42 files

LLVM/project 1f58d2dclang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR] Canonicalization: leverage MLIR traits and folding

Replace custom rewrite patterns with dedicated fold implementations for ScopeOp, or rely on DCE in cases of effect-less SwitchOp.
DeltaFile
+1-39clang/lib/CIR/Dialect/Transforms/CIRCanonicalize.cpp
+26-0clang/test/CIR/Transforms/canonicalize.cir
+21-0clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+6-3clang/include/clang/CIR/Dialect/IR/CIROps.td
+54-424 files

FreeBSD/ports ec3e2a7net/ip2proxy distinfo Makefile

net/ip2proxy: Update to 20251118 (4.2.1)
DeltaFile
+3-3net/ip2proxy/distinfo
+2-2net/ip2proxy/Makefile
+5-52 files

FreeBSD/ports 8b97af1net/ip2location distinfo Makefile

net/ip2location: Updte to 8.7.0
DeltaFile
+3-3net/ip2location/distinfo
+1-1net/ip2location/Makefile
+4-42 files

NetBSD/pkgsrc NREgbpfeditors/emacs29 distinfo, editors/emacs29/patches patch-src_treesit.c

   emacs29: Fix build with version 0.26.x of "tree-sitter" package
VersionDeltaFile
1.1+60-0editors/emacs29/patches/patch-src_treesit.c
1.5+2-1editors/emacs29/distinfo
+62-12 files

LLVM/project 7c83fb7llvm/utils/gn/secondary/clang/lib/Analysis/LifetimeSafety BUILD.gn

[gn build] Port bbd60c052310
DeltaFile
+1-0llvm/utils/gn/secondary/clang/lib/Analysis/LifetimeSafety/BUILD.gn
+1-01 files

LLVM/project 82738e4clang/docs ReleaseNotes.rst

[libclang/python]  Add release notes for `reparse` throwing (#173301)

``TranslationUnit.reparse`` will now throw an exception when an error
occurs. Previously, errors were silently ignored.
DeltaFile
+2-0clang/docs/ReleaseNotes.rst
+2-01 files

OPNSense/ports 524f7f4security/suricata/files patch-src_source-ipfw.c

security/suricata - support so_reuseport_lb for parallel socket binding
DeltaFile
+18-0security/suricata/files/patch-src_source-ipfw.c
+18-01 files

LLVM/project 8b614cdlldb/tools/lldb-dap JSONUtils.cpp JSONUtils.h, lldb/tools/lldb-dap/Handler VariablesRequestHandler.cpp

[lldb-dap] Avoid unnecessary allocations when creating variables. (#172661)

This reduces unnecessary string allocations and copies when handling the
variables request.
DeltaFile
+43-48lldb/tools/lldb-dap/JSONUtils.cpp
+6-6lldb/tools/lldb-dap/JSONUtils.h
+4-6lldb/tools/lldb-dap/Handler/VariablesRequestHandler.cpp
+5-5lldb/tools/lldb-dap/ProtocolUtils.h
+1-1lldb/tools/lldb-dap/ProtocolUtils.cpp
+59-665 files

NetBSD/pkgsrc-wip e552d61duf/files mounts_netbsd.go

Fix incorrect results
DeltaFile
+4-4duf/files/mounts_netbsd.go
+4-41 files

FreeNAS/freenas 6d09681src/middlewared/middlewared main.py, src/middlewared/middlewared/alert/source ipmi_sel.py

Migrate keyvalue service usage to call2 / call_sync2
DeltaFile
+113-0src/middlewared/middlewared/utils/service/call_mixin.py
+17-70src/middlewared/middlewared/main.py
+11-11src/middlewared/middlewared/plugins/pool_/dataset.py
+6-11src/middlewared/middlewared/plugins/pool_/import_pool.py
+2-12src/middlewared/middlewared/plugins/apps/crud.py
+6-6src/middlewared/middlewared/alert/source/ipmi_sel.py
+155-11029 files not shown
+212-20435 files

LLVM/project 0aaca05llvm/utils/gn/secondary/clang/lib/Frontend BUILD.gn, llvm/utils/gn/secondary/clang/tools/clang-linker-wrapper BUILD.gn

[gn] port llvm/lib/Plugins changes

This ports:
* 2634a2bda1db92ab5324
* c3678c4165b554a2908d
DeltaFile
+5-0llvm/utils/gn/secondary/llvm/lib/Plugins/BUILD.gn
+1-4llvm/utils/gn/secondary/llvm/lib/Extensions/BUILD.gn
+1-1llvm/utils/gn/secondary/clang/tools/clang-linker-wrapper/BUILD.gn
+1-1llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn
+1-1llvm/utils/gn/secondary/llvm/tools/llc/BUILD.gn
+1-1llvm/utils/gn/secondary/llvm/tools/llvm-lto2/BUILD.gn
+10-86 files not shown
+16-1012 files