OPNSense/plugins e181969sysutils/git-backup/src/opnsense/mvc/app/library/OPNsense/Backup Git.php

sysutils/git-backup - fix invalid quoting to check for directory, causing excessive init calls. closes https://github.com/opnsense/plugins/issues/5630
DeltaFile
+1-1sysutils/git-backup/src/opnsense/mvc/app/library/OPNsense/Backup/Git.php
+1-11 files

LLVM/project 0048a9cllvm/lib/Target/SPIRV SPIRVNonSemanticDebugHandler.cpp, llvm/test/CodeGen/SPIRV/debug-info debug-line-shared.ll debug-no-line.ll

Add support for NSDI DebugLine and DebugNoLine.
DeltaFile
+141-0llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.cpp
+83-0llvm/test/CodeGen/SPIRV/debug-info/debug-line-calls.ll
+68-0llvm/test/CodeGen/SPIRV/debug-info/debug-line.ll
+62-0llvm/test/CodeGen/SPIRV/debug-info/debug-line-block.ll
+59-0llvm/test/CodeGen/SPIRV/debug-info/debug-no-line.ll
+55-0llvm/test/CodeGen/SPIRV/debug-info/debug-line-shared.ll
+468-04 files not shown
+505-110 files

LLVM/project 77c8ecdoffload/plugins-nextgen/common/include APIHelpers.h, offload/plugins-nextgen/level_zero/dynamic_l0 L0DynWrapper.cpp

[offload] Fix compatibility for level_zero 25.22.33944- #214215 (#215977)

This PR reapplies https://github.com/llvm/llvm-project/pull/214215. I
incorrectly checked `if (Result->Code == OL_ERRC_UNSUPPORTED)` without
checking if `Results != nullptr`. I didn't realize it failed when I ran
it locally, the segmentation fault was silent for some reason.
DeltaFile
+36-0offload/plugins-nextgen/level_zero/dynamic_l0/L0DynWrapper.cpp
+25-0offload/plugins-nextgen/common/include/APIHelpers.h
+18-0offload/plugins-nextgen/level_zero/dynamic_l0/level_zero/ze_api.h
+7-10offload/plugins-nextgen/level_zero/include/L0CmdListManager.h
+16-1offload/unittests/OffloadAPI/queue/olLaunchHostFunction.cpp
+0-14offload/plugins-nextgen/level_zero/include/L0Context.h
+102-254 files not shown
+117-3910 files

LLVM/project 44cba4cllvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 sve-index-const-step-vector.ll sve-fixed-length-build-vector.ll

[AArch64] Restrict SVE index to profitable BUILD_VECTOR sequences (#215250)

We were previously arbitrarily using the SVE index instruction for all
BUILD_VECTOR arithmetic sequences even when it's not profitable to do
so. According to the software optimisation guides all variants of index
that take a scalar register as input are slower than just loading a
literal. Furthermore, by taking this shortcut so early during
LowerBUILD_VECTOR we miss out on more profitable opportunities as seen
by the changes in sve-fixed-length-build-vector.ll.
DeltaFile
+6-12llvm/test/CodeGen/AArch64/sve-fixed-length-build-vector.ll
+6-10llvm/test/CodeGen/AArch64/sve-index-const-step-vector.ll
+10-2llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+22-243 files

LLVM/project 71d986bllvm/lib/CodeGen/SelectionDAG LegalizeFloatTypes.cpp

DAG: Use LibcallImpl overload of makeLibCall (#215987)

We already have the LibcallImpl here, so use it instead
of letting makeLibCall re-check the active impl.
DeltaFile
+4-4llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
+4-41 files

LLVM/project 42fb827llvm/include/llvm/IR RuntimeLibcalls.td, llvm/test/CodeGen/AArch64 ldexp-f128.ll exp10-f128.ll

RuntimeLibcalls: Fix AArch64 wrongly typed long-double libcalls

Respect the triple's LongDoubleFormat.

AArch64SystemLibrary added the fp128-typed frexpl/ldexpl and exp10l without a
long-double-format guard, so triples where long double is IEEE double
(Darwin, Windows, Android) were emitting l suffixed calls with the wrong
type.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+24-0llvm/test/CodeGen/AArch64/frexp-f128.ll
+19-0llvm/test/CodeGen/AArch64/ldexp-f128.ll
+19-0llvm/test/CodeGen/AArch64/exp10-f128.ll
+12-2llvm/include/llvm/IR/RuntimeLibcalls.td
+74-24 files

FreeBSD/ports 606453cdevel/py-pygobject Makefile, devel/pygobject-common Makefile

devel/*pygobject*: install missed header (+)

Install missed pygobject-types.h
It needed to unbreak consumers, e.g. multimedia/py-gstreamer1

In file included from ../gi/overrides/gstanalyticsmodule.c:27:
/usr/local/include/pygobject-3.0/pygobject.h:23:10: fatal error: 'pygobject-types.h' file not found
   23 | #include <pygobject-types.h>
      |          ^~~~~~~~~~~~~~~~~~~
1 error generated.

Reported by:    bulk -t
DeltaFile
+3-1devel/py-pygobject/Makefile
+1-0devel/pygobject-common/Makefile
+4-12 files

LLVM/project 681b73cllvm/lib/Transforms/Vectorize LoopVectorize.cpp, llvm/test/Transforms/LoopVectorize histograms.ll

[LV] Don't treat the pointer operand of histograms as scalar uses (#215769)
DeltaFile
+7-6llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+1-6llvm/test/Transforms/LoopVectorize/histograms.ll
+1-6llvm/test/Transforms/LoopVectorize/AArch64/sve2-histcnt-epilogue.ll
+9-183 files

LLVM/project afd9ddellvm/include/llvm/Transforms/Vectorize LoopVectorizationLegality.h, llvm/lib/Transforms/Vectorize VPlanTransforms.cpp VPRecipeBuilder.h

Fixups
DeltaFile
+112-118llvm/test/Transforms/LoopVectorize/compress-idioms.ll
+47-32llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+18-8llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
+13-3llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
+5-0llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
+4-0llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+199-1616 files

LLVM/project c2b6f45llvm/test/Transforms/LoopVectorize compress-store-vec-epilogue.ll compress-idioms.ll

Rebase fixups
DeltaFile
+8-8llvm/test/Transforms/LoopVectorize/compress-idioms.ll
+3-3llvm/test/Transforms/LoopVectorize/compress-store-vec-epilogue.ll
+11-112 files

LLVM/project 818f095llvm/test/Transforms/LoopVectorize compress-idioms.ll

Test uncond increment
DeltaFile
+96-2llvm/test/Transforms/LoopVectorize/compress-idioms.ll
+96-21 files

LLVM/project 1cc10fellvm/lib/Transforms/Vectorize VPlanConstruction.cpp VPlan.h

Don't allow null phi
DeltaFile
+4-6llvm/lib/Transforms/Vectorize/VPlan.h
+1-1llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
+5-72 files

LLVM/project 74f1bc4llvm/lib/Transforms/Vectorize LoopVectorize.cpp VPlan.h, llvm/test/Transforms/LoopVectorize compress-store-vec-epilogue.ll

Fix epilogue resume handling
DeltaFile
+98-0llvm/test/Transforms/LoopVectorize/compress-store-vec-epilogue.ll
+5-5llvm/lib/Transforms/Vectorize/VPlan.h
+2-1llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+105-63 files

LLVM/project 58158c3llvm/lib/Transforms/Vectorize VPlanRecipes.cpp, llvm/test/Transforms/LoopVectorize compress-idioms-negative-tests.ll compress-idioms.ll

Move negative tests to new file
DeltaFile
+0-105llvm/test/Transforms/LoopVectorize/compress-idioms.ll
+94-0llvm/test/Transforms/LoopVectorize/compress-idioms-negative-tests.ll
+0-1llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+94-1063 files

LLVM/project 7d9bb82llvm/lib/Transforms/Vectorize VPlanTransforms.cpp VPlan.h, llvm/test/Transforms/LoopVectorize compress-idioms.ll

[LoopVectorize] Support vectorization of compressing patterns in VPlan

RFC link: https://discourse.llvm.org/t/rfc-loop-vectorization-of-compress-store-expand-load-patterns/86442

This adds loop vectorizer support for "compressing" patterns,
for example:

```
int dst_idx = 0;
for (int i = 0; i < n; i++) {
  if (cond[i])
    dst[dst_idx++] = src[i];
}
```

Can be vectorized with a `llvm.masked.compressstore` as:

```
int dst_idx = 0;

    [52 lines not shown]
DeltaFile
+424-0llvm/test/Transforms/LoopVectorize/compress-idioms.ll
+157-0llvm/test/Transforms/LoopVectorize/VPlan/compress-idioms.ll
+132-0llvm/test/Transforms/LoopVectorize/AArch64/compress-idioms.ll
+111-14llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+60-4llvm/lib/Transforms/Vectorize/VPlan.h
+49-0llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+933-1815 files not shown
+1,116-2621 files

FreeBSD/ports 27b780csecurity/dogtag-pki Makefile, security/dogtag-pki/files patch-base_server_python_pki_server_____init____.py

security/dogtag-pki: bound the rc onestop call during pkidestroy

The Tomcat stop path called `service <instance> onestop` and blocked on
rc.subr's wait_for_pids() indefinitely when the jsvc/JVM did not exit
(e.g. a wedged webapp during pkidestroy). Bound the call with a timeout
and fall back to SIGKILL so pkidestroy/uninstall can never hang.

Sponsored by:   Netzkommune GmbH
DeltaFile
+41-27security/dogtag-pki/files/patch-base_server_python_pki_server_____init____.py
+1-1security/dogtag-pki/Makefile
+42-282 files

FreeBSD/ports d1e6825net/py-lib389 Makefile, net/py-lib389/files patch-lib389_____init____.py

net/py-lib389: pass the process environment when starting dirsrv

Extend the FreeBSD start patch so lib389 launches the ns-slapd process
with a copy of the current environment (env = dict(os.environ)) instead
of an empty one. This lets the Kerberos settings (e.g. KRB5_KTNAME) reach
the directory server process, which is required for GSSAPI/GSS-SPNEGO binds
on FreeBSD.

Sponsored by:   Netzkommune GmbH
DeltaFile
+7-2net/py-lib389/files/patch-lib389_____init____.py
+1-1net/py-lib389/Makefile
+8-32 files

FreeBSD/ports c9cb19fnet/389-ds-base Makefile, net/389-ds-base/files patch-ldap_servers_slapd_ldaputil.c patch-ldap_servers_slapd_saslbind.c

net/389-ds-base: build against MIT Kerberos; fix GSSAPI SASL on FreeBSD

Add USES=gssapi:mit so ns-slapd links the ports MIT Kerberos
(security/krb5) used by the rest of the FreeIPA stack, plus two
FreeBSD-specific fixes so GSSAPI/GSS-SPNEGO binds work:

- ldaputil.c: locate the SASL plugins under ${LOCALBASE}/lib/sasl2 on
  FreeBSD (upstream only handles the Linux path).
- saslbind.c: register the GSSAPI acceptor keytab explicitly via
  krb5_gss_register_acceptor_identity().  ns-slapd starts as root and
  then drops privileges, so issetugid() is true and MIT Kerberos ignores
  KRB5_KTNAME; without this every GSSAPI bind fails with a permission
  error on the default keytab.

Sponsored by:   Netzkommune GmbH
DeltaFile
+48-0net/389-ds-base/files/patch-ldap_servers_slapd_saslbind.c
+13-0net/389-ds-base/files/patch-ldap_servers_slapd_ldaputil.c
+3-3net/389-ds-base/Makefile
+64-33 files

FreeBSD/ports 3c7b4d6net/slapi-nis distinfo pkg-descr, net/slapi-nis/files patch-Makefile.am patch-src_back-sch-sss_idmap.c

net/slapi-nis: Add new Port

slapi-nis provides the Schema Compatibility plugin for 389 Directory
Server. The plugin presents alternate LDAP views required by FreeIPA
compatibility features, including SSSD ID mapping and ID views. The NIS
plugin itself is disabled; only the schema-compat plugin is built.

WWW: https://codeberg.org/freeipa/slapi-nis

Sponsored by:   Netzkommune GmbH

Required for: FreeIPA server port
DeltaFile
+41-0net/slapi-nis/Makefile
+24-0net/slapi-nis/files/patch-configure.ac
+13-0net/slapi-nis/files/patch-src_back-sch-sss_idmap.c
+9-0net/slapi-nis/files/patch-Makefile.am
+3-0net/slapi-nis/distinfo
+3-0net/slapi-nis/pkg-descr
+93-01 files not shown
+94-07 files

FreeBSD/ports 72413cesysutils/oddjob pkg-descr pkg-message, sysutils/oddjob/files oddjobd.in patch-src_oddjobd.c

sysutils/oddjob: Add new Port

oddjob is a D-Bus service (oddjobd) that runs a fixed set of privileged
jobs on behalf of unprivileged client applications. FreeIPA uses it for
oddjob-mkhomedir, which creates a user's home directory on first login.
The port disables the systemd, sysvinit, Python and SELinux features
that do not apply on FreeBSD and ships a native rc script.

WWW: https://codeberg.org/freeipa/oddjob

Sponsored by:   Netzkommune GmbH

Required for: FreeIPA server port
DeltaFile
+34-0sysutils/oddjob/Makefile
+24-0sysutils/oddjob/files/patch-src_oddjobd.c
+21-0sysutils/oddjob/files/oddjobd.in
+19-0sysutils/oddjob/pkg-plist
+15-0sysutils/oddjob/pkg-message
+8-0sysutils/oddjob/pkg-descr
+121-02 files not shown
+125-08 files

FreeBSD/ports 300de97www Makefile, www/freeipa-auth-gssapi distinfo pkg-descr

www/freeipa-auth-gssapi: Add new Port

mod_auth_gssapi is the Apache module FreeIPA uses for SPNEGO/GSSAPI
authentication of the Web UI and API. www/mod_auth_gssapi defaults to
the base-system GSSAPI on FreeBSD, which mixes base and ports MIT krb5
in one httpd process and breaks gssproxy interposition. This port is an
independent build hard-wired to the ports MIT krb5 (security/krb5) so it
matches the rest of the FreeIPA stack (net/freeipa-server,
security/gssproxy). It conflicts with ap24-mod_auth_gssapi.

Sponsored by: Netzkommune GmbH
DeltaFile
+45-0www/freeipa-auth-gssapi/Makefile
+8-0www/freeipa-auth-gssapi/files/240_mod_auth_gssapi.conf.sample.in
+7-0www/freeipa-auth-gssapi/pkg-descr
+3-0www/freeipa-auth-gssapi/distinfo
+1-0www/Makefile
+64-05 files

LLVM/project 50e6fb6lldb/docs/resources test.md, lldb/packages/Python/lldbsuite/test lldbtest.py

[lldb][test] Remove references to dotest's removed -A option (#215804)

-A was for setting the architecture.
6175a4d455e170fa947859e2a5952c89585150aa removed it in favour of a
triple option.

This change removes some remaining references to -A.

f8a92af893eee7ac7ffda93c24b9e69df506148f removed the only use of
getRunOptions some time ago.

A few references remain to -A, but comments and old example files only.
Nothing that developers are going to see without digging for it. Plus I
don't know what some of them refer to, so it's safer just to leave it
in.
DeltaFile
+3-15lldb/packages/Python/lldbsuite/test/lldbtest.py
+3-4lldb/docs/resources/test.md
+1-1lldb/test/API/CMakeLists.txt
+7-203 files

LLVM/project e53cb0dllvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes SeedCollection.cpp, llvm/test/Transforms/SandboxVectorizer/Passes/LoadStoreVec/AMDGPU seed_bundle_cross_erasure.ll

[SandboxVectorizer] Fix out-of-bounds SeedBundle access on cross-bundle erasure

SeedCollection::runOnFunction() indexed a SeedBundle at
Seeds.getFirstUnusedElementIdx() (and, separately, at a hardcoded 0) without
first checking whether the bundle was already fully used.
getFirstUnusedElementIdx() returns Seeds.size() -- one past the end -- once
everything is used, so indexing there reads out of bounds.

This was always a latent bug, but -sbvec-collect-seeds=stores,loads is what
actually exposes it: store and load seeds share one erase-instruction
callback (SeedContainer::erase()), so when vectorizing a store chain erases
a load it packed as an operand, that erase also marks the same load "used"
in its *independent* LoadSeeds bundle. Store seeds are processed first, so
by the time the outer loop reaches that LoadSeeds bundle, it can already be
fully consumed -- or, since cross-bundle erasure can mark any index used
(not just sequentially from the front), have its element 0 specifically
erased while other elements remain live, which broke the hardcoded Seeds[0]
address-space lookup the same way.


    [12 lines not shown]
DeltaFile
+25-0llvm/test/Transforms/SandboxVectorizer/Passes/LoadStoreVec/AMDGPU/seed_bundle_cross_erasure.ll
+5-2llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/SeedCollection.cpp
+30-22 files

LLVM/project 844a18elldb/source/Plugins/Process/Utility RegisterTypeDetector_arm64.h

[lldb][AArch64] Fix compilation error in RegisterTypeDetector (#215623)

#214515 introduced a compilation failure on Apple Clang 15:

```
FAILED: tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ThreadElfCore.cpp.o
  In file included from …/src/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp:35:
  In file included from …/src/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h:14:
  …/src/lldb/source/Plugins/Process/Utility/RegisterTypeDetector_arm64.h:122:64: error: type 'Args &&' of function parameter pack does not contain any unexpanded parameter packs
      friend const T *Arm64RegisterTypeDetector::MakeType(Args &&...args);
                                                          ~~~~~~~^~~~~~~
  …/src/lldb/source/Plugins/Process/Utility/RegisterTypeDetector_arm64.h:122:48: error: friend declaration of 'MakeType' does not match any declaration in 'lldb_private::Arm64RegisterTypeDetector'
      friend const T *Arm64RegisterTypeDetector::MakeType(Args &&...args);
                                                 ^~~~~~~~
  2 errors generated.
```

This PR moves the type creation into `DetectedTypesHolder` and has
`MakeType` forward to it, so no `friend` declaration is needed.
DeltaFile
+10-8lldb/source/Plugins/Process/Utility/RegisterTypeDetector_arm64.h
+10-81 files

LLVM/project a59059dlibc/test/IntegrationTest CMakeLists.txt test.cpp, libc/test/UnitTest HermeticTestUtils.cpp

[libc][test] Avoid getauxval dependency for bare-metal AArch64 (#215509)

Hermetic and integration test support provide a global __getauxval shim
on AArch64 for compatibility with libgcc expectations. That shim
forwards to libc's getauxval implementation.

Bare-metal targets do not provide sys/auxv/getauxval, and the hermetic
test rules already avoid adding that dependency for bare-metal builds.
Match the source guards and integration-test dependency to that policy
so AArch64 bare-metal tests do not link an unresolved getauxval
reference.
DeltaFile
+4-2libc/test/UnitTest/HermeticTestUtils.cpp
+4-2libc/test/IntegrationTest/test.cpp
+1-1libc/test/IntegrationTest/CMakeLists.txt
+9-53 files

LLVM/project 083060allvm/lib/Target/SPIRV SPIRVNonSemanticDebugHandler.h SPIRVNonSemanticDebugHandler.cpp, llvm/test/CodeGen/SPIRV/debug-info debug-function-definition-call-before-alloca.ll debug-function-definition-calls.ll

Add support for NSDI DebugLine and DebugNoLine.
DeltaFile
+141-0llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.cpp
+82-0llvm/test/CodeGen/SPIRV/debug-info/debug-line.ll
+79-0llvm/test/CodeGen/SPIRV/debug-info/debug-no-line.ll
+19-0llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.h
+15-1llvm/test/CodeGen/SPIRV/debug-info/debug-function-definition-calls.ll
+2-0llvm/test/CodeGen/SPIRV/debug-info/debug-function-definition-call-before-alloca.ll
+338-11 files not shown
+339-17 files

FreeBSD/ports 919aa46databases/sabiql Makefile pkg-descr

databases/sabiql: Update to 2.0.0

- Update COMMENT and pkg-descr: sabiql now supports SQLite.

ChangeLog:      https://github.com/riii111/sabiql/releases/tag/v2.0.0
Reported by:    riii111 <notifications at github.com>
DeltaFile
+29-45databases/sabiql/distinfo
+13-21databases/sabiql/Makefile.crates
+5-5databases/sabiql/pkg-descr
+3-3databases/sabiql/Makefile
+50-744 files

OpenBSD/ports oKmoVDnaudio/ocp distinfo Makefile, audio/ocp/pkg PLIST

   Update ocp to 3.5.0.
VersionDeltaFile
1.53+4-3audio/ocp/Makefile
1.27+2-2audio/ocp/distinfo
1.17+1-0audio/ocp/pkg/PLIST
+7-53 files

OpenBSD/ports pjmkMrjsecurity/libmodsecurity distinfo Makefile, security/libmodsecurity/patches patch-examples_using_bodies_in_chunks_Makefile_in patch-examples_reading_logs_with_offset_Makefile_in

   update to libmodsecurity-3.0.16
VersionDeltaFile
1.9.2.1+5-5security/libmodsecurity/Makefile
1.4.6.1+4-4security/libmodsecurity/patches/patch-src_Makefile_in
1.3.6.1+4-4security/libmodsecurity/distinfo
1.2.6.1+3-3security/libmodsecurity/patches/patch-test_Makefile_in
1.2.6.1+2-2security/libmodsecurity/patches/patch-examples_using_bodies_in_chunks_Makefile_in
1.2.6.1+2-2security/libmodsecurity/patches/patch-examples_reading_logs_with_offset_Makefile_in
+20-206 files not shown
+28-2812 files

OpenBSD/ports wUl7fKEsecurity/libmodsecurity distinfo Makefile, security/libmodsecurity/patches patch-examples_using_bodies_in_chunks_Makefile_in patch-examples_reading_logs_with_offset_Makefile_in

   update to libmodsecurity-3.0.16
   https://github.com/owasp-modsecurity/ModSecurity/security/advisories/GHSA-vwr3-7x7g-7p9w
   https://github.com/owasp-modsecurity/ModSecurity/security/advisories/GHSA-qjgm-7gp4-f8qq
   https://github.com/owasp-modsecurity/ModSecurity/security/advisories/GHSA-rcw9-2f5r-7p88
VersionDeltaFile
1.10+5-5security/libmodsecurity/Makefile
1.5+4-4security/libmodsecurity/patches/patch-src_Makefile_in
1.4+4-4security/libmodsecurity/distinfo
1.3+3-3security/libmodsecurity/patches/patch-test_Makefile_in
1.3+2-2security/libmodsecurity/patches/patch-examples_using_bodies_in_chunks_Makefile_in
1.3+2-2security/libmodsecurity/patches/patch-examples_reading_logs_with_offset_Makefile_in
+20-206 files not shown
+28-2812 files