NetBSD/pkgsrc g6RlFR9doc CHANGES-2025

   doc: Updated shells/oh-my-posh to 28.5.0
VersionDeltaFile
1.7343+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc RXEXRiushells/oh-my-posh distinfo Makefile

   shells/oh-my-posh: update to 28.5.0

   Features

    - font: install headless (3c70597)
VersionDeltaFile
1.278+4-4shells/oh-my-posh/distinfo
1.302+2-2shells/oh-my-posh/Makefile
+6-62 files

NetBSD/pkgsrc NneQqVrdoc CHANGES-2025

   kimagemapeditor update
VersionDeltaFile
1.7342+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc Kd5sa9Nwww/kimagemapeditor PLIST Makefile

   kimagemapeditor: update to 25.08.3

   Qt6/KF6 version.  Two years of development.
VersionDeltaFile
1.6+8-4www/kimagemapeditor/PLIST
1.59+5-7www/kimagemapeditor/Makefile
1.9+4-4www/kimagemapeditor/distinfo
+17-153 files

NetBSD/pkgsrc NTPAuZDdoc CHANGES-2025

   akregator update.
VersionDeltaFile
1.7341+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc OE5NEOcwww/akregator PLIST Makefile

   akregator: update to 25.08.3

   Qt6/KF6 version.  Two years of development.
VersionDeltaFile
1.3+22-22www/akregator/PLIST
1.18+8-9www/akregator/Makefile
1.3+4-4www/akregator/distinfo
+34-353 files

FreeBSD/src 44f6566sys/dev/hyperv/netvsc if_hn.c

Hyper-V: hn: just call vf's ioctl when changing mtu

When changing mtu, if a vf is attached to the netvsc interface, just
calling its ioctl to change vf's mtu is good enough.

Tested by:      whu
MFC after:      3 days
Sponsored by:   Microsoft
DeltaFile
+5-3sys/dev/hyperv/netvsc/if_hn.c
+5-31 files

FreeBSD/ports 9f7a0desysutils/openvox-agent8 Makefile, sysutils/openvox-agent8/files patch-lib_puppet_util_monkey__patches.rb

sysutils/openvox-agent8: Unbreak with latest rubygem-openssl update

With hat:       puppet
DeltaFile
+15-0sysutils/openvox-agent8/files/patch-lib_puppet_util_monkey__patches.rb
+1-1sysutils/openvox-agent8/Makefile
+16-12 files

FreeBSD/ports 936c7e3www/py-fastapi-sso distinfo Makefile

www/py-fastapi-sso: Update to 0.19.0

Changelog: https://github.com/tomasvotava/fastapi-sso/releases/tag/0.19.0

Reported by:    portscout
DeltaFile
+3-3www/py-fastapi-sso/distinfo
+1-1www/py-fastapi-sso/Makefile
+4-42 files

LLVM/project fb65cc2mlir/include/mlir/IR EnumAttr.td, mlir/tools/mlir-tblgen AttrOrTypeCAPIGen.cpp AttrOrTypeFormatGen.h

[MLIR][TblGen] add AttrOrTypeCAPIGen
DeltaFile
+271-0mlir/tools/mlir-tblgen/AttrOrTypeCAPIGen.cpp
+44-0mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.h
+3-39mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
+1-0mlir/tools/mlir-tblgen/CMakeLists.txt
+1-0mlir/include/mlir/IR/EnumAttr.td
+320-395 files

FreeNAS/freenas 00c2426src/middlewared/middlewared/plugins directoryservices.py

