FreeBSD/ports 89e5e41Mk/Uses npm.mk

Mk/Uses/npm.mk: Remove temp directory in pnpm store before making archive

Leaving the directory in place may cause the node modules archive to
be unreproducible.
DeltaFile
+4-3Mk/Uses/npm.mk
+4-31 files

LLVM/project 4b4d4a6llvm/test/Transforms/SLPVectorizer/AArch64 masked-div-rem-non-pow2.ll

[SLP][NFC]Add a test for potential masked div/rem ops, NFC



Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/210593
DeltaFile
+184-0llvm/test/Transforms/SLPVectorizer/AArch64/masked-div-rem-non-pow2.ll
+184-01 files

OpenBSD/ports cVVg08Kdevel/gopls distinfo modules.inc

   Update to gopls-0.23.0

   From Laurent Cheylus (maintainer)
VersionDeltaFile
1.19+92-104devel/gopls/distinfo
1.19+32-38devel/gopls/modules.inc
1.20+1-1devel/gopls/Makefile
+125-1433 files

OpenBSD/ports fDHNFETnet/miniflux distinfo modules.inc

   Update to miniflux-2.3.2

   From Igor Zornik (maintainer)
VersionDeltaFile
1.30+42-42net/miniflux/distinfo
1.28+13-13net/miniflux/modules.inc
1.34+3-1net/miniflux/Makefile
+58-563 files

OpenBSD/ports GbDHRONsysutils/node_exporter distinfo modules.inc

   Update to node_exporter-1.12.0
VersionDeltaFile
1.19+106-116sysutils/node_exporter/distinfo
1.11+37-41sysutils/node_exporter/modules.inc
1.29+1-1sysutils/node_exporter/Makefile
+144-1583 files

OpenBSD/ports x3GN3V5sysutils/fzf distinfo Makefile

   Update to fzf-0.74.1

   From Laurent Cheylus (maintainer)
VersionDeltaFile
1.53+2-2sysutils/fzf/distinfo
1.62+1-1sysutils/fzf/Makefile
+3-32 files

FreeBSD/ports 6116844databases/rainfrog distinfo Makefile.crates

databases/rainfrog: Update to 0.3.20

ChangeLog:      https://github.com/achristmascarl/rainfrog/releases/tag/v0.3.20
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+143-21databases/rainfrog/distinfo
+70-9databases/rainfrog/Makefile.crates
+1-1databases/rainfrog/Makefile
+214-313 files

LLVM/project cd99637mlir/lib/Dialect/Bufferization/Transforms BufferDeallocationSimplification.cpp, mlir/test/Dialect/Bufferization/Transforms buffer-deallocation-simplification.mlir

[mlir][bufferization] Fix stale BufferOriginAnalysis in BufferDeallocationSimplification (#210105)

Fixes #205228

This change fixes a use-after-free bug in the
BufferDeallocationSimplification pipeline caused by the greedy pattern
rewriter deleting operation tracked by the BufferOriginAnalysis.
BufferViewFlowAnalysis (internally used by BufferOriginAnalysis) creates
the dependencies map once during initialization. In this specific case,
the folder removed the `memref.cast` ops making later uses a
use-after-free bug.

Below is the snippet of running the pass using
`-debug-only=greedy-rewriter`. It erases a `memref.cast` and crashes in
RemoveDeallocMemrefsContainedInRetained.

```
...
[greedy-rewriter:1] //===-------------------------------------------===//

    [20 lines not shown]
DeltaFile
+29-0mlir/test/Dialect/Bufferization/Transforms/buffer-deallocation-simplification.mlir
+14-2mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocationSimplification.cpp
+43-22 files

FreeBSD/src 02f1741usr.sbin/certctl certctl.c

certctl: Enforce 0444 mode on new files

When writing to a file, call fchmod() to ensure the file mode matches
the intended mode, which is 0444.  This was already done when replacing
an existing file, but not when creating a new file, which meant if the
process umask was 077, the resulting certificates and bundle would be
unreadable by unprivileged users.

MFC after:      1 week
Reviewed by:    des
Differential Revision:  https://reviews.freebsd.org/D58304
DeltaFile
+4-0usr.sbin/certctl/certctl.c
+4-01 files

LLVM/project f25b3f6llvm/test/Analysis/LoopAccessAnalysis non-affine-monotonic-bounds.ll, llvm/test/Transforms/LoopVectorize non-affine-monotonic-bounds.ll

[LAA,LV] Add tests for non-affine monotonic pointer bounds (NFC). (#210544)

Add test cases with non-affine monotonic pointer bounds, like for
example when using std::bitset.

Initial sets of tests for
https://github.com/llvm/llvm-project/issues/207882.
DeltaFile
+391-0llvm/test/Analysis/LoopAccessAnalysis/non-affine-monotonic-bounds.ll
+226-0llvm/test/Transforms/LoopVectorize/non-affine-monotonic-bounds.ll
+150-0llvm/test/Transforms/LoopVectorize/AArch64/non-affine-monotonic-bounds.ll
+767-03 files

FreeBSD/ports 9463e66www/forgejo15 distinfo Makefile

www/forgejo15: Update to 15.0.5

Changelog:
* https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/15.0.5.md

MFH:            2026Q3
(cherry picked from commit f21f20e4441c40fdd8d3bc74e02c01c89b32b812)
DeltaFile
+3-3www/forgejo15/distinfo
+1-1www/forgejo15/Makefile
+4-42 files

FreeBSD/ports 0dfbb73www/forgejo16 Makefile pkg-plist, www/forgejo16/files app.ini.sample.in forgejo.in

www/forgejo16: New port

Changelog:
* https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/16.0.0.md
DeltaFile
+94-0www/forgejo16/files/app.ini.sample.in
+92-0www/forgejo16/Makefile
+88-0www/forgejo16/files/forgejo.in
+18-0www/forgejo16/files/pkg-message.in
+8-0www/forgejo16/pkg-plist
+5-0www/forgejo16/pkg-descr
+305-03 files not shown
+310-19 files

FreeBSD/ports f21f20ewww/forgejo15 distinfo Makefile

www/forgejo15: Update to 15.0.5

Changelog:
* https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/15.0.5.md

MFH:            2026Q3
DeltaFile
+3-3www/forgejo15/distinfo
+1-1www/forgejo15/Makefile
+4-42 files

LLVM/project 5e1873aflang/lib/Parser openmp-parsers.cpp, llvm/include/llvm/Frontend/OpenMP OMP.h

[OpenMP] Add constexpr enum ranges for all clauses and all directives (#210406)

<sub>Stack created with <a
href="https://github.com/github/gh-stack">GitHub Stacks CLI</a> • <a
href="https://gh.io/stacks-feedback">Give Feedback 💬</a></sub>
DeltaFile
+9-0llvm/include/llvm/Frontend/OpenMP/OMP.h
+2-5flang/lib/Parser/openmp-parsers.cpp
+2-4llvm/unittests/Frontend/OpenMPDirectiveNameParserTest.cpp
+2-4llvm/lib/Frontend/OpenMP/OMP.cpp
+15-134 files

FreeBSD/ports 624613fgraphics/gnash/files patch-libbase_GnashImageGif.cpp

graphics/gnash: fix build with giflib 6

PR: 296878
DeltaFile
+3-3graphics/gnash/files/patch-libbase_GnashImageGif.cpp
+3-31 files

OpenBSD/src IJdp6N2sys/arch/riscv64/stand/efiboot efiboot.c

   Load device tree for the Spacemit K3 Pico ITX board, which will be added
   to the riscv64-spacemit-dtb firmware package at some point in the
   future.

   ok jsg@
VersionDeltaFile
1.16+3-1sys/arch/riscv64/stand/efiboot/efiboot.c
+3-11 files

FreeBSD/ports 7305b7bwww/linux-freetube distinfo Makefile

www/linux-freetube: Update to 0.25.0.b

ChangeLog:      https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.25.0-beta
Reported by:    efb4f5ff-1298-471a-8973-3d47447115dc <notifications at github.com>
DeltaFile
+3-3www/linux-freetube/distinfo
+1-1www/linux-freetube/Makefile
+4-42 files

OpenBSD/src 2ZxJEp1sys/arch/riscv64/dev simplebus.c

   Use OF_is_enabled() like we do on arm64 such that we skip nodes with
   "reserved" status.

   ok jsg@
VersionDeltaFile
1.11+2-4sys/arch/riscv64/dev/simplebus.c
+2-41 files

NetBSD/pkgsrc l1p8TR2doc CHANGES-2026 TODO

   doc: Updated www/resterm to 0.47.1
VersionDeltaFile
1.4569+2-1doc/CHANGES-2026
1.27617+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc Oc6eqVlwww/resterm distinfo Makefile

   resterm: update to 0.47.1.

   Bugfix release.
VersionDeltaFile
1.14+4-4www/resterm/distinfo
1.16+2-2www/resterm/Makefile
+6-62 files

FreeBSD/ports f532f19security/tailscale distinfo Makefile

security/tailscale: Update to 1.98.9.

MFH:            2026Q3
Security:       272a2772-8367-11f1-82b9-901b0e9408dc
DeltaFile
+5-5security/tailscale/distinfo
+1-2security/tailscale/Makefile
+6-72 files

FreeBSD/ports 2afa82bsecurity/vuxml/vuln 2026.xml

security/vuxml: Document vulnerabilities in Tailscale
DeltaFile
+44-0security/vuxml/vuln/2026.xml
+44-01 files

NetBSD/pkgsrc R5aPQandoc CHANGES-2026 TODO

   doc: Updated textproc/rumdl to 0.2.36
VersionDeltaFile
1.4568+2-1doc/CHANGES-2026
1.27616+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc AriNKR1textproc/rumdl distinfo Makefile

   rumdl: update to 0.2.36.

   ## [0.2.36]

   ### Added

   - **code-block-tools**: add shuck:format as a built-in shell formatter ([5b23261]

   ### Fixed

   - **wasm**: stop double-converting already-character-based columns ([4178cdf]
   - **tests**: resolve String addition compilation errors under Rust 1.96 (#737) ([38f36cf]

   ## [0.2.35]

   ### Added

   - **cli**: honor --deny-config-warnings on the stdin path ([0f93ca5]
   - **cli**: make --deny-config-warnings cover inline disable-comment rule names ([96d75f5]

    [9 lines not shown]
VersionDeltaFile
1.42+4-4textproc/rumdl/distinfo
1.44+2-2textproc/rumdl/Makefile
+6-62 files

NetBSD/pkgsrc mwEqgmddoc CHANGES-2026 TODO

   doc: Updated www/py-zensical to 0.0.51
VersionDeltaFile
1.4567+2-1doc/CHANGES-2026
1.27615+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc LTQD1buwww/py-zensical distinfo cargo-depends.mk

   py-zensical: update to 0.0.51.

   This version improves cached rebuilds by persisting objects.inv
   and autorefs data, fixes stale builds after removing files, and
   upgrades soupsieve to address vulnerabilities.
VersionDeltaFile
1.5+22-22www/py-zensical/distinfo
1.5+6-6www/py-zensical/cargo-depends.mk
1.6+2-2www/py-zensical/Makefile
+30-303 files

NetBSD/pkgsrc i9IySi6doc CHANGES-2026 TODO

   doc: Updated www/py-websockets to 16.1.1
VersionDeltaFile
1.4566+2-1doc/CHANGES-2026
1.27614+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc Spb0ufqwww/py-websockets Makefile distinfo

   py-websockets: update to 16.1.1.

   16.1.1

   Bug fixes

       Reverted a backwards-incompatible change in decoding non-ASCII header values.
VersionDeltaFile
1.35+14-4www/py-websockets/Makefile
1.29+4-4www/py-websockets/distinfo
+18-82 files

LLVM/project 1d55a81clang/lib/Basic/Targets X86.cpp, clang/test/CodeGen attr-target-x86.c attr-target-mv.c

[X86] Support apxf in attribute target (#184078)

As in title. This adds support for using apxf in attribute target.
Individual features are not supported for FMV but are supported for
enabling a feature for the function

Patch done with usage of Claude Code.
DeltaFile
+55-0clang/test/CodeGen/attr-target-x86.c
+16-0clang/test/Sema/attr-target.c
+15-0clang/test/Sema/attr-target-mv.c
+9-0clang/lib/Basic/Targets/X86.cpp
+7-0clang/test/CodeGen/attr-target-mv.c
+2-2llvm/include/llvm/TargetParser/X86TargetParser.def
+104-26 files

NetBSD/src 9orrsY1doc CHANGES-9.5

   Ticket #2037
VersionDeltaFile
1.1.2.117+11-1doc/CHANGES-9.5
+11-11 files