NetBSD/pkgsrc-wip 155d508just distinfo cargo-depends.mk

Update devel/just to v.1.57.0
DeltaFile
+99-102just/distinfo
+32-33just/cargo-depends.mk
+4-1just/COMMIT_MSG
+1-1just/Makefile
+136-1374 files

LLVM/project 35c8e92llvm/lib/Target/AMDGPU SIMemoryLegalizer.cpp SIDefines.h, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp

[NFC][AMDGPU] Use SIInstrFlags predicates in SIMemoryLegalizer and AMDGPUBaseInfo. (#209821)

Part of a series following the introduction of SIInstrFlags predicates.
DeltaFile
+16-20llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+6-6llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
+3-0llvm/lib/Target/AMDGPU/SIDefines.h
+25-263 files

LLVM/project 6d76d69llvm/docs LangRef.md, llvm/lib/AsmParser LLParser.cpp

[IR] Add elementwise modifier to atomic stores
DeltaFile
+111-0llvm/unittests/IR/VerifierTest.cpp
+56-0llvm/test/Assembler/invalid-load-store-atomic-elementwise.ll
+26-4llvm/lib/AsmParser/LLParser.cpp
+19-10llvm/docs/LangRef.md
+21-4llvm/lib/IR/Verifier.cpp
+12-8llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
+245-269 files not shown
+305-3715 files

OPNSense/core 17b6f5csrc/opnsense/mvc/app/models/OPNsense/Interfaces/FieldTypes VlanInterfaceField.php

interfaces: permit a vlan device as bridge member
DeltaFile
+0-1src/opnsense/mvc/app/models/OPNsense/Interfaces/FieldTypes/VlanInterfaceField.php
+0-11 files

NetBSD/pkgsrc hNe7jzSdoc CHANGES-2026 TODO

   doc: Updated chat/gurk to 0.10.0
VersionDeltaFile
1.4603+2-1doc/CHANGES-2026
1.27620+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc v5WKefdchat/gurk distinfo cargo-depends.mk

   gurk: update to 0.10.0.

   ## [0.10.0] - 2026-07-19

   This release significantly improves startup time and memory usage: messages
   are no longer loaded into memory all at once at startup, but fetched in a
   window around the current selection directly from the database. As a result,
   the app starts fast regardless of the size of the message history.

   ### 🚀 Features

   - Add XDG, env var, and CLI support for config/data paths (#523)
   - Replace text with emoji while typing (#549)
   - Support tab to autocomplete emoji (#558)

   ### 🐛 Bug Fixes

   - Assure data dir exists (#547)
   - Don't clear unread messages when navigating channels (#534)

    [15 lines not shown]
VersionDeltaFile
1.3+67-43chat/gurk/distinfo
1.3+21-13chat/gurk/cargo-depends.mk
1.6+2-3chat/gurk/Makefile
+90-593 files

LLVM/project 4caba63lldb/test/API/commands/gui/spawn-threads TestGuiSpawnThreads.py

[lldb][test] Double the timeout for TestGuiSpawnThreads.py (#210043)

If the host machine is overloaded, spawning threads may be delayed due
to lack of resources. I'm pretty sure this is the cause of failures in
GitHub CI reported in
https://github.com/llvm/llvm-project/issues/209874.

For what the test is doing, we unfortunately cannot get around needing
to wait on the test program.

We could perhaps come up with a lit mode that runs some tests in serial,
but this is a larger project than I want to get into now.

For now, let's try doubling the timeout. This test is unlikely to fail
for real, so if it's taking a long time, it'll be due to system
resources. In 99% of cases, it'll pass in a few seconds still.
DeltaFile
+4-0lldb/test/API/commands/gui/spawn-threads/TestGuiSpawnThreads.py
+4-01 files

LLVM/project ded79d9llvm/lib/Target/SPIRV SPIRVGlobalRegistry.cpp, llvm/test/CodeGen/SPIRV/constant fp128-unsupported.ll

[SPIR-V] Reject fp128 and ppc_fp128 types with a diagnostic (#208397)

Introduced as a part of discussion in
https://github.com/llvm/llvm-project/pull/208219
DeltaFile
+10-0llvm/test/CodeGen/SPIRV/constant/fp128-unsupported.ll
+2-0llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
+12-02 files

LLVM/project ec1e524llvm/docs LangRef.md, llvm/lib/AsmParser LLParser.cpp

[IR] Add elementwise modifier to atomic stores
DeltaFile
+111-0llvm/unittests/IR/VerifierTest.cpp
+56-0llvm/test/Assembler/invalid-load-store-atomic-elementwise.ll
+26-4llvm/lib/AsmParser/LLParser.cpp
+19-10llvm/docs/LangRef.md
+21-4llvm/lib/IR/Verifier.cpp
+12-8llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
+245-269 files not shown
+305-3715 files

NetBSD/pkgsrc 221CJUvdoc TODO CHANGES-2026

   doc: Updated textproc/rumdl to 0.2.37
VersionDeltaFile
1.27619+3-2doc/TODO
1.4602+2-1doc/CHANGES-2026
+5-32 files

NetBSD/pkgsrc n7lT0d7textproc/rumdl distinfo Makefile

   rumdl: update to 0.2.37.

   Added

       reflow: add atomic_spans configuration and refactor inline wrapping (#742) (aeabec1)

   Changed

       BREAKING: the MD013 emphasis-spans option is renamed to atomic-spans (default true), with inverted meaning (emphasis-spans = true is now atomic-spans = false). Configs setting the old key should migrate; it is no longer recognized

   Fixed

       reflow: keep code spans atomic when wrapping would collapse whitespace (d43618b)
VersionDeltaFile
1.43+4-4textproc/rumdl/distinfo
1.45+2-2textproc/rumdl/Makefile
+6-62 files

FreeNAS/freenas 5dd86a4src/middlewared/middlewared/api/v27_0_0 vm.py, src/middlewared/middlewared/plugins/vm clone.py crud.py

Stop a VM before destroying its backing zvols on delete

Deleting a VM with `zvols=true` tore down the backing zvols before stopping the domain, so ZFS could be pulled out from under a live qemu process — risking in-flight corruption and leaving zvols that fail to destroy with EBUSY. The `force` option also didn't really gate deleting a running VM despite what its description implied.

Reject deleting an active (running/suspended) VM unless `force` is set, and stop/undefine the domain before touching its zvols so the block devices are released first; the `force` field description now matches that behaviour. Picked up a few smaller VM-plugin tidy-ups along the way: clone rollback unwinds the snapshots/clones (and half-created VM record) it made if something fails partway, the disk-convert guard treats suspended VMs like running ones, and the convert path check looks at the real destination directory rather than its parent — with unit tests for the convert checks.
DeltaFile
+107-0src/middlewared/middlewared/pytest/unit/plugins/vm/test_convert_validation.py
+29-25src/middlewared/middlewared/plugins/vm/clone.py
+15-6src/middlewared/middlewared/plugins/vm/crud.py
+5-3src/middlewared/middlewared/plugins/vm/vm_device_convert.py
+6-1src/middlewared/middlewared/api/v27_0_0/vm.py
+1-1tests/vm/test_vm.py
+163-366 files

FreeBSD/ports 94d708dmail/py-resend distinfo Makefile

mail/py-resend: Update to 2.34.0

Changelog: https://github.com/resend/resend-python/compare/v2.33.0...v2.34.0

Reported by:    Repology
DeltaFile
+3-3mail/py-resend/distinfo
+1-1mail/py-resend/Makefile
+4-42 files

OPNSense/src 0720bcesys/dev/igc if_igc.c if_igc.h

igc: introduce debug verbosity toggle, replace existing prints
DeltaFile
+22-4sys/dev/igc/if_igc.c
+7-0sys/dev/igc/if_igc.h
+29-42 files

LLVM/project e1db2c0llvm/lib/Target/AArch64 AArch64ISelLowering.cpp AArch64ISelLowering.h

Address comments
DeltaFile
+23-16llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+1-2llvm/lib/Target/AArch64/AArch64ISelLowering.h
+24-182 files

LLVM/project c340737llvm/docs LangRef.md, llvm/lib/AsmParser LLParser.cpp

[IR] Add elementwise modifier to atomic stores
DeltaFile
+111-0llvm/unittests/IR/VerifierTest.cpp
+56-0llvm/test/Assembler/invalid-load-store-atomic-elementwise.ll
+26-4llvm/lib/AsmParser/LLParser.cpp
+19-10llvm/docs/LangRef.md
+21-4llvm/lib/IR/Verifier.cpp
+12-8llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
+245-269 files not shown
+302-3515 files

FreeBSD/ports bc6a148multimedia/libmatroska distinfo Makefile

multimedia/libmatroska: Update to upstream release 1.7.2

MFH:            2026Q3
(cherry picked from commit 987e3c9608399ffcf3412ebb30534716f2fc3a3e)
DeltaFile
+3-3multimedia/libmatroska/distinfo
+1-1multimedia/libmatroska/Makefile
+4-42 files

LLVM/project 9cb6db4llvm/include/llvm/Transforms/Scalar GVN.h, llvm/lib/Transforms/Scalar GVN.cpp

Revert "[GVN] Remove the "private" `llvm::gvn` namespace (NFC)" (#210666)

Reverts llvm/llvm-project#210323

FAILED: lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o 


/var/llvm-compile-time-tracker/llvm-project/llvm/lib/Transforms/Scalar/GVN.cpp:4001:27:
error: qualified name does not name a class before ‘:’ token
 4001 | class llvm::GVNLegacyPass : public FunctionPass {
DeltaFile
+13-6llvm/include/llvm/Transforms/Scalar/GVN.h
+4-6llvm/lib/Transforms/Scalar/GVN.cpp
+17-122 files

LLVM/project 39a2c6alibcxx/test/libcxx/atomics builtin_clear_padding.pass.cpp, libcxx/test/std/numerics/numeric.ops/numeric.ops.sat saturating.bitint.pass.cpp

[libc++][test][NFC] Removed unsupported compilers from tests (#210413)
DeltaFile
+2-4libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/saturating.bitint.pass.cpp
+1-1libcxx/test/libcxx/atomics/builtin_clear_padding.pass.cpp
+3-52 files

FreeBSD/ports dc29678ports-mgmt/pkg Makefile distinfo, ports-mgmt/pkg/files patch-src_Makefile.autosetup

ports-mgmt/pkg: update to 2.8.0

Major Changes:
==============

Database & performance
- better read/write concurrency on the local DB
- Schema bumped to v42: 15 redundant single-column indexes dropped, flavors VIEW added, shlib_id indexes added
- Read-only databases opened with SQLITE_OPEN_READONLY, falling back to immutable=1
- Binary repositories: 16K pages and synchronous=OFF during bulk catalog updates
- Implicit SQL-89 JOINs converted to explicit JOIN syntax, several queries optimized
- Some database concurrency issues fixed

New features
- pkg-checksum(8): new command to generate and validate checksums
- Blake2b used everywhere possible for checksums; repositories use blake2 instead of sha256
- rwhich: file tracking and search for remote repositories (requires repositories to be built with -l)
- pkg delete -G/--exclude-glob: exclude packages by glob pattern
- Repositories: enable/disable/reset support

    [51 lines not shown]
DeltaFile
+0-11ports-mgmt/pkg/files/patch-src_Makefile.autosetup
+4-4ports-mgmt/pkg/Makefile
+3-3ports-mgmt/pkg/distinfo
+2-0ports-mgmt/pkg/pkg-plist
+9-184 files

LLVM/project eec2f09libcxx/include/__configuration availability.h

[libc++][NFC] Removed duplicated `_LIBCPP_INTRODUCED_IN_LLVM_23` macros (#210602)

Removed the redundant macros, which apparently were added by two
different patches.
DeltaFile
+0-2libcxx/include/__configuration/availability.h
+0-21 files

NetBSD/src G140LgBdoc CHANGES-11.0

   Tickets #388 - #391
VersionDeltaFile
1.1.2.136+27-1doc/CHANGES-11.0
+27-11 files

LLVM/project ead8fd8libcxx/include/__ranges lazy_split_view.h

[libc++][ranges][NFC] Format `lazy_split_view` (#210644)

Pre-requisite for: https://github.com/llvm/llvm-project/pull/193891
DeltaFile
+7-7libcxx/include/__ranges/lazy_split_view.h
+7-71 files

NetBSD/src pFYjBLClibexec/ld.elf_so xmalloc.c rtld.c

   Pull up following revision(s) (requested by riastradh in ticket #391):

        libexec/ld.elf_so/rtld.c: revision 1.228
        libexec/ld.elf_so/xmalloc.c: revision 1.27

   ld.elf_so: Fix reversed sense of previous change to ASSERT macro.

   Had tested the part of the change replacing botch("p") by botch(#p);
   then didn't test the change from `if (!(p)) botch(#p)' to
   `(__predict_false(p) ?  botch(#p) : (void)0)'.  Oops.

   Now I have tested this with MALLOC_DEBUG enabled in ld.elf_so.
   PR lib/59751: dlclose is not MT-safe depending on the libraries
   unloaded


   ld.elf_so: Set _rtld_objself.refcount = 1.

   This is the object for ld.elf_so itself.  It can be opened with

    [17 lines not shown]
VersionDeltaFile
1.12.44.3+3-3libexec/ld.elf_so/xmalloc.c
1.221.2.5+3-2libexec/ld.elf_so/rtld.c
+6-52 files

LLVM/project 1c1c065llvm/lib/Transforms/Scalar ConstraintElimination.cpp, llvm/test/Transforms/ConstraintElimination lshr.ll

[ConstraintElim] LSHR x, n <=  x  when n< bitwidth (#209583)

A logical right shift never increases an unsigned value:
   for %r = lshr %x, %n, add the fact %r u<= %x when LSHR is not poison.

This extends the existing udiv/urem fact modeling to lshr.


https://alive2.llvm.org/ce/z/RUTMwe proof shown with constant value <
bit size
DeltaFile
+87-0llvm/test/Transforms/ConstraintElimination/lshr.ll
+9-2llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
+96-22 files

FreeBSD/ports 987e3c9multimedia/libmatroska distinfo Makefile

multimedia/libmatroska: Update to upstream release 1.7.2

MFH:            2026Q3
DeltaFile
+3-3multimedia/libmatroska/distinfo
+1-1multimedia/libmatroska/Makefile
+4-42 files

NetBSD/pkgsrc-wip e28965bflnews-snapshot distinfo Makefile

flnews-snapshot: Update to 1.4.0pre1

Bug fixes:
- FILTER: Reset pointer to wildmat pattern linked list for every group.
  Formerly a nontrivial wildmat could only match the first group of a
  group list.
- FILTER: Use result if the wildmat of a score rule has matched a group.
  Formerly the further processing of a group list could reset the match.

New features and improvements:
- FILTER: Section SCORING in man page updated.
- Title of man page now follows convention to use only capital letters.
DeltaFile
+3-3flnews-snapshot/distinfo
+1-1flnews-snapshot/Makefile
+4-42 files

LLVM/project 975c8f5lldb/source/Breakpoint Breakpoint.cpp, lldb/source/Core DumpDataExtractor.cpp

[lldb][NFC] Remove various Stream::Printf calls with constants (#210294)

`Stream::Printf` needs to call various other (variadic) functions, needs
to parse the input string and potentially handle too-long format
outputs. Calling in with a constant string is wasting a lot of
instruction on doing nothing.

assisted-by: claude
DeltaFile
+21-21lldb/source/Expression/Materializer.cpp
+14-14lldb/source/Symbol/UnwindPlan.cpp
+14-14lldb/source/Core/DumpDataExtractor.cpp
+7-7lldb/source/Symbol/SymbolContext.cpp
+7-7lldb/source/DataFormatters/StringPrinter.cpp
+5-5lldb/source/Breakpoint/Breakpoint.cpp
+68-6830 files not shown
+121-12136 files

FreeBSD/ports 3fc2dd7x11-fonts Makefile, x11-fonts/bedstead Makefile pkg-descr

x11-fonts/bedstead: New port: SAA5050 teletext outline font
DeltaFile
+39-0x11-fonts/bedstead/Makefile
+9-0x11-fonts/bedstead/pkg-descr
+3-0x11-fonts/bedstead/distinfo
+1-0x11-fonts/Makefile
+52-04 files

LLVM/project 192cb1allvm/test/TableGen RuntimeLibcallEmitter-predicate-dag.td, llvm/utils/TableGen/Basic PredicateExpanderDag.cpp PredicateExpanderDag.h

Only apply parens to not
DeltaFile
+4-4llvm/test/TableGen/RuntimeLibcallEmitter-predicate-dag.td
+5-3llvm/utils/TableGen/Basic/PredicateExpanderDag.cpp
+2-3llvm/utils/TableGen/Basic/PredicateExpanderDag.h
+1-1llvm/utils/TableGen/Basic/RuntimeLibcalls.cpp
+12-114 files