FreeBSD/ports d6be2b5net-im/py-zapzap distinfo Makefile

net-im/py-zapzap: Update to 6.2.9

ChangeLog:      https://github.com/rafatosta/zapzap/releases/tag/6.2.9
Reported by:    Rafael Tosta <notifications at github.com>
DeltaFile
+3-3net-im/py-zapzap/distinfo
+1-1net-im/py-zapzap/Makefile
+4-42 files

OpenBSD/ports FVa9CC9fonts/spleen distinfo Makefile

   Update spleen to 2.2.0.
VersionDeltaFile
1.26+2-2fonts/spleen/distinfo
1.33+1-1fonts/spleen/Makefile
+3-32 files

FreeBSD/ports 607b376lang/gcc15-devel distinfo Makefile

lang/gcc15-devel: Update to 15.2.1.s20260131
DeltaFile
+3-3lang/gcc15-devel/distinfo
+1-1lang/gcc15-devel/Makefile
+4-42 files

FreeBSD/ports 565a3cflang/gcc14-devel distinfo Makefile

lang/gcc14-devel: Update to 14.3.1.s20260130
DeltaFile
+3-3lang/gcc14-devel/distinfo
+1-1lang/gcc14-devel/Makefile
+4-42 files

NetBSD/src rOLKe2asys/compat/ultrix ultrix_misc.c

   s/weirndess/weirdness/ in comment.
VersionDeltaFile
1.128+3-3sys/compat/ultrix/ultrix_misc.c
+3-31 files

OpenBSD/ports ZqZntDonet/dbip Makefile.inc, net/dbip/asn distinfo

   Update dbip to 2026.02.
VersionDeltaFile
1.65+2-2net/dbip/asn/distinfo
1.67+2-2net/dbip/city/distinfo
1.67+2-2net/dbip/country/distinfo
1.70+1-1net/dbip/Makefile.inc
+7-74 files

FreeBSD/ports 9d60761textproc/gspell Makefile distinfo

textproc/gspell: update to 1.14.2

News in 1.14.2, 2025-11-28 (stable version)
-------------------------------------------
* Publish tarballs from CI.

News in 1.14.1, 2025-10-01 (stable version)
-------------------------------------------
* Documentation: update some URLs.
* Translation updates.

WE do not appear to need LIB_DEPENDS= libfribidi.so:converters/fribidi
or LIB_DEPENDS= libharfbuzz.so:print/harfbuzz. [truckman]

PR:             289967
DeltaFile
+3-5textproc/gspell/Makefile
+3-3textproc/gspell/distinfo
+2-0textproc/gspell/pkg-plist
+8-83 files

FreeBSD/ports 841970cgraphics Makefile, graphics/papers distinfo Makefile.crates

graphics/papers: new port

Papers is a document viewer capable of displaying multiple and single
page document formats like PDF and DejaVu. For more general information
about Papers and how to get started, please visit
https://welcome.gnome.org/app/Papers

PR:             290390
DeltaFile
+415-0graphics/papers/distinfo
+206-0graphics/papers/Makefile.crates
+195-0graphics/papers/pkg-plist
+66-0graphics/papers/Makefile
+4-0graphics/papers/pkg-descr
+1-0graphics/Makefile
+887-06 files

FreeBSD/ports e212d47x11-toolkits/libpanel distinfo Makefile

x11-toolkits/libpanel: update to 1.10.3

libpanel 1.10.3
===============

 * Improve save-changes dialog to always show discard all option
 * Translation updates

PR:             290755
MFH:            2026Q1
DeltaFile
+3-3x11-toolkits/libpanel/distinfo
+1-1x11-toolkits/libpanel/Makefile
+1-0x11-toolkits/libpanel/pkg-plist
+5-43 files

FreeBSD/ports 6855016databases/gom distinfo Makefile

databases/gom: update to 0.5.5

0.5.5
-----
- Fix some gi-doc annotations
- Build system fixes
- Improve unit tests

PR:             290754
MFH:            2026Q1
DeltaFile
+3-3databases/gom/distinfo
+1-1databases/gom/Makefile
+4-42 files

FreeBSD/ports 3f183a2textproc/meld Makefile

textproc/meld: limit portscout to stable releases

Limit portscout to searching for stable, even-numbered minor releases.

PR:             286931
Reported by:    Charlie Li <vishwin at freebsd.org>
DeltaFile
+2-0textproc/meld/Makefile
+2-01 files

HardenedBSD/ports 6a54aadbiology/snpeff pkg-plist, games/freeminer Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+128-25misc/gemini-cli/pkg-plist
+0-104games/freeminer/Makefile
+44-43misc/gemini-cli/files/package-lock.json
+0-75biology/snpeff/pkg-plist
+0-74games/freeminer/files/freeminer.in
+0-57sysutils/burp-devel/files/burp.in
+172-37873 files not shown
+274-1,05579 files

HardenedBSD/ports 7b9da66ports-mgmt/pkg_replace distinfo Makefile

ports-mgmt/pkg_replace: Update 20260128 => 20260201

Changelog:
https://github.com/kdeguchi/pkg_replace/releases/tag/20260201

PR:     292858
DeltaFile
+3-3ports-mgmt/pkg_replace/distinfo
+1-1ports-mgmt/pkg_replace/Makefile
+4-42 files

FreeBSD/ports 7b9da66ports-mgmt/pkg_replace distinfo Makefile

ports-mgmt/pkg_replace: Update 20260128 => 20260201

Changelog:
https://github.com/kdeguchi/pkg_replace/releases/tag/20260201

PR:     292858
DeltaFile
+3-3ports-mgmt/pkg_replace/distinfo
+1-1ports-mgmt/pkg_replace/Makefile
+4-42 files

LLVM/project 603b625llvm/include/llvm/CodeGen BasicTTIImpl.h, llvm/lib/CodeGen/SelectionDAG TargetLowering.cpp

[Analysis] Add Intrinsics::CLMUL case to cost calculations to getIntrinsicInstrCost / getTypeBasedIntrinsicInstrCost (#176552)

This patch adds a case in getIntrinsicInstrCost and
getTypeBasedIntrinsicInstrCost in
llvm/include/llvm/CodeGen/BasicTTIImpl.h for Intrinsic::clmul. This
patch uses TLI->isOperationLegalOrCustom to check if the instruction is
cheap. If not cheap, it sums up the cost of the arithmetic operations
(AND, SHIFT, XOR) multiplied by the bit width.

Fixes #176354
DeltaFile
+26-0llvm/test/Analysis/CostModel/X86/clmul.ll
+17-0llvm/test/Analysis/CostModel/AArch64/clmul.ll
+12-0llvm/include/llvm/CodeGen/BasicTTIImpl.h
+3-0llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+58-04 files

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

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

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

PR:             292852
DeltaFile
+2-0sysutils/bareos-server/Makefile
+2-0sysutils/bareos24-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

HardenedBSD/ports 41d644bdeskutils/nextcloudclient distinfo Makefile

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

HardenedBSD/ports 50cdaa6x11/mlterm Makefile

x11/mlterm: Fix build error with FCITX5 option
DeltaFile
+2-1x11/mlterm/Makefile
+2-11 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