FreeBSD/ports 6266d50misc/py-bitsandbytes Makefile distinfo, misc/py-bitsandbytes/files patch-pyproject.toml

misc/py-bitsandbytes: update 0.47.0 → 0.50.0

Reported by:    portscout
DeltaFile
+18-0misc/py-bitsandbytes/files/patch-pyproject.toml
+6-5misc/py-bitsandbytes/Makefile
+3-3misc/py-bitsandbytes/distinfo
+27-83 files

FreeBSD/ports d168319misc/netron distinfo Makefile

misc/netron: update 9.1.7 → 9.1.9

Reported by:    portscout
DeltaFile
+3-3misc/netron/distinfo
+1-1misc/netron/Makefile
+4-42 files

FreeBSD/ports 012d376www/wabt pkg-plist Makefile, www/wabt/files patch-CMakeLists.txt

www/wabt: Install libwabt-fuzz.so when FUZZ_TOOLS is ON

PR:     297036
DeltaFile
+18-5www/wabt/files/patch-CMakeLists.txt
+1-0www/wabt/pkg-plist
+1-0www/wabt/Makefile
+20-53 files

FreeBSD/ports 31ba326devel/fatal distinfo Makefile

devel/fatal: update 2026.07.13.00 → 2026.07.20.00
DeltaFile
+3-3devel/fatal/distinfo
+1-1devel/fatal/Makefile
+4-42 files

FreeBSD/ports ab530a8www/proxygen distinfo Makefile

www/proxygen: update 2026.07.13.00 → 2026.07.20.00
DeltaFile
+3-3www/proxygen/distinfo
+1-1www/proxygen/Makefile
+4-42 files

FreeBSD/ports ed02d25net/fb303 distinfo Makefile

net/fb303: update 2026.07.13.00 → 2026.07.20.00
DeltaFile
+3-3net/fb303/distinfo
+1-1net/fb303/Makefile
+4-42 files

FreeBSD/ports 36e9481security/trufflehog distinfo Makefile

security/trufflehog: update 3.95.9 → 3.96.0

Reported by:    portscout
DeltaFile
+5-5security/trufflehog/distinfo
+1-1security/trufflehog/Makefile
+6-62 files

FreeBSD/ports 90fc11cnet/mvfst distinfo Makefile

net/mvfst: update 2026.07.13.00 → 2026.07.20.00
DeltaFile
+3-3net/mvfst/distinfo
+1-1net/mvfst/Makefile
+4-42 files

FreeBSD/ports 0f68335devel/fbthrift pkg-plist distinfo

devel/fbthrift: update 2026.07.13.00 → 2026.07.20.00
DeltaFile
+12-0devel/fbthrift/pkg-plist
+3-3devel/fbthrift/distinfo
+2-2devel/fbthrift/Makefile
+17-53 files

FreeBSD/ports 05ce55csecurity/fizz distinfo Makefile

security/fizz: update 2026.07.13.00 → 2026.07.20.00
DeltaFile
+3-3security/fizz/distinfo
+1-1security/fizz/Makefile
+4-42 files

FreeBSD/ports 1b0ba23misc/grok-build distinfo Makefile

misc/grok-build: update 0.2.111 → 0.2.112
DeltaFile
+5-5misc/grok-build/distinfo
+1-1misc/grok-build/Makefile
+6-62 files

FreeBSD/ports 9d236fdmisc/claude-code distinfo Makefile

misc/claude-code: update 2.1.219 → 2.1.220
DeltaFile
+5-5misc/claude-code/distinfo
+1-1misc/claude-code/Makefile
+6-62 files

FreeBSD/ports 33d211amisc/github-copilot-cli distinfo Makefile

misc/github-copilot-cli: update 1.0.71 → 1.0.75
DeltaFile
+5-5misc/github-copilot-cli/distinfo
+1-1misc/github-copilot-cli/Makefile
+6-62 files

FreeBSD/ports ed58738net/wangle distinfo Makefile

net/wangle: update 2026.07.13.00 → 2026.07.20.00
DeltaFile
+3-3net/wangle/distinfo
+1-1net/wangle/Makefile
+4-42 files

FreeBSD/ports 9b9ccb9devel/folly distinfo Makefile

devel/folly: update 2026.07.13.00 → 2026.07.20.00
DeltaFile
+3-3devel/folly/distinfo
+1-1devel/folly/Makefile
+1-0devel/folly/pkg-plist
+5-43 files

FreeBSD/ports 98ddca7misc/antigravity-cli distinfo Makefile

misc/antigravity-cli: update 1.1.6 → 1.1.7
DeltaFile
+5-5misc/antigravity-cli/distinfo
+2-2misc/antigravity-cli/Makefile
+7-72 files

LLVM/project bcd5798clang/lib/StaticAnalyzer/Checkers/RetainCountChecker RetainCountDiagnostics.cpp

[clang][NFC]Remove unused variable (#211983)

The patch resolves the following warning.
```bash
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:504:16: warning: variable ‘i’ set but not used [-Wunused-but-set-variable=]
  504 |       unsigned i = 0;
      |                ^
```

A count variable was set and incremented inside of a for loop but never
actually used inside of the loop or anywhere else in its scope.
DeltaFile
+1-3clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
+1-31 files

LLVM/project 9881786llvm/lib/Target/AArch64 AArch64InstrInfo.cpp SVEInstrFormats.td, llvm/lib/Target/AArch64/MCTargetDesc AArch64MCTargetDesc.h

[AArch64] Add a OPERAND_IMM_UINT1 operand type (#211986)
DeltaFile
+6-0llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+3-0llvm/test/CodeGen/AArch64/verify-imm.mir
+3-0llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp
+2-0llvm/lib/Target/AArch64/SVEInstrFormats.td
+1-0llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
+15-05 files

LLVM/project d7f6d6bllvm/include/llvm/IR PassManagerInternal.h

remove private

Created using spr 1.3.8-wip
DeltaFile
+0-1llvm/include/llvm/IR/PassManagerInternal.h
+0-11 files

FreeBSD/ports 55b2a36devel/R-cran-caTools distinfo Makefile

devel/R-cran-caTools: Update to 1.18.4

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

DragonFlyBSD/src a5e541ausr.bin/rpcinfo rpcinfo.c

rpcinfo(8): Fix stack buffer overflow in rpcbdump()

The function previously used unbounded sprintf() and strcat() to format
the info into a fixed 256-byte stack buffer.  A malicious or compromised
rpcbind endpoint that returns enough distinct version numbers for a
single program (roughly 24 maximum-width decimal values plus separators)
can overflow this buffer.

CVE: CVE-2026-16461
Openwall: CVE-2026-16277 & CVE-2026-16461: buffer overflows in rpcinfo
        (https://www.openwall.com/lists/oss-security/2026/07/23/8)
DeltaFile
+16-7usr.bin/rpcinfo/rpcinfo.c
+16-71 files

DragonFlyBSD/src 41a496cusr.bin/rpcinfo rpcinfo.c

rpcinfo(8): Fix stack buffer overflow in rpcbaddrlist()

rpcinfo's rpcbaddrlist() formats two server-controlled, unbounded XDR
strings into a fixed 128-byte stack buffer with sprintf(). A malicious
or on-path rpcbind server overflows it when a user runs:
$ rpcinfo -l <host> <prognum> <versnum>

Obtained-from: https://git.linux-nfs.org/?p=steved/rpcbind.git;a=commitdiff;h=bb9bb7286a4c345442946dc2ce3c9e7f67e96d4d
CVE: CVE-2026-16277
Openwall: CVE-2026-16277 & CVE-2026-16461: buffer overflows in rpcinfo
        (https://www.openwall.com/lists/oss-security/2026/07/23/8)
DeltaFile
+1-1usr.bin/rpcinfo/rpcinfo.c
+1-11 files

FreeBSD/ports 7de637edevel/R-cran-diffobj distinfo Makefile

devel/R-cran-diffobj: Update to 3.8

Changelog: https://cran.r-project.org/web/packages/diffobj/index.html
DeltaFile
+3-3devel/R-cran-diffobj/distinfo
+1-2devel/R-cran-diffobj/Makefile
+4-52 files

FreeBSD/ports 3002ca0security/bitwarden-cli distinfo, security/bitwarden-cli/files/packagejsons package-lock.json package.json

security/bitwarden-cli: Update to 2026.7.0

Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2026.7.0

Reported by:    GitHub (watch releases)
DeltaFile
+1,369-625security/bitwarden-cli/files/packagejsons/package-lock.json
+28-27security/bitwarden-cli/files/packagejsons/package.json
+9-5security/bitwarden-cli/files/packagejsons/apps/cli/package.json
+11-0security/bitwarden-cli/files/packagejsons/libs/pam/package.json
+5-5security/bitwarden-cli/distinfo
+5-1security/bitwarden-cli/files/packagejsons/apps/browser/package.json
+1,427-6634 files not shown
+1,433-66710 files

FreeBSD/ports 4cd4c55misc/py-crewai-tools Makefile distinfo, misc/py-crewai-tools/files patch-pyproject.toml

misc/py-crewai-tools: update 1.15.4 → 1.15.6
DeltaFile
+7-139misc/py-crewai-tools/files/patch-pyproject.toml
+23-3misc/py-crewai-tools/Makefile
+3-3misc/py-crewai-tools/distinfo
+33-1453 files

FreeBSD/ports dd8fa1emisc/py-crewai-cli Makefile distinfo, misc/py-crewai-cli/files patch-pyproject.toml

misc/py-crewai-cli: update 1.15.4 → 1.15.6
DeltaFile
+9-12misc/py-crewai-cli/files/patch-pyproject.toml
+13-4misc/py-crewai-cli/Makefile
+3-3misc/py-crewai-cli/distinfo
+25-193 files

FreeBSD/ports bd733f0misc/py-crewai-core distinfo Makefile

misc/py-crewai-core: update 1.15.4 → 1.15.6
DeltaFile
+3-3misc/py-crewai-core/distinfo
+2-2misc/py-crewai-core/Makefile
+5-52 files

FreeBSD/ports d4f9842misc/py-crewai Makefile distinfo, misc/py-crewai/files patch-pyproject.toml

misc/py-crewai: update 1.15.4 → 1.15.6
DeltaFile
+7-160misc/py-crewai/files/patch-pyproject.toml
+58-7misc/py-crewai/Makefile
+3-3misc/py-crewai/distinfo
+68-1703 files

FreeBSD/ports 7ddaa3edatabases/duckdb distinfo Makefile, databases/duckdb/files patch-extension_vss_src_include_hnsw_hnsw__index.hpp patch-extension_vss_src_hnsw_hnsw__index.cpp

databases/{,py-}duckdb: update 1.5.4 → 1.5.5
DeltaFile
+23-23databases/duckdb/distinfo
+12-12databases/duckdb/Makefile
+17-0databases/duckdb/files/patch-extension_vss_src_include_hnsw_hnsw__index.hpp
+15-0databases/duckdb/files/patch-extension_vss_src_hnsw_hnsw__index.cpp
+4-10databases/py-duckdb/Makefile
+3-3databases/py-duckdb/distinfo
+74-481 files not shown
+75-487 files

FreeBSD/ports 046a147devel/gitoxide distinfo Makefile

devel/gitoxide: update 0.55.0 → 0.56.0
DeltaFile
+231-219devel/gitoxide/distinfo
+116-110devel/gitoxide/Makefile
+347-3292 files