FreeBSD/ports bfa72d1textproc/py-textual-fastdatatable Makefile distinfo

textproc/py-textual-fastdatatable: Update to 0.17.0

ChangeLog:      https://github.com/tconbeer/textual-fastdatatable/releases/tag/v0.17.0
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3textproc/py-textual-fastdatatable/distinfo
+1-1textproc/py-textual-fastdatatable/Makefile
+4-42 files

FreeBSD/ports efc499dwww/py-calibreweb distinfo Makefile, www/py-calibreweb/files patch-pyproject.toml

www/py-calibreweb: Update 0.6.26 => 0.6.27

This release contains bug and security fixes, also
updated to support www/py-flask-limiter v4 which in
turn removes the need for the port www/py-flask-limiter3.

Changes:
https://github.com/janeczku/calibre-web/releases/tag/0.6.27

PR:             297375
Reported by:    Matthew Wener <matthew at wener.org> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
Security:       CVE-2025-6998
Security:       CVE-2025-7404
MFH:            2026Q3

(cherry picked from commit 374c12ecb2f422cb6a7bee19689189c78e0097e4)
DeltaFile
+13-0www/py-calibreweb/files/patch-pyproject.toml
+3-4www/py-calibreweb/Makefile
+3-3www/py-calibreweb/distinfo
+19-73 files

FreeBSD/ports 813dcb3www Makefile, www/py-flask-limiter3 distinfo pkg-descr

www/py-flask-limiter3: Remove port

The one and only consumer www/py-calibreweb now supports v4.

PR:             297376
Reported by:    Matthew Wener <matthew at wener.org> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+0-29www/py-flask-limiter3/Makefile
+0-4www/py-flask-limiter3/pkg-descr
+0-3www/py-flask-limiter3/distinfo
+0-1www/Makefile
+0-374 files

FreeBSD/ports 374c12ewww/py-calibreweb distinfo Makefile, www/py-calibreweb/files patch-pyproject.toml

www/py-calibreweb: Update 0.6.26 => 0.6.27

This release contains bug and security fixes, also
updated to support www/py-flask-limiter v4 which in
turn removes the need for the port www/py-flask-limiter3.

Changes:
https://github.com/janeczku/calibre-web/releases/tag/0.6.27

PR:             297375
Reported by:    Matthew Wener <matthew at wener.org> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
Security:       CVE-2025-6998
Security:       CVE-2025-7404
MFH:            2026Q3
DeltaFile
+13-0www/py-calibreweb/files/patch-pyproject.toml
+3-4www/py-calibreweb/Makefile
+3-3www/py-calibreweb/distinfo
+19-73 files

FreeBSD/ports ad32032audio/noson-app distinfo Makefile

audio/noson-app: Update to 5.7.3

Switch to depend on QT6
DeltaFile
+5-5audio/noson-app/Makefile
+3-3audio/noson-app/distinfo
+8-82 files

FreeBSD/ports 995c664audio/noson pkg-plist Makefile

audio/noson: Update to 2.12.35
DeltaFile
+3-3audio/noson/distinfo
+1-1audio/noson/pkg-plist
+1-1audio/noson/Makefile
+5-53 files

FreeBSD/ports ed03c39multimedia/zoneminder pkg-plist distinfo, multimedia/zoneminder/files patch-src_zm__signal.cpp patch-scripts_ZoneMinder_lib_ZoneMinder_Server.pm

multimedia/zoneminder: Update 1.38.1 => 1.38.3

Changelog:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.38.3

- Fix ONVIF support with add devel/gsoap to BUILD_DEPENDS.

PR:             296995
Security:       GHSA-g66m-77fq-79v9
Security:       GHSA-745h-vg7c-73cg
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3

(cherry picked from commit 2f1af67af413fa32819d0dac645b473769845559)
DeltaFile
+10-18multimedia/zoneminder/files/patch-scripts_ZoneMinder_lib_ZoneMinder_Server.pm
+0-20multimedia/zoneminder/files/patch-src_zm__signal.cpp
+3-6multimedia/zoneminder/Makefile
+3-3multimedia/zoneminder/distinfo
+1-1multimedia/zoneminder/pkg-plist
+17-485 files

LLVM/project 78e17e7mlir/lib/Dialect/Arith/IR ArithOps.cpp

[mlir][arith][NFC] Make AtomicRMWKind switches exhaustive (#214622)

`getIdentityValueAttr` and `getReductionOp` in `ArithOps.cpp` each
handle 15 of
the 16 `AtomicRMWKind` cases and route the rest through a `default:`
label
carrying `// TODO: Add remaining reduction operations.`

That TODO cannot be completed. The only unhandled kind is `assign`,
which is
not a reduction: it has no identity element (`assign(x, e) = e`, so no
constant
`e` satisfies `assign(x, e) = x`) and no corresponding binary `arith`
op. It is
still a perfectly valid kind elsewhere — `memref.atomic_rmw` lowers it
to an
atomic `xchg` in `MemRefToLLVM.cpp` — it simply has no meaning for these
two
reduction helpers.

    [39 lines not shown]
DeltaFile
+6-6mlir/lib/Dialect/Arith/IR/ArithOps.cpp
+6-61 files

FreeBSD/ports 2f1af67multimedia/zoneminder pkg-plist distinfo, multimedia/zoneminder/files patch-src_zm__signal.cpp patch-scripts_ZoneMinder_lib_ZoneMinder_Server.pm

multimedia/zoneminder: Update 1.38.1 => 1.38.3

Changelog:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.38.3

- Fix ONVIF support with add devel/gsoap to BUILD_DEPENDS.

PR:             296995
Security:       GHSA-g66m-77fq-79v9
Security:       GHSA-745h-vg7c-73cg
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3
DeltaFile
+10-18multimedia/zoneminder/files/patch-scripts_ZoneMinder_lib_ZoneMinder_Server.pm
+0-20multimedia/zoneminder/files/patch-src_zm__signal.cpp
+3-6multimedia/zoneminder/Makefile
+3-3multimedia/zoneminder/distinfo
+1-1multimedia/zoneminder/pkg-plist
+17-485 files

OpenBSD/ports IMEzhWhgeo Makefile, misc Makefile

   sort category Makefiles
VersionDeltaFile
1.873+3-3textproc/Makefile
1.42+1-1wayland/Makefile
1.796+1-1sysutils/Makefile
1.790+1-1security/Makefile
1.227+1-1misc/Makefile
1.108+1-1geo/Makefile
+8-81 files not shown
+9-97 files

NetBSD/pkgsrc nPuekBJwww/chromium distinfo

   chromium: fix distinfo, update esbuild source
VersionDeltaFile
1.54+3-3www/chromium/distinfo
+3-31 files

LLVM/project 7c78d38llvm/lib/Target/AMDGPU/Disassembler AMDGPUDisassembler.cpp

Apply suggestion from @shiltian
DeltaFile
+1-1llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
+1-11 files

LLVM/project 6c02dacllvm/lib/Target/AMDGPU/Disassembler AMDGPUDisassembler.cpp

Apply suggestion from @shiltian
DeltaFile
+1-1llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
+1-11 files

LLVM/project 20e75d4llvm/lib/Transforms/Vectorize VPlanConstruction.cpp, llvm/test/Transforms/LoopVectorize first-order-recurrence-chains.ll

[VPlan] Verify hoist point when hoisting previous value of a recurrence. (#215084)

tryToSinkOrHoistRecurrenceUsers processes the fixed-order recurrences of
a loop one at a time and updates the plan for each of them. Once the
plan has been updated for one recurrence, the properties
hoistPreviousBeforeFORUsers relies on may no longer hold for the
recurrences processed later

Convert dominance assertion that does not hold in all cases (added test
cases) to a bail out, to a crash on the added test.

PR: https://github.com/llvm/llvm-project/pull/215084
DeltaFile
+222-0llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains.ll
+15-7llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
+237-72 files

NetBSD/pkgsrc-wip 872cbcdchromium distinfo

chromium: fix distinfo
DeltaFile
+3-3chromium/distinfo
+3-31 files

LLVM/project 3b0bb10llvm/lib/Target/AMDGPU/Disassembler AMDGPUDisassembler.cpp, llvm/test/MC/Disassembler/AMDGPU decode-err.txt

[AMDGPU][MC] Return fail when the decoding is not an VGPR

Fixes #215000.
DeltaFile
+13-0llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
+2-1llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
+15-12 files

OpenBSD/ports MsduHrZdevel Makefile

   sort the entire file (only 4 ports are moved)
VersionDeltaFile
1.2604+4-4devel/Makefile
+4-41 files

FreeBSD/ports 01391d2www/freenginx Makefile.extmod distinfo, www/freenginx/files extra-patch-ngx_aws_auth-freenginx

www/{nginx,nginx-devel,freenginx}: 3rd-party modules management

Update bundled third-party modules; where upstream now offers a tag,
switch from a commit hash to the version tag:

- array_var:    v0.05 -> v0.06
- cache_purge:  hash  -> 3.0.2
- ngx_devel_kit: v0.3.3 -> v0.3.4
- drizzle:      hash  -> v0.1.14
- aws_auth:     -> f3d9862 (stays on a hash; the 2.1.1 tag lacks the
                OpenSSL 3.0 build fix)

Adjust the drizzle config patch to the module's new extraction
directory name.

For freenginx, add a patch to ngx_aws_auth: freenginx dropped
ngx_http_request_t.start_sec, so obtain the request time from
ngx_time() there instead.

Sponsored by: Netzkommune GmbH
DeltaFile
+11-11www/nginx/distinfo
+11-11www/freenginx/distinfo
+6-5www/freenginx/Makefile.extmod
+5-5www/nginx/Makefile.extmod
+5-5www/nginx-devel/distinfo
+10-0www/freenginx/files/extra-patch-ngx_aws_auth-freenginx
+48-377 files not shown
+59-4813 files

FreeBSD/ports d69e801graphics/openusd/files patch-pxr_imaging_hgi_hgi.cpp patch-pxr_base_arch_systemInfo.cpp

graphics/openusd: fix cmake file

Consumers using cmake failed with this error:

CMake Error at /usr/local/cmake/pxrTargets.cmake:426 (set_target_properties):
  The link interface of target "garch" contains:

    OpenGL::GL

  but the target was not found.

See https://github.com/PixarAnimationStudios/OpenUSD/issues/3310

PR:             296774
Approved by:    maintainer’s time-out
DeltaFile
+18-0graphics/openusd/files/patch-pxr_pxrConfig.cmake.in
+3-3graphics/openusd/files/patch-pxr_usd_usd_clip.cpp
+3-3graphics/openusd/files/patch-pxr_base_tf_diagnostic.cpp
+3-3graphics/openusd/files/patch-pxr_base_arch_stackTrace.cpp
+2-2graphics/openusd/files/patch-pxr_imaging_hgi_hgi.cpp
+2-2graphics/openusd/files/patch-pxr_base_arch_systemInfo.cpp
+31-132 files not shown
+34-168 files

NetBSD/pkgsrc aoIBqsvdoc CHANGES-2026

   doc: Updated graphics/py-cairo-shared to 1.29.1
VersionDeltaFile
1.5103+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 441UsF5doc TODO CHANGES-2026

   doc: Updated graphics/py-cairo to 1.29.1
VersionDeltaFile
1.27716+1-2doc/TODO
1.5102+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc AtlSEvZgraphics/py-cairo Makefile Makefile.common

   py-cairo: update to 1.29.1.

   .. _v1.29.1:

   1.29.1 - 2026-08-07
   -------------------

   * Update dependencies (libpng, zlib) for the Windows wheels :pr:`442`
   * Fix documentation build with Python 3.15 :pr:`441`
   * Build wheels for Python 3.15 (except for 32bit Windows) :pr:`444`
   * Fix a memory leak in :meth:`ScaledFont.text_to_glyphs` :pr:`446`
   * Fix some minor reference leaks :pr:`447`
VersionDeltaFile
1.42+4-4graphics/py-cairo/distinfo
1.7+2-2graphics/py-cairo/Makefile.common
1.93+1-2graphics/py-cairo/Makefile
+7-83 files

NetBSD/pkgsrc nbgV5Zmdoc TODO CHANGES-2026

   doc: Updated lang/py-librt to 0.15.0
VersionDeltaFile
1.27715+1-2doc/TODO
1.5101+2-1doc/CHANGES-2026
+3-32 files

FreeBSD/ports 94e197cgraphics/opensubdiv Makefile, graphics/opensubdiv/files patch-opensubdiv_hbr_mesh.h patch-opensubdiv_CMakeLists.txt

graphics/opensubdiv: fix cmake config file

Consumers encountered this error:

CMake Error at /usr/local/lib/cmake/OpenSubdiv/OpenSubdivTargets.cmake:79 (set_target_properties):
  The link interface of target "OpenSubdiv::osdCPU" contains:
    OpenMP::OpenMP_CXX
  but the target was not found.

PR:             296775
Approved by:    maintainer’s time-out
DeltaFile
+13-0graphics/opensubdiv/files/patch-opensubdiv-config.cmake.in
+3-3graphics/opensubdiv/files/patch-opensubdiv_osd_CMakeLists.txt
+2-2graphics/opensubdiv/files/patch-opensubdiv_hbr_mesh.h
+2-2graphics/opensubdiv/files/patch-opensubdiv_CMakeLists.txt
+2-2graphics/opensubdiv/files/patch-cmake_FindGLFW.cmake
+2-1graphics/opensubdiv/Makefile
+24-106 files

NetBSD/pkgsrc Xn9rflIlang/py-librt Makefile distinfo

   py-librt: update to 0.15.0.

       Prepare for sentinel support
       Build Linux wheels for ppc64le (#44)
       Sync mypy and bump version
       Build wheels for Python 3.15 (#43)
VersionDeltaFile
1.9+4-4lang/py-librt/distinfo
1.9+2-2lang/py-librt/Makefile
+6-62 files

NetBSD/pkgsrc 2tzX2Jwdoc TODO CHANGES-2026

   doc: Updated textproc/tree-sitter to 0.26.12
VersionDeltaFile
1.27714+1-2doc/TODO
1.5100+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc jRc9cBcdoc TODO CHANGES-2026

   doc: Updated www/py-h2 to 4.4.1
VersionDeltaFile
1.27713+1-2doc/TODO
1.5099+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc akQslsntextproc/tree-sitter Makefile distinfo

   tree-sitter: update to 0.26.12.

   What's Changed

       fix(generate): fold case-insensitive patterns ourselves by @WillLillis in #5761
       fix(query): keep the trailing anchor when a zero-matched quantifier is anchored on both sides by @tree-sitter-ci-bot[bot] in #5764
       fix(templates): add C source files to Python sdist by @WillLillis in #5765
       fix(init): don't lowercase repository url by @tree-sitter-ci-bot[bot] in #5768
       fix(highlight): use std::sync::OnceCell for various loader fields by @WillLillis in #5785
       fix(parser): restart recovery for invalid tokens in the error state by @tree-sitter-ci-bot[bot] in #5792
       Fix associativity resolution with mixed shift precedences by @tree-sitter-ci-bot[bot] in #5796
       fix(parser): fix parsing bug repeat operator by @tree-sitter-ci-bot[bot] in #5829
       release v0.26.12 by @clason in #5831
VersionDeltaFile
1.33+4-4textproc/tree-sitter/distinfo
1.35+5-2textproc/tree-sitter/Makefile
+9-62 files

NetBSD/pkgsrc VTYY7PZwww/py-h2 Makefile distinfo

   py-h2: update to 4.4.1.

   4.4.1 (2026-08-03)
   ------------------

   **Bugfixes**

   - Performance improvement: remove consumed frames in-place from data buffer.
   - Reject duplicate Host headers in request headers. Thanks to Sunand Mohan for the report.
VersionDeltaFile
1.14+4-4www/py-h2/distinfo
1.16+2-2www/py-h2/Makefile
+6-62 files

NetBSD/pkgsrc 58eR9UAdoc TODO CHANGES-2026

   doc: Updated devel/py-googleapis-common-protos to 1.75.1
VersionDeltaFile
1.27712+1-2doc/TODO
1.5098+2-1doc/CHANGES-2026
+3-32 files