FreeBSD/ports b5cf57asysutils/bareos-server Makefile, sysutils/bareos24-server Makefile

sysutils/bareos*-server: add IGNORE/BROKEN as required

PR:             292852
DeltaFile
+2-0sysutils/bareos24-server/Makefile
+2-0sysutils/bareos-server/Makefile
+4-02 files

LLVM/project d1e477bllvm/lib/Transforms/Vectorize VPlanTransforms.cpp LoopVectorize.cpp

Revert "[VPlan] Detect and create partial reductions in VPlan. (NFCI) (#167851)"

This reverts commit f4e8cc1a2229dca76d21c8d37439c4c194b06b86.

This change wasn't NFC; it causes failed asserts when building
ffmpeg for i686 windows, see
https://github.com/llvm/llvm-project/pull/167851 for details.
DeltaFile
+2-358llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+267-7llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+62-3llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
+35-7llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
+0-20llvm/lib/Transforms/Vectorize/VPlanUtils.h
+0-17llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
+366-4124 files not shown
+368-44210 files

LLVM/project d5711ddmlir/include/mlir/Dialect/UB/IR UBOps.td, mlir/lib/Dialect/UB/IR UBOps.cpp

[mlir][UB] Erase ops that precede `ub.unreachable`
DeltaFile
+37-0mlir/lib/Dialect/UB/IR/UBOps.cpp
+25-0mlir/test/Dialect/UB/canonicalize.mlir
+1-0mlir/include/mlir/Dialect/UB/IR/UBOps.td
+63-03 files

OPNSense/core a5fed61src/etc/inc filter.inc filter.lib.inc, src/etc/inc/plugins.inc.d pf.inc

Firewall: Schedule - add missing schedules support in "Firewall: Rules [new]" and refactor existing usage to avoid duplication of logic. closes https://github.com/opnsense/core/issues/9690

This commit moves the schedule logic out of filter_core_rules_user() where it didn't belong in the first place.
Since we need legacy code to determine schedule behavior, we cannot move it to the plugin classes easily, instead sweep all registered rules after registration so we can process "sched" for all of them in the same way.

We can next add a simple action into the model to ask if there actually is a schedule, which pf_cron() needs to schedule the rule updates.

Finally add an icon and link into the mvc page to refer to the schedule itself.
DeltaFile
+29-2src/etc/inc/filter.inc
+1-24src/etc/inc/filter.lib.inc
+8-13src/etc/inc/plugins.inc.d/pf.inc
+18-0src/opnsense/mvc/app/models/OPNsense/Firewall/Filter.php
+11-0src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+10-0src/opnsense/mvc/app/library/OPNsense/Firewall/Rule.php
+77-391 files not shown
+78-397 files

OPNSense/core 3bcdae7src/etc/inc/plugins.inc.d radvd.inc

radvd: When Base6Interface constructor is used, use its primary address for ifcfgipv6 (#9689)

DeltaFile
+9-1src/etc/inc/plugins.inc.d/radvd.inc
+9-11 files

NetBSD/src xWRxSwusys/arch/evbppc/include wiiu.h, sys/arch/evbppc/nintendo mainbus.c

   wiiufb: Only use indirect register access during early boot

   The current implementation relies on all register accesses being done 1)
   before interrupts are enabled and secondaries have been started, or 2)
   with KERNEL_LOCK held.

   This change makes the driver switch from indirect accesses via the
   Latte block to direct accesses through the GX frame at 0xc2000000 once
   the FB driver attaches, removing the need for all register accesses to be
   serialized.
VersionDeltaFile
1.5+26-7sys/arch/evbppc/nintendo/dev/wiiufb.c
1.2+9-4sys/arch/evbppc/nintendo/mainbus.c
1.3+6-2sys/arch/evbppc/include/wiiu.h
+41-133 files

FreeBSD/ports 41d644bdeskutils/nextcloudclient distinfo Makefile

deskutils/nextcloudclient: Update to 4.0.6
DeltaFile
+3-3deskutils/nextcloudclient/distinfo
+1-1deskutils/nextcloudclient/Makefile
+4-42 files

FreeBSD/ports 50cdaa6x11/mlterm Makefile

x11/mlterm: Fix build error with FCITX5 option
DeltaFile
+2-1x11/mlterm/Makefile
+2-11 files

LLVM/project cf9912emlir/include/mlir/Dialect/SCF/IR SCFOps.td, mlir/include/mlir/Dialect/UB/IR UBOps.h

address comments
DeltaFile
+48-0mlir/include/mlir/Interfaces/ExecutionProgressOpInterface.td
+23-0mlir/lib/Interfaces/ExecutionProgressOpInterface.cpp
+23-0mlir/include/mlir/Interfaces/ExecutionProgressOpInterface.h
+0-12mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+3-5mlir/include/mlir/Dialect/UB/IR/UBOps.h
+6-2mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
+103-196 files not shown
+111-2012 files

NetBSD/src dcRD6D4sys/arch/sparc64/conf GENERIC

   Add bq4802rtc for the Ultra 45 RTC.
VersionDeltaFile
1.245+5-2sys/arch/sparc64/conf/GENERIC
+5-21 files

NetBSD/src H6VSx0ssys/arch/sparc64/dev bq4802_ebus.c, sys/dev/ic bq4802reg.h

   Add a driver for the Texas Instruments bq4802Y/bq4802LY RTC chip,
   used in the Sun Ultra 45.
VersionDeltaFile
1.1+184-0sys/arch/sparc64/dev/bq4802_ebus.c
1.1+175-0sys/dev/ic/bq4802reg.h
+359-02 files

OpenBSD/ports fmhBiIRnet/kismet Makefile

   Need explicit LDEP on devel/pcre2.
VersionDeltaFile
1.55+3-0net/kismet/Makefile
+3-01 files

LLVM/project 8e7a2d8clang/lib/AST ExprConstant.cpp, clang/lib/AST/ByteCode InterpBuiltin.cpp Context.cpp

Revert "[clang][bytecode] Use in `Expr::tryEvaluateObjectSize` (#1790… (#179099)

…33)"

This reverts commit 756c321c33af2be0bd40707948aae3c06163a0a6.

Test failure in clang/test/AST/ByteCode/builtins.c in CI build

CC @tbaederr
DeltaFile
+31-37clang/lib/AST/ByteCode/InterpBuiltin.cpp
+0-29clang/lib/AST/ByteCode/Context.cpp
+0-13clang/lib/AST/ByteCode/Context.h
+0-4clang/lib/AST/ExprConstant.cpp
+4-0clang/test/Sema/warn-fortify-source.c
+0-3clang/lib/AST/ByteCode/InterpHelpers.h
+35-8612 files not shown
+35-9818 files

LLVM/project a34bfacllvm/include/llvm/ADT APInt.h, llvm/unittests/ADT APIntTest.cpp

[APInt] Extend isSameValue to also do signed-compares (#178854)

Introduce a SignedCompare parameter of isSameValue to use sext instead
of zext.
DeltaFile
+22-1llvm/unittests/ADT/APIntTest.cpp
+12-6llvm/include/llvm/ADT/APInt.h
+34-72 files

NetBSD/src ofvcvL7sys/arch/arm/imx imx23_mmc.c imx23_apbdma.c

   arm: fdtize the imx23_olinuxino

   Switch the imx23-olinuxino over to device trees; remove the old non-devicetree implementation.
VersionDeltaFile
1.1+721-0sys/arch/arm/imx/imx23_mmc.c
1.6+385-290sys/arch/arm/imx/imx23_apbdma.c
1.8+199-341sys/arch/arm/imx/imx23_digfilt.c
1.7+121-200sys/arch/arm/imx/imx23_timrot.c
1.7+149-126sys/arch/arm/imx/imx23_pinctrl.c
1.7+128-84sys/arch/arm/imx/imx23_icoll.c
+1,703-1,04148 files not shown
+2,183-1,48954 files

LLVM/project a19cbc4llvm/lib/Transforms/Vectorize VPlan.h VPlanRecipes.cpp

[VPlan] Rename VectorEndPointer's IndexedTy to SourceElementTy (NFC) (#178856)

For consistency with IR terminology.
DeltaFile
+9-8llvm/lib/Transforms/Vectorize/VPlan.h
+3-3llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+12-112 files

FreeBSD/ports 76b1c57net/netatalk4/files patch-meson.build

net/netatalk4: Fix linming with avahi

Avahi also needs -pthread like mdns.
DeltaFile
+17-9net/netatalk4/files/patch-meson.build
+17-91 files

FreeBSD/ports a848c8ex11/plank Makefile distinfo

x11/plank: Update 0.11.159 => 0.11.161

Changelogs:
https://github.com/zquestz/plank-reloaded/releases/tag/0.11.160
https://github.com/zquestz/plank-reloaded/releases/tag/0.11.161

Remove DBUSMENU option because there is no new release of libdbusmenu
in (almost) 10 years.

PR:     292843
MFH:    2026Q1
(cherry picked from commit 0317960539b0ba57f8a9e825330c6926946d344c)
DeltaFile
+2-7x11/plank/Makefile
+3-3x11/plank/distinfo
+5-102 files

FreeBSD/ports 0d838b0sysutils/usacloud-core distinfo Makefile.version

sysutils/usacloud: Update to 1.21.0

ChangeLogs:     https://github.com/sacloud/usacloud/releases/tag/v1.21.0
Approved by:    hrs (mentor, blanket)
DeltaFile
+5-5sysutils/usacloud-core/distinfo
+1-1sysutils/usacloud-core/Makefile.version
+1-1sysutils/usacloud-core/Makefile
+7-73 files

NetBSD/pkgsrc-wip 2321e69kicad COMMIT_MSG, kicad-footprints PLIST distinfo

kicad-*: Update to 9.0.7

KiCad 9.0.7 (2026-01-01)

General

- Improve rotation field parsing on Eagle import.
- Fix EasyEDA Pro v2.2 import compatibility. #22239
- Support Autodesk Fusion urn format for Eagle import. #22394
- Fix broken non-English language font rendering. #22402
- Add rule check exclusion comment to JSON report. #22330
- Fix polygon filling in PDF export.
- Fix crash due to measurement tool in footprint chooser
  window. #21929
- Fix incorrect bitmap positions in SVG plotter. #22326
- Fix broken SVG import of degenerate splines. #22556
- Fix crash when project tree files disappear. #22568

Schematic Editor

    [109 lines not shown]
DeltaFile
+234-2kicad-packages3d/PLIST
+205-7kicad-footprints/PLIST
+130-0kicad/COMMIT_MSG
+3-3kicad-footprints/distinfo
+3-3kicad-templates/distinfo
+3-3kicad-packages3d/distinfo
+578-1812 files not shown
+594-3318 files

OPNSense/core b8356e8src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php

filter / style - remove excess comma leading to parse errors in our api documentation parser (collect_api_endpoints.py)

(cherry picked from commit 12aab2a9e02eea34949aec9122368d8948ba9db6)
(cherry picked from commit 172759231107bed18e65bfda54b03d6a5ed64880)
DeltaFile
+1-3src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterBaseController.php
+1-31 files

NetBSD/pkgsrc-wip f9bb45ewebkit-gtk options.mk

webkit-gtk: follow upstream advice about jit option
DeltaFile
+1-0webkit-gtk/options.mk
+1-01 files

OPNSense/core 1727592src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php

firewall: style for previous
DeltaFile
+1-3src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterBaseController.php
+1-31 files

NetBSD/pkgsrc-wip 83f11d5. TODO

TODO: + codex-0.93.0, crush-0.37.0, resterm-0.21.1, tor-browser-15.0.5.
DeltaFile
+4-1TODO
+4-11 files

NetBSD/pkgsrc Iy9jEUTdoc TODO

   doc/TODO: add some

   + grafana-12.3.2, moor-2.10.3, py-JWT-2.11.0, py-confuse-2.2.0,
     py-google-auth-2.48.0, py-numpy-2.4.2, py-pdm_backend-2.4.7,
     py-pip-26.0, py-pygls-2.0.1, py-pytokens-0.4.1, py-textual-7.5.0,
     py-wcwidth-0.5.3, zoxide-0.9.9.
VersionDeltaFile
1.26737+14-2doc/TODO
+14-21 files

OPNSense/core f87eb7asrc/etc config.xml.sample

system: move to old location for better diff

(cherry picked from commit 1ddc661a496ffe125da9217a95b4a5cc0788a6f5)
DeltaFile
+1-1src/etc/config.xml.sample
+1-11 files

OPNSense/core a5a1678src/etc/inc config.inc, src/opnsense/mvc/app/library/OPNsense/Core Syslog.php

mvc: support verbose logging in run_migrations.php

PR: https://github.com/opnsense/core/issues/9666

(cherry picked from commit 816fd574c9113d836363ab989d120b1856827097)
(cherry picked from commit be4900b112f122a8e2d90efe4aaff05ea9e4a033)
(cherry picked from commit 5cc95f47a6e43abdf1158511408a53570d12d1d8)
(cherry picked from commit ffe3b4087263e50e884768a8b18512f894f13226)
(cherry picked from commit 60deb9d8c4c2e5071ceacb1a0233af10556397bd)
DeltaFile
+20-0src/opnsense/mvc/app/library/OPNsense/Core/Syslog.php
+18-1src/opnsense/mvc/script/run_migrations.php
+7-4src/sbin/pluginctl
+1-1src/etc/inc/config.inc
+46-64 files

OPNSense/core 2b6b3e0src/opnsense/mvc/app/library/OPNsense/Core ConfigMaintenance.php, src/www interfaces.php

interfaces: check dhcpdv6.enabled for -1 and add legacy config sections

PR: https://forum.opnsense.org/index.php?topic=50580.0

(cherry picked from commit 35575f9446e4ef41b8830d83e3fc0b3fb8ac154f)
(cherry picked from commit c264c905042ec7e06b96a1f1d0f082826ec2ccd7)
DeltaFile
+3-1src/opnsense/mvc/app/library/OPNsense/Core/ConfigMaintenance.php
+2-2src/www/interfaces.php
+5-32 files

FreeNAS/freenas 77680e2tests/api2 test_usage_reporting.py

NAS-139568 / 26.0.0-BETA.1 / Fix usage plugin integration test (#18134)

This PR adds changes to fix usage plugin integration test to reflect
reality of the usage plugin where we have removed one of the usage types
but that has not been reflected in the test.
DeltaFile
+0-1tests/api2/test_usage_reporting.py
+0-11 files

FreeBSD/ports 0317960x11/plank Makefile distinfo

x11/plank: Update 0.11.159 => 0.11.161

Changelogs:
https://github.com/zquestz/plank-reloaded/releases/tag/0.11.160
https://github.com/zquestz/plank-reloaded/releases/tag/0.11.161

Remove DBUSMENU option because there is no new release of libdbusmenu
in (almost) 10 years.

PR:     292843
MFH:    2026Q1
DeltaFile
+2-7x11/plank/Makefile
+3-3x11/plank/distinfo
+5-102 files