LLVM/project 830b8c0utils/bazel/llvm-project-overlay/clang/include/clang/Config config.h

[bazel] Add CLANG_USE_EXPERIMENTAL_CONST_INTERP (fixup for #199396)
DeltaFile
+3-0utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h
+3-01 files

LLVM/project 3fc7e96llvm/utils/lit/lit/llvm fn_selection.py fn_param.py, llvm/utils/lit/tests fn-selection.py fn-filter-checks.py

[lit] Add lit.llvm.fn_selection: opt-in select-function pass via --param fn-pass
DeltaFile
+25-0llvm/utils/lit/tests/fn-selection.py
+16-0llvm/utils/lit/lit/llvm/fn_selection.py
+10-0llvm/utils/lit/tests/Inputs/fn-selection/lit.cfg
+3-3llvm/utils/lit/lit/llvm/fn_param.py
+4-0llvm/utils/lit/tests/fn-filter-checks.py
+2-0llvm/utils/lit/tests/Inputs/fn-selection/sample.ll
+60-36 files

LLVM/project d924db3llvm/utils/lit/lit/llvm fn_extract.py, llvm/utils/lit/tests fn-extract.py fn-filter-checks.py

[lit] Add lit.llvm.fn_extract: --param fn=NAMES prepends llvm-extract
DeltaFile
+26-0llvm/utils/lit/tests/fn-extract.py
+19-0llvm/utils/lit/lit/llvm/fn_extract.py
+19-0llvm/utils/lit/tests/Inputs/fn-extract/lit.cfg
+17-0llvm/utils/lit/tests/Inputs/fn-filter-checks/sample.ll
+15-0llvm/utils/lit/tests/Inputs/fn-filter-checks/lit.cfg
+10-0llvm/utils/lit/tests/fn-filter-checks.py
+106-04 files not shown
+114-310 files

OpenBSD/ports NWY0N4Kproductivity/calcurse Makefile, productivity/calcurse/patches patch-src_utils_c patch-src_day_c

   unbreak build on llvm 22
VersionDeltaFile
1.7+25-51productivity/calcurse/patches/patch-src_utils_c
1.1+37-0productivity/calcurse/patches/patch-src_day_c
1.50+1-1productivity/calcurse/Makefile
+63-523 files

FreeBSD/ports d31cf37filesystems/httpdirfs distinfo Makefile

filesystems/httpdirfs: Update 1.3.1 => 1.3.2

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+3-3filesystems/httpdirfs/distinfo
+1-1filesystems/httpdirfs/Makefile
+4-42 files

LLVM/project b510548compiler-rt/lib/asan asan_allocator.cpp

[asan] NFC: tag ambiguous literal args at Allocate call sites (#200615)

Groundwork for #200478

Add /*name=*/ comments to ambiguous literal call-site arguments in
compiler-rt/lib/asan/asan_allocator.cpp so the parameter name is visible
at the call site for the Allocate / instance.Allocate uses. Covers the
can_fill flag and the bare alignment literals (8, 16, 0) used by:

  asan_malloc / asan_vec_malloc / asan_realloc / asan_valloc /
  asan_pvalloc / asan_memalign / asan_aligned_alloc /
  asan_posix_memalign / asan_new / asan_new_aligned

and the internal Reallocate / Calloc paths.

NFC.

Assisted by: Claude Opus 4.7
DeltaFile
+25-17compiler-rt/lib/asan/asan_allocator.cpp
+25-171 files

LLVM/project 80ed9c8llvm/test lit.cfg.py, llvm/utils/lit/lit/llvm fn_param.py

[lit] Add lit.llvm.fn_param shared helper for --param fn= substitutions
DeltaFile
+46-0llvm/utils/lit/lit/llvm/fn_param.py
+6-0llvm/test/lit.cfg.py
+52-02 files

FreeBSD/ports 1710be4devel/gumbo Makefile

devel/gumbo: Fix build WITH_PIE by marking PIE_UNSAFE

* Pet portclippy(1) and portfmt(1)

Approved by:            Matthew Kempe <fsbruva at yahoo.com> (maintainer)
Approved by:            db@, yuri@ (Mentors, implicit)
MFH:                    2026Q2

Differential Revision: https://reviews.freebsd.org/D57303

(cherry picked from commit b72c9a7c071dc4d464e82b0c99d11ebf23c8de10)
DeltaFile
+2-0devel/gumbo/Makefile
+2-01 files

LLVM/project 0064ceellvm/include/llvm/FileCheck FileCheck.h, llvm/lib/FileCheck FileCheck.cpp FileCheckImpl.h

[FileCheck] Add --filter-label to drop CHECKs outside selected CHECK-LABEL sections
DeltaFile
+51-0llvm/test/FileCheck/filter-label.txt
+24-0llvm/lib/FileCheck/FileCheck.cpp
+14-0llvm/utils/FileCheck/FileCheck.cpp
+5-0llvm/lib/FileCheck/FileCheckImpl.h
+5-0llvm/include/llvm/FileCheck/FileCheck.h
+99-05 files

FreeBSD/ports b72c9a7devel/gumbo Makefile

devel/gumbo: Fix build WITH_PIE by marking PIE_UNSAFE

* Pet portclippy(1) and portfmt(1)

Approved by:            Matthew Kempe <fsbruva at yahoo.com> (maintainer)
Approved by:            db@, yuri@ (Mentors, implicit)
MFH:                    2026Q2

Differential Revision: https://reviews.freebsd.org/D57303
DeltaFile
+3-0devel/gumbo/Makefile
+3-01 files

OpenBSD/ports anP8Y0Egames/fnaify-extralibs Makefile, games/fnaify-extralibs/patches patch-AZSNotSFML_atomstb_stb_vorbis_c

   fix build with llvm22, thanks to tb@ who figured this out
VersionDeltaFile
1.1+12-0games/fnaify-extralibs/patches/patch-AZSNotSFML_atomstb_stb_vorbis_c
1.4+1-0games/fnaify-extralibs/Makefile
+13-02 files

Linux/linux 174914efs/smb/client smb2ops.c smb2pdu.c

Merge tag 'v7.1-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - fix uninitialized variable in smb2_writev_callback()

 - detect short folioq copy in cifs_copy_folioq_to_iter()

* tag 'v7.1-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  smb: client: fix uninitialized variable in smb2_writev_callback
  smb: client: detect short folioq copy in cifs_copy_folioq_to_iter()
DeltaFile
+15-3fs/smb/client/smb2ops.c
+1-1fs/smb/client/smb2pdu.c
+16-42 files

OpenBSD/ports YuKDKEMdevel/p5-Locale-Hebrew Makefile, devel/p5-Locale-Hebrew/patches patch-Hebrew_xs

   unbreak build on llvm 22
VersionDeltaFile
1.1+14-0devel/p5-Locale-Hebrew/patches/patch-Hebrew_xs
1.16+1-1devel/p5-Locale-Hebrew/Makefile
+15-12 files

LLVM/project 7a07381libc/src/wctype wctype_impl.h wctype.h, libc/test/src/wctype wctype_test.cpp iswctype_test.cpp

[libc][wctype] Rename src/wctype/wctype.h to avoid name collision with system header. (#200613)
DeltaFile
+22-0libc/src/wctype/wctype_impl.h
+0-22libc/src/wctype/wctype.h
+1-1libc/test/src/wctype/wctype_test.cpp
+1-1libc/test/src/wctype/iswctype_test.cpp
+1-1libc/src/wctype/wctype.cpp
+1-1libc/src/wctype/CMakeLists.txt
+26-266 files

OpenBSD/ports e8rMwdHsysutils/runit Makefile distinfo, sysutils/runit/pkg PLIST

   unbreak build on llvm 22

   - take maintainer
   - update to 2.3.1
   - remove duplicate index.html from DOCS1
VersionDeltaFile
1.24+4-3sysutils/runit/Makefile
1.9+2-2sysutils/runit/distinfo
1.6+1-1sysutils/runit/pkg/PLIST
+7-63 files

FreeBSD/ports c3728edsecurity/openfortivpn distinfo Makefile

security/openfortivpn: Update 1.24.0 => 1.24.1

Changelog:
https://github.com/adrienverge/openfortivpn/blob/v1.24.1/CHANGELOG.md

PR:             295732
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit a712753a384a5642abf10d5b163c18bba6b27e5e)
DeltaFile
+3-3security/openfortivpn/distinfo
+1-1security/openfortivpn/Makefile
+4-42 files

FreeBSD/ports a712753security/openfortivpn distinfo Makefile

security/openfortivpn: Update 1.24.0 => 1.24.1

Changelog:
https://github.com/adrienverge/openfortivpn/blob/v1.24.1/CHANGELOG.md

PR:             295732
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+3-3security/openfortivpn/distinfo
+1-1security/openfortivpn/Makefile
+4-42 files

OpenBSD/ports NNwJ5pVsysutils/whowatch/patches patch-configure_in patch-whowatch_h

   sysutils/whowatch: fix build with llvm22

   Fix a type error in a configure snippet that broke with LLVM 22.
   While here, sync up some prototypes to eliminate a slew of warnings.
VersionDeltaFile
1.3+8-8sysutils/whowatch/patches/patch-configure_in
1.1+16-0sysutils/whowatch/patches/patch-whowatch_h
1.1+11-0sysutils/whowatch/patches/patch-proctree_h
+35-83 files

LLVM/project fcb3c89llvm/test/Transforms/AtomicExpand/X86 expand-atomic-non-integer.ll

[AtomicExpand][test] Add CHECK32 and CHECK64 via whole-file regen
DeltaFile
+195-1llvm/test/Transforms/AtomicExpand/X86/expand-atomic-non-integer.ll
+195-11 files

FreeBSD/ports e74fd2fbenchmarks/netperfmeter pkg-plist Makefile

benchmarks/netperfmeter: Update 2.0.1 => 2.0.5

Changelog:
https://github.com/dreibh/netperfmeter/blob/netperfmeter-2.0.5/ChangeLog

Commit log:
https://github.com/dreibh/netperfmeter/compare/netperfmeter-2.0.1...netperfmeter-2.0.5

- Add port configuration options to turn on/off the installation of plot
  scripts, desktop icons, example scripts, and results files. This may
  significantly reduce the runtime dependencies (R packages for
  plotting) and build dependencies (GraphicsMagick, etc. for building
  the desktop icons).

PR:             295688
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+67-61benchmarks/netperfmeter/pkg-plist
+26-13benchmarks/netperfmeter/Makefile
+3-3benchmarks/netperfmeter/distinfo
+96-773 files

FreeBSD/ports b6cc084www/pydio-cells distinfo Makefile

www/pydio-cells: update to 5.0.0

Changelog:      https://github.com/pydio/cells/releases/tag/v5.0.0
DeltaFile
+5-5www/pydio-cells/distinfo
+4-5www/pydio-cells/Makefile
+9-102 files

FreeBSD/ports ff68c86ftp/sftpgo distinfo pkg-plist

ftp/sftpgo: update to 2.7.3

Changelog:      https://github.com/drakkan/sftpgo/releases
DeltaFile
+3-3ftp/sftpgo/distinfo
+2-2ftp/sftpgo/pkg-plist
+1-2ftp/sftpgo/Makefile
+6-73 files

Linux/linux 9d87d0finclude/linux/kho/abi kexec_handover.h, kernel/liveupdate kexec_handover.c

Merge tag 'liveupdate-fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux

Pull liveupdate fixes from Mike Rapoport:
 "Two kexec handover regression fixes:

   - fix order calculation for kho_unpreserve_pages() to make sure sure
     that the order calculation in kho_unpreserve_pages() mathes the
     order calculation in kho_preserve_pages().

   - fix math in calculation of KHO_TREE_MAX_DEPTH to make it work with
     16KB pages"

* tag 'liveupdate-fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux:
  kho: fix order calculation for kho_unpreserve_pages()
  kho: fix KHO_TREE_MAX_DEPTH for non-4KB page sizes
DeltaFile
+32-24kernel/liveupdate/kexec_handover.c
+1-1include/linux/kho/abi/kexec_handover.h
+33-252 files

Linux/linux a29c0b0mm memblock.c

Merge tag 'fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock

Pull memblock fix from Mike Rapoport:
 "Fix regression from memblock_free_late() refactoring

  After refactoring of memblock_free_late() and free_init_pages() it
  became possible to call memblock_free() after memblock init data was
  discarded.

  Make sure memblock_free() does not touch memblock.reserved unless it
  is called early enough or when ARCH_KEEP_MEMBLOCK is enabled"

* tag 'fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  memblock: don't touch memblock arrays when memblock_free() is called late
DeltaFile
+4-2mm/memblock.c
+4-21 files

LLVM/project 866945clibcxx/include/__ranges concat_view.h, libcxx/test/libcxx/ranges/range.adaptors/range.concat iterator.valueless_by_exception.pass.cpp

[libc++][ranges] P2542R8: Implement `views::concat` (#120920)

Closes #105419
Closes #105348
Closes #105349
Closes #171314

Assisted-by: Chatgpt. 
I use AI to help me write some tests, however. I have reviewed the code
I submit in the tests.

---------

Co-authored-by: A. Jiang <de34 at live.cn>
Co-authored-by: Hristo Hristov <hghristov.rmm at gmail.com>
Co-authored-by: Hristo Hristov <zingam at outlook.com>
DeltaFile
+659-0libcxx/test/libcxx/ranges/range.adaptors/range.concat/iterator.valueless_by_exception.pass.cpp
+655-0libcxx/test/std/ranges/range.adaptors/range.concat/iterator/arithmetic.pass.cpp
+651-0libcxx/include/__ranges/concat_view.h
+288-0libcxx/test/std/ranges/range.adaptors/range.concat/constraints.pass.cpp
+256-0libcxx/test/std/ranges/range.adaptors/range.concat/iterator/member_types.compile.pass.cpp
+236-0libcxx/test/std/ranges/range.adaptors/range.concat/iterator/compare.pass.cpp
+2,745-030 files not shown
+4,861-3036 files

NetBSD/pkgsrc-wip 39c0f79xtrkcad PLIST.common PLIST, xtrkcad/patches patch-app_bin_bitmaps_CMakeLists.txt_ patch-CMake_FindLibzip.cmake_

xtrkcad: update to 5.3.1GA

changes from upstream:
- use rsvg-converter instead of inkscape during build to avoid needing a desktop environment
- always link against pkgsrc libraries
DeltaFile
+1,086-0xtrkcad/PLIST.common
+0-831xtrkcad/PLIST
+653-0xtrkcad/PLIST.darwin
+39-0xtrkcad/patches/patch-app_bin_bitmaps_CMakeLists.txt_
+36-0xtrkcad/patches/patch-CMake_FindLibzip.cmake_
+28-0xtrkcad/patches/patch-CMake_FindRsvgConverter.cmake_
+1,842-8314 files not shown
+1,883-84310 files

OpenBSD/ports dc8GWh8mail/mboxgrep Makefile distinfo, mail/mboxgrep/patches patch-src_main_c patch-src_mboxgrep_h

   update mboxgrep to 0.7.13

   still builds on llvm 22, but project has switched from pcre to pcre2.
VersionDeltaFile
1.20+7-10mail/mboxgrep/Makefile
1.7+2-2mail/mboxgrep/distinfo
1.3+2-2mail/mboxgrep/pkg/DESCR
1.5+0-0mail/mboxgrep/patches/patch-src_main_c
1.3+0-0mail/mboxgrep/patches/patch-src_mboxgrep_h
1.3+0-0mail/mboxgrep/patches/patch-src_misc_c
+11-144 files not shown
+11-1410 files

FreeBSD/ports 5290a1dconverters/bibtexconv distinfo Makefile

converters/bibtexconv: Update 2.2.1 => 2.2.2

Changelog:
https://github.com/dreibh/bibtexconv/blob/bibtexconv-2.2.2/ChangeLog

Commit log:
https://github.com/dreibh/bibtexconv/compare/bibtexconv-2.2.1...bibtexconv-2.2.2

PR:             295697
Sponsored by:   UNIS Labs
DeltaFile
+3-3converters/bibtexconv/distinfo
+1-2converters/bibtexconv/Makefile
+4-52 files

NetBSD/pkgsrc Dqmaufndoc TODO

   doc/TODO: + fuse-sshfs-3.7.6.
VersionDeltaFile
1.27322+2-1doc/TODO
+2-11 files

OpenBSD/ports xCY1ia6devel/csmith Makefile distinfo, devel/csmith/patches patch-runtime_CMakeLists_txt patch-runtime_Makefile_am

   unbreak build on llvm 22 by updating to git head
VersionDeltaFile
1.3+21-23devel/csmith/pkg/PLIST
1.15+11-10devel/csmith/Makefile
1.1+12-0devel/csmith/patches/patch-runtime_CMakeLists_txt
1.3+2-2devel/csmith/distinfo
1.4+0-0devel/csmith/patches/patch-runtime_Makefile_am
1.4+0-0devel/csmith/patches/patch-runtime_Makefile_in
+46-356 files