FreeBSD/ports 1dfdd3dtextproc/xray Makefile.crates Makefile

textproc/xray: Update to 0.5.0
DeltaFile
+5-3textproc/xray/distinfo
+1-1textproc/xray/Makefile
+1-0textproc/xray/Makefile.crates
+7-43 files

FreeBSD/ports 51d7549textproc/xql Makefile distinfo

textproc/xql: Update to 1.12.0
DeltaFile
+5-5textproc/xql/distinfo
+1-2textproc/xql/Makefile
+6-72 files

FreeBSD/ports a7f1fb6textproc/xled Makefile distinfo

textproc/xled: Update to 0.12.2
DeltaFile
+3-3textproc/xled/distinfo
+1-1textproc/xled/Makefile
+4-42 files

FreeBSD/ports 565f8fbnet/croc Makefile distinfo

net/croc: Update to 11.4.0
DeltaFile
+5-5net/croc/distinfo
+1-2net/croc/Makefile
+6-72 files

FreeBSD/ports f1bd97bsysutils/intel-nvmupdate-i225-i226 pkg-plist Makefile, sysutils/intel-nvmupdate-i225-i226/files pkg-message.in source_manifest.txt

sysutils/intel-nvmupdate-i225-i226: New port

PR:             265714
DeltaFile
+102-0sysutils/intel-nvmupdate-i225-i226/files/nvmupdate.cfg
+80-0sysutils/intel-nvmupdate-i225-i226/files/README.FreeBSD
+76-0sysutils/intel-nvmupdate-i225-i226/Makefile
+52-0sysutils/intel-nvmupdate-i225-i226/files/source_manifest.txt
+45-0sysutils/intel-nvmupdate-i225-i226/files/pkg-message.in
+24-0sysutils/intel-nvmupdate-i225-i226/pkg-plist
+379-09 files not shown
+462-015 files

FreeBSD/ports a81d530sysutils/intel-nvmupdate-i210 pkg-descr distinfo, sysutils/intel-nvmupdate-i210/files nvmupdate-i210.in

sysutils/intel-nvmupdate-i210: Add new port
DeltaFile
+44-0sysutils/intel-nvmupdate-i210/Makefile
+30-0sysutils/intel-nvmupdate-i210/pkg-message
+13-0sysutils/intel-nvmupdate-i210/pkg-plist
+4-0sysutils/intel-nvmupdate-i210/files/nvmupdate-i210.in
+3-0sysutils/intel-nvmupdate-i210/pkg-descr
+3-0sysutils/intel-nvmupdate-i210/distinfo
+97-01 files not shown
+98-07 files

FreeBSD/ports e36527dmath/calc Makefile

math/calc: Fix packaging for @tiny flavor
DeltaFile
+1-1math/calc/Makefile
+1-11 files

FreeBSD/src b853bacshare/man/man9 acl.9

acl(9): fix typo (ACL_ACL -> ACL)

MFC after:      1 week

(cherry picked from commit 9fd963b0a149357b6fbc16ef0b999e6b487e513a)
DeltaFile
+1-1share/man/man9/acl.9
+1-11 files

FreeBSD/src 2ed7da9share/man/man9 acl.9

acl(9): fix typo (ACL_ACL -> ACL)

MFC after:      1 week

(cherry picked from commit 9fd963b0a149357b6fbc16ef0b999e6b487e513a)
DeltaFile
+1-1share/man/man9/acl.9
+1-11 files

FreeBSD/src 20b68f0share/man/man9 atomic.9

atomic(9): add missing .Nm entries

MFC after:      1 week
Reported by:    make manlint

(cherry picked from commit 8eced03c369a6f8aad0013604f790bafd4526848)
DeltaFile
+3-0share/man/man9/atomic.9
+3-01 files

FreeBSD/src b7a2b3dshare/man/man9 atomic.9

atomic(9): add missing .Nm entries

MFC after:      1 week
Reported by:    make manlint

(cherry picked from commit 8eced03c369a6f8aad0013604f790bafd4526848)
DeltaFile
+3-0share/man/man9/atomic.9
+3-01 files

LLVM/project 89ebea3libcxx/include/__algorithm pstl.h, libcxx/include/__pstl/backends serial.h

[libc++][pstl] Implementation of parallel std::is_heap_until() based on __parallel_find() (#218603)

This PR adds an implementation of a parallel `std::is_heap_until()`
based on `__parallel_find()`.

The implementation chops the input range `[first+1, last)` into
partitions and processes them in parallel.
For each partition, it derives the first and the last parents of these
children, and iterates over the parents checking their children for heap
violations.
Basically, it's very close to the implementation of the serial version,
but with a different prologue and epilogue.

Part of #99938.

---------

Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
DeltaFile
+1,068-0libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/pstl.is_heap_until_comp.pass.cpp
+1,064-0libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/pstl.is_heap_until.pass.cpp
+102-0libcxx/include/__pstl/cpu_algos/is_heap_until.h
+25-0libcxx/include/__algorithm/pstl.h
+12-0libcxx/test/std/algorithms/pstl.exception_handling.pass.cpp
+10-0libcxx/include/__pstl/backends/serial.h
+2,281-08 files not shown
+2,319-014 files

NetBSD/pkgsrc g93ZyyMdoc CHANGES-2026

   Updated devel/py-joblib, devel/py-anyio
VersionDeltaFile
1.5817+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc ZdcAGEcdevel/py-anyio distinfo Makefile

   py-anyio: updated to 4.15.0

   4.15.0

   - Added support for the newer keyword-only arguments on ``anyio.Path`` methods to match
     the standard library ``pathlib.Path``:

     * ``follow_symlinks`` on ``exists()`` (Python 3.12+)
     * ``follow_symlinks`` on ``is_dir()`` (Python 3.13+)
     * ``follow_symlinks`` on ``is_file()`` (Python 3.13+)
     * ``follow_symlinks`` on ``owner()`` (Python 3.13+)
     * ``follow_symlinks`` on ``group()`` (Python 3.13+)
     * ``newline`` on ``read_text()`` (Python 3.13+)

   - Added ``amap``, ``gather``, and ``as_completed`` utility functions to simplify common
     patterns
   - Added ``--anyio-mode`` command-line option as an alternative to the ``anyio_mode``
     ini setting, and fix the pytest plugin's auto mode detection to recognize the mode
     when set via either mechanism(e.g: ``pytest_asyncio``).

    [73 lines not shown]
VersionDeltaFile
1.13+10-1devel/py-anyio/PLIST
1.34+4-4devel/py-anyio/distinfo
1.38+4-4devel/py-anyio/Makefile
+18-93 files

NetBSD/pkgsrc pcfibTddevel/py-joblib Makefile distinfo, devel/py-joblib/patches patch-joblib_externals_loky_backend_context.py

   py-joblib: updated to 1.6.0

   1.6.0

   Fix caching of functions whose source cannot be retrieved, such as functions defined in a notebook cell. Their identity fell back to str(hash(func.__code__)), which is salted by PYTHONHASHSEED and so differed between processes. A worker reading the func_code.py written by another one concluded that the function had changed and wiped the whole cache directory for it, discarding results computed by its peers. func_code.py is also no longer rewritten in place, so a reader can no longer catch it half-written and draw the same conclusion.
   Drop python 3.9 support. The oldest supported Python version is now Python 3.10.
   Fix eval_expr (used to evaluate the pre_dispatch argument of Parallel) to raise a ValueError as documented instead of leaking a ZeroDivisionError for expressions that divide or take a modulo by zero.
   MemorizedResult now forwards mmap_mode to its store backend, so a cached array reconstructed from a location is memory-mapped as requested instead of being loaded fully into memory.
   Unvendor cloudpickle to more quickly benefit from maintenance releases of cloudpickle
   Fix Memory.cache for functions with a keyword-only argument that has a default declared before a keyword-only argument without a default.
   Fix behavior of filter_args on some precise cases.
   Fix a concurrency error that could happen with unordered generator.
   Fix: dump() now accepts any input os.PathLike object to be consistent with load.
   The documentation now uses pydata sphinx theme. Furthermore, optional dependencies test and docs have been added to pyproject.toml.
   Vendor loky 3.6.0
VersionDeltaFile
1.3+29-26devel/py-joblib/patches/patch-joblib_externals_loky_backend_context.py
1.13+4-10devel/py-joblib/PLIST
1.25+5-5devel/py-joblib/distinfo
1.26+3-2devel/py-joblib/Makefile
+41-434 files

LLVM/project c0fb057clang/include/clang/Basic DiagnosticSemaKinds.td, clang/lib/Sema SemaLifetimeSafety.h

[Lifetime Safety] Distinguish attributed/inferred lifetimebound diagnostics (#220248)
DeltaFile
+80-80clang/test/Sema/LifetimeSafety/safety.cpp
+45-45clang/test/Sema/LifetimeSafety/nocfg.cpp
+6-6clang/test/Sema/LifetimeSafety/annotation-suggestions.cpp
+7-1clang/lib/Sema/SemaLifetimeSafety.h
+3-3clang/test/Sema/LifetimeSafety/safety-c.c
+1-1clang/include/clang/Basic/DiagnosticSemaKinds.td
+142-1366 files

FreeBSD/src 5740717sys/arm64/arm64 pmap.c

arm64 pmap: correct the condition for flushing the icache

Whenever we create a user-space mapping, we always set ATTR_S1_PXN in
the PTE, which blocks execution of user-space code while running in
kernel mode.  However, when seeking to determine whether we need to
perform an icache flush before installing the new PTE, we test whether
sometimes the old PTE or other times the new PTE has ATTR_S1_XN set.
The trouble is that ATTR_S1_XN is defined as the bitwise OR of
ATTR_S1_PXN and ATTR_S1_UXN, and so the test for whether ATTR_S1_XN is
set is satisfied if either of its constituent bits is set, i.e., we
write (l3e & ATTR_S1_XN) != 0.  Consequently, the test is always true.

In practice, I believe that the ill effects of this bug are limited:
In pmap_enter(), in rare circumstances, e.g., wiring a code page, an
unnecessary icache flush will be performed.  In pmap_enter_l2() and
pmap_enter_l3c(), no icache flush will be performed.  However,
typically an icache flush would have already been performed on each of
the constituent base pages.


    [3 lines not shown]
DeltaFile
+4-4sys/arm64/arm64/pmap.c
+4-41 files

NetBSD/pkgsrc PRNuRaTdoc CHANGES-2026

   Updated devel/py-cachelib, devel/py-vcs-versioning, devel/py-setuptools_scm, time/py-vdirsyncer
VersionDeltaFile
1.5816+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc j9b1nEUtime/py-vdirsyncer distinfo Makefile, time/py-vdirsyncer/patches patch-docs_conf.py

   py-vdirsyncer: updated to 0.21.0

   0.21.0

   - Implement retrying for ``google`` storage type when a rate limit is reached.
   - ``tenacity`` is now a required dependency.
   - Drop support for Python 3.8.
   - Retry transient network errors for nullipotent requests.
   - Add support for Python 3.14.
VersionDeltaFile
1.79+15-15time/py-vdirsyncer/Makefile
1.55+4-5time/py-vdirsyncer/distinfo
1.5+1-1time/py-vdirsyncer/patches/patch-docs_conf.py
+20-213 files

NetBSD/pkgsrc rGGOZkQdevel/py-setuptools_scm Makefile distinfo

   py-setuptools_scm: updated to 10.2.3

   10.2.3 (2026-09-03)

   Miscellaneous

   - Do not run the xmlsec download regression test on Python 3.8, where no lxml wheel exists and `--no-build-isolation` leaves pip without a build toolchain for the lxml sdist.
VersionDeltaFile
1.46+4-4devel/py-setuptools_scm/distinfo
1.55+2-2devel/py-setuptools_scm/Makefile
+6-62 files

NetBSD/pkgsrc qLGgkjPdevel/py-vcs-versioning Makefile distinfo

   py-vcs-versioning: updated to 2.3.4

   2.3.4 (2026-09-03)

   Fixed

   - Ensure the vcs-versioning testsuite passes without setuptools-scm installed; the egg-info vs PKG-INFO discovery priority test moved to the setuptools-scm testsuite, which owns the egg-info entry point it needs.

   2.3.3 (2026-09-03)

   Fixed

   - The `semver-pep440` and `semver-pep440-release-branch` version schemes now keep the PEP 440 epoch of the tag they are derived from, instead of emitting a version that sorts below it.
VersionDeltaFile
1.11+4-4devel/py-vcs-versioning/distinfo
1.12+2-2devel/py-vcs-versioning/Makefile
+6-62 files

NetBSD/pkgsrc Xb40LTVdevel/py-cachelib distinfo Makefile

   py-cachelib: updated to 0.17.0

   0.17.0

   - Timeout now also accepts a ``datetime.timedelta`` in addition to int. :pr:`510`
   - Float timeouts are deprecated and now rounded up to whole seconds, so
     backends with integer-second APIs (e.g. memcached) no longer fail with
     a confusing ``TypeError``. Passing a float will raise a ``TypeError``
     in a future release; timeouts of any other unsupported type raise
     ``TypeError`` immediately. :pr:`510`
   - Add ``memcache_client_lib`` parameter to ``MemcachedCache`` to select which
     memcache client library to use (``pylibmc``, ``google``, ``memcache``, or
     ``libmc``). When not set, the library is auto-detected as before.  :pr:`511`
VersionDeltaFile
1.17+4-4devel/py-cachelib/distinfo
1.18+5-3devel/py-cachelib/Makefile
+9-72 files

FreeBSD/ports 1870522www/glance Makefile distinfo

www/glance: Update to 0.8.6
DeltaFile
+5-5www/glance/distinfo
+2-3www/glance/Makefile
+7-82 files

LLVM/project 418130dflang/lib/Optimizer/Transforms SimplifyIntrinsics.cpp, flang/test/Transforms simplifyintrinsics.fir

[Flang] Skip SimplifyIntrinsics for unsigned reductions (#220850)

SimplifyIntrinsics assumes that the reduction argument element type
matches the runtime call result type.

For UNSIGNED reductions, this is not true. For example, MAXVAL on an
UNSIGNED(4) array is lowered with an array element type of ui32, while
the runtime call returns i32 and is converted back to ui32 afterward.

This causes an assertions-enabled build to fail at -O1 and above with:

```
Assertion `*argType == resultType &&
           "Argument/result types mismatch in reduction"' failed.
```

The existing simplified integer reduction path is also not safe for
unsigned values. In particular, MAXVAL currently uses a signed minimum
value as the reduction identity and `arith::MaxSIOp` for the comparison.

    [9 lines not shown]
DeltaFile
+76-0flang/test/Transforms/simplifyintrinsics.fir
+6-0flang/lib/Optimizer/Transforms/SimplifyIntrinsics.cpp
+82-02 files

FreeBSD/ports 18d62ccnet Makefile, net/nats-tui distinfo pkg-descr

net/nats-tui: New port: Terminal UI for the NATS nats tool
DeltaFile
+36-0net/nats-tui/Makefile
+11-0net/nats-tui/pkg-descr
+5-0net/nats-tui/distinfo
+1-0net/Makefile
+53-04 files

LLVM/project 3dc8f05llvm/include/llvm/ADT SmallPtrSet.h, llvm/unittests/ADT SmallPtrSetTest.cpp

[ADT] Use isComparableWith in SmallPtrSet (#221020)

This patch updates operator== in SmallPtrSet to use
DebugEpochBase::HandleBase::isComparableWith, bringing it in line with
DenseMap, FoldingSet, and StringMap.

Assisted-by: Antigravity
DeltaFile
+20-0llvm/unittests/ADT/SmallPtrSetTest.cpp
+2-1llvm/include/llvm/ADT/SmallPtrSet.h
+22-12 files

OpenBSD/src 6b7BvZbbin/pax pat_rep.c

   pax: Ensure when removing ".." path components extra slashes are also
   removed.

   A specially constructed archive could trick pax into extracting outside
   of the working directory. This also fixes a string ending in a compoment
   of exactly ".." reading one past the NUL.

   ok millert@
VersionDeltaFile
1.46+3-2bin/pax/pat_rep.c
+3-21 files

OpenBSD/src gr2uQeTusr.sbin/lldpd lldpd.c

   don't complain if removing an mcast membership from a detached interface fails
VersionDeltaFile
1.12+5-3usr.sbin/lldpd/lldpd.c
+5-31 files

FreeBSD/ports b93812esysutils/intel-nvmupdate-40g pkg-message Makefile, sysutils/intel-nvmupdate-700series pkg-message Makefile

sysutils/intel-nvmupdate-700series: Rename port to match hardware
DeltaFile
+0-153sysutils/intel-nvmupdate-40g/pkg-plist
+153-0sysutils/intel-nvmupdate-700series/pkg-plist
+0-44sysutils/intel-nvmupdate-40g/Makefile
+44-0sysutils/intel-nvmupdate-700series/Makefile
+0-29sysutils/intel-nvmupdate-40g/pkg-message
+29-0sysutils/intel-nvmupdate-700series/pkg-message
+226-2268 files not shown
+238-23714 files

LLVM/project f1ec263clang/docs ReleaseNotes.md, clang/lib/Sema SemaTemplateDeductionGuide.cpp

Make Younan Zhang happy and  enhance deduction guide for type aliases to support template template parameters and reorder synthesized parameters accordingly
DeltaFile
+153-164clang/lib/Sema/SemaTemplateDeductionGuide.cpp
+24-0clang/test/SemaCXX/cxx20-ctad-type-alias.cpp
+6-4clang/docs/ReleaseNotes.md
+183-1683 files