FreeBSD/ports 87c2e7cnet-im/teams distinfo pkg-plist, net-im/teams/files/packagejsons package-lock.json package.json

net-im/teams: Update to 2.10.0

Changelog: https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.10.0

Reported by:    portscout
DeltaFile
+165-40net-im/teams/files/packagejsons/package-lock.json
+6-5net-im/teams/files/packagejsons/package.json
+5-5net-im/teams/distinfo
+6-0net-im/teams/pkg-plist
+2-2net-im/teams/Makefile
+184-525 files

NetBSD/pkgsrc KjbumGCdoc CHANGES-2026

   doc: Added sysutils/firmware-imx version 8.31
VersionDeltaFile
1.3374+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc riXOZUpsysutils Makefile

   sysutils: add firmware-imx
VersionDeltaFile
1.1192+2-1sysutils/Makefile
+2-11 files

NetBSD/pkgsrc-wip 71a4953ddns-route53 distinfo go-modules.mk, ddns-route53/patches patch-internal_logging_logger.go

net/ddns-route53: Update to 2.15.0
DeltaFile
+234-0ddns-route53/distinfo
+78-0ddns-route53/go-modules.mk
+24-0ddns-route53/patches/patch-internal_logging_logger.go
+22-0ddns-route53/Makefile
+22-0ddns-route53/COMMIT_MSG
+9-0ddns-route53/DESCR
+389-01 files not shown
+391-07 files

NetBSD/pkgsrc Ih9VYJQsysutils/firmware-imx PLIST Makefile

   sysutils/firmware-imx: add 8.31
VersionDeltaFile
1.1+95-0sysutils/firmware-imx/PLIST
1.1+35-0sysutils/firmware-imx/Makefile
1.1+5-0sysutils/firmware-imx/distinfo
1.1+1-0sysutils/firmware-imx/DESCR
+136-04 files

NetBSD/pkgsrc WBGdsBalang/go122 Makefile

   lang/go122: Merge MAKE_JOBS fix with unrelated workaround

   This commit merges the recent change in go126 (already applied to
   other go versions) to respect MAKE_JOBS.

   go122 (and only go122) had a change to force GOMAXPROCS to 1,
   unconditionally.  This turns out to be a workaround for a bug in
   go122, which is not a MAKE_JOBS type of unsynchronized dependency.  It
   is instead a more complicated bug, not clearly understood.
   Keep this change, with an explanation for why it's present instead of
   the standard approach.

   Retroactively document the bug workaround based on email explanations
   from tnn@ about why I should not simply replace the GOMAXPROCS=1,
   which I guessed was about avoiding excessive parallelism, with the
   standard approach.

   In the end, this is comment-only change.
VersionDeltaFile
1.3+14-1lang/go122/Makefile
+14-11 files

OpenBSD/src P0bBfyAsys/dev/ic qwx.c qwxvar.h

   Implement qwx_dp_rx_h_null_q_desc()

   test + ok kevlo@
VersionDeltaFile
1.121+125-45sys/dev/ic/qwx.c
1.36+2-6sys/dev/ic/qwxvar.h
+127-512 files

OpenBSD/src 6Aw156ysys/dev/ic qwx.c

   Fix use of wrong tailq pointers in qwx.

   Fortunately, this was a non-issue on devices with single radios and
   there are no multi-radio devices known to us so far.

   With help from kevlo@ who spotted a case I had missed.
VersionDeltaFile
1.120+6-6sys/dev/ic/qwx.c
+6-61 files

OpenBSD/src EcW1huIusr.bin/ssh servconf.c servconf.h

   handle compiled-time unsupported options in servconf.h better; leave
   a zero placeholder variable so we don't have #ifdef around their
   absence elsehwere in the tree
VersionDeltaFile
1.448+67-19usr.bin/ssh/servconf.c
1.178+36-33usr.bin/ssh/servconf.h
+103-522 files

FreeBSD/ports 58079b6sysutils/vobcopy distinfo Makefile

sysutils/vobcopy: Update to 1.2.4
DeltaFile
+3-3sysutils/vobcopy/distinfo
+1-1sysutils/vobcopy/Makefile
+4-42 files

LLVM/project 1aafb36llvm/include/llvm/IR DebugLoc.h, llvm/lib/IR DebugLoc.cpp

Also fix debug coverage instrumentation builds

Created using spr 1.3.8-wip
DeltaFile
+18-17llvm/include/llvm/IR/DebugLoc.h
+0-6llvm/lib/IR/DebugLoc.cpp
+18-232 files

OPNSense/core adaa525src/opnsense/mvc/app/controllers/OPNsense/Interfaces AssignmentController.php, src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api AssignmentController.php

Interfaces: Assignments - work in progress for https://github.com/opnsense/core/issues/9945

In order to migrate the interface assignments, we need to think of a way to use the differently named xml nodes for interfaces (wan, lan, ..) into something that closely resembles a standard model implementation.
Since we can't match these nodes in our statically defined model xmls, the main idea is to flush all via an in-memory model with a separate load [construct] and save hook.
DeltaFile
+90-0src/opnsense/scripts/interfaces/list_assign_options.php
+77-0src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api/AssignmentController.php
+54-0src/opnsense/mvc/app/models/OPNsense/Interfaces/FieldTypes/AssignmentInterfaceField.php
+50-0src/opnsense/mvc/app/models/OPNsense/Interfaces/Assignment.php
+45-0src/opnsense/mvc/app/views/OPNsense/Interface/assignment.volt
+40-0src/opnsense/mvc/app/controllers/OPNsense/Interfaces/AssignmentController.php
+356-04 files not shown
+406-010 files

DragonFlyBSD/src 069eec1lib/libdevinfo devinfo.h devinfo.3, sys/kern subr_rman.c

devinfo - Print the cpuid of rman resources if it's set.

* This adds the cpuid field to the u_rman and devinfo_rman structs, and
  exports this value from struct rman in the rman sysctl.

* This is meant for IRQ resources, where "devinfo -r" will now print the
  CPU where each IRQ is allocated, which is especially useful for drivers
  that use multiple MSI-X interrupts.
DeltaFile
+5-1usr.sbin/devinfo/devinfo.c
+2-0lib/libdevinfo/devinfo.h
+1-0sys/kern/subr_rman.c
+1-0sys/sys/rman.h
+1-0lib/libdevinfo/devinfo.3
+1-0lib/libdevinfo/devinfo.c
+11-16 files

OPNSense/core 2a4aa5csrc/opnsense/www/js opnsense.js

mvc:Javascript - setFormData : allow passing of data- atributes for select items, this for example offers the option to use data-icon on selectpickers. for https://github.com/opnsense/core/issues/9945
DeltaFile
+12-2src/opnsense/www/js/opnsense.js
+12-21 files

FreeBSD/ports 5df9482mail/mu pkg-plist Makefile, mail/mu/files patch-mu4e_meson.build

mail/mu: Fix build

Fix build with MANPAGES=off and MU4E=on because BUILD_DEPENDS=emacs was
changed to MANPAGES_BUILD_DEPENDS.
Delete the *.elc files to enable compatibility with the new Emacs
framework.

PR:             295350
Approved by:    rwn at mailo.com (maintainer, timeout, implicit)
Approved by:    fluffy (mentor)
DeltaFile
+81-0mail/mu/files/patch-mu4e_meson.build
+1-34mail/mu/pkg-plist
+3-3mail/mu/Makefile
+85-373 files

FreeBSD/ports 3289a8c. MOVED, graphics Makefile

graphics/kdiagram: Remove unused Qt5 port
DeltaFile
+0-259graphics/kdiagram/pkg-plist
+0-25graphics/kdiagram/Makefile
+0-3graphics/kdiagram/distinfo
+0-1graphics/Makefile
+0-1graphics/kdiagram/pkg-descr
+1-0MOVED
+1-2896 files

FreeBSD/ports 27f8e58editors/calligraplan pkg-plist Makefile

editors/calligraplan: Update to 4.0.1 and switch to Qt6
DeltaFile
+169-274editors/calligraplan/pkg-plist
+23-16editors/calligraplan/Makefile
+3-3editors/calligraplan/distinfo
+195-2933 files

FreeBSD/ports 073888agraphics Makefile, graphics/optiimage pkg-plist Makefile

graphics/optiimage: Add new port: KDE image optimizer

WWW: https://apps.kde.org/optiimage/
DeltaFile
+31-0graphics/optiimage/pkg-plist
+26-0graphics/optiimage/Makefile
+13-0graphics/optiimage/pkg-descr
+3-0graphics/optiimage/distinfo
+1-0graphics/Makefile
+74-05 files

FreeBSD/ports 49b7960multimedia Makefile, multimedia/hana pkg-plist Makefile

multimedia/hana: Add new port

Create thumbnails from video files

WWW: https://apps.kde.org/hana/
DeltaFile
+26-0multimedia/hana/pkg-plist
+17-0multimedia/hana/Makefile
+8-0multimedia/hana/pkg-descr
+3-0multimedia/hana/distinfo
+1-0multimedia/Makefile
+55-05 files

FreeBSD/ports 011d074security/nextcloud-end_to_end_encryption Makefile, security/nextcloud-twofactor_webauthn Makefile

*/nextcloud-*: Add missing CPE info
DeltaFile
+4-1security/nextcloud-end_to_end_encryption/Makefile
+4-1www/nextcloud-groupfolders/Makefile
+4-1security/nextcloud-twofactor_webauthn/Makefile
+3-1www/nextcloud-news/Makefile
+3-1www/nextcloud-notes/Makefile
+18-55 files

NetBSD/pkgsrc zZmO1ywdoc CHANGES-2026

   doc: Updated ham/trustedQSL to 2.8.5
VersionDeltaFile
1.3373+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc DmnvTdkham/trustedQSL distinfo Makefile

   (ham/trustedQSL) Updated 2.8.4 to 2.8.5

   TQSL changes
   ============
   2.8.5
   ----------
   If uploads cause proxy-related errors, configure the upload to ignore the
   proxy and retry.

   Remove the certificate pinning used for Windows versions of TQSL and
   instead disable TLS verification for cases where the lotw.arrl.org website
   certificate cannot be validated.

   Uploads using the "Sign and Upload" button on the UI were not being
   compressed.  Ensure they're compressed as expected.

   Ensure that the temporary log file being written is removed before beginning
   to sign a log


    [2 lines not shown]
VersionDeltaFile
1.33+4-4ham/trustedQSL/distinfo
1.100+2-2ham/trustedQSL/Makefile
+6-62 files

LLVM/project 2bb09d5llvm/include/llvm/CodeGen MachineInstr.h SelectionDAGNodes.h, llvm/include/llvm/IR TrackingMDRef.h DebugLoc.h

drop hasTrivialDestructor + dyn_cast

Created using spr 1.3.8-wip
DeltaFile
+0-10llvm/include/llvm/IR/TrackingMDRef.h
+1-4llvm/include/llvm/CodeGen/MachineInstr.h
+0-4llvm/lib/CodeGen/MachineInstr.cpp
+2-2llvm/lib/CodeGen/MIRParser/MIParser.cpp
+0-3llvm/include/llvm/IR/DebugLoc.h
+0-1llvm/include/llvm/CodeGen/SelectionDAGNodes.h
+3-246 files

OpenBSD/src AJC1uylusr.sbin/relayd parse.y

   Add missing OCSP token

   Spotted and OK kirill
VersionDeltaFile
1.265+5-5usr.sbin/relayd/parse.y
+5-51 files

NetBSD/pkgsrc e2Y6k2ydoc CHANGES-2026

   doc: Updated ham/trustedQSL to 2.8.4
VersionDeltaFile
1.3372+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hJ76w22ham/trustedQSL Makefile distinfo

   (ham/trustedQSL) Updted 2.8.1 to 2.8.4

   TQSL changes
   ============
   2.8.4
   ----------
   Correct Spanish localization

   Fix issue with renewals for callsigns not in the prefix map causing that
   DXCC entity to not appear in the renewal screen (instead, '-NONE-' was
   appearing.)

   2.8.3
   ----------
   When emitting status or error messages, flush the output to ensure it's
   available to logging programs.

   Correct a defect where the TQSL uploads database was kept locked after using
   the restore function to restore configuration data. This would cause a

    [62 lines not shown]
VersionDeltaFile
1.99+4-5ham/trustedQSL/Makefile
1.32+4-4ham/trustedQSL/distinfo
+8-92 files

LLVM/project 025b9a2llvm/docs/TableGen ProgRef.rst, llvm/lib/TableGen TGParser.cpp TGParser.h

[TableGen] Add !switch operator (#199659)

This patch add a syntactic sugar operator to TableGen named `!switch`,
to simplify use cases where a user needs to conditionally use a value
based on exact key match. It supports variadic case arguments (0 or
more). It requires a default value - which creates a stricter grammar
that is simpler to parse, and I think the flexibility cost is not real -
it is considered a best practice in SW design for switch expressions (or
statements) on arbitrary types to always provide a default.

At parse time, after key and value type-checking, we reduce the
`!switch` expression to `!cond`, as they effectively entirely share the
downstream logic. The impl also extracts a shared pre-reduction
type-checking for `!switch` and `!cond` called
`TGParser::resolveInitTypes`.

Motivation: switch-behaving `!cond` value selection in `llvm/lib/Target`
e.g. from `llvm/lib/Target/AArch64/AArch64InstrFormats.td`:
```

    [11 lines not shown]
DeltaFile
+140-26llvm/lib/TableGen/TGParser.cpp
+119-0llvm/test/TableGen/switch.td
+18-0llvm/docs/TableGen/ProgRef.rst
+4-0llvm/lib/TableGen/TGParser.h
+1-0llvm/lib/TableGen/TGLexer.h
+1-0llvm/lib/TableGen/TGLexer.cpp
+283-266 files

OpenBSD/ports hTbIp9Lsysutils/clusterit Makefile, sysutils/clusterit/patches patch-barrier_barrierd_c

   unbreak build on llvm 22
VersionDeltaFile
1.1+14-0sysutils/clusterit/patches/patch-barrier_barrierd_c
1.21+1-1sysutils/clusterit/Makefile
+15-12 files

NetBSD/pkgsrc Wh3nLuEdoc CHANGES-2026

   doc: Added converters/py-erlpack version 1.0.1
VersionDeltaFile
1.3371+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VtJu7iMconverters Makefile

   py-erlpack: add to Makefile
VersionDeltaFile
1.222+2-1converters/Makefile
+2-11 files