NetBSD/pkgsrc-wip 1b1c8eb. TODO

TODO: + julia-1.13.
DeltaFile
+1-1TODO
+1-11 files

NetBSD/pkgsrc-wip 054b10abgpdump DESCR

bgpdump: remove URL from DESCR
DeltaFile
+1-3bgpdump/DESCR
+1-31 files

NetBSD/pkgsrc-wip 2d5e932. Makefile, libxo DESCR distinfo

libxo: remove, imported to pkgsrc
DeltaFile
+0-96libxo/patches/patch-configure.ac
+0-78libxo/PLIST
+0-29libxo/Makefile
+0-6libxo/distinfo
+0-5libxo/DESCR
+2-1Makefile
+2-2156 files

LLVM/project 1a2ee39flang/lib/Lower/OpenMP OpenMP.cpp, mlir/include/mlir/Dialect/OpenMP OpenMPOpsInterfaces.td

[MLIR][OpenMP] DeclareTargetInterface and DeclareTargetAttr cleanup (#217295)

The changes introduced by this patch are intended to avoid triggering
multiple by name lookups to the "omp.declare_target" attribute every
time any data from the `DeclareTargetInterface` is queried, remove the
need for keeping multiple default values for the same data, clean up the
assembly format and generally improve the usage of the interface.

List of changes:
- `DeclareTargetInterface` only provides `setDeclareTarget` and
`getDeclareTarget` methods to handle the "omp.declare_target" attribute,
maintaining a single canonical way of accessing it.
- `DeclareTargetAttr` provides direct access to the capture clause and
device type enums, rather than wrapping them into an `Attribute`. These
are now mandatory as well. Both changes together make accessing them
more straightforward and simplify the attribute representation.
DeltaFile
+15-61mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
+25-19mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+10-6mlir/lib/Dialect/OpenMP/Transforms/MarkDeclareTarget.cpp
+8-5flang/lib/Lower/OpenMP/OpenMP.cpp
+4-4mlir/test/Dialect/OpenMP/invalid-interface.mlir
+5-3mlir/lib/Dialect/OpenMP/Transforms/FunctionFiltering.cpp
+67-9810 files not shown
+98-12016 files

LLVM/project e8d2deflibcxx/include __config, libcxx/include/__new align_val_t.h

[libc++] Provide aligned allocation function iff the compiler claims support (#219199)

There isn't much of a point to providing declarations for aligned
allocation functions but not allowing the compiler to use them. So
either aligned allocations should be allowed to be used via
`-faligned-allocation` or not provided at all.
DeltaFile
+3-17libcxx/include/__config
+4-4libcxx/include/__new/align_val_t.h
+1-5libcxx/test/support/test_macros.h
+2-2libcxxabi/src/fallback_malloc.cpp
+2-2libcxx/src/support/new.ipp
+2-2libcxx/src/include/aligned_alloc.h
+14-325 files not shown
+23-3311 files

OPNSense/core ace3b5bsrc/etc bogonsv6.sample

firewall: add private network exclusions to default IPv6 bogons (#10125)

Allows ULA and link-local access on new systems where
the bogons haven't been updated yet.

(cherry picked from commit 14ce4ca943630136194aaf8bd4e28bd562f91cff)
DeltaFile
+9-1src/etc/bogonsv6.sample
+9-11 files

OPNSense/core 14ce4casrc/etc bogonsv6.sample

firewall: add private network exclusions to default IPv6 bogons (#10125)

Allows ULA and link-local access on new systems where
the bogons haven't been updated yet.
DeltaFile
+9-1src/etc/bogonsv6.sample
+9-11 files

LLVM/project 28fc678llvm/lib/Target/AMDGPU SIInstructions.td VOP1Instructions.td

Update for comments
DeltaFile
+0-6llvm/lib/Target/AMDGPU/SIInstructions.td
+6-0llvm/lib/Target/AMDGPU/VOP1Instructions.td
+6-62 files

LLVM/project 1042f3cmlir/lib/Conversion/ComplexToStandard ComplexToStandard.cpp, mlir/test/Conversion/ComplexToStandard convert-to-standard.mlir

[mlir][ComplexToStandard] Use negf/subf instead of multiplying by -1 (#222877)
DeltaFile
+18-18mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
+9-13mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
+27-312 files

FreeBSD/ports e57ec05security/qtkeychain distinfo Makefile

security/qtkeychain: Update to 0.17.0
DeltaFile
+4-4security/qtkeychain/Makefile
+3-3security/qtkeychain/distinfo
+7-72 files

FreeBSD/ports 42e73a1deskutils/libportal pkg-plist Makefile

deskutils/libportal*: Update to 0.11.0
DeltaFile
+3-3deskutils/libportal/distinfo
+1-1deskutils/libportal/Makefile
+1-0deskutils/libportal/pkg-plist
+5-43 files

FreeBSD/ports 0a395ecdevel/libsoup3 pkg-plist Makefile, devel/libsoup3/files patch-tests_websocket-test.c

devel/libsoup3: Update to 3.7.3

Reported by:    portscout!
DeltaFile
+13-0devel/libsoup3/files/patch-tests_websocket-test.c
+3-3devel/libsoup3/distinfo
+1-1devel/libsoup3/Makefile
+1-0devel/libsoup3/pkg-plist
+18-44 files

FreeBSD/ports fe4abbaaudio/libsamplerate/files patch-CMakeLists.txt

audio/libsamplerate: Fix building with CMake 4

Approved by:    portmgr (fixit blanket)
DeltaFile
+8-0audio/libsamplerate/files/patch-CMakeLists.txt
+8-01 files

NetBSD/pkgsrc-wip 8a82756zino Makefile distinfo

zino: update to version 2.5.2.

Pkgsrc changes:
 * version-bump + checksums + minor adjust of dependencies.

Upstream changes:

- Added explanation section to documentation covering Zino's history,
  core concepts, and technical architecture
  ([#435](https://github.com/Uninett/zino/issues/435)) - Added
  documentation for cuRitz, with screenshots.
  ([#568](https://github.com/Uninett/zino/issues/568))
- `--user` and the `process.user` setting now accept a numeric
  `UID` or `UID:GID` or, as previously, a user name, so Zino can drop
  privileges to a UID that has no entry in `/etc/passwd` (e.g. inside
  a container)

- BGP sessions that go down are reported again. On routers that
  send Zino an SNMP trap when a session drops, the drop was only

    [16 lines not shown]
DeltaFile
+3-3zino/distinfo
+2-2zino/Makefile
+5-52 files

LLVM/project 6b5912allvm/include/llvm/Analysis IVDescriptors.h, llvm/lib/Analysis IVDescriptors.cpp

Revert "[IVDescriptors] Address MonotonicDescriptor post-commit comments (NFC)" (#223341)

Reverts llvm/llvm-project#223328 (looking into buildbot error, e.g.
https://github.com/llvm/llvm-project/pull/223328#issuecomment-5661919431)
DeltaFile
+20-19llvm/lib/Analysis/IVDescriptors.cpp
+4-5llvm/include/llvm/Analysis/IVDescriptors.h
+4-3llvm/unittests/Analysis/IVDescriptorsTest.cpp
+28-273 files

LLVM/project 351f733clang/lib/StaticAnalyzer/Core CallEvent.cpp

Add comment to explicit object parameter.
DeltaFile
+2-0clang/lib/StaticAnalyzer/Core/CallEvent.cpp
+2-01 files

LLVM/project 4de15cdllvm/include/llvm/Analysis IVDescriptors.h, llvm/lib/Analysis IVDescriptors.cpp

Revert "[IVDescriptors] Address MonotonicDescriptor post-commit comments (NFC…"

This reverts commit 860d945db8787845349096521157eabf09be81cb.
DeltaFile
+20-19llvm/lib/Analysis/IVDescriptors.cpp
+4-5llvm/include/llvm/Analysis/IVDescriptors.h
+4-3llvm/unittests/Analysis/IVDescriptorsTest.cpp
+28-273 files

LLVM/project 6d4ad33llvm/lib/Target/AMDGPU SIOptimizeExecMasking.cpp, llvm/test/CodeGen/AMDGPU mubuf-legalize-operands.ll mubuf-legalize-operands-non-ptr-intrinsics.ll

[AMDGPU] Model waterfall loop EXEC update as a terminator (#219519)

Defining a register normally disqualifies an instruction from being a
terminator, so mark it unspillable instead

Skip this at -O0, since RegAllocFast ignores that and spills right after
the def
DeltaFile
+191-0llvm/test/CodeGen/AMDGPU/si-optimize-exec-masking-andn2-wrexec.mir
+113-0llvm/test/CodeGen/AMDGPU/waterfall-loop-exec-update-terminator.mir
+72-36llvm/test/CodeGen/AMDGPU/legalize-amdgcn.raw.ptr.buffer.load.ll
+83-0llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
+20-20llvm/test/CodeGen/AMDGPU/mubuf-legalize-operands.ll
+20-20llvm/test/CodeGen/AMDGPU/mubuf-legalize-operands-non-ptr-intrinsics.ll
+499-7621 files not shown
+615-16627 files

LLVM/project 8653eballvm/test/CodeGen/AMDGPU select.f16.ll select-flags-to-fmin-fmax.ll

Add COPY_TO_REGCLASS
DeltaFile
+1,049-1,046llvm/test/CodeGen/AMDGPU/float-to-arbitrary-fp-widen.ll
+272-152llvm/test/CodeGen/AMDGPU/fpow.ll
+188-187llvm/test/CodeGen/AMDGPU/select-fabs-fneg-extract.v2f16.ll
+162-162llvm/test/CodeGen/AMDGPU/fptosi-sat-vector.ll
+144-144llvm/test/CodeGen/AMDGPU/select-flags-to-fmin-fmax.ll
+116-116llvm/test/CodeGen/AMDGPU/select.f16.ll
+1,931-1,80738 files not shown
+2,856-2,76144 files

LLVM/project 3d4c00cllvm/test/CodeGen/AMDGPU vector-reduce-fmin.ll vector-reduce-fmax.ll

Fix lit test issue.
DeltaFile
+56,881-55,323llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+130-287llvm/test/CodeGen/AMDGPU/vector-reduce-fmin.ll
+130-287llvm/test/CodeGen/AMDGPU/vector-reduce-fmax.ll
+57,141-55,8973 files

LLVM/project af12500llvm/test/CodeGen/AMDGPU float-to-arbitrary-fp-widen.ll amdgcn.bitcast.512bit.ll

[AMDGPU] Select trunc(srl x, 16) as hi16 subregister on true16
DeltaFile
+60,730-62,718llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+4,692-4,496llvm/test/CodeGen/AMDGPU/bf16.ll
+2,809-3,010llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
+2,809-3,010llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
+2,754-2,970llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+1,545-1,574llvm/test/CodeGen/AMDGPU/float-to-arbitrary-fp-widen.ll
+75,339-77,778127 files not shown
+85,933-103,837133 files

FreeNAS/freenas 6ac9670src/middlewared/middlewared/api/v27_0_0 config.py, src/middlewared/middlewared/plugins pwenc.py config.py

Require a matching password secret seed to upload a configuration

## Problem
`config.save` left the password secret seed out of the backup by default, and `config.upload` accepted a database that arrived without one. Restoring such a configuration cannot decrypt anything it contains, so middleware generates a fresh (wrong) seed and wipes whatever would otherwise fail validation: UPS and email credentials, directory services config, cloud credentials, keychain credentials, VM and container device attributes, SMB user flags. Support's position is that this partial restore is never what anyone actually wants, and the handling it demands is an ongoing maintenance burden with nothing to show for it.

## Solution
- **Export the seed by default.** `secretseed` now defaults to true in the current API version only; older versions keep the default they shipped with. `{"secretseed": false}` still produces a redacted configuration for the cases where the seed must not leave the machine. This does mean the default `config.save` returns an archive rather than a bare database, since an archive is the only way to carry two files.
- **Refuse an upload that cannot decrypt its own database.** Before anything on this system is replaced, the seed has to be present, the database's `stg_pwenc_check` has to be readable and non-empty, and the seed has to decrypt it. Each failure says which part is wrong. There is deliberately no tolerant path here: the oldest configuration alembic can still migrate comes from 12.0 and the check field has been present and non-null since 9.3, so anything reaching this point without it has been edited by hand.
- **Send the uploaded database to the standby last.** The file list was built in directory iteration order, so a transfer that failed part way through could leave the peer holding a database with no seed next to it, which it would then apply at its next boot: the exact state this change exists to prevent.

`handle_db_upload_path` still copes with a seedless database, and that is intentional. The supported route into it is gone, but out-of-band staging into /data/uploaded.db is not, and generating a new secret remains the right answer when the local one is genuinely lost.

The unit tests covering the seed comparison skip themselves when the kernel has no memfd_secret, which is the case in emulated build containers. The legacy-padding case they pin is the one that matters most: check values written before the C rewrite decrypt with trailing padding, and failing to strip it would reject every configuration from 12.0 onwards.
DeltaFile
+96-41tests/api2/test_config_upload.py
+58-0src/middlewared/middlewared/pytest/unit/utils/test_pwenc.py
+48-3src/middlewared/middlewared/plugins/config.py
+20-2src/middlewared/middlewared/utils/pwenc.py
+8-3src/middlewared/middlewared/plugins/pwenc.py
+4-2src/middlewared/middlewared/api/v27_0_0/config.py
+234-516 files

LLVM/project 6e071abllvm/lib/Target/RISCV RISCVISelDAGToDAG.cpp, llvm/test/CodeGen/RISCV add-imm64-to-sub.ll

[RISCV] Rewrite ADD to SUB to reuse a materialized negated constant (#221027)

When an ADD needs a large constant whose negation is already
present in the DAG, rewrite (add X, C) into (sub X, -C) so both
share one materialization of -C instead of building it twice.

selectNegImm already does a related rewrite, but only when -C is
strictly cheaper than C and during instruction selection, where the
sibling constant may already have been selected into instructions.

Do it in PreprocessISelDAG instead, before selection, while both are
still ConstantSDNodes that getConstant can unique together. The
rewrite only fires when -C is no more expensive than C and a node
holding -C already exists, so it never adds a materialization.

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

Assisted-by: TRAE CLI (Opus 4.8)
DeltaFile
+126-2llvm/test/CodeGen/RISCV/add-imm64-to-sub.ll
+75-0llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
+201-22 files

LLVM/project 860d945llvm/include/llvm/Analysis IVDescriptors.h, llvm/lib/Analysis IVDescriptors.cpp

[IVDescriptors] Address MonotonicDescriptor post-commit comments (NFC) (#223328)
DeltaFile
+19-20llvm/lib/Analysis/IVDescriptors.cpp
+5-4llvm/include/llvm/Analysis/IVDescriptors.h
+3-4llvm/unittests/Analysis/IVDescriptorsTest.cpp
+27-283 files

OpenBSD/src DXh6D52usr.sbin/rpki-client rsc.c roa.c

   rpki-client: mop up a few more struct parse remnants

   This drops uses of p for signed objects outside of printing. Mechanical
   diff apart from the addition of a line break to avoid an overlong line
   in roa_read().

   ok claudio
VersionDeltaFile
1.145+59-59usr.sbin/rpki-client/mft.c
1.47+29-29usr.sbin/rpki-client/aspa.c
1.93+25-24usr.sbin/rpki-client/roa.c
1.50+9-9usr.sbin/rpki-client/rsc.c
+122-1214 files

LLVM/project 0f89e7aflang/lib/Frontend FrontendActions.cpp, flang/test/Driver do_concurrent_to_omp_cli.f90

[Flang][OpenMP] Show warning for -fdoconcurrent-to-openmp in SIMD only mode (#220943)

The OpenMP feature is considered enabled if either `-fopenmp` or
`-fopenmp-simd` have been passed. However, full OpenMP support is
required in order for the `-fdoconcurrent-to-openmp` option to take
effect.

A warning message that wasn't shown when SIMD-only OpenMP support was
enabled is fixed.
DeltaFile
+9-0flang/test/Driver/do_concurrent_to_omp_cli.f90
+2-2flang/lib/Frontend/FrontendActions.cpp
+11-22 files

LLVM/project 422f432flang/lib/Lower/OpenMP OpenMP.cpp, mlir/include/mlir/Dialect/OpenMP OpenMPOpsInterfaces.td

[MLIR][OpenMP] DeclareTargetInterface and DeclareTargetAttr cleanup

The changes introduced by this patch are intended to avoid triggering
multiple by name lookups to the "omp.declare_target" attribute every
time any data from the `DeclareTargetInterface` is queried, remove the
need for keeping multiple default values for the same data, clean up
the assembly format and generally improve the usage of the interface.

List of changes:
- `DeclareTargetInterface` only provides `setDeclareTarget` and
  `getDeclareTarget` methods to handle the "omp.declare_target"
  attribute, maintaining a single canonical way of accessing it.
- `DeclareTargetAttr` provides direct access to the capture clause and
  device type enums, rather than wrapping them into an `Attribute`.
  These are now mandatory as well. Both changes together make accessing
  them more straightforward and simplify the attribute representation.
DeltaFile
+15-61mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
+25-19mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+10-6mlir/lib/Dialect/OpenMP/Transforms/MarkDeclareTarget.cpp
+8-5flang/lib/Lower/OpenMP/OpenMP.cpp
+4-4mlir/test/Dialect/OpenMP/invalid-interface.mlir
+5-3mlir/lib/Dialect/OpenMP/Transforms/FunctionFiltering.cpp
+67-9810 files not shown
+98-12016 files

LLVM/project fff8f39lldb/test/API/tools/lldb-dap/breakpoint TestDAP_logpoints.py, lldb/tools/lldb-dap SourceBreakpoint.cpp

[lldb-dap] Fix logpoint to breakpoint conversion (#222906)

When user sets logpoint and after that removes `logMessage`, which
implicitly converts it to usual breakpoint, breakpoint still has
`BreakpointHitCallback`, which leads to missed stops.
DeltaFile
+55-0lldb/test/API/tools/lldb-dap/breakpoint/TestDAP_logpoints.py
+14-0lldb/unittests/DAP/ProtocolTypesTest.cpp
+6-2lldb/tools/lldb-dap/SourceBreakpoint.cpp
+2-2lldb/tools/lldb-dap/Protocol/ProtocolTypes.cpp
+1-1lldb/tools/lldb-dap/Protocol/ProtocolTypes.h
+78-55 files

LLVM/project ce4f831llvm/lib/CodeGen CodeGenPrepare.cpp, llvm/test/Transforms/CodeGenPrepare/X86 freeze-brcond.ll

[CGP] Clear poison generating flags when freezing icmp of constants (#223326)

Followup to https://github.com/llvm/llvm-project/pull/222314. That
PR only dropped the flags for the case where a new freeze instruction
was created, but of course we also need to do this if both operands
are constant and the freeze is dropped entirely.
DeltaFile
+10-0llvm/test/Transforms/CodeGenPrepare/X86/freeze-brcond.ll
+1-1llvm/lib/CodeGen/CodeGenPrepare.cpp
+11-12 files

FreeBSD/ports 41dec33net-p2p/clboss Makefile distinfo

net-p2p/clboss: upgrade from 0.16.3 to 0.17.0
DeltaFile
+3-3net-p2p/clboss/distinfo
+1-1net-p2p/clboss/Makefile
+4-42 files