HardenedBSD/src 5e8206ashare/examples/jails jib, sys/dev/intel spi_pci.c

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
DeltaFile
+74-29sys/dev/sound/pci/hdsp-pcm.c
+63-7sys/powerpc/ofw/ofw_pcibus.c
+48-0sys/dev/intel/spi_pci.c
+20-27share/examples/jails/jib
+13-13sys/dev/sound/pci/hdsp.c
+25-0sys/dev/pci/pci.c
+243-7611 files not shown
+277-10317 files

HardenedBSD/src b0e228cshare/examples/jails jib, sys/dev/intel spi_pci.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+74-29sys/dev/sound/pci/hdsp-pcm.c
+63-7sys/powerpc/ofw/ofw_pcibus.c
+48-0sys/dev/intel/spi_pci.c
+20-27share/examples/jails/jib
+13-13sys/dev/sound/pci/hdsp.c
+25-0sys/dev/pci/pci.c
+243-7611 files not shown
+277-10317 files

HardenedBSD/ports fd7db97devel/liblouis pkg-plist, emulators/fbneo/files patch-src_cpu_m68k_m68k.h

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+0-349www/wordpress/files/patch-7.0.3-to-7.0.4
+54-0emulators/fbneo/files/patch-src_cpu_m68k_m68k.h
+27-18sysutils/powerman/Makefile
+37-0sysutils/powerman/files/patch-t_t0039-llnl-el-capitan-cluster.t
+23-5devel/liblouis/pkg-plist
+18-7sysutils/powerman/pkg-plist
+159-37962 files not shown
+433-54368 files

LLVM/project cdc94fallvm/lib/Target/WebAssembly WebAssemblyPassRegistry.def WebAssemblyTargetMachine.cpp, llvm/lib/Target/WebAssembly/GISel WebAssemblyPreLegalizerCombiner.cpp

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+58-28llvm/lib/Target/WebAssembly/GISel/WebAssemblyPreLegalizerCombiner.cpp
+9-2llvm/lib/Target/WebAssembly/WebAssembly.h
+2-4llvm/lib/Target/WebAssembly/WebAssemblyCodeGenPassBuilder.cpp
+2-2llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+1-0llvm/lib/Target/WebAssembly/WebAssemblyPassRegistry.def
+72-365 files

LLVM/project 994f542llvm/lib/Target/WebAssembly WebAssemblyPassRegistry.def WebAssemblyTargetMachine.cpp, llvm/lib/Target/WebAssembly/GISel WebAssemblyPreLegalizerCombiner.cpp WebAssemblyPostLegalizerCombiner.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+57-30llvm/lib/Target/WebAssembly/GISel/WebAssemblyPostLegalizerCombiner.cpp
+58-28llvm/lib/Target/WebAssembly/GISel/WebAssemblyPreLegalizerCombiner.cpp
+18-4llvm/lib/Target/WebAssembly/WebAssembly.h
+4-8llvm/lib/Target/WebAssembly/WebAssemblyCodeGenPassBuilder.cpp
+4-4llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+2-0llvm/lib/Target/WebAssembly/WebAssemblyPassRegistry.def
+143-746 files

LLVM/project aa8d1afllvm/test/Feature codegen-plugin-passes.mir, llvm/tools/llc NewPMDriver.cpp llc.cpp

[llc] Register pass plugin callbacks with the new pass manager (#217727)

llc loads the libraries given to `--load-pass-plugin`, but only ever
invokes their
`PreCodeGenCallback`; the plugins' `PassBuilder` callbacks are never
registered, so a pass
provided by a plugin cannot be named in `-passes`. Register them in the
new PM driver,
matching what opt does in `llvm/tools/opt/NewPMDriver.cpp`.

This is visible with LLVM's own example plugin, which opt accepts and
llc rejects:

$ opt -load-pass-plugin=lib/Bye.so -passes=goodbye -disable-output f.ll
$ llc -load-pass-plugin=lib/Bye.so -passes=goodbye f.mir -o /dev/null
    unknown pass name 'goodbye'

Claude Code helped me navigate the codebase.
DeltaFile
+17-0llvm/test/Feature/codegen-plugin-passes.mir
+8-8llvm/tools/llc/NewPMDriver.h
+4-4llvm/tools/llc/llc.cpp
+4-1llvm/tools/llc/NewPMDriver.cpp
+33-134 files

OPNSense/core 471e0bfsrc/etc/inc/plugins.inc.d captiveportal.inc, src/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms dialogAssignment.xml

Merge remote-tracking branch 'origin/master' into firewall-metadata
DeltaFile
+2,023-963src/opnsense/www/js/qrcode.js
+423-0src/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms/dialogAssignment.xml
+147-152src/opnsense/www/js/opnsense_theme.js
+206-75src/opnsense/mvc/app/views/OPNsense/Wireguard/general.volt
+145-123src/etc/inc/plugins.inc.d/captiveportal.inc
+176-1src/opnsense/mvc/app/models/OPNsense/Interfaces/NetworkInterface.xml
+3,120-1,31442 files not shown
+3,837-1,55848 files

HardenedBSD/src 70c9d04usr.sbin/bsdinstall/scripts script

bsdinstall: Ensure logging retained when BSDINSTALL_LOG is not changed by preamble

Before the preamble script is sourced, initialize BSDINSTALL_LOG with the
file in $debugFile, if it is not already set.

Without this change, the bsdinstall script would assume the preamble set
BSDINSTALL_LOG to empty and the comparison with $debugFile will fail,
causing the log to be re-initialized to /dev/null.

Reviewed by:    dteske
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D25343
DeltaFile
+1-0usr.sbin/bsdinstall/scripts/script
+1-01 files

FreeBSD/src 70c9d04usr.sbin/bsdinstall/scripts script

bsdinstall: Ensure logging retained when BSDINSTALL_LOG is not changed by preamble

Before the preamble script is sourced, initialize BSDINSTALL_LOG with the
file in $debugFile, if it is not already set.

Without this change, the bsdinstall script would assume the preamble set
BSDINSTALL_LOG to empty and the comparison with $debugFile will fail,
causing the log to be re-initialized to /dev/null.

Reviewed by:    dteske
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D25343
DeltaFile
+1-0usr.sbin/bsdinstall/scripts/script
+1-01 files

FreeBSD/src 224e136sys/netgraph/bluetooth/l2cap ng_l2cap_llpi.c

bluetooth(4): Fix a typo in a kernel message in l2cap

- s/staring/starting/

(cherry picked from commit 8e968c5ff4112387c87f7afdf79d873a6f475b21)
DeltaFile
+1-1sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c
+1-11 files

LLVM/project 5e56808libc/src/__support/OSUtil/linux/syscall_wrappers timer_delete.h timer_create.h, libc/src/time/linux timer_delete.cpp CMakeLists.txt

[libc][time] Implement timer_create and timer_delete. (#217920)

Implement timer_create and timer_delete functions according to
POSIX.1-2024.

Assisted-by: Gemini
DeltaFile
+96-0libc/test/src/time/timer_test.cpp
+91-0libc/src/__support/OSUtil/linux/syscall_wrappers/timer_create.h
+38-0libc/src/__support/OSUtil/linux/syscall_wrappers/timer_delete.h
+33-0libc/src/time/linux/CMakeLists.txt
+33-0libc/src/time/linux/timer_create.cpp
+31-0libc/src/time/linux/timer_delete.cpp
+322-09 files not shown
+464-015 files

FreeBSD/src 70ec66dsys/netgraph/bluetooth/l2cap ng_l2cap_llpi.c

bluetooth(4): Fix a typo in a kernel message in l2cap

- s/staring/starting/

(cherry picked from commit 8e968c5ff4112387c87f7afdf79d873a6f475b21)
DeltaFile
+1-1sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c
+1-11 files

HardenedBSD/src 70ec66dsys/netgraph/bluetooth/l2cap ng_l2cap_llpi.c

bluetooth(4): Fix a typo in a kernel message in l2cap

- s/staring/starting/

(cherry picked from commit 8e968c5ff4112387c87f7afdf79d873a6f475b21)
DeltaFile
+1-1sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c
+1-11 files

HardenedBSD/ports 00c4d8edevel/sope Makefile distinfo, www/sogo Makefile distinfo

www/sogo: update to 5.12.10

ChangeLog at:   https://github.com/Alinto/sogo/releases/tag/SOGo-5.12.10
DeltaFile
+3-3www/sogo/distinfo
+3-3devel/sope/distinfo
+1-2www/sogo/Makefile
+1-1devel/sope/Makefile
+8-94 files

FreeBSD/ports 00c4d8edevel/sope Makefile distinfo, www/sogo Makefile distinfo

www/sogo: update to 5.12.10

ChangeLog at:   https://github.com/Alinto/sogo/releases/tag/SOGo-5.12.10
DeltaFile
+3-3www/sogo/distinfo
+3-3devel/sope/distinfo
+1-2www/sogo/Makefile
+1-1devel/sope/Makefile
+8-94 files

LLVM/project 8efc4dfllvm/lib/Transforms/Vectorize VectorCombine.cpp, llvm/test/Transforms/VectorCombine load-insert-store.ll

[VectorCombine] Preserve unsigned indices in scalarized GEPs (#212470)

Scalarized load and store GEPs currently reuse the extract/insert index
directly. Narrow integer indices are unsigned lane numbers, but GEP
sign-extends them to the pointer index type, which can select the wrong
address.Check that the largest byte offset is representable, zero-extend
narrow indices when required, account for the cast cost, and use the
element store size when checking packed layouts. Update all affected
regression expectations.

Fixes https://github.com/llvm/llvm-project/issues/212468

Assisted-by: Codex
DeltaFile
+162-0llvm/test/Transforms/VectorCombine/X86/scalarized-gep-index-representability.ll
+106-5llvm/lib/Transforms/Vectorize/VectorCombine.cpp
+46-20llvm/test/Transforms/VectorCombine/load-insert-store.ll
+30-30llvm/test/Transforms/VectorCombine/AArch64/load-extractelement-scalarization.ll
+46-1llvm/test/Transforms/VectorCombine/X86/load-extractelement-scalarization.ll
+5-5llvm/test/Transforms/VectorCombine/AArch64/load-extract-insert-store-scalarization.ll
+395-614 files not shown
+402-6810 files

LLVM/project 8f5a0a1llvm/lib/Target/AArch64/GISel AArch64LegalizerInfo.cpp, llvm/test/CodeGen/AArch64/GlobalISel legalize-vacopy.mir

[AArch64][GlobalISel] Use integer types in vacopy legalization. (#216255)
DeltaFile
+10-10llvm/test/CodeGen/AArch64/GlobalISel/legalize-vacopy.mir
+1-1llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
+11-112 files

FreeBSD/src 489f9edusr.sbin/bhyve bhyve_config.5

bhyve: document missing options in bhyve_config(5)

Document a few options that are currently supported but
not covered in bhyve_config(5):

 - vcpu.N.cpuset
 - domains.N.{size,cpus,domain_policy}
 - console (for arm64 and riscv)

MFC after:              1 week
Reviewed by:            bnovkov, jhb
Sponsored by:           The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58399

(cherry picked from commit a257e2dc9c6ecd3db41e1aa27a5297a0f328694a)
DeltaFile
+43-2usr.sbin/bhyve/bhyve_config.5
+43-21 files

HardenedBSD/src 489f9edusr.sbin/bhyve bhyve_config.5

bhyve: document missing options in bhyve_config(5)

Document a few options that are currently supported but
not covered in bhyve_config(5):

 - vcpu.N.cpuset
 - domains.N.{size,cpus,domain_policy}
 - console (for arm64 and riscv)

MFC after:              1 week
Reviewed by:            bnovkov, jhb
Sponsored by:           The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58399

(cherry picked from commit a257e2dc9c6ecd3db41e1aa27a5297a0f328694a)
DeltaFile
+43-2usr.sbin/bhyve/bhyve_config.5
+43-21 files

FreeBSD/ports 4080f02emulators/fbneo distinfo Makefile, emulators/fbneo/files patch-src_dep_libs_dr__libs_dr__wav.h patch-src_dep_libs_dr__libs_dr__mp3.h

emulators/fbneo: Update to 1.0.0.3.20260816

- Switch to libretro github. It contains a better Linux/Unix version of fbneo
DeltaFile
+54-0emulators/fbneo/files/patch-src_cpu_m68k_m68k.h
+11-0emulators/fbneo/files/patch-src_dep_libs_dr__libs_dr__wav.h
+11-0emulators/fbneo/files/patch-src_dep_libs_dr__libs_dr__mp3.h
+11-0emulators/fbneo/files/patch-src_dep_libs_dr__libs_dr__flac.h
+4-4emulators/fbneo/Makefile
+3-3emulators/fbneo/distinfo
+94-76 files

HardenedBSD/ports 4080f02emulators/fbneo distinfo Makefile, emulators/fbneo/files patch-src_dep_libs_dr__libs_dr__wav.h patch-src_dep_libs_dr__libs_dr__mp3.h

emulators/fbneo: Update to 1.0.0.3.20260816

- Switch to libretro github. It contains a better Linux/Unix version of fbneo
DeltaFile
+54-0emulators/fbneo/files/patch-src_cpu_m68k_m68k.h
+11-0emulators/fbneo/files/patch-src_dep_libs_dr__libs_dr__wav.h
+11-0emulators/fbneo/files/patch-src_dep_libs_dr__libs_dr__mp3.h
+11-0emulators/fbneo/files/patch-src_dep_libs_dr__libs_dr__flac.h
+4-4emulators/fbneo/Makefile
+3-3emulators/fbneo/distinfo
+94-76 files

LLVM/project f1c066cclang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin TestTransformation.cpp CMakeLists.txt

Revert "[SSAF] Fix a stage2 test failure with ASan-instrumented clang - continued" (#218092)

Reverts llvm/llvm-project#217799 because it breaks other ASan buildbots
(e.g., https://lab.llvm.org/buildbot/#/builders/169/builds/25867):
```
[1692/5724] Building CXX object tools/clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin/CMakeFiles/SSAFTestTransformationPlugin.dir/TestTransformation.cpp.o
FAILED: [code=1] tools/clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin/CMakeFiles/SSAFTestTransformationPlugin.dir/TestTransformation.cpp.o 
CCACHE_CPP2=yes CCACHE_HASHDIR=yes CCACHE_SLOPPINESS=pch_defines,time_macros /usr/bin/ccache /home/b/sanitizer-x86_64-linux-fast/build/llvm_build0/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/tools/clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin -I/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin -I/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/clang/include -I/home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/tools/clang/include -I/home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/include -I/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/include -nostdinc++ -isystem /home/b/sanitizer-x86_64-linux-fast/build/libcxx_install_asan_ubsan/include -isystem /home/b/sanitizer-x86_64-linux-fast/build/libcxx_install_asan_ubsan/include/c++/v1 -fsanitize=address,undefined -fno-sanitize-recover=all -Wl,--rpath=/home/b/sanitizer-x86_64-linux-fast/build/libcxx_install_asan_ubsan/lib -L/home/b/sanitizer-x86_64-linux-fast/build/libcxx_install_asan_ubsan/lib -lc++abi -fuse-ld=lld -w -stdlib=libc++ -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fno-omit-frame-pointer -gline-tables-only -fsanitize=address -fsanitize=undefined -fno-sanitize=vptr,function -fno-sanitize-recover=all -fsanitize-blacklist=/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/sanitizers/ubsan_ignorelist.txt -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -fPIC -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -fno-sanitize=all -MD -MT tools/clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin/CMakeFiles/SSAFTestTransformationPlugin.dir/TestTransformation.cpp.o -MF tools/clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin/CMakeFiles/SSAFTestTransformationPlugin.dir/TestTransformation.cpp.o.d -o tools/clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin/CMakeFiles/SSAFTestTransformationPlugin.dir/TestTransformation.cpp.o -c /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin/TestTransformation.cpp
In file included from /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin/TestTransformation.cpp:21:
In file included from /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/clang/include/clang/AST/ASTContext.h:18:
In file included from /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/clang/include/clang/AST/CanonicalType.h:17:
In file included from /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/clang/include/clang/AST/Type.h:20:
In file included from /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/clang/include/clang/AST/Decl.h:16:
In file included from /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/clang/include/clang/AST/APNumericStorage.h:12:
In file included from /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/include/llvm/ADT/APFloat.h:19:
In file included from /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12:
In file included from /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/include/llvm/ADT/Hashing.h:58:
In file included from /home/b/sanitizer-x86_64-linux-fast/build/libcxx_install_asan_ubsan/include/c++/v1/string:603:
/home/b/sanitizer-x86_64-linux-fast/build/libcxx_install_asan_ubsan/include/c++/v1/__debug_utils/sanitizers.h:42:4: error: "We can't disable ASAN container checks when libc++ has been built with ASAN container checks enabled"

    [10 lines not shown]
DeltaFile
+0-10clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin/CMakeLists.txt
+3-0clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin/TestTransformation.cpp
+3-102 files

LLVM/project c899f6bllvm/lib/Target/WebAssembly WebAssemblyPassRegistry.def WebAssemblyTargetMachine.cpp, llvm/lib/Target/WebAssembly/GISel WebAssemblyPreLegalizerCombiner.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+58-28llvm/lib/Target/WebAssembly/GISel/WebAssemblyPreLegalizerCombiner.cpp
+9-2llvm/lib/Target/WebAssembly/WebAssembly.h
+2-4llvm/lib/Target/WebAssembly/WebAssemblyCodeGenPassBuilder.cpp
+2-2llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+1-0llvm/lib/Target/WebAssembly/WebAssemblyPassRegistry.def
+72-365 files

FreeBSD/ports 3723adbarchivers/lrzip pkg-plist Makefile

archivers/lrzip: update to 0.7.2

Notable changes since 0.660:
- Updated embedded libzpaq 5.00 → 7.15 and LZMA SDK ~4.63 → 26.02
- New file format (mostly backward compatible)
- AES-256-GCM + PBKDF2-HMAC-SHA512 encryption by default
- STDIO compression no longer writes temporary files
- Removed 32-bit support and assembler (nasm) dependency
DeltaFile
+3-3archivers/lrzip/distinfo
+2-3archivers/lrzip/Makefile
+0-1archivers/lrzip/pkg-plist
+5-73 files

HardenedBSD/ports 3723adbarchivers/lrzip pkg-plist Makefile

archivers/lrzip: update to 0.7.2

Notable changes since 0.660:
- Updated embedded libzpaq 5.00 → 7.15 and LZMA SDK ~4.63 → 26.02
- New file format (mostly backward compatible)
- AES-256-GCM + PBKDF2-HMAC-SHA512 encryption by default
- STDIO compression no longer writes temporary files
- Removed 32-bit support and assembler (nasm) dependency
DeltaFile
+3-3archivers/lrzip/distinfo
+2-3archivers/lrzip/Makefile
+0-1archivers/lrzip/pkg-plist
+5-73 files

FreeBSD/ports 7bcf459german/wordpress distinfo, japanese/wordpress distinfo

*/wordpress*: update to 7.1

chinese/wordpress-zh_TW is temporarily marked IGNORE as the localized
distfile is not yet available upstream.  Also fix MASTER_SITES for zh_TW
to use tw.wordpress.org instead of cn.wordpress.org.
DeltaFile
+0-349www/wordpress/files/patch-7.0.3-to-7.0.4
+6-4www/wordpress/Makefile
+3-3www/wordpress/distinfo
+3-3russian/wordpress/distinfo
+3-3japanese/wordpress/distinfo
+3-3german/wordpress/distinfo
+18-3653 files not shown
+26-3729 files

HardenedBSD/ports 7bcf459german/wordpress distinfo, japanese/wordpress distinfo

*/wordpress*: update to 7.1

chinese/wordpress-zh_TW is temporarily marked IGNORE as the localized
distfile is not yet available upstream.  Also fix MASTER_SITES for zh_TW
to use tw.wordpress.org instead of cn.wordpress.org.
DeltaFile
+0-349www/wordpress/files/patch-7.0.3-to-7.0.4
+6-4www/wordpress/Makefile
+3-3www/wordpress/distinfo
+3-3russian/wordpress/distinfo
+3-3japanese/wordpress/distinfo
+3-3german/wordpress/distinfo
+18-3653 files not shown
+26-3729 files

LLVM/project c9ba8a4clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin TestTransformation.cpp CMakeLists.txt

Revert "[SSAF] Fix a stage2 test failure with ASan-instrumented clang - conti…"

This reverts commit ede975d9f046441b9793e02bab190bd0bafb1fa2.
DeltaFile
+0-10clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin/CMakeLists.txt
+3-0clang/test/Analysis/Scalable/source-edit-generation/Plugins/TestTransformationPlugin/TestTransformation.cpp
+3-102 files

FreeBSD/ports a3bc441sysutils/py-pywatchman Makefile distinfo

sysutils/py-pywatchman: Update 2024.03.25.00 => 2026.08.17.00

Changelogs:
https://github.com/facebook/watchman/releases#release-v2026.08.17.00

PR:             297649
Sponsored by:   UNIS Labs
DeltaFile
+3-3sysutils/py-pywatchman/distinfo
+1-2sysutils/py-pywatchman/Makefile
+4-52 files

HardenedBSD/ports a3bc441sysutils/py-pywatchman Makefile distinfo

sysutils/py-pywatchman: Update 2024.03.25.00 => 2026.08.17.00

Changelogs:
https://github.com/facebook/watchman/releases#release-v2026.08.17.00

PR:             297649
Sponsored by:   UNIS Labs
DeltaFile
+3-3sysutils/py-pywatchman/distinfo
+1-2sysutils/py-pywatchman/Makefile
+4-52 files