OPNSense/core 24d37dcsrc/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes SourceNatRuleField.php

make sweep
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes/SourceNatRuleField.php
+1-11 files

LLVM/project a8a91c0clang/lib/Driver/ToolChains Clang.cpp Linux.cpp, clang/test/Driver sycl-offload-jit-unix.cpp sycl-offload-jit.cpp

[SYCL] Fix -nolibsycl and spurious spirv-link flags for SYCL offloading (#200252)

Two related driver fixes for SYCL offloading on Linux:

1. Honor -nolibsycl during linking: the SYCL runtime library
(libLLVMSYCL.so) was unconditionally added to the link line even when
-nolibsycl was passed. The flag was recognized but silently ignored at
the point where the library path is emitted.

2. Do not forward spirv-link flags to clang-sycl-linker: the driver was
passing --allow-partial-linkage and --create-library to
clang-sycl-linker for all SPIR-V offload targets, but these flags are
only meaningful to the out-of-tree spirv-link tool used by OpenMP. SYCL
uses clang-sycl-linker which does not accept them, causing a link
failure. The flags are now restricted to non-SYCL SPIR-V offload kinds.

---------

Co-authored-by: Claude Sonnet 4.6 <noreply at anthropic.com>
DeltaFile
+8-0clang/test/Driver/sycl-offload-jit-unix.cpp
+7-0clang/test/Driver/sycl-offload-jit.cpp
+5-0clang/test/Driver/sycl-windows.cpp
+3-2clang/lib/Driver/ToolChains/Clang.cpp
+2-1clang/lib/Driver/ToolChains/Linux.cpp
+25-35 files

LLVM/project afe6165clang/docs ReleaseNotes.rst, clang/lib/Sema SemaChecking.cpp

[Clang][Sema] Fix crash when calling EvaluateForOverflow for UnaryOpe… (#200317)

…rator that can not overflow

A while ago I added checking for overflow in unary operators during
constant evaluation:

https://reviews.llvm.org/D142867

This created some new bug opportunities. I am now checking if the
UnaryOperator can overflow before calling EvaluateForOverflow in
Sema::CheckForIntOverflow.

Fixes: https://github.com/llvm/llvm-project/issues/170072
DeltaFile
+8-0clang/test/Sema/gh170072.c
+2-1clang/lib/Sema/SemaChecking.cpp
+1-0clang/docs/ReleaseNotes.rst
+11-13 files

NetBSD/src SrmLtbausr.sbin/moused moused.8

   moused(8): mark up = in -m, tweak some wording a bit
VersionDeltaFile
1.12+20-13usr.sbin/moused/moused.8
+20-131 files

FreeBSD/ports 133e556security/py-securesystemslib distinfo Makefile

security/py-securesystemslib: Update version 1.3.1=>1.4.0

Changelog: https://github.com/secure-systems-lab/securesystemslib/blob/v1.4.0/CHANGELOG.md
DeltaFile
+3-3security/py-securesystemslib/distinfo
+1-1security/py-securesystemslib/Makefile
+4-42 files

FreeBSD/ports b0733c0devel/radare2 pkg-plist Makefile

devel/radare2: Update version 6.0.4=>6.0.6

Changelog: https://github.com/radareorg/radare2/releases/tag/6.0.6
DeltaFile
+31-1devel/radare2/pkg-plist
+10-6devel/radare2/Makefile
+7-7devel/radare2/distinfo
+48-143 files

FreeBSD/ports 09db7cddevel/py-capstone distinfo Makefile

devel/py-capstone: Update version 5.0.8=>5.0.9

Changelog: https://github.com/capstone-engine/capstone/releases/tag/5.0.9
DeltaFile
+3-3devel/py-capstone/distinfo
+1-1devel/py-capstone/Makefile
+4-42 files

FreeBSD/ports e0810fadatabases/redis86 Makefile, databases/redis86/files redis.in patch-deps_hiredis_Makefile

databases/redis86: New port

Redis is an open source, advanced key-value store.  It is often referred
to as a data structure server since keys can contain strings, hashes,
lists, sets and sorted sets.

You can run atomic operations on these types, like appending to a string;
incrementing the value in a hash; pushing to a list; computing set
intersection, union and difference; or getting the member with highest
ranking in a sorted set.

In order to achieve its outstanding performance, Redis works with an
in-memory dataset.  Depending on your use case, you can persist it either
by dumping the dataset to disk every once in a while, or by appending each
command to a log.

Redis also supports trivial-to-setup master-slave replication, with very
fast non-blocking first synchronization, auto-reconnection on net split
and so forth.

    [7 lines not shown]
DeltaFile
+88-0databases/redis86/Makefile
+67-0databases/redis86/files/redis.in
+41-0databases/redis86/files/patch-deps_hiredis_Makefile
+39-0databases/redis86/files/patch-deps_hiredis_net.c
+39-0databases/redis86/files/sentinel.in
+38-0databases/redis86/files/patch-redis.conf
+312-012 files not shown
+465-018 files

FreeBSD/ports 1a53db6databases Makefile, databases/redisjson86 distinfo Makefile.crates

databases/redisjson86: New port

RedisJSON is a Redis module that implements ECMA-404 The JSON Data
Interchange Standard as a native data type.  It allows storing,
updating and fetching JSON values from Redis keys (documents).

Primary features:
- Full support of the JSON standard
- JSONPath-like syntax for selecting elements inside documents
- Documents are stored as binary data in a tree structure, allowing
  fast access to sub-elements
- Typed atomic operations for all JSON values types

WWW: https://oss.redislabs.com/redisjson/

This is the 8.6.X version of redisjson added as a new port in
preparation for upgrading the main ports to 8.8.X
DeltaFile
+303-0databases/redisjson86/distinfo
+150-0databases/redisjson86/Makefile.crates
+38-0databases/redisjson86/Makefile
+10-0databases/redisjson86/pkg-descr
+1-0databases/Makefile
+502-05 files

FreeBSD/ports a179881devel/capstone distinfo Makefile

devel/capstone: Update version 5.0.8=>5.0.9

Changelog: https://github.com/capstone-engine/capstone/releases/tag/5.0.9
DeltaFile
+3-3devel/capstone/distinfo
+1-1devel/capstone/Makefile
+4-42 files

FreeBSD/ports 85f82cedevel/py-circuits Makefile distinfo

devel/py-circuits: Update version 3.2.2=>3.2.3

Changelog: https://github.com/circuits/circuits/releases/tag/3.2.3
DeltaFile
+9-4devel/py-circuits/Makefile
+3-3devel/py-circuits/distinfo
+12-72 files

FreeBSD/ports ad5cbdcdevel/p5-BZ-Client distinfo Makefile

devel/p5-BZ-Client: Update version 4.4003=>4.4004

Changelog: https://metacpan.org/dist/BZ-Client/changes
DeltaFile
+3-3devel/p5-BZ-Client/distinfo
+1-1devel/p5-BZ-Client/Makefile
+4-42 files

FreeBSD/ports cf2f8dbdevel/p5-DateTime-Format-Natural distinfo Makefile

devel/p5-DateTime-Format-Natural: Update version 1.25=>1.26

Changelog: https://metacpan.org/dist/DateTime-Format-Natural/changes
DeltaFile
+3-3devel/p5-DateTime-Format-Natural/distinfo
+1-1devel/p5-DateTime-Format-Natural/Makefile
+2-0devel/p5-DateTime-Format-Natural/pkg-plist
+6-43 files

FreeBSD/ports d5a0486sysutils/opentofu distinfo Makefile

sysutils/opentofu: Update version 1.12.0=>1.12.1

Changelog: https://github.com/opentofu/opentofu/releases/tag/v1.12.1
DeltaFile
+5-5sysutils/opentofu/distinfo
+2-2sysutils/opentofu/Makefile
+7-72 files

FreeBSD/ports 294b4d0devel/py-rauth Makefile

devel/py-rauth: Mark DEPRECATED

- Upstream is no longer maintained and upstream has archived the repo
  2025-08-08
- Set EXPIRATION_DATE 2026-06-30
- Last consumer devel/py-goodreads is also set to expire a day before
DeltaFile
+3-0devel/py-rauth/Makefile
+3-01 files

FreeBSD/ports cbcc699databases/pxlib distinfo Makefile

databases/pxlib: Update version 0.6.9=>0.6.10

Changelog: https://github.com/steinm/pxlib/releases/tag/R-0-6-10
DeltaFile
+3-3databases/pxlib/distinfo
+2-2databases/pxlib/Makefile
+5-52 files

FreeBSD/ports 7ad3501textproc/asciinema Makefile

textproc/asciinema: Remove python category

This is no longer a python based ports as it has been converted to
rust. So remove the python category.

Reported by:    grembo
DeltaFile
+2-2textproc/asciinema/Makefile
+2-21 files

FreeBSD/ports b4aa4e7devel/py-goodreads Makefile

devel/py-goodreads: Mark DEPRECATED

- Goodreads has discontinued the API service since 2020 [1]
- Set EXPIRATION_DATE 2026-06-29

1. https://www.goodreads.com/topic/show/21788520-api-deprecation

Please note that maitainer proposed deletion immediately but I have
sceduled a deletion 30 days from now to avoid POLA violation.

PR:             295397
Reported by:    diizzy
Approved by:    matthew at wener.org
DeltaFile
+3-0devel/py-goodreads/Makefile
+3-01 files

FreeBSD/ports 8485e35www/py-calibreweb Makefile

www/py-calibreweb: Remove OPTION GREADS

- Goodreads has stopped supporting the APIs so this option is defunct
  now.

PR:             295397
Reported by:    diizzy
Approved by:    matthew at wener.org (maintainer)
DeltaFile
+2-5www/py-calibreweb/Makefile
+2-51 files

FreeBSD/ports b4c87a4www/py-django-graphql-jwt34 Makefile

www/py-django-graphql-jwt34: Mark DEPRECATED

- This was resquired by py-sortinghat but py-sortinghat has been updated
  to support the latest release version of django-graphql-jwt.
- Use www/py-django-graphql-jwt
- Set EXPIRATION_DATE 2026-06-29
DeltaFile
+3-0www/py-django-graphql-jwt34/Makefile
+3-01 files

FreeBSD/ports c774782databases/clickhouse distinfo Makefile.submodules

databases/clickhouse: Update version 25.12.4.35=>26.1.1.912

Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.1.1.912-stable
DeltaFile
+41-49databases/clickhouse/distinfo
+19-23databases/clickhouse/Makefile.submodules
+1-1databases/clickhouse/Makefile
+61-733 files

FreeBSD/ports 177e9a5www/py-django-graphql-jwt Makefile

www/py-django-graphql-jwt: Pass MAINTAINER

As siva@ is looking after the Grimoirelab I am passing the MAINTAINER
to him.
DeltaFile
+1-1www/py-django-graphql-jwt/Makefile
+1-11 files

FreeBSD/ports 3374df0net/google-cloud-sdk distinfo Makefile

net/google-cloud-sdk: Update version 569.0.0=>570.0.0
DeltaFile
+3-3net/google-cloud-sdk/distinfo
+1-1net/google-cloud-sdk/Makefile
+4-42 files

FreeBSD/ports 5b068f2databases/freetds-devel distinfo Makefile

databases/freetds-devel: Update version 1.5.371=>1.5.374
DeltaFile
+3-3databases/freetds-devel/distinfo
+1-1databases/freetds-devel/Makefile
+4-42 files

LLVM/project 3791c8bflang/lib/Optimizer/Transforms FIRToMemRef.cpp, flang/test/Transforms/FIRToMemRef slice-projected.mlir

[flang][FIRToMemRef] Non-box complex slices use shapeVec strides, not `fir.box_dims` (#200285)

FIRToMemRef now lowers `fir.array_coor` on projected complex %re / %im
when the base is a contiguous `!fir.ref` with `fir.shape` (e.g. a static
component array in a derived type), without calling `fir.box_dims` on
the ref and with strides that match the memref<…×2×T> view.

Previously, any projected slice is lowered through the descriptor path
and produced invalid `fir.box_dims` on a ref. Fixed to take descriptor
strides only when the coor base is actually a box. For ref + shape, it
keeps the synthesized row-major layout and scales array strides by two
scalar slots per complex, with a re/im dimension (extent 2, stride 1).
DeltaFile
+46-0flang/test/Transforms/FIRToMemRef/slice-projected.mlir
+26-7flang/lib/Optimizer/Transforms/FIRToMemRef.cpp
+72-72 files

LLVM/project 6f5c584llvm/lib/Target/AMDGPU AMDGPUInstructionSelector.h, llvm/test/CodeGen/AMDGPU/GlobalISel legalize-merge-values-build-vector-s16.mir true16-merge-values-s16.ll

PR feedback
DeltaFile
+0-149llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-merge-values-build-vector-s16.mir
+61-0llvm/test/CodeGen/AMDGPU/GlobalISel/true16-merge-values-s16.ll
+14-16llvm/test/CodeGen/AMDGPU/GlobalISel/select-merge-values-build-vector-s16.mir
+1-2llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
+76-1674 files

FreeBSD/ports 0044a35net-mgmt/unifi10 distinfo Makefile

net-mgmt/unifi10: Update to 10.4.57

Release notes:  https://community.ui.com/releases/r/network/10.4.57
DeltaFile
+5-5net-mgmt/unifi10/distinfo
+1-1net-mgmt/unifi10/Makefile
+6-62 files

OPNSense/core 839d45fsrc/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogDNatRule.xml dialogOneToOneRule.xml, src/opnsense/mvc/app/models/OPNsense/Firewall Filter.xml

Add sort order volatile fields to SourceNatRuleField shared by SNAT, ONAT and NPTv6 inside filter model.
DeltaFile
+16-1src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes/SourceNatRuleField.php
+11-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogDNatRule.xml
+10-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogOneToOneRule.xml
+10-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogNptRule.xml
+10-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogSNatRule.xml
+6-0src/opnsense/mvc/app/models/OPNsense/Firewall/Filter.xml
+63-56 files

LLVM/project 409361cllvm/lib/Transforms/Scalar LoopBoundSplit.cpp

Revert "[LoopBoundSplit] Fix edge connections during transformation (#192106)"

This reverts commit fa44ca8e5ef6f57c03ba55a4c7b944c9a3ee633e.
DeltaFile
+11-25llvm/lib/Transforms/Scalar/LoopBoundSplit.cpp
+11-251 files

FreeNAS/freenas 8200210

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files