LLVM/project 6db1905clang/lib/AST/ByteCode Pointer.cpp, libc/test/src/math CMakeLists.txt

Merge branch 'main' into users/ziqingluo-90/PR-185840466-2
DeltaFile
+143-144clang/lib/AST/ByteCode/Pointer.cpp
+174-1libc/test/src/math/CMakeLists.txt
+132-41llvm/test/Transforms/PhaseOrdering/AArch64/loopflatten.ll
+54-54lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
+94-0llvm/test/Transforms/SLPVectorizer/RISCV/splat-gather-extracts.ll
+83-3lldb/source/Plugins/Process/Utility/RegisterInfos_riscv32.h
+680-243150 files not shown
+1,675-728156 files

FreeBSD/ports 6861ddedatabases/redis_exporter Makefile distinfo

databases/redis_exporter: Update 1.89.0 => 1.90.0

While here, add TESTING_UNSAFE since they are failing.

Changelog:
https://github.com/oliver006/redis_exporter/releases/tag/v1.90.0

Commit log:
https://github.com/oliver006/redis_exporter/compare/v1.89.0...v1.90.0

PR:             298051
Reported by:    Volodymyr Kostyrko <arcade at b1t.name> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+5-5databases/redis_exporter/distinfo
+4-3databases/redis_exporter/Makefile
+9-82 files

NetBSD/pkgsrc-wip b22b434gitea-runner PLIST Makefile, gitea-runner/files config.yaml

gitea-runner: also install a configuration file
DeltaFile
+297-0gitea-runner/files/config.yaml
+32-0gitea-runner/Makefile
+1-0gitea-runner/PLIST
+330-03 files

NetBSD/pkgsrc-wip fc47e78. TODO, py-xy Makefile distinfo

py-xy: update to 0.0.7
DeltaFile
+3-3py-xy/distinfo
+1-1py-xy/Makefile
+0-1TODO
+4-53 files

NetBSD/pkgsrc gLePc5Hdoc TODO CHANGES-2026

   doc: Updated www/py-websockets to 17.1
VersionDeltaFile
1.27857+1-2doc/TODO
1.5687+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc zq8b3vWwww/py-websockets Makefile distinfo

   py-websockets: update to 17.1.

   17.1

   New features

       Added support for reconnecting automatically by using :func:`~sync.client.reconnect` as an iterator to the :mod:`threading` implementation.
       :func:`~sync.client.connect` now follows redirects in the :mod:`threading` implementation.
       :func:`~sync.client.connect` can connect to another host and port than those specified in the URI in the :mod:`threading` implementation.

   Improvements

       Connections are now garbage collected immediately once closed.
       :func:`~sync.client.unix_connect` and :func:`~sync.server.unix_serve` now accept path-like objects, such as :class:`pathlib.Path`, in the path argument.
VersionDeltaFile
1.31+4-4www/py-websockets/distinfo
1.38+4-2www/py-websockets/Makefile
+8-62 files

NetBSD/pkgsrc ieBe6iqdoc TODO CHANGES-2026

   doc: Updated devel/py-wcwidth to 0.8.3
VersionDeltaFile
1.27856+1-2doc/TODO
1.5686+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc imWXgl5devel/py-wcwidth PLIST distinfo

   py-wcwidth: update to 0.8.3.

   0.8.3 2026-08-28

           Bugfix Do not hang on wrap() calls of width 1 with text containing OSC8 hyperlinks and wide characters, PR #231.
           Bugfix clip() with propagate_sgr=True, should match behavior of propagate_sgr(), PR #235.
VersionDeltaFile
1.29+5-4devel/py-wcwidth/Makefile
1.26+4-4devel/py-wcwidth/distinfo
1.12+2-1devel/py-wcwidth/PLIST
+11-93 files

NetBSD/pkgsrc 5Sa01QAdoc CHANGES-2026

   doc: Updated textproc/libcue to 2.3.0
VersionDeltaFile
1.5685+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc QEKd137textproc/libcue Makefile distinfo, textproc/libcue/patches patch-cd.c

   textproc/libcue: Update to 2.3.0

   Changelog:
   libcue (2.3.0)
        [Vlad Stulikov, Vasiliy Sazonov]
        * Bug fix - no EOF handling

        [Kevin Backhouse]
        * Fix CVE-2023-43641
VersionDeltaFile
1.5+4-5textproc/libcue/distinfo
1.5+2-3textproc/libcue/Makefile
1.2+1-1textproc/libcue/patches/patch-cd.c
+7-93 files

NetBSD/pkgsrc zhOCyvIdoc TODO CHANGES-2026

   doc: Updated devel/py-typer to 0.27.2
