FreeBSD/ports c6cd6d4math/R-cran-spData distinfo Makefile

math/R-cran-spData: Update to 2.3.5

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

FreeNAS/freenas 9af7089tests/protocols pynfs_proto.py

Fix test breakage
DeltaFile
+131-71tests/protocols/pynfs_proto.py
+131-711 files

LLVM/project cabe3faclang/lib/Format BreakableToken.cpp

Revert "[clang-format][NFC] Format with the new formatter" (#196771)

Reverts llvm/llvm-project#196523
DeltaFile
+1-1clang/lib/Format/BreakableToken.cpp
+1-11 files

FreeBSD/src 8fe76a3usr.sbin/blacklistd blacklistd.conf

blacklistd: Fix RFC1918 typo

This is a direct commit to the stable/14 branch, partially cherry picked
from commit 5a6d9479ae2271a97dd23ceee8ad284770302874, as the stable/14
branch only has blacklistd.

The address in the configuration file example was intended to be from
the 192.168.0.0/16 range of IPv4 private addresses (RFC1918).

Reported on mastodon.social at
https://mastodon.social/@asmodai/116316630762241486.

Fix submitted upstream by emaste@.  Fixing locally first.

Reported by:    asmodai
Reviewed by:    emaste
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56773
DeltaFile
+1-1usr.sbin/blacklistd/blacklistd.conf
+1-11 files

FreeBSD/src 0f36cf8usr.sbin/blacklistd blacklistd.conf, usr.sbin/blocklistd blocklistd.conf

blocklistd: Fix RFC1918 typo

The address in the configuration file example was intended to be from
the 192.168.0.0/16 range of IPv4 private addresses (RFC1918).

Reported on mastodon.social at
https://mastodon.social/@asmodai/116316630762241486.

Fix submitted upstream by emaste@.  Fixing locally first.

Reviewed by:    emaste
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56773

(cherry picked from commit 5a6d9479ae2271a97dd23ceee8ad284770302874)
DeltaFile
+1-1usr.sbin/blacklistd/blacklistd.conf
+1-1usr.sbin/blocklistd/blocklistd.conf
+2-22 files

FreeBSD/ports 99f48bddevel/cargo-llvm-cov distinfo Makefile, devel/cargo-llvm-cov/files patch-Cargo.toml

devel/cargo-llvm-cov: update 0.8.5 → 0.8.6
DeltaFile
+17-25devel/cargo-llvm-cov/distinfo
+9-14devel/cargo-llvm-cov/Makefile
+14-0devel/cargo-llvm-cov/files/patch-Cargo.toml
+40-393 files

FreeBSD/ports 4f36acedevel/py-fastprogress Makefile distinfo, devel/py-fastprogress/files patch-pyproject.toml

devel/py-fastprogress: update 1.0.5 → 1.1.5
DeltaFile
+7-2devel/py-fastprogress/Makefile
+9-0devel/py-fastprogress/files/patch-pyproject.toml
+3-3devel/py-fastprogress/distinfo
+19-53 files

FreeBSD/ports 29e2472databases/rqlite distinfo Makefile

databases/rqlite: update 10.0.1 → 10.0.3
DeltaFile
+5-5databases/rqlite/distinfo
+1-2databases/rqlite/Makefile
+6-72 files

FreeBSD/ports 8dc69c1devel/goredo Makefile distinfo

devel/goredo: update 2.6.5 → 2.9.1
DeltaFile
+3-4devel/goredo/Makefile
+3-3devel/goredo/distinfo
+6-72 files

FreeBSD/ports 939fc7emisc/wacli distinfo Makefile

misc/wacli: update 0.7.0 → 0.8.1
DeltaFile
+5-5misc/wacli/distinfo
+1-2misc/wacli/Makefile
+6-72 files

FreeBSD/ports 2e116bfdevel/cargo-deny distinfo Makefile

devel/cargo-deny: update 0.19.4 → 0.19.5
DeltaFile
+5-17devel/cargo-deny/distinfo
+2-9devel/cargo-deny/Makefile
+7-262 files

FreeBSD/ports 2bb1f30sysutils/mise distinfo Makefile

sysutils/mise: update 2026.5.3 → 2026.5.4
DeltaFile
+41-41sysutils/mise/distinfo
+20-20sysutils/mise/Makefile
+61-612 files

LLVM/project 6ae9317clang/lib/Format BreakableToken.cpp

Revert "[clang-format][NFC] Format with the new formatter (#196523)"

This reverts commit a058bae4d2e2a3aadf0aa77c8ab2de7b4005efae.
DeltaFile
+1-1clang/lib/Format/BreakableToken.cpp
+1-11 files

FreeBSD/ports 356a276math/R-cran-igraph distinfo Makefile

math/R-cran-igraph: Update to 2.3.1

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

FreeBSD/ports f724b00editors/joe Makefile distinfo

editors/joe: Update to 4.8

Take maintainership.
Remove USES=localbase and unnecessary LIBS+=.

https://raw.githubusercontent.com/joe-editor/joe/refs/tags/releases/joe-4.8/NEWS.md

PR:             294689
Approved by:    Juergen Gotteswinter <juergen.gotteswinter at googlemail.com>
                (former maintainer, multiple consecutive timeouts)
Approved by:    fluffy (mentor)
MFH:            2026Q2

(cherry picked from commit 6e9e9d18007c6a0ba0c069c96ba9d0b00021902e)
DeltaFile
+6-9editors/joe/Makefile
+3-3editors/joe/distinfo
+3-0editors/joe/pkg-plist
+12-123 files

LLVM/project 3b4499cclang-tools-extra/clangd CodeComplete.cpp, clang-tools-extra/clangd/test completion-replace.test completion-auto-trigger-replace.test

[clangd] Add InsertReplaceEdit for code completion (#187623)

Handle new insertReplaceSupport capability (defined in LSP 3.16). Add
the new option to the protocol layer and pass it around to the code
completion logic. Update CompletionItem::textEdit to become the union
type as per the LSP specification.

Add a new helper function to the Lexer public API to find the end of an
identifier with full context lexing, to avoid duplicating the logic. Use
the helper both in the Sema flow and in the comment completion flow. Use
a simpler ASCII-only scan in no-Sema mode.

Add LIT tests to verify auto-triggered completions, mid-word
replacement, Unicode, and snippets. Add unit tests to verify
insert/replace ranges with and without Sema, including comments and the
feature-off case.

Update the release notes to document the new capability.


    [4 lines not shown]
DeltaFile
+271-0clang-tools-extra/clangd/test/completion-replace.test
+185-15clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
+147-36clang-tools-extra/clangd/CodeComplete.cpp
+113-0clang-tools-extra/clangd/test/completion-auto-trigger-replace.test
+68-0clang-tools-extra/clangd/test/completion-snippets-replace.test
+38-0clang/unittests/Lex/LexerTest.cpp
+822-517 files not shown
+907-5813 files

FreeBSD/ports 6e9e9d1editors/joe Makefile distinfo

editors/joe: Update to 4.8

Take maintainership.
Remove USES=localbase and unnecessary LIBS+=.

https://raw.githubusercontent.com/joe-editor/joe/refs/tags/releases/joe-4.8/NEWS.md

PR:             294689
Approved by:    Juergen Gotteswinter <juergen.gotteswinter at googlemail.com>
                (former maintainer, multiple consecutive timeouts)
Approved by:    fluffy (mentor)
DeltaFile
+6-9editors/joe/Makefile
+3-3editors/joe/distinfo
+3-0editors/joe/pkg-plist
+12-123 files

OpenBSD/ports F8qeaFnlang/jruby Makefile distinfo, lang/jruby/patches patch-jruby-launcher_unixlauncher_c patch-bin_jruby_sh

   Update to JRuby 10.1.0.0

   This brings the Ruby version to 4.0. This updates the embedded jffi to
   from 1.3.10 to 1.3.15, and the embedded jruby-launcher from 1.1.19 to
   2.0.2.

   This disables AppCDS usage unless the user has configured a JRUBY_JSA
   environment variable, as the default location is not writable results
   in a warning.

   This ships more of the jruby bin files. There were some hidden files
   needed to avoid warnings, as well as some new programs that should be
   added. These go in /usr/local/jruby/bin, which is not in PATH, so
   conflicts aren't an issue.

   One issue with this version is it ships a version of minitest that
   doesn't work, as the version it ships depends on a prism library that
   it doesn't ship. This should be fixed in the next version, but in the
   meantime, comment out a couple minitest files in the PLIST. Users can

    [3 lines not shown]
VersionDeltaFile
1.84+1,037-891lang/jruby/pkg/PLIST
1.1+55-0lang/jruby/patches/patch-jruby-launcher_unixlauncher_c
1.3+17-16lang/jruby/patches/patch-bin_jruby_sh
1.131+8-8lang/jruby/Makefile
1.90+6-6lang/jruby/distinfo
1.3+6-5lang/jruby/patches/patch-jruby-launcher_jrubyexe_cpp
+1,129-9262 files not shown
+1,131-9288 files

FreeBSD/ports e45a766sysutils/firstboot-pkg-upgrade Makefile, sysutils/firstboot-pkg-upgrade/files firstboot_pkg_upgrade.in

sysutils/firstboot-pkg-upgrade: Fix script typo

With hat:       re

(cherry picked from commit 922cd9536954fc7eada1ec90b4ca5837d3990878)
DeltaFile
+1-1sysutils/firstboot-pkg-upgrade/Makefile
+1-0sysutils/firstboot-pkg-upgrade/files/firstboot_pkg_upgrade.in
+2-12 files

FreeBSD/ports e879e98net/py-urllib3 distinfo Makefile

net/py-urllib3: Update to 2.7.0

Changes:        https://github.com/urllib3/urllib3/releases
Security:       CVE-2026-44431, CVE-2026-44432
(cherry picked from commit 68f92130372d6fc21e630130dd4af12b9cb36b35)
DeltaFile
+3-3net/py-urllib3/distinfo
+2-2net/py-urllib3/Makefile
+5-52 files

FreeBSD/ports 922cd95sysutils/firstboot-pkg-upgrade Makefile, sysutils/firstboot-pkg-upgrade/files firstboot_pkg_upgrade.in

sysutils/firstboot-pkg-upgrade: Fix script typo

With hat:       re
DeltaFile
+1-1sysutils/firstboot-pkg-upgrade/Makefile
+1-0sysutils/firstboot-pkg-upgrade/files/firstboot_pkg_upgrade.in
+2-12 files

LLVM/project 2dc02d3clang/include/clang/Serialization ASTRecordReader.h, clang/lib/AST ASTContext.cpp Type.cpp

trivial changes
DeltaFile
+20-14clang/lib/Sema/SemaOpenMP.cpp
+18-14clang/lib/AST/ASTContext.cpp
+16-15clang/lib/Sema/SemaTemplate.cpp
+14-11clang/lib/AST/Type.cpp
+14-8clang/lib/AST/ASTDiagnostic.cpp
+11-6clang/include/clang/Serialization/ASTRecordReader.h
+93-6833 files not shown
+202-15239 files

LLVM/project b370becclang/include/clang/AST ASTContext.h, clang/lib/AST ASTContext.cpp ItaniumMangle.cpp

[clang] implement CWG2064: ignore value dependence for decltype

The 'decltype' for a value-dependent (but non-type-dependent) should be known,
so this patch makes them non-opaque instead.

This patch also implements what's neceessary to allow overloading
on pure differences in instantiation dependence, making `std::void_t`
usable for SFINAE purposes.

This also readds a few test cases from da98651, which was a previous attempt
at resolving CWG2064.

Fixes #8740
Fixes #61818
Fixes #190388
DeltaFile
+888-161clang/lib/AST/ASTContext.cpp
+328-12clang/test/SemaTemplate/instantiation-dependence.cpp
+176-96clang/lib/AST/ItaniumMangle.cpp
+100-98clang/lib/Sema/SemaCXXScopeSpec.cpp
+62-57clang/lib/AST/Type.cpp
+88-11clang/include/clang/AST/ASTContext.h
+1,642-43567 files not shown
+2,374-77973 files

LLVM/project e6c316ellvm/docs UserGuides.rst Reference.rst

[Docs] Match body/toctree ordering on Reference and UserGuides (#195542)

The `toctree` section is hidden but used for previous/next breadcrumbs.

This was suggested in
https://github.com/llvm/llvm-project/pull/184440#issuecomment-4351195402
DeltaFile
+63-61llvm/docs/UserGuides.rst
+42-40llvm/docs/Reference.rst
+105-1012 files

FreeBSD/doc 66df786documentation/static/pgpkeys ebrandi.key

Update PGP key for ebrandi

Extend expiration date of PGP key 0x604D961A8EC70166.
DeltaFile
+18-18documentation/static/pgpkeys/ebrandi.key
+18-181 files

LLVM/project 4eedcd8clang/test/SemaCXX GH195416.cpp

[clang][NFC] Actually add the testcase for #195416 (#196759)
DeltaFile
+10-0clang/test/SemaCXX/GH195416.cpp
+10-01 files

FreeBSD/ports 3115f4clang/typescript-go distinfo Makefile

lang/typescript-go: Update to 7.0.0.g20260429

Changelog: https://github.com/microsoft/typescript-go/compare/9c19dee6ab88ae11444837f16efa16a6b3dc9f59...56ab4af421576f5326e0c08be5ac67149c053618
DeltaFile
+7-7lang/typescript-go/distinfo
+2-3lang/typescript-go/Makefile
+9-102 files

FreeBSD/ports 4e8c859security/py-social-auth-core Makefile distinfo

security/py-social-auth-core: Allow build with py-google-auth 2.52.0+

- Bump PORTREVISION for package change

Obtained from:  https://github.com/python-social-auth/social-core/commit/6496d8dd88ab99017dbe64f65b0058fd21e1bc90
                https://github.com/python-social-auth/social-core/commit/9725f8f306beedc31062bfde359239740713f271
Approved by:    portmgr (blanket)
DeltaFile
+5-3security/py-social-auth-core/Makefile
+5-1security/py-social-auth-core/distinfo
+10-42 files

FreeBSD/ports 6f8c734textproc/rubygem-babosa distinfo Makefile

textproc/rubygem-babosa: Update to 2.1.0

Changes:        https://github.com/norman/babosa/releases
DeltaFile
+3-3textproc/rubygem-babosa/distinfo
+1-1textproc/rubygem-babosa/Makefile
+4-42 files

FreeBSD/ports 68f9213net/py-urllib3 distinfo Makefile

net/py-urllib3: Update to 2.7.0

Changes:        https://github.com/urllib3/urllib3/releases
Security:       CVE-2026-44431, CVE-2026-44432
DeltaFile
+3-3net/py-urllib3/distinfo
+2-2net/py-urllib3/Makefile
+5-52 files