LLVM/project ff34860llvm/include/llvm/Support TargetOpcodes.def, llvm/include/llvm/Target GenericOpcodes.td

[LLVM][GlobalISel] Implement G_STRICT_FCMP in IRTranslator (#190754)

- `G_STRICT_FCMP` and `G_STRICT_FCMPS` are constrained operations in
gMIR.
DeltaFile
+80-0llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-constrained-fcmp.ll
+17-0llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
+6-0llvm/test/CodeGen/RISCV/GlobalISel/legalizer-info-validation.mir
+6-0llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
+2-0llvm/include/llvm/Target/GenericOpcodes.td
+2-0llvm/include/llvm/Support/TargetOpcodes.def
+113-06 files

NetBSD/pkgsrc-wip 6577811. TODO

TODO: + tor-browser-15.0.9.
DeltaFile
+1-1TODO
+1-11 files

FreeBSD/src 4b6de64sys/netpfil/ipfw/nptv6 nptv6.c

ipfw_nptv6: fix handling the ifaddr removal event

The result of IN6_ARE_MASKED_ADDR_EQUAL() macro is not an integer, so
threat it as a boolean value.

PR:             294114
Reported by:    Peter Much <pmc citylink dinoex sub org>

(cherry picked from commit d9d7b59486499615a5fdce54443ce62aecf557e8)
DeltaFile
+2-2sys/netpfil/ipfw/nptv6/nptv6.c
+2-21 files

FreeBSD/src bdad702sys/netpfil/ipfw/nptv6 nptv6.c

ipfw_nptv6: fix handling the ifaddr removal event

The result of IN6_ARE_MASKED_ADDR_EQUAL() macro is not an integer, so
threat it as a boolean value.

PR:             294114
Reported by:    Peter Much <pmc citylink dinoex sub org>

(cherry picked from commit d9d7b59486499615a5fdce54443ce62aecf557e8)
DeltaFile
+2-2sys/netpfil/ipfw/nptv6/nptv6.c
+2-21 files

FreeBSD/ports 26ef693net-mgmt/kf6-networkmanager-qt Makefile

net-mgmt/kf6-networkmanager-qt: Clean up port

- Drop License block, kf6 ports share LICENSE via Uses/kde.mk
- Add missing dependencies
- Remove unused dependencies
DeltaFile
+5-16net-mgmt/kf6-networkmanager-qt/Makefile
+5-161 files

OPNSense/plugins 4d7a938net/frr/src/etc/rc.syshook.d/start 50-frr, net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/Api Ospf6settingsController.php

net/frr: some small style updates while here
DeltaFile
+22-25net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/Api/Ospf6settingsController.php
+1-1net/frr/src/etc/rc.syshook.d/start/50-frr
+0-2net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BFD.xml
+23-283 files

LLVM/project f10050cllvm/include/llvm/ADT GenericUniformityImpl.h, llvm/include/llvm/Analysis UniformityAnalysis.h

refactor: update variable names in uniformity analysis
DeltaFile
+25-22llvm/lib/CodeGen/MachineUniformityAnalysis.cpp
+15-15llvm/lib/Analysis/UniformityAnalysis.cpp
+7-7llvm/include/llvm/ADT/GenericUniformityImpl.h
+4-4llvm/include/llvm/Analysis/UniformityAnalysis.h
+4-3llvm/include/llvm/CodeGen/MachineUniformityAnalysis.h
+55-515 files

NetBSD/pkgsrc OMzpPxStextproc/libunistring/patches patch-tests_pselect.c

   libunistring: remove patch

   rejected upstream

   Should be submitted as a gnulib bug report if it's still relevant,
   with more details.
VersionDeltaFile
1.3+1-1textproc/libunistring/patches/patch-tests_pselect.c
+1-11 files

NetBSD/pkgsrc C2IOkZHtextproc/libunistring distinfo

   libunistring: remove patch

   rejected upstream

   Should be submitted as a gnulib bug report if it's still relevant,
   with more details.
VersionDeltaFile
1.21+1-2textproc/libunistring/distinfo
+1-21 files

LLVM/project 623d3bbflang/lib/Semantics check-omp-structure.cpp check-omp-loop.cpp, flang/test/Semantics/OpenMP assumed-size-array-dsa.f90 cray-pointer-usage.f90

[Flang][OpenMP] Data-sharing restrictions on assumed-size arrays (#189324)

Per `OpenMP 5.0 2.19.1 Data-Sharing Attribute Rules`, assumed-size
arrays are predetermined shared and may not appear in a data-sharing
clause besides `shared`.

Patch adds a semantics check for assumed-size arrays appearing in
clauses where they aren't allowed.
DeltaFile
+48-0flang/test/Semantics/OpenMP/assumed-size-array-dsa.f90
+15-0flang/lib/Semantics/check-omp-structure.cpp
+3-0flang/test/Semantics/OpenMP/cray-pointer-usage.f90
+1-0flang/lib/Semantics/check-omp-loop.cpp
+1-0flang/lib/Semantics/check-omp-structure.h
+68-05 files

OPNSense/plugins 290c67ddns/ddclient/src/opnsense/scripts/ddclient/lib/account hetzner.py allinkl.py

dns/ddclient: linter complaints fixed
DeltaFile
+1-1dns/ddclient/src/opnsense/scripts/ddclient/lib/account/hetzner.py
+0-0dns/ddclient/src/opnsense/scripts/ddclient/lib/account/allinkl.py
+1-12 files

OPNSense/plugins ec68572security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation AcmeTruenasWS.php AcmeTruenasws.php

security/acme-client: rename class file name to match class name
DeltaFile
+48-0security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeTruenasWS.php
+0-48security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeTruenasws.php
+48-482 files

LLVM/project 5a7c1e0clang-tools-extra/clang-tidy/readability NonConstParameterCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Fix false positive in readability-non-const-parameter with dependent array subscripts (#190936)

Fixes #60163

---------

Co-authored-by: Zeyi Xu <zeyi2 at nekoarch.cc>
DeltaFile
+16-0clang-tools-extra/test/clang-tidy/checkers/readability/non-const-parameter.cpp
+9-5clang-tools-extra/docs/ReleaseNotes.rst
+6-1clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
+31-63 files

LLVM/project 2684dfallvm/include/llvm/Analysis UniformityAnalysis.h, llvm/lib/Analysis UniformityAnalysis.cpp

refactor: update variable names in uniformity analysis
DeltaFile
+15-15llvm/lib/Analysis/UniformityAnalysis.cpp
+4-4llvm/include/llvm/Analysis/UniformityAnalysis.h
+19-192 files

LLVM/project fcb8fbaorc-rt/unittests SessionTest.cpp

[orc-rt] Move RedundantAsyncShutdown to SessionTest suite. NFCI. (#191130)

RedundantAsyncShutdown is a Session test, not a ControllerAccess test.
DeltaFile
+16-16orc-rt/unittests/SessionTest.cpp
+16-161 files

FreeBSD/ports 068d0dfdatabases/cego distinfo Makefile, devel/lfcbase distinfo Makefile

devel/lfcbase,databases/cego: 1.23.3 -> 1.23.5, 2.54.16 -> 2.54.23

lfcbase:
- Improved error message for File::open with strerror details added
- In File::operator = and File:operator +=, after file copy operation,
  source file descriptor was not closed.
  This might lead to file descriptor leaks.

cego:
- Many fixes for crash recovery and startup, write logs, etc.
DeltaFile
+3-3devel/lfcbase/distinfo
+3-3databases/cego/distinfo
+1-1devel/lfcbase/Makefile
+1-1databases/cego/Makefile
+8-84 files

NetBSD/pkgsrc 8khQRWgemulators/suse15_gcc12 distinfo Makefile

   suse15_gcc12: Add linux-glibc-devel RPM

   linux-glibc-devel contains many required headers
VersionDeltaFile
1.2+4-1emulators/suse15_gcc12/distinfo
1.2+3-1emulators/suse15_gcc12/Makefile
+7-22 files

LLVM/project d512d4allvm/include/llvm/ADT GenericUniformityImpl.h, llvm/lib/Analysis UniformityAnalysis.cpp

[UniformityAnalysis] Skip CycleAnalysis on targets without branch divergence (#189948)

UniformityAnalysis unconditionally computes CycleAnalysis even on
targets that don't care about divergence, causing measurable
compile-time overhead (see [#99878
(comment)](https://github.com/llvm/llvm-project/pull/175167#issuecomment-4156230947)).

---------

Co-authored-by: padivedi <padivedi at amd.com>
DeltaFile
+13-12llvm/lib/Analysis/UniformityAnalysis.cpp
+10-4llvm/include/llvm/ADT/GenericUniformityImpl.h
+23-162 files

OpenBSD/ports bx6tQQEsysutils/opentofu distinfo Makefile

   Update to opentofu-1.11.6.
VersionDeltaFile
1.39+2-2sysutils/opentofu/distinfo
1.39+1-1sysutils/opentofu/Makefile
+3-32 files

OpenBSD/ports pzvhSCpinputmethods/ibus-typing-booster distinfo Makefile, inputmethods/ibus-typing-booster/pkg PLIST

   Update to ibus-typing-booster-2.30.6.
VersionDeltaFile
1.31+8-4inputmethods/ibus-typing-booster/pkg/PLIST
1.93+2-2inputmethods/ibus-typing-booster/distinfo
1.102+1-1inputmethods/ibus-typing-booster/Makefile
+11-73 files

OPNSense/plugins 4d62f14security/q-feeds-connector Makefile pkg-descr, security/q-feeds-connector/src/opnsense/scripts/qfeeds/lib log.py

security/q-feeds-connector: sync with master
DeltaFile
+6-2security/q-feeds-connector/src/opnsense/scripts/qfeeds/lib/log.py
+1-1security/q-feeds-connector/Makefile
+1-0security/q-feeds-connector/pkg-descr
+8-33 files

OPNSense/plugins aa099c5security/q-feeds-connector Makefile pkg-descr

security/q-feeds-connector: wrap up this revision
DeltaFile
+1-1security/q-feeds-connector/Makefile
+1-0security/q-feeds-connector/pkg-descr
+2-12 files

NetBSD/pkgsrc bNqZ9gjdoc CHANGES-2026

   doc: Updated cad/tnt-mmtl to 1.2.2nb18
VersionDeltaFile
1.2174+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GTI1JyGcad/tnt-mmtl PLIST Makefile

   tnt-mmtl: fix PLIST

   Image conversion fails:

   Possible precedence issue with control flow operator (exit) at /usr/pkg/bin/pstoimg line 871.
   pstoimg: Error: "/usr/pkg/bin/pnmcrop -verbose  < /tmp/l2h17550/p14057.pnm | /usr/pkg/bin/pnmcrop -verbose  -bot -sides  -sides  | /usr/pkg/bin/pnmcrop -verbose  -l -sides  -sides   > /tmp/l2h17550/p14057.t00
   " failed: Illegal seek

   Bump PKGREVISION.
VersionDeltaFile
1.6+1-12cad/tnt-mmtl/PLIST
1.41+2-2cad/tnt-mmtl/Makefile
+3-142 files

OPNSense/plugins 8957fcesecurity/clamav pkg-descr

security/clamav: sync with master
DeltaFile
+1-1security/clamav/pkg-descr
+1-11 files

OPNSense/plugins 8e215b8security/acme-client pkg-descr Makefile, security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms dialogAction.xml

security/acme-client: sync with master
DeltaFile
+48-0security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeTruenasws.php
+24-1security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogAction.xml
+22-2security/acme-client/src/opnsense/mvc/app/models/OPNsense/AcmeClient/AcmeClient.xml
+2-8security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeCertificate.php
+8-0security/acme-client/pkg-descr
+1-1security/acme-client/Makefile
+105-126 files

OPNSense/plugins 094754cnet/turnserver pkg-descr Makefile, net/turnserver/src/opnsense/mvc/app/controllers/OPNsense/Turnserver/forms settings.xml

net/turnserver: sync with master
DeltaFile
+26-20net/turnserver/src/opnsense/mvc/app/views/OPNsense/Turnserver/index.volt
+8-0net/turnserver/src/opnsense/mvc/app/controllers/OPNsense/Turnserver/forms/settings.xml
+8-0net/turnserver/pkg-descr
+6-0net/turnserver/src/opnsense/mvc/app/models/OPNsense/Turnserver/Turnserver.xml
+5-0net/turnserver/src/opnsense/service/templates/OPNsense/Turnserver/turnserver.conf
+1-1net/turnserver/Makefile
+54-216 files

FreeBSD/ports 86aef58www/deno/files patch-cargo-crates_libuv-sys-lite

www/deno: proper fix for llvm22 binding problem

This was fixed with bindgen > 0.70.1 (I don't kwown the exact version)

PR:             293587
Tested by:      Philippe Michel, Oleg Sidorkin
Fixes:          e330aefa238248ff5ab18671061c4f8221f9f188
DeltaFile
+34-7,399www/deno/files/patch-cargo-crates_libuv-sys-lite
+34-7,3991 files

OPNSense/plugins 35508e7. LICENSE, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation AcmeTruenasws.php

LICENSE: sync
DeltaFile
+2-0LICENSE
+1-1security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeTruenasws.php
+3-12 files

OpenBSD/src hClEnMmusr.sbin/rpki-client as.c

   rpki-client: fix pointer used in as_check_overlap()

   from Daniel Anderson
   ok claudio
VersionDeltaFile
1.18+3-3usr.sbin/rpki-client/as.c
+3-31 files