FreeBSD/doc c1e1241website/data/ru/news news.toml

website: update ru/news - SA and EN translated

Differential Revision: https://reviews.freebsd.org/D57144
DeltaFile
+40-0website/data/ru/news/news.toml
+40-01 files

OPNSense/core 8ae0a6cMk lint.mk

make: add linter pass for the situation b187227683d addresses
DeltaFile
+3-0Mk/lint.mk
+3-01 files

FreeBSD/ports c6c203dmisc/antigravity-cli pkg-descr pkg-message

misc/antigravity-cli: Fix typos and other cosmetic changes
DeltaFile
+2-1misc/antigravity-cli/pkg-descr
+1-1misc/antigravity-cli/pkg-message
+3-22 files

OPNSense/core b187227src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes OptionField.php, src/opnsense/mvc/app/models/OPNsense/Firewall Alias.xml

mvc: OptionField: allow empty values in options

This falls back to the key which isn't going to be translated
since it's likely a technical term or keyword.

Also translate the $subvalue which appears to have been missed
before.
DeltaFile
+5-5src/opnsense/mvc/app/models/OPNsense/Firewall/Alias.xml
+3-3src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/OptionField.php
+8-82 files

OPNSense/plugins b495e6b. README.md, net/ndproxy Makefile

net/ndproxy: set EoL
DeltaFile
+2-1net/ndproxy/Makefile
+1-1README.md
+3-22 files

FreeBSD/ports 8d9ce86databases/duckdb/files patch-extension_avro_CMakeLists.txt

databases/duckdb: Add missing patch
DeltaFile
+21-0databases/duckdb/files/patch-extension_avro_CMakeLists.txt
+21-01 files

FreeBSD/ports 8e6471adevel/folly Makefile

devel/folly: broken on aarch64
DeltaFile
+1-0devel/folly/Makefile
+1-01 files

FreeBSD/ports c9f06b4misc/antigravity-cli pkg-message pkg-descr

misc/antigravity-cli: Add pkg-message; Improve pkg-descr; Remove LICENSE
DeltaFile
+16-0misc/antigravity-cli/pkg-message
+4-3misc/antigravity-cli/pkg-descr
+2-4misc/antigravity-cli/Makefile
+22-73 files

FreeBSD/ports ad730acdevel/concurrentqueue distinfo Makefile

devel/concurrentqueue: update 1.0.4 → 1.0.5
DeltaFile
+3-3devel/concurrentqueue/distinfo
+1-1devel/concurrentqueue/Makefile
+4-42 files

FreeBSD/ports 5bfc56eaudio/bangr-lv2/files patch-src_Airwindows_XRegion.cpp

audio/bangr-lv2: Fix build on 16

Reported by:    fallout
DeltaFile
+12-0audio/bangr-lv2/files/patch-src_Airwindows_XRegion.cpp
+12-01 files

FreeBSD/ports 39c0b38audio/boops-lv2/files patch-src_Airwindows_Galactic.cpp patch-src_Airwindows_XRegion.cpp

audio/boops-lv2: Fix build on 16
DeltaFile
+14-0audio/boops-lv2/files/patch-src_Airwindows_Galactic.cpp
+13-0audio/boops-lv2/files/patch-src_Airwindows_XRegion.cpp
+27-02 files

FreeBSD/ports 05076d9databases/duckdb distinfo Makefile, databases/py-duckdb distinfo Makefile

databases/{,py-}duckdb: update 1.5.2 → 1.5.3
DeltaFile
+29-15databases/duckdb/distinfo
+31-11databases/duckdb/Makefile
+3-3databases/py-duckdb/distinfo
+1-2databases/py-duckdb/Makefile
+1-0databases/duckdb/pkg-plist
+65-315 files

FreeBSD/ports 4bfc255misc/edflib Makefile distinfo

misc/edflib: update 1.24 → 1.27
DeltaFile
+3-3misc/edflib/Makefile
+3-3misc/edflib/distinfo
+6-62 files

LLVM/project 0173d9cflang/test/Integration/OpenMP atomic-compare.f90, llvm/lib/Frontend/OpenMP OMPIRBuilder.cpp

