NetBSD/src MgQ9Kdcsys/dev/ic dwc_eqos.c

   eqos: Allow RX descriptors to be reused earlier.

   While here, fix a typo.
VersionDeltaFile
1.50+6-7sys/dev/ic/dwc_eqos.c
+6-71 files

LLVM/project 470411cclang/lib/AST/ByteCode Compiler.cpp, clang/test/AST/ByteCode new-delete.cpp

[clang][bytecode] Loosen an assertion about operator delete (#200575)

We may also see OO_Array_Delete here.
DeltaFile
+15-0clang/test/AST/ByteCode/new-delete.cpp
+3-1clang/lib/AST/ByteCode/Compiler.cpp
+18-12 files

OpenBSD/src giXalyvusr.bin/rs rs.c

   Fix heap buffer overread in column counting loop

   OK millert@
VersionDeltaFile
1.31+3-1usr.bin/rs/rs.c
+3-11 files

NetBSD/pkgsrc oQ5EdaTlang/go118 Makefile, lang/go120 Makefile

   lang/go{118,120,123,124,125}: Respect MAKE_JOBS

   Fix copied from go126, as proposed on tech-pkg@.
VersionDeltaFile
1.8+6-1lang/go118/Makefile
1.5+6-1lang/go120/Makefile
1.9+6-1lang/go123/Makefile
1.3+6-1lang/go124/Makefile
1.5+6-1lang/go125/Makefile
+30-55 files

FreeBSD/ports f880084net-p2p/qbittorrent distinfo Makefile

net-p2p/qbittorrent: update 5.2.0 → 5.2.1
DeltaFile
+3-3net-p2p/qbittorrent/distinfo
+1-1net-p2p/qbittorrent/Makefile
+4-42 files

FreeBSD/ports 46f7119math/openturns pkg-plist distinfo, science/paraview Makefile

math/openturns: update 1.25.1 → 1.27
DeltaFile
+45-24math/openturns/pkg-plist
+3-3math/openturns/distinfo
+3-2math/openturns/Makefile
+1-1science/paraview/Makefile
+52-304 files

LLVM/project f7d5760mlir/include/mlir/Dialect/Utils IndexingUtils.h, mlir/lib/Dialect/Utils IndexingUtils.cpp

[mlir][nfc] Fix assertion text in IndexingUtils (#181826)

Update the assertion text to match the actual code behavior.
Some functions enforce strictly positive values, whereas the error
message incorrectly mentioned "nonnegative".
DeltaFile
+5-5mlir/lib/Dialect/Utils/IndexingUtils.cpp
+4-4mlir/include/mlir/Dialect/Utils/IndexingUtils.h
+9-92 files

LLVM/project ef6a217clang/lib/AST/ByteCode Compiler.cpp, clang/test/AST/ByteCode new-delete.cpp

[clang][bytecode] Fix a crash with an empty InitListExpr (#200366)

Fixes https://github.com/llvm/llvm-project/issues/200295
DeltaFile
+3-0clang/test/AST/ByteCode/new-delete.cpp
+1-1clang/lib/AST/ByteCode/Compiler.cpp
+4-12 files

FreeBSD/ports 562be3bx11-wm/picom Makefile, x11-wm/picom/files patch-meson.build patch-meson__options.txt

x11-wm/picom: Improve "disable git" patch

Make it ready for upstream:
https://github.com/yshui/picom/pull/1520

While here remove unnecessary GH_PROJECT - it have default value.

PR:             295255
Approved by:    José Maldonado <yukiteruamano at volfread.xyz> (maintainer, timeout 2 weeks)
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 166cb5a5a5a8c662b88b6b356cc5bb057ee5968d)
DeltaFile
+13-34x11-wm/picom/files/patch-meson.build
+11-0x11-wm/picom/files/patch-meson__options.txt
+1-2x11-wm/picom/Makefile
+25-363 files

FreeBSD/ports 166cb5ax11-wm/picom Makefile, x11-wm/picom/files patch-meson.build patch-meson__options.txt

x11-wm/picom: Improve "disable git" patch

Make it ready for upstream:
https://github.com/yshui/picom/pull/1520

While here remove unnecessary GH_PROJECT - it have default value.

PR:             295255
Approved by:    José Maldonado <yukiteruamano at volfread.xyz> (maintainer, timeout 2 weeks)
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+13-34x11-wm/picom/files/patch-meson.build
+11-0x11-wm/picom/files/patch-meson__options.txt
+1-2x11-wm/picom/Makefile
+25-363 files

LLVM/project b093c48llvm/include/llvm/IR Instruction.h, llvm/lib/Transforms/InstCombine InstructionCombining.cpp

Remove clearSubclassOptionalData

Created using spr 1.3.8-wip
DeltaFile
+14-25llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
+1-3llvm/lib/Transforms/Scalar/Reassociate.cpp
+0-3llvm/include/llvm/IR/Instruction.h
+1-1llvm/lib/Transforms/Utils/Local.cpp
+16-324 files

LLVM/project c7cd58aclang/lib/CIR/Lowering/DirectToLLVM LowerToLLVMIR.cpp, clang/test/CIR/CodeGenOpenCL kernel-arg-info.cl kernel-arg-metadata.cl

[CIR][OpenCL] Lower kernel argument metadata to LLVM IR

Translate CIR OpenCL kernel argument metadata into the LLVM IR kernel_arg_* metadata attached to kernel functions. Preserve optional argument names so -cl-kernel-arg-info controls the LLVM metadata surface through the CIR attribute.
DeltaFile
+74-1clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVMIR.cpp
+60-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info.cl
+12-0clang/test/CIR/CodeGenOpenCL/kernel-arg-metadata.cl
+12-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info-single-as.cl
+158-14 files

LLVM/project ef04777clang/lib/CIR/CodeGen CIRGenModule.cpp CIRGenModule.h, clang/test/CIR/CodeGenOpenCL kernel-arg-info.cl kernel-arg-info-single-as.cl

[CIR][OpenCL] Attach kernel argument metadata to CIR functions

Emit the CIR OpenCL kernel argument metadata attribute for kernel functions. Preserve CIR language address-space kinds until lowering and include argument names only when `-cl-kernel-arg-info` is enabled.

Depends on #199530.
DeltaFile
+152-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info.cl
+83-0clang/lib/CIR/CodeGen/CIRGenModule.cpp
+19-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info-single-as.cl
+7-0clang/test/CIR/CodeGenOpenCL/kernel-arg-metadata.cl
+4-0clang/lib/CIR/CodeGen/CIRGenModule.h
+3-0clang/lib/CIR/CodeGen/CIRGenFunction.cpp
+268-06 files

FreeBSD/ports 81f600cwww/freenginx-devel distinfo Makefile.extmod

www/freenginx-devel: third-party modules management (+)

- cache_purge - update to 3.0.2
- lua - update to its recent bugfix snapshot
- lua-stream - update to its recent bugfix snapshot

Bump PORTREVISION.

Sponsored by:   tipi.wori
DeltaFile
+9-9www/freenginx-devel/distinfo
+5-5www/freenginx-devel/Makefile.extmod
+1-0www/freenginx-devel/Makefile
+15-143 files

OpenBSD/ports vRNeGUnsysutils/coreboot-utils Makefile

   coreboot-utils: bump
VersionDeltaFile
1.15+1-0sysutils/coreboot-utils/Makefile
+1-01 files

OpenBSD/ports MIpViwwsysutils/coreboot-utils/patches patch-src_commonlib_bsd_include_commonlib_bsd_compiler_h patch-3rdparty_vboot_firmware_lib_tpm_lite_tlcl_c

   coreboot-utils: fix build with llvm22

   Pull in an upstream workaround for string truncation and fix an
   uninitialized variable warning for a zero-length write.

   This port could do with an update...
VersionDeltaFile
1.1+19-0sysutils/coreboot-utils/patches/patch-src_commonlib_bsd_include_commonlib_bsd_compiler_h
1.1+14-0sysutils/coreboot-utils/patches/patch-3rdparty_vboot_firmware_lib_tpm_lite_tlcl_c
1.1+14-0sysutils/coreboot-utils/patches/patch-src_commonlib_include_commonlib_loglevel_h
1.1+14-0sysutils/coreboot-utils/patches/patch-util_cbfstool_common_c
+61-04 files

FreeBSD/ports 73ffe19accessibility/at-spi2-core distinfo Makefile

accessibility/at-spi2-core: update to 2.60.4

PR:             295574
DeltaFile
+3-3accessibility/at-spi2-core/distinfo
+1-1accessibility/at-spi2-core/Makefile
+1-1accessibility/at-spi2-core/pkg-plist
+5-53 files

LLVM/project 30ec1faclang/lib/AST/ByteCode Compiler.cpp, clang/test/AST/ByteCode invalid.cpp

[clang][bytecode] Reject invalid UnaryOperators (#200394)
DeltaFile
+10-0clang/test/AST/ByteCode/invalid.cpp
+3-0clang/lib/AST/ByteCode/Compiler.cpp
+13-02 files

NetBSD/pkgsrc 8dsqOm8lang/go go-module.mk

   go-module.mk: use -trimpath so CHECK_WRKREF_SKIP is not necessary anymore
VersionDeltaFile
1.26+2-6lang/go/go-module.mk
+2-61 files

OpenBSD/ports QVyV7Fndevel/quirks Makefile, devel/quirks/files Quirks.pm

   quirks for xasteroids xpilot
VersionDeltaFile
1.1810+4-2devel/quirks/files/Quirks.pm
1.1796+1-1devel/quirks/Makefile
+5-32 files

OpenBSD/ports jnoowIwgames Makefile, games/xasteroids/files Imakefile

   remove old x11 games that were already failing (xasteroids segfaulting
   all over the place, at least on LP64; xpilot unable to connect to either
   network or local server).  ok tb
VersionDeltaFile
1.513+0-2games/Makefile
1.3+0-0games/xasteroids/files/Imakefile
1.3+0-0games/xasteroids/patches/patch-xast_c
1.3+0-0games/xasteroids/patches/patch-xasteroids_man
1.3+0-0games/xasteroids/pkg/DESCR
1.7+0-0games/xasteroids/pkg/PLIST
+0-28 files not shown
+0-214 files

OpenBSD/ports BSQ9mfUdevel/sdl2 Makefile

   sdl2: fix build on i386 with LLVM 22 with
    --disable-mmx --disable-sse --enable-sse2

   various errors like this in MMX/SSE functions:

   error: always_inline function '_mm_setzero_si64' requires target feature
   'sse2', but would be inlined into function 'BlitRGBtoRGBPixelAlphaMMX'
   that is compiled without support for 'sse2'
VersionDeltaFile
1.70+7-0devel/sdl2/Makefile
+7-01 files

FreeBSD/ports 1ab0f5ewww/angie-module-auth-spnego Makefile, www/angie-module-brotli Makefile

www/angie-module-*: Bump PORTREVISION after update www/angie 1.11.4 => 1.11.6

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

(cherry picked from commit 03d14d8c41cd617be9c00986674a979f80de0a41)
DeltaFile
+1-1www/angie-module-auth-spnego/Makefile
+1-1www/angie-module-brotli/Makefile
+1-1www/angie-module-dav-ext/Makefile
+1-1www/angie-module-echo/Makefile
+1-1www/angie-module-enhanced-memcached/Makefile
+1-1www/angie-module-eval/Makefile
+6-612 files not shown
+18-1818 files

FreeBSD/ports ee847b8www/angie distinfo, www/angie-module-cache-purge Makefile

www/angie-module-cache-purge: Update 2.5.6 => 3.0.2

Changelog:
https://github.com/nginx-modules/ngx_cache_purge/releases/tag/3.0.0
https://github.com/nginx-modules/ngx_cache_purge/releases/tag/3.0.1
https://github.com/nginx-modules/ngx_cache_purge/releases/tag/3.0.2

3.0.0 is major release. Contains breaking internal changes.
Review the updated README before upgrading:
https://github.com/nginx-modules/ngx_cache_purge/blob/3.0.2/README.md

PR:             295591
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q2

(cherry picked from commit c003955046a5e993107b0adbddb39be5e27074bc)
DeltaFile
+9-0www/angie-module-cache-purge/files/pkg-message.in
+2-2www/angie/distinfo
+1-1www/angie-module-cache-purge/Makefile
+12-33 files

FreeBSD/ports e8a660awww/angie distinfo, www/angie-module-testcookie Makefile

www/angie-module-testcookie: Update to last commit 2022-10-07 => 2026-05-18

Commit log:
https://github.com/kyprizel/testcookie-nginx-module/compare/64137c2...7d263d4

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

(cherry picked from commit d712db1904185e360095588013c760dc006caf8d)
DeltaFile
+2-2www/angie/distinfo
+1-1www/angie-module-testcookie/Makefile
+3-32 files

FreeBSD/ports 286a3cewww/angie distinfo, www/angie-module-njs Makefile

www/angie-module-njs: Update 0.9.6 => 0.9.9 (CVE-2026-8711)

Changelogs:
https://github.com/nginx/njs/releases/tag/0.9.7
https://github.com/nginx/njs/releases/tag/0.9.8
https://github.com/nginx/njs/releases/tag/0.9.9

PR:             295591
Security:       CVE-2026-8711
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit a6260ca8fdb707dd2d0d4c55d4df26b468250f0d)
DeltaFile
+2-2www/angie/distinfo
+1-1www/angie-module-njs/Makefile
+3-32 files

FreeBSD/ports f06b720www/angie distinfo, www/angie-module-auth-totp Makefile

www/angie-module-auth-totp: Update 1.1.0 => 1.2.0

Changelog:
https://github.com/61131/nginx-http-auth-totp/releases/tag/1.2.0

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

(cherry picked from commit d826fa97ebbba6c27448358e5363fbadfaa9da1a)
DeltaFile
+2-2www/angie-module-auth-totp/Makefile
+2-2www/angie/distinfo
+4-42 files

FreeBSD/ports 75064d8www/angie distinfo, www/angie-module-auth-jwt Makefile

www/angie-module-auth-jwt: Update 0.11.0 => 0.13.1

Changelogs:
https://github.com/kjdev/nginx-auth-jwt/releases/tag/0.12.0
https://github.com/kjdev/nginx-auth-jwt/releases/tag/0.13.0
https://github.com/kjdev/nginx-auth-jwt/releases/tag/0.13.1

PR:             295591
Approved by:    Sebastian Oswald <sko at rostwald.de> (maintainer)
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit c8776e4bd0549cb65b072713ffaafe521ffa6618)
DeltaFile
+6-2www/angie/distinfo
+3-1www/angie-module-auth-jwt/Makefile
+9-32 files

FreeBSD/ports 88d88a6www/angie distinfo Makefile

www/angie: update 1.11.4 => 1.11.6 (6 CVEs)

Release Notes:
https://en.angie.software/news/releases/angie-1-11-5/
https://en.angie.software/news/releases/angie-1-11-6/

PR:             295591
Security:       CVE-2026-9256
Security:       CVE-2026-42945
Security:       CVE-2026-40701
Security:       CVE-2026-40460
Security:       CVE-2026-42946
Security:       CVE-2026-42934
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 199b6b95b5894b848aa41add8d08c3993dc15572)
DeltaFile
+3-3www/angie/distinfo
+1-1www/angie/Makefile
+4-42 files

FreeBSD/ports 9e5679afilesystems/libblkid distinfo Makefile, filesystems/libblkid/files patch-meson.build

filesystems/libblkid: Update to 2.42.1
DeltaFile
+0-9filesystems/libblkid/files/patch-meson.build
+3-3filesystems/libblkid/distinfo
+1-2filesystems/libblkid/Makefile
+4-143 files