VersionDeltaFile
1.27855+1-2doc/TODO
1.5684+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc KjgeRsmdevel/py-typer PLIST distinfo

   py-typer: update to 0.27.2.

   Refactors

       ♻️ Create exceptions module and TyperException base class. PR #1942 by @svlandeg.

   Docs

       🐛 Fix showing fast button as external link in animated terminals in docs. PR #1912 by @phalberg.

   Internal

       ⬆️ Bump setup-uv action to 10.0.1. PR #1940 by @YuriiMotov.
       👷 Migrate automatic labels to Latest Changes. PR #1931 by @tiangolo.
       👷 Remove legacy label check. PR #1930 by @tiangolo.
       🔐 Use PR Submit for pull requests. PR #1928 by @tiangolo.
       👷 Use GitHub CLI for Git authentication. PR #1927 by @tiangolo.
       👷 Use PR Push commit identity. PR #1926 by @tiangolo.
       🔒 Replace pre-commit PAT with PR Push. PR #1923 by @tiangolo.

    [5 lines not shown]
VersionDeltaFile
1.13+4-4devel/py-typer/distinfo
1.13+4-4devel/py-typer/Makefile
1.5+3-0devel/py-typer/PLIST
+11-83 files

LLVM/project a11ea41llvm/lib/Analysis TrainingLogger.cpp TensorSpec.cpp, llvm/lib/CodeGen TwoAddressInstructionPass.cpp

[llvm] Remove unused includes (NFC) (#219782)

Identified by misc-include-cleaner and verified with local builds.
DeltaFile
+0-4llvm/lib/Transforms/Instrumentation/AllocToken.cpp
+0-3llvm/lib/IR/RuntimeLibcalls.cpp
+0-3llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
+0-3llvm/lib/Analysis/TrainingLogger.cpp
+0-3llvm/lib/Analysis/TensorSpec.cpp
+0-2llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+0-1885 files not shown
+0-11391 files

NetBSD/pkgsrc SCiFR5Bdoc CHANGES-2026

   doc: Updated devel/at-spi2-core to 2.60.6
VersionDeltaFile
1.5683+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc db66XEpdevel/at-spi2-core PLIST Makefile

   devel/at-spi2-core: Update to 2.60.6

   Changelog:
   What's new in at-spi2-core 2.60.6:

   * atk-bridge: Attempt to fix a crash in get_registered_event_listeners

   * AtspiDevice: Avoid assigning 0 as a grab id

   * Remove G_GNUC_CONST from *_get_type_declarations
VersionDeltaFile
1.41+4-4devel/at-spi2-core/distinfo
1.28+2-2devel/at-spi2-core/PLIST
1.71+2-2devel/at-spi2-core/Makefile
+8-83 files

NetBSD/pkgsrc s3pyQnfdoc TODO CHANGES-2026

   doc: Updated textproc/py-sphinx-autoapi to 3.8.1
VersionDeltaFile
1.27854+1-2doc/TODO
1.5682+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc kQbLDi4textproc/py-sphinx-autoapi distinfo Makefile

   py-sphinx-autoapi: update to 3.8.1.

   Bugfixes

       Preserve ellipsis literals when rendering type annotations. (#562)

   Improved Documentation

       Document the autoapisummary directive. (#377)

   Misc

       #564
       Switch to tox.toml and reorganise repo structure
VersionDeltaFile
1.26+4-4textproc/py-sphinx-autoapi/distinfo
1.32+4-4textproc/py-sphinx-autoapi/Makefile
+8-82 files

NetBSD/pkgsrc W2VecB3doc CHANGES-2026

   doc: Updated multimedia/libaom to 3.15.0
VersionDeltaFile
1.5681+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc MmOdLN7multimedia/libaom Makefile distinfo, multimedia/libaom/patches patch-build_cmake_aom__configure.cmake

   multimedia/libaom: Update to 3.15.0

   Changelog:
   2026-08-25 v3.15.0
     This release is ABI compatible with the last release.

     This release includes the fixes for all the security issues found by
     AI tools recently.

     Important build system change: The cmake option ENABLE_APPS was added
     to build aomdec and aomenc without building the example programs. The
     cmake option ENABLE_EXAMPLES was redefined to build only the example
     programs.

     - New Features
       * Test only: New codec control AV1E_SET_MODE_REF_DELTA_ENABLED for
         the encoder to toggle loopfilter mode_ref_delta_enabled.
       * New codec option “force-max-q” for the encoder to force the use
         of max Q in VBR mode.

    [50 lines not shown]
VersionDeltaFile
1.10+3-13multimedia/libaom/patches/patch-build_cmake_aom__configure.cmake
1.32+5-5multimedia/libaom/distinfo
1.43+2-2multimedia/libaom/Makefile
+10-203 files

NetBSD/pkgsrc K5tkoAcdoc TODO CHANGES-2026

   doc: Updated devel/py-pylint to 4.0.8
VersionDeltaFile
1.27853+1-2doc/TODO
1.5680+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc X9280wydevel/py-pylint Makefile distinfo

   py-pylint: update to 4.0.8.

   False Positives Fixed

       Fix a false positive for :ref:unspecified-encoding when an open call uses a mode
       argument that cannot be inferred.

       Closes #10201

       Fix a false positive for invalid-name (C0103) on names assigned in an
       if __name__ == "__main__": block. Such a block reads like a script body, so
       a name there is now accepted if it matches either the constant or the variable
       naming style.

       Closes #10766

       Fix false positives for :ref:invalid-str-returned, :ref:invalid-repr-returned,
       :ref:invalid-format-returned, :ref:invalid-bytes-returned, :ref:invalid-hash-returned,
       :ref:invalid-index-returned, :ref:invalid-length-returned,

    [39 lines not shown]
VersionDeltaFile
1.107+4-4devel/py-pylint/distinfo
1.122+2-2devel/py-pylint/Makefile
+6-62 files

NetBSD/pkgsrc 4Lr0h5ydoc TODO CHANGES-2026

   doc: Updated devel/py-proto-plus to 1.28.4
VersionDeltaFile
1.27852+1-2doc/TODO
1.5679+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc uUjOBE1devel/py-proto-plus Makefile distinfo

   py-proto-plus: update to 1.28.4.

   Documentation

       handwritten: centralize CONTRIBUTING.rst pointers (#17642) (23b9499)
VersionDeltaFile
1.16+4-4devel/py-proto-plus/distinfo
1.18+2-2devel/py-proto-plus/Makefile
+6-62 files

NetBSD/pkgsrc htLFr3ndoc CHANGES-2026 TODO

   doc: Updated misc/py-platformdirs to 4.11.5
VersionDeltaFile
1.27851+1-3doc/TODO
1.5678+2-1doc/CHANGES-2026
+3-42 files

NetBSD/pkgsrc 8ai56HUmisc/py-platformdirs Makefile distinfo

   py-platformdirs: update to 4.11.5.

   What's Changed

       docs: fix the iterator order claim in api.rst by @gaborbernat in #533
       fix: return one site applications path for multipath by @tunglambk in #532
       fix: accept app arguments in the applications functions by @gaborbernat in #534
       refactor: keyword-only booleans on the applications functions by @gaborbernat in #535
       fix: accept app arguments in user_preference_dir by @dylanpulver in #531
VersionDeltaFile
1.48+4-4misc/py-platformdirs/distinfo
1.49+2-2misc/py-platformdirs/Makefile
+6-62 files

FreeBSD/ports e137692audio/headsetcontrol Makefile distinfo

audio/headsetcontrol: Update to 4.1.0

Changes:        https://github.com/Sapd/HeadsetControl/releases/tag/4.1.0

PR:             298055
Reported by:    Alexander Vereeken <avereeken at fastmail.de> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3audio/headsetcontrol/distinfo
+1-1audio/headsetcontrol/Makefile
+4-42 files

NetBSD/pkgsrc SkKnLxCdoc TODO CHANGES-2026

   doc: Updated textproc/py-linkify-it-py to 2.2.0
VersionDeltaFile
1.27850+1-2doc/TODO
1.5677+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc do0cipXtextproc/py-linkify-it-py Makefile distinfo

   py-linkify-it-py: update to 2.2.0.

   ## v2.2.0 (2026-08-29)

   - Fix astral-plane Unicode handling in links, including host names and link terminators ([#87](https://github.com/tsutsu3/linkify-it-py/pull/87))
   - Drop the runtime dependency on `uc-micro-py` ([#87](https://github.com/tsutsu3/linkify-it-py/pull/87))

   ## v2.1.1 (2026-08-25)

   Security release: `LinkifyIt.match()` was quadratic on untrusted input when linkify is enabled ([GHSA-8m2q-wq3r-6hq8](https://github.com/tsutsu3/linkify-it-py/security/advisories/GHSA-8m2q-wq3r-6hq8)).

   - Fix quadratic complexity in `LinkifyIt.match()`, port of linkify-it 5.0.1 and 5.0.2 (upstream [CVE-2026-48801](https://github.com/advisories/GHSA-22p9-wv53-3rq4), [CVE-2026-59887](https://github.com/advisories/GHSA-v245-v573-v5vm)) ([#82](https://github.com/tsutsu3/linkify-it-py/pull/82))
   - Match validators at a position instead of slicing the tail, needed because Python 3.10 does not optimize the `^` anchor ([#82](https://github.com/tsutsu3/linkify-it-py/pull/82))
   - Allow `;` in the email name, matching linkify-it. **Behavior change**: `a;b at example.com` is now linkified ([#82](https://github.com/tsutsu3/linkify-it-py/pull/82))
   - Update port.yml (linkify-it v5.0.2) ([#82](https://github.com/tsutsu3/linkify-it-py/pull/82))
VersionDeltaFile
1.3+9-6textproc/py-linkify-it-py/PLIST
1.4+4-4textproc/py-linkify-it-py/distinfo
1.6+2-2textproc/py-linkify-it-py/Makefile
+15-123 files

NetBSD/pkgsrc La2736wdoc TODO CHANGES-2026

   doc: Updated devel/re2c to 4.6
VersionDeltaFile
1.27849+1-2doc/TODO
1.5676+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc C5jZe22devel/re2c Makefile distinfo

   re2c: update to 4.6.

   4.6 (2026-08-29)
   ~~~~~~~~~~~~~~~~

   - Added support for Zig labeled continue optimization.
     (`#580 <https://github.com/skvadrik/re2c/pull/580>`_).

   - Updated C/C++ examples to use re2c features available in version 4.0 or higher.
VersionDeltaFile
1.34+4-4devel/re2c/distinfo
1.42+5-2devel/re2c/Makefile
+9-62 files