Revert "Revert "[Flang] [OpenMP] atomic compare (#184761)" (#198848)"

This reverts commit 28d6673e21f72d5b4b8238c220afa9abaa6b91c6.
DeltaFile
+517-0mlir/test/Dialect/OpenMP/invalid.mlir
+359-0mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+233-62llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
+250-0flang/test/Integration/OpenMP/atomic-compare.f90
+209-0mlir/test/Target/LLVMIR/openmp-llvm.mlir
+171-0mlir/include/mlir/Dialect/OpenACCMPCommon/Interfaces/AtomicInterfaces.td
+1,739-6213 files not shown
+2,286-13119 files

LLVM/project e1cb899llvm/lib/Target/AArch64 MachineSMEABIPass.cpp, llvm/test/CodeGen/AArch64 machine-sme-abi-skip-debug-inst.mir

[AArch64][SME] Don't pass debug instructions to LiveUnits.stepBackward() (#198010)

See https://github.com/llvm/llvm-project/pull/193104 (follow up to
#197989).
DeltaFile
+74-0llvm/test/CodeGen/AArch64/machine-sme-abi-skip-debug-inst.mir
+3-0llvm/lib/Target/AArch64/MachineSMEABIPass.cpp
+77-02 files

LLVM/project a21e1ccllvm/lib/Target/WebAssembly WebAssemblyTargetTransformInfo.cpp, llvm/test/CodeGen/WebAssembly memory-interleave.ll

[WebAssembly] Cost model for F32 memory interleave (#198531)

Set them the same as their i32 counterparts, but don't cost 4x v4f32.
wasm-perf doesn't show any particular uplift and the tests show that,
when we're mixing integers and floats, we often interleaving anyway. But
this change should be good for arithmetic on structures of 2xf32.
DeltaFile
+207-124llvm/test/Transforms/LoopVectorize/WebAssembly/memory-interleave.ll
+74-4llvm/test/CodeGen/WebAssembly/memory-interleave.ll
+4-1llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
+285-1293 files

OpenBSD/ports Q2rFAl0print/hplip Makefile distinfo, print/hplip/patches patch-base_utils_py patch-Makefile_in

   Update to hplip-3.26.4.
VersionDeltaFile
1.30+1-19print/hplip/patches/patch-base_utils_py
1.79+9-9print/hplip/patches/patch-Makefile_in
1.83+12-1print/hplip/pkg/PLIST-hpijs
1.228+2-4print/hplip/Makefile
1.82+2-2print/hplip/distinfo
1.7+2-2print/hplip/patches/patch-common_utils_c
+28-373 files not shown
+32-419 files

OpenBSD/ports vdU26Wjdevel/spidermonkey140 distinfo Makefile

   Update to spidermonkey140-140.11.0.
VersionDeltaFile
1.11+2-2devel/spidermonkey140/distinfo
1.11+1-1devel/spidermonkey140/Makefile
+3-32 files

FreeBSD/ports 7b1c031databases/p5-DBIx-SearchBuilder pkg-plist distinfo

databases/p5-DBIx-SearchBuilder: Update to 1.85

(cherry picked from commit 860193b8cab8521e88100c4a40b6c43eed96e1c6)
DeltaFile
+9-6databases/p5-DBIx-SearchBuilder/pkg-plist
+3-3databases/p5-DBIx-SearchBuilder/distinfo
+3-2databases/p5-DBIx-SearchBuilder/Makefile
+15-113 files

OpenBSD/ports 2UTaBjPx11/qt5/qtwebengine/patches patch-src_3rdparty_chromium_v8_src_compiler_backend_instruction-codes_h patch-src_3rdparty_chromium_third_party_blink_renderer_platform_image-encoders_image_encoder_utils_cc

   Fix build with llvm22

   Some enum need a fixed underlying type.
VersionDeltaFile
1.1+21-0x11/qt5/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_compiler_backend_instruction-codes_h
1.1+12-0x11/qt5/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_image-encoders_image_encoder_utils_cc
1.1+12-0x11/qt5/qtwebengine/patches/patch-src_3rdparty_chromium_components_download_public_common_download_stats_h
1.1+12-0x11/qt5/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_code_cache_generated_code_cache_h
1.1+12-0x11/qt5/qtwebengine/patches/patch-src_3rdparty_chromium_net_cookies_cookie_monster_h
1.1+12-0x11/qt5/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_imagebitmap_image_bitmap_factories_cc
+81-04 files not shown
+129-010 files

FreeBSD/ports 860193bdatabases/p5-DBIx-SearchBuilder pkg-plist distinfo

databases/p5-DBIx-SearchBuilder: Update to 1.85
DeltaFile
+9-6databases/p5-DBIx-SearchBuilder/pkg-plist
+3-3databases/p5-DBIx-SearchBuilder/distinfo
+3-2databases/p5-DBIx-SearchBuilder/Makefile
+15-113 files

LLVM/project 55c514cllvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 swap-compare-operands.ll combine-comparisons-by-cse.ll

[AArch64] Select `CMP WZR, reg, shift #amount` (#197424)
DeltaFile
+289-120llvm/test/CodeGen/AArch64/swap-compare-operands.ll
+22-20llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+2-3llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
+313-1433 files

OpenBSD/ports lkl7WKDsysutils/google-cloud-sdk distinfo Makefile, sysutils/google-cloud-sdk/pkg PLIST

   Update to google-cloud-sdk-569.0.0.
VersionDeltaFile
1.421+96-77sysutils/google-cloud-sdk/pkg/PLIST
1.438+2-2sysutils/google-cloud-sdk/distinfo
1.458+1-1sysutils/google-cloud-sdk/Makefile
+99-803 files

FreeBSD/src 6eba055sbin/ipfw nat.c ipfw.8, tests/sys/netpfil/common nat.sh

ipfw: fix parsing error in nat config port_range

Also fix the corresponding tests.

PR:             263240
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D57010
DeltaFile
+16-13sbin/ipfw/nat.c
+14-12tests/sys/netpfil/common/nat.sh
+2-1sbin/ipfw/ipfw.8
+32-263 files

FreeBSD/doc 040006awebsite/tools hardware-notes-processor.rb

website: improve hardware-notes-processor.rb

fixes mandoc generation of left bracket
adds messages, when HARDWARE section is absent or empty
remains hwlist macro in hardware.adoc for next cycles
hwlist macro has warning message text in the same line

Reviewed by: carlavilla
Approved by: carlavilla
Differential Revision: https://reviews.freebsd.org/D57133
DeltaFile
+14-2website/tools/hardware-notes-processor.rb
+14-21 files

OpenBSD/ports wqCFICOdevel/protobuf-java distinfo Makefile

   Updat to protobuf-java 4.34.2

   https://github.com/protocolbuffers/protobuf/releases/tag/v34.2
VersionDeltaFile
1.4+2-2devel/protobuf-java/distinfo
1.4+1-1devel/protobuf-java/Makefile
+3-32 files

OpenBSD/ports De7rIz0devel/py-protobuf distinfo Makefile

   Update to py-protobuf 7.34.2

   https://github.com/protocolbuffers/protobuf/releases/tag/v34.2
VersionDeltaFile
1.59+2-2devel/py-protobuf/distinfo
1.75+1-1devel/py-protobuf/Makefile
+3-32 files

OpenBSD/ports ZUX3laKdevel/protobuf distinfo Makefile

   Update to protobuf-cpp 6.34.2

   https://github.com/protocolbuffers/protobuf/releases/tag/v34.2
VersionDeltaFile
1.68+2-2devel/protobuf/distinfo
1.107+1-1devel/protobuf/Makefile
+3-32 files

pkgng/pkgng 0862ad9libpkg pkg_config.c backup_lib.c

fix more leaks
DeltaFile
+3-1libpkg/pkg_config.c
+1-0libpkg/backup_lib.c
+4-12 files

pkgng/pkgng b2c8e1clibpkg pkg_jobs.c

fix: memory leaks in pkg_jobs_find_upgrade and pkg_jobs_find_upgrade_candidates
DeltaFile
+2-0libpkg/pkg_jobs.c
+2-01 files