NAS-139068 / 26.04 / Prevent HA propagation on directoryservices.setup (#17897)

The fix for NAS-139002 already makes the ha_propagate here a no-op. This
commit ensures we are consistently applying service options when
restarting dependent services.
DeltaFile
+4-1src/middlewared/middlewared/plugins/directoryservices.py
+4-11 files

LLVM/project df240d8mlir/examples/standalone/include/Standalone-c Dialects.h, mlir/examples/standalone/lib/CAPI Dialects.cpp

add standalone test/use of IRCore
DeltaFile
+25-0mlir/examples/standalone/python/StandaloneExtensionNanobind.cpp
+13-0mlir/examples/standalone/lib/CAPI/Dialects.cpp
+7-0mlir/examples/standalone/include/Standalone-c/Dialects.h
+4-0mlir/examples/standalone/test/python/smoketest.py
+0-1mlir/include/mlir/Bindings/Python/Globals.h
+49-15 files

LLVM/project af10ac6mlir/include/mlir/Bindings/Python Globals.h, mlir/lib/Bindings/Python Globals.cpp

try fix windows badcast
DeltaFile
+9-9mlir/python/CMakeLists.txt
+3-9mlir/test/python/dialects/python_test.py
+5-0mlir/lib/Bindings/Python/Globals.cpp
+1-4mlir/include/mlir/Bindings/Python/Globals.h
+18-224 files

LLVM/project ad0c1c7mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python MainModule.cpp

fix after rebase
DeltaFile
+2-2mlir/lib/Bindings/Python/MainModule.cpp
+2-2mlir/include/mlir/Bindings/Python/IRCore.h
+4-42 files

LLVM/project b6c39b4mlir/test/python/dialects python_test.py

format
DeltaFile
+24-6mlir/test/python/dialects/python_test.py
+24-61 files

LLVM/project 9affdaamlir/cmake/modules AddMLIRPython.cmake, mlir/examples/standalone CMakeLists.txt

massage cmake
DeltaFile
+127-31mlir/cmake/modules/AddMLIRPython.cmake
+10-61mlir/python/CMakeLists.txt
+3-0mlir/examples/standalone/CMakeLists.txt
+140-923 files

LLVM/project c09dfa2mlir/test/python/dialects python_test.py, mlir/test/python/lib PythonTestModuleNanobind.cpp

port mlir_attribute_subclass
DeltaFile
+21-13mlir/test/python/lib/PythonTestModuleNanobind.cpp
+3-3mlir/test/python/dialects/python_test.py
+24-162 files

LLVM/project 55c1092mlir/include/mlir/Bindings/Python Globals.h IRCore.h, mlir/lib/Bindings/Python MainModule.cpp IRAttributes.cpp

rebase
DeltaFile
+53-0mlir/lib/Bindings/Python/MainModule.cpp
+0-44mlir/include/mlir/Bindings/Python/Globals.h
+7-7mlir/include/mlir/Bindings/Python/IRCore.h
+4-5mlir/python/CMakeLists.txt
+0-8mlir/lib/Bindings/Python/IRAttributes.cpp
+0-3mlir/lib/Bindings/Python/Globals.cpp
+64-671 files not shown
+65-677 files

LLVM/project 8946487mlir/include/mlir/Bindings/Python IRCore.h NanobindUtils.h, mlir/lib/Bindings/Python IRCore.cpp MainModule.cpp

kind of working
DeltaFile
+17-3,300mlir/lib/Bindings/Python/IRCore.cpp
+2,355-0mlir/include/mlir/Bindings/Python/IRCore.h
+2,274-3mlir/lib/Bindings/Python/MainModule.cpp
+0-1,348mlir/lib/Bindings/Python/IRModule.h
+0-436mlir/lib/Bindings/Python/NanobindUtils.h
+436-0mlir/include/mlir/Bindings/Python/NanobindUtils.h
+5,082-5,08715 files not shown
+5,671-5,58321 files

LLVM/project f94a993mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python MainModule.cpp IRTypes.cpp

works
DeltaFile
+2-30mlir/lib/Bindings/Python/MainModule.cpp
+20-11mlir/test/python/lib/PythonTestModuleNanobind.cpp
+19-0mlir/include/mlir/Bindings/Python/IRCore.h
+3-15mlir/lib/Bindings/Python/IRTypes.cpp
+1-13mlir/lib/Bindings/Python/IRAttributes.cpp
+10-2mlir/python/CMakeLists.txt
+55-716 files not shown
+60-8012 files

LLVM/project b9d3f1amlir/python CMakeLists.txt

[mlir][Python] create MLIRPythonSupport
DeltaFile
+52-13mlir/python/CMakeLists.txt
+52-131 files

NetBSD/pkgsrc Cnuokprdoc CHANGES-2025

   add mail/mimetreeparser
VersionDeltaFile
1.7340+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc R8gb6apsecurity/kleopatra Makefile

   kleopatra: re-add mimetreeparser now that its been commited.
VersionDeltaFile
1.20+2-2security/kleopatra/Makefile
+2-21 files

NetBSD/pkgsrc pEMwFlsmail Makefile, mail/mimetreeparser PLIST Makefile

   mimetreeparser: add version 25.08.3

   This repository contains a parser for a MIME tree and is based on KMime. The
   goal is given a MIME tree to extract a list of parts (e.g. text, html) and a
   list of attachments, check the validity of the signatures and decrypt any
   encrypted part.
VersionDeltaFile
1.1+99-0mail/mimetreeparser/PLIST
1.1+22-0mail/mimetreeparser/Makefile
1.1+21-0mail/mimetreeparser/buildlink3.mk
1.1+5-0mail/mimetreeparser/distinfo
1.1+4-0mail/mimetreeparser/DESCR
1.683+2-1mail/Makefile
+153-16 files

FreeBSD/src b94e4c7. RELNOTES

RELNOTES: Add an entry for 8e3fd450cc53 and friends
DeltaFile
+4-0RELNOTES
+4-01 files

LLVM/project b836942compiler-rt/lib/sanitizer_common sanitizer_symbolizer_mac.cpp, compiler-rt/test/asan/TestCases/Darwin atos-symbolized-recover.cpp

[sanitizer_common] [Darwin] Fix typo in AtosSymbolizer error message (#173329)

DeltaFile
+2-2compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
+1-1compiler-rt/test/asan/TestCases/Darwin/atos-symbolized-recover.cpp
+3-32 files

FreeBSD/src 6edb101contrib/blocklist/bin blacklistd.c

blocklist: blacklist: Chase recent upstream changes

Upstream fixed a couple of bugs:

1. Only attempt to restore the blocking rules if the database file
   exists.  Otherwise, when the service starts for the first time, it
   fails (PR 258411).

2. Revert a commit that removed a call to close(bi->bi_fd), preventing
   the descriptor from being deleted.

PR:             258411
PR:             291680
MFC after:      1 week

(cherry picked from commit 9c844b6110b3768a4fc3ce47cd9d1b30915213ec)
DeltaFile
+17-13contrib/blocklist/bin/blacklistd.c
+17-131 files

FreeBSD/src 7492932contrib/blocklist/bin blocklistd.c

MFV: Import blocklist 2025-12-15 (8a4b011)

Merge commit 'bfef098f924950a085927b1e7dd6c6db4e651c5c'

Changes:

https://github.com/zoulasc/blocklist/compare/ff13526...8a4b011

PR:             258411
PR:             291680
MFC after:      1 week

(cherry picked from commit 52395203f9ac40d321ed55d93e9887300261d3bf)
DeltaFile
+17-13contrib/blocklist/bin/blocklistd.c
+17-131 files

FreeBSD/src 4fe8aa4contrib/blocklist FreeBSD-upgrade freebsd-changes.sh

blocklist: Add vendor import instructions

Add vendor import instructions for blocklist.

It includes a "freebsd-changes.sh" script that takes care of adapting
paths and functions into FreeBSD.

Reviewed by:    emaste
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D49510

(cherry picked from commit 715cc257137099e022c7eecea4cd6995bb7604a3)
DeltaFile
+97-0contrib/blocklist/FreeBSD-upgrade
+18-0contrib/blocklist/freebsd-changes.sh
+115-02 files

LLVM/project ae29a16flang/include/flang/Optimizer/Dialect FIROps.td, flang/include/flang/Optimizer/Support InitFIR.h

[flang][FIR][Mem2Reg] Add supoort for FIR. (#172808)

This patch implements Mem2Reg interfaces for FIR.
DeltaFile
+96-0flang/lib/Optimizer/Dialect/FIROps.cpp
+68-0flang/test/Fir/mem2reg.mlir
+15-5flang/include/flang/Optimizer/Dialect/FIROps.td
+1-0flang/include/flang/Optimizer/Support/InitFIR.h
+180-54 files