FreeBSD/ports 302eca7astro/qmapshack Makefile distinfo

astro/qmapshack: update to 1.12.1

Release Notes:
  https://github.com/Maproom/qmapshack/releases/tag/V_1.21.1
DeltaFile
+3-3astro/qmapshack/distinfo
+1-1astro/qmapshack/Makefile
+4-42 files

FreeBSD/ports 567cbaasecurity/vuxml/vuln 2026.xml

security/vuxml: Document Roundcube vulnerabilities
DeltaFile
+42-0security/vuxml/vuln/2026.xml
+42-01 files

NetBSD/pkgsrc 1q85bcdlang/qt6-qtdeclarative buildlink3.mk

   qt6-qtdeclarative: add missing level of qml files to buildlink
VersionDeltaFile
1.26+2-1lang/qt6-qtdeclarative/buildlink3.mk
+2-11 files

NetBSD/pkgsrc Xx21t7jwww/qt6-qtwebengine Makefile

   qt6-qtwebengine: switch to ffmpeg8
VersionDeltaFile
1.15+3-3www/qt6-qtwebengine/Makefile
+3-31 files

NetBSD/pkgsrc-wip 4c08532d2 COMMIT_MSG Makefile

d2: update to 0.8.2

Pkgsrc changes:

* Move non-pattern Go flags to GOFLAGS.
* Update GitHub organization and version specifier.

Upstream changes:

Features 🚀

* exports: gif exports work with animate: true keyword

Improvements 🧹

* releases: strip native binaries, build and smoke-test all six archives in
  CI, produce reproducible archives with checksums, signed provenance, and
  SBOM attestations, and verify standalone downloads when GitHub provides a
  digest

    [69 lines not shown]
DeltaFile
+189-207d2/distinfo
+62-68d2/go-modules.mk
+3-3d2/Makefile
+1-1d2/COMMIT_MSG
+255-2794 files

FreeBSD/ports 94ae9b7devel/pyderasn Makefile

devel/pyderasn: update URLs

The project moved from expired domain cypherpunks.su
to the new name stargrave.org.

PR:             298233
DeltaFile
+2-2devel/pyderasn/Makefile
+2-21 files

FreeBSD/ports 43f5404irc/weechat Makefile distinfo

irc/weechat: Update to 4.10.1
DeltaFile
+3-3irc/weechat/distinfo
+1-1irc/weechat/Makefile
+4-42 files

NetBSD/pkgsrc-wip 17366f4kubectl COMMIT_MSG Makefile

kubectl: update to 1.37.0

Pkgsrc changes:

* Move non-pattern Go flags to GOFLAGS.

Upstream changes:

Dependency

* Updated google.golang.org/grpc to v1.82.1, which adds a server-side limit
  on HTTP/2 control frame flooding. It also removes the
  GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKING environment variable, so
  strict path checking is always on. [SIG API Machinery, Architecture,
  Auth, CLI, Cloud Provider, Network, Node and Scheduling]
* Updated the etcd client library to v3.6.10. [SIG API Machinery,
  Architecture, Auth, CLI, Cloud Provider, Cluster Lifecycle, Etcd,
  Instrumentation, Network, Node, Scheduling and Storage]


    [110 lines not shown]
DeltaFile
+591-636kubectl/distinfo
+196-211kubectl/go-modules.mk
+4-3kubectl/Makefile
+1-1kubectl/COMMIT_MSG
+792-8514 files

FreeBSD/ports fc5e6cdmisc/codex Makefile Makefile.crates, misc/codex/files patch-codex-rs_Cargo.toml patch-codex-rs_Cargo.lock

misc/codex: Update to 0.153.4

Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.153.0
- https://github.com/openai/codex/releases/tag/rust-v0.153.1
- https://github.com/openai/codex/releases/tag/rust-v0.153.2
- https://github.com/openai/codex/releases/tag/rust-v0.153.3
- https://github.com/openai/codex/releases/tag/rust-v0.153.4

Reported by:    GitHub (watch releases)
DeltaFile
+17-3misc/codex/distinfo
+9-9misc/codex/files/patch-codex-rs_Cargo.lock
+5-2misc/codex/Makefile
+7-0misc/codex/Makefile.crates
+2-2misc/codex/files/patch-codex-rs_Cargo.toml
+40-165 files

LLVM/project da9625cllvm/include/llvm/Analysis ScalarEvolution.h, llvm/lib/Analysis ScalarEvolution.cpp

[SCEV] Strip unnecessary conversions around SCEVUse (NFC) (#219921)
DeltaFile
+3-14llvm/lib/Analysis/ScalarEvolution.cpp
+0-1llvm/include/llvm/Analysis/ScalarEvolution.h
+3-152 files

LLVM/project eefb335llvm/include/llvm/Support GenericLoopInfoImpl.h GenericLoopInfo.h, llvm/lib/Transforms/Scalar LoopInterchange.cpp

[LoopInfo] Merge changeTopLevelLoop and replaceChildLoopWith. NFC (#221503)

Both replace a loop among its siblings with a new one.
DeltaFile
+11-14llvm/include/llvm/Support/GenericLoopInfo.h
+0-17llvm/include/llvm/Support/GenericLoopInfoImpl.h
+1-4llvm/lib/Transforms/Utils/LoopSimplify.cpp
+1-1llvm/lib/Transforms/Scalar/LoopInterchange.cpp
+13-364 files

FreeBSD/ports 7fe24bcwww/R-cran-httr Makefile distinfo

www/R-cran-httr: Update to 1.4.9

Reported by:    portscout
DeltaFile
+3-3www/R-cran-httr/distinfo
+1-1www/R-cran-httr/Makefile
+4-42 files

OPNSense/core 1f34fdesrc/etc/inc interfaces.inc

interfaces: loopback experiement

To make interfaces_configure() side effect free
we need to gather all information in the new
interfaces_dependencies() so we can debug and
simplify bootup.

We don't expose the device to the pluggable
device code, but in principle make it pluggable
as interfaces_dependencies() is a good point to
anchor it now.
DeltaFile
+16-4src/etc/inc/interfaces.inc
+16-41 files

LLVM/project 10d3708llvm/include/llvm/Analysis ScalarEvolution.h, llvm/lib/Analysis ScalarEvolution.cpp

[IndVarSimplify] Batch forgetValue calls in sinkUnusedInvariants (#219025)

It looks like every `forgetValue` clears the cached SCEV for an
instruction and everything downstream of it, by walking its def-use
children in `visitAndClearUsers` / `PushDefUseChildren` with a fresh
`Visited` each call. Since `sinkUnusedInvariants` calls `forgetValue`
once per sunk instruction, the overlapping users get re-walked over and
over, so it ends up $O(n^2)$.
```cpp
void ScalarEvolution::forgetValue(Value *V) {
  SmallPtrSet<Instruction *, 8> Visited;
  visitAndClearUsers(Worklist, Visited, ToForget);
  ...
}

// visitAndClearUsers
while (!Worklist.empty()) {
  Instruction *I = Worklist.pop_back_val();
  ...

    [23 lines not shown]
DeltaFile
+13-0llvm/lib/Analysis/ScalarEvolution.cpp
+5-1llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
+4-0llvm/include/llvm/Analysis/ScalarEvolution.h
+22-13 files

LLVM/project 25348f5llvm/docs/CommandGuide llc.md, llvm/include/llvm/Target TargetOptions.h

CodeGen: Remove TargetOptions::NoTrappingFPMath (#221429)

This was replaced by the no-trapping-math attribute.
The one ARMAsmPrinter use already accounts for it.

no-trapping-math should probably replaced by !strictfp, but that's
another problem.
DeltaFile
+33-0llvm/test/CodeGen/ARM/eabi-attribute-no-trapping-math.ll
+0-9llvm/lib/CodeGen/CommandFlags.cpp
+1-6llvm/include/llvm/Target/TargetOptions.h
+0-4llvm/docs/CommandGuide/llc.md
+1-3llvm/test/CodeGen/ARM/build-attributes.ll
+1-2llvm/lib/Target/ARM/ARMAsmPrinter.cpp
+36-241 files not shown
+36-267 files

FreeBSD/src f66c868usr.bin/look look.c

look(1): Capsicumise

Reviewed by:    fuz, oshogbo
Approved by:    fuz (mentor)
Pull Request:   https://github.com/freebsd/freebsd-src/pull/1489
DeltaFile
+47-16usr.bin/look/look.c
+47-161 files

FreeBSD/ports 15cf3ebnet/rustconn Makefile Makefile.crates

net/rustconn: Update to 0.21.6

ChangeLog:

1. https://github.com/totoshko88/RustConn/releases/tag/v0.21.6

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+33-33net/rustconn/distinfo
+15-15net/rustconn/Makefile.crates
+1-1net/rustconn/Makefile
+49-493 files

LLVM/project 50ba64allvm/docs/CommandGuide llc.md, llvm/include/llvm/Target TargetOptions.h

CodeGen: Remove TargetOptions::NoTrappingFPMath

This was replaced by the no-trapping-math attribute.
The one ARMAsmPrinter use already accounts for it.

no-trapping-math should probably replaced by !strictfp, but that's
another problem.
DeltaFile
+33-0llvm/test/CodeGen/ARM/eabi-attribute-no-trapping-math.ll
+0-9llvm/lib/CodeGen/CommandFlags.cpp
+1-6llvm/include/llvm/Target/TargetOptions.h
+0-4llvm/docs/CommandGuide/llc.md
+1-3llvm/test/CodeGen/ARM/build-attributes.ll
+1-2llvm/lib/Target/ARM/ARMAsmPrinter.cpp
+36-241 files not shown
+36-267 files

FreeBSD/src f63ed60sys/kern kern_fork.c

sys/kern/kern_fork.c: fix typo in error message
DeltaFile
+1-1sys/kern/kern_fork.c
+1-11 files

LLVM/project cb25e7cmlir/cmake/modules AddMLIRPython.cmake

[MLIR][Python] Pass -Wno-unused-template to nanobind build

As with a lot of other warnings, the nanobind build is also not clean
under -Wunused-template. This was enabled by default for clang 23
(although reverted for 23.1.1). Disable it in case it gets enabled again
and also in case anyone enables it manually.

Reviewers: joker-eph, makslevental, dcaballe

Pull Request: https://github.com/llvm/llvm-project/pull/221479
DeltaFile
+2-0mlir/cmake/modules/AddMLIRPython.cmake
+2-01 files

LLVM/project dd4a3eblldb/tools/lldb-fuzzer/lldb-target-fuzzer target.dict, llvm/test/CodeGen/AMDGPU div_i128.ll select-undef.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+108-72llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-select.mir
+52-0lldb/tools/lldb-fuzzer/lldb-target-fuzzer/target.dict
+0-42llvm/test/Transforms/SLPVectorizer/AMDGPU/inst-count-heuristic.ll
+28-0llvm/test/Transforms/Attributor/nofpclass-bitcast-int-to-fp.ll
+23-0llvm/test/CodeGen/AMDGPU/select-undef.ll
+12-8llvm/test/CodeGen/AMDGPU/div_i128.ll
+223-1228 files not shown
+244-13814 files

LLVM/project 76aa59dclang-tools-extra/docs/clang-tidy/checks/readability non-const-parameter.md redundant-control-flow.md

[clang-tidy][docs] Rewrite readability check docs to Markdown [3/5]
DeltaFile
+98-101clang-tools-extra/docs/clang-tidy/checks/readability/qualified-auto.md
+49-50clang-tools-extra/docs/clang-tidy/checks/readability/named-parameter.md
+47-50clang-tools-extra/docs/clang-tidy/checks/readability/operators-representation.md
+34-37clang-tools-extra/docs/clang-tidy/checks/readability/redundant-access-specifiers.md
+34-34clang-tools-extra/docs/clang-tidy/checks/readability/redundant-control-flow.md
+32-34clang-tools-extra/docs/clang-tidy/checks/readability/non-const-parameter.md
+294-3064 files not shown
+380-39810 files

LLVM/project 5d1e048clang-tools-extra/docs/clang-tidy/checks/readability named-parameter.rst named-parameter.md

[clang-tidy][docs] Rename readability check docs to Markdown [3/5]
DeltaFile
+0-141clang-tools-extra/docs/clang-tidy/checks/readability/qualified-auto.rst
+141-0clang-tools-extra/docs/clang-tidy/checks/readability/qualified-auto.md
+0-87clang-tools-extra/docs/clang-tidy/checks/readability/operators-representation.rst
+87-0clang-tools-extra/docs/clang-tidy/checks/readability/operators-representation.md
+0-73clang-tools-extra/docs/clang-tidy/checks/readability/named-parameter.rst
+73-0clang-tools-extra/docs/clang-tidy/checks/readability/named-parameter.md
+301-30114 files not shown
+612-61220 files

LLVM/project a65eb87mlir/lib/Dialect/SCF/IR SCF.cpp, mlir/test/Dialect/SCF canonicalize.mlir

[mlir][scf] Fix WhileMoveIfDown with duplicated scf.condition operands (#219458)
DeltaFile
+41-0mlir/test/Dialect/SCF/canonicalize.mlir
+17-9mlir/lib/Dialect/SCF/IR/SCF.cpp
+58-92 files

LLVM/project 509dc38clang/lib/CodeGen BackendUtil.cpp, llvm/include/llvm/MC MCTargetOptions.h

MC: Move BinutilsVersion from TargetOptions to MCTargetOptions (#221435)
DeltaFile
+10-0llvm/lib/MC/MCTargetOptions.cpp
+0-9llvm/lib/Target/TargetMachine.cpp
+8-0llvm/include/llvm/MC/MCTargetOptions.h
+3-2clang/lib/CodeGen/BackendUtil.cpp
+0-4llvm/include/llvm/Target/TargetOptions.h
+2-2llvm/tools/llc/llc.cpp
+23-173 files not shown
+25-229 files

LLVM/project 116c6b5clang/lib/AST/ByteCode Compiler.cpp, clang/test/AST/ByteCode initializer_list.cpp

[clang][bytecode] Add missing condition scope to CXXForRangeStmt (#221520)

Fixes https://github.com/llvm/llvm-project/issues/221401
DeltaFile
+26-1clang/test/AST/ByteCode/initializer_list.cpp
+3-0clang/lib/AST/ByteCode/Compiler.cpp
+29-12 files

FreeBSD/ports a2fa5f7science/agrum distinfo Makefile, science/agrum/files patch-src_testunits_module__BN_GreedyHillClimbingTestSuite.h

science/agrum: update 3.0.0 → 3.1.1
DeltaFile
+18-0science/agrum/files/patch-src_testunits_module__BN_GreedyHillClimbingTestSuite.h
+9-0science/agrum/pkg-plist
+3-3science/agrum/distinfo
+3-3science/agrum/Makefile
+33-64 files

FreeBSD/ports 2cefb50multimedia/obs-text-pthread Makefile distinfo

multimedia/obs-text-pthread: update 2.0.7 → 2.1.0
DeltaFile
+3-3multimedia/obs-text-pthread/distinfo
+3-2multimedia/obs-text-pthread/Makefile
+6-52 files

FreeBSD/ports 798a964multimedia/obs-studio Makefile distinfo

multimedia/obs-studio: update 32.1.2 → 32.2.2
DeltaFile
+13-86multimedia/obs-studio/pkg-plist
+3-3multimedia/obs-studio/distinfo
+1-2multimedia/obs-studio/Makefile
+17-913 files

FreeBSD/ports 8d31719databases/py-pylance Makefile distinfo, databases/py-pylance/files patch-python_tests_conftest.py

databases/py-pylance: update 10.0.0 → 11.0.0
DeltaFile
+211-203databases/py-pylance/distinfo
+122-116databases/py-pylance/Makefile
+40-0databases/py-pylance/files/patch-python_tests_conftest.py
+373-3193 files