FreeNAS/freenas a663f6fsrc/middlewared/middlewared/plugins smb.py

NAS-139040 / 26.04 / Add SMB directory generation back in (#17878)

This adds back in logic to set up SMB directories during smb.configure
call to unbreak tests. This commit will be reverted once this logic is
shifted to middleware startup.
DeltaFile
+3-0src/middlewared/middlewared/plugins/smb.py
+3-01 files

Dreckly/dreckly 461de91www/basilisk distinfo Makefile

basilisk: Update to 2025.10.10
DeltaFile
+17-12www/basilisk/distinfo
+5-3www/basilisk/Makefile
+22-152 files

FreeBSD/ports d774872multimedia/qt6-multimedia/files patch-src_multimedia_pipewire_qpipewire__propertydict.cpp patch-src_multimedia_pipewire_qpipewire__support.cpp

multimedia/qt6-multimedia: Fix build on i386

Reported by:    pkg-fallout
DeltaFile
+16-0multimedia/qt6-multimedia/files/patch-src_multimedia_pipewire_qpipewire__propertydict.cpp
+16-0multimedia/qt6-multimedia/files/patch-src_multimedia_pipewire_qpipewire__support.cpp
+2-2multimedia/qt6-multimedia/files/patch-src_plugins_multimedia_ffmpeg_CMakeLists.txt
+34-23 files

FreeNAS/freenas ba271d4src/middlewared/middlewared/plugins smb.py

Add SMB directory generation back in

This adds back in logic to set up SMB directories during
smb.configure call to unbreak tests. This commit will be reverted
once this logic is shifted to middleware startup.
DeltaFile
+3-0src/middlewared/middlewared/plugins/smb.py
+3-01 files

OpenBSD/ports oPHtE35security/c2sp-testvectors Makefile distinfo, security/c2sp-testvectors/pkg PLIST

   Update to c2sp-testvectors 20251220
VersionDeltaFile
1.11+9-0security/c2sp-testvectors/pkg/PLIST
1.18+2-2security/c2sp-testvectors/Makefile
1.17+2-2security/c2sp-testvectors/distinfo
+13-43 files

OpenBSD/ports H7AXeWJnet/lagrange Makefile distinfo

   update net/lagrange to 1.19.4; from MAINTAINER Florian Viehweger, thanks!
VersionDeltaFile
1.81+2-2net/lagrange/Makefile
1.67+2-2net/lagrange/distinfo
+4-42 files

FreeBSD/ports 7223b7asecurity/vuxml/vuln 2025.xml

security/vuxml: Add smb4k vulnerabilities

* CVE-2025-66002
* CVE-2025-66003
DeltaFile
+39-0security/vuxml/vuln/2025.xml
+39-01 files

Dreckly/dreckly 6a57ed9multimedia/libtheora Makefile

libtheora: ARM fix
DeltaFile
+2-1multimedia/libtheora/Makefile
+2-11 files

Linux/linux d8ba32cdrivers/block ublk_drv.c, include/linux bio.h

Merge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull block fixes from Jens Axboe:

 - ublk selftests for missing coverage

 - two fixes for the block integrity code

 - fix for the newly added newly added PR read keys ioctl, limiting the
   memory that can be allocated

 - work around for a deadlock that can occur with ublk, where partition
   scanning ends up recursing back into file closure, which needs the
   same mutex grabbed. Not the prettiest thing in the world, but an
   acceptable work-around until we can eliminate the reliance on
   disk->open_mutex for this

 - fix for a race between enabling writeback throttling and new IO
   submissions

    [28 lines not shown]
DeltaFile
+58-6tools/testing/selftests/ublk/kublk.c
+40-0tools/testing/selftests/ublk/test_generic_14.sh
+39-0tools/testing/selftests/ublk/test_stress_06.sh
+39-0tools/testing/selftests/ublk/test_stress_07.sh
+28-4drivers/block/ublk_drv.c
+15-15include/linux/bio.h
+219-2529 files not shown
+450-9135 files

Linux/linux d245b2eio_uring rsrc.c

Merge tag 'io_uring-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull io_uring fix from Jens Axboe:
 "Just a single fix this week, for an issue with the calculation of the
  number of segments in the ublk kbuf import path"

* tag 'io_uring-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  io_uring: fix nr_segs calculation in io_import_kbuf
DeltaFile
+1-0io_uring/rsrc.c
+1-01 files

FreeBSD/ports fc9271escience/afni distinfo Makefile

science/afni: Update to 25.3.04
DeltaFile
+3-3science/afni/distinfo
+1-1science/afni/Makefile
+4-42 files

FreeBSD/ports 01361a0www/gohugo distinfo Makefile

www/gohugo: Update to 0.153.1

ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.153.0

Bug fixes

 * Fix some outdated front matter
 * Fix server rebuilds on editing content with Chinese terms
 * Fix slow server startup of very big content trees
 * github: Fix "no space left on device" issue in CI
 * docs: Fix link to CGO wiki page
 * Fix grammatical error in styleguide.md
 * hugolib: Fix recently introduced data race
 * docshelper: Fix some YAML serialization issues with sites matrix configuration
 * resources/page: Fix slugorcontentbasename for section pages
 * all: Fix some benchmarks broken by modernize
 * all: Run modernize -fix ./...

Improvements

    [73 lines not shown]
DeltaFile
+5-5www/gohugo/distinfo
+1-2www/gohugo/Makefile
+6-72 files

FreeBSD/ports 407f4c4devel/libphonenumber distinfo Makefile

devel/libphonenumber: Update to 9.0.21
DeltaFile
+3-3devel/libphonenumber/distinfo
+1-1devel/libphonenumber/Makefile
+4-42 files

FreeBSD/ports d6f8b04audio/mac distinfo Makefile

audio/mac: Update to 11.90

https://www.monkeysaudio.com/versionhistory.html
DeltaFile
+3-3audio/mac/distinfo
+1-1audio/mac/Makefile
+4-42 files

LLVM/project 47f72b6mlir/cmake/modules AddMLIRPython.cmake, mlir/python CMakeLists.txt

massage cmake
DeltaFile
+94-31mlir/cmake/modules/AddMLIRPython.cmake
+10-61mlir/python/CMakeLists.txt
+104-922 files

LLVM/project 91d93c1llvm/include/llvm/MC MCSymbolGOFF.h, llvm/lib/MC GOFFObjectWriter.cpp

Add back isInSection()

Also add isInEDSection() as simple check.
DeltaFile
+5-12llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
+4-0llvm/include/llvm/MC/MCSymbolGOFF.h
+1-1llvm/lib/MC/GOFFObjectWriter.cpp
+10-133 files

LLVM/project 9d230ballvm/lib/Target/SystemZ/MCTargetDesc SystemZHLASMAsmStreamer.cpp

Fix formatting.
DeltaFile
+3-3llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
+3-31 files

LLVM/project be9d8d8llvm/lib/Target/SystemZ/MCTargetDesc SystemZHLASMAsmStreamer.cpp

Remove isInSection
DeltaFile
+1-1llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
+1-11 files

LLVM/project d5ca9bellvm/lib/MC GOFFObjectWriter.cpp, llvm/lib/Target/SystemZ/MCTargetDesc SystemZHLASMAsmStreamer.cpp

Rewrite if conditions
DeltaFile
+7-11llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
+4-5llvm/lib/MC/GOFFObjectWriter.cpp
+11-162 files

LLVM/project c7a43dcllvm/lib/MC GOFFObjectWriter.cpp

Fix formatting
DeltaFile
+1-2llvm/lib/MC/GOFFObjectWriter.cpp
+1-21 files

LLVM/project bf42b2bllvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp, llvm/lib/MC MCAsmInfoGOFF.cpp

Remove loop with type information
DeltaFile
+0-12llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+3-3llvm/test/CodeGen/SystemZ/zos-symbol-1.ll
+0-4llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
+2-2llvm/test/CodeGen/SystemZ/zos-section-1.ll
+1-1llvm/test/CodeGen/SystemZ/zos-section-2.ll
+0-1llvm/lib/MC/MCAsmInfoGOFF.cpp
+6-236 files

LLVM/project 971571fllvm/include/llvm/MC MCSymbolGOFF.h, llvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp

Remove MCSA_WeakReference/MCSA_Global from the loop
DeltaFile
+4-3llvm/include/llvm/MC/MCSymbolGOFF.h
+1-3llvm/lib/MC/MCSymbolGOFF.cpp
+0-3llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+1-0llvm/lib/MC/MCAsmInfoGOFF.cpp
+6-94 files

LLVM/project 54f16adllvm/include/llvm/MC MCSymbolGOFF.h, llvm/lib/MC MCSymbolGOFF.cpp GOFFObjectWriter.cpp

Remove hasLDAttributes() and hasERAttributes()

Just inline and simplify the expressions.
DeltaFile
+11-10llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
+0-9llvm/lib/MC/MCSymbolGOFF.cpp
+4-2llvm/lib/MC/GOFFObjectWriter.cpp
+0-3llvm/include/llvm/MC/MCSymbolGOFF.h
+15-244 files

LLVM/project 2b93f65llvm/include/llvm/MC MCSymbolGOFF.h MCGOFFStreamer.h, llvm/lib/MC MCGOFFStreamer.cpp MCSymbolGOFF.cpp

Address most review comments
DeltaFile
+1-67llvm/lib/MC/MCGOFFStreamer.cpp
+58-6llvm/lib/MC/MCSymbolGOFF.cpp
+13-1llvm/include/llvm/MC/MCSymbolGOFF.h
+3-9llvm/lib/MC/GOFFObjectWriter.cpp
+0-6llvm/include/llvm/MC/MCGOFFStreamer.h
+0-4llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.cpp
+75-932 files not shown
+76-958 files

LLVM/project b03cb5dllvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp, llvm/lib/Target/SystemZ SystemZAsmPrinter.cpp

Move loop to AsmPrinter
DeltaFile
+15-0llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+0-12llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
+15-122 files

LLVM/project d4cd31cllvm/lib/Target/SystemZ SystemZAsmPrinter.cpp, llvm/lib/Target/SystemZ/MCTargetDesc SystemZHLASMAsmStreamer.cpp SystemZTargetStreamer.cpp

Simplify the implementation by moving some code into finishImpl()
DeltaFile
+5-6llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
+0-6llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.cpp
+0-5llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h
+0-4llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
+1-2llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.h
+2-1llvm/test/CodeGen/SystemZ/zos-symbol-1.ll
+8-246 files

LLVM/project 8e136fallvm/lib/Target/SystemZ SystemZAsmPrinter.cpp

Remove left-over popSection()
DeltaFile
+0-1llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
+0-11 files

LLVM/project a5ba260llvm/include/llvm/MC MCGOFFStreamer.h, llvm/lib/MC MCGOFFStreamer.cpp

Remove unused emitExterns()
DeltaFile
+0-4llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.cpp
+0-2llvm/include/llvm/MC/MCGOFFStreamer.h
+0-2llvm/lib/MC/MCGOFFStreamer.cpp
+0-1llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h
+0-94 files

LLVM/project 89fbe53llvm/include/llvm/MC MCGOFFStreamer.h, llvm/lib/MC MCGOFFStreamer.cpp

Centralize setting of symbol attributes
DeltaFile
+45-38llvm/lib/MC/MCGOFFStreamer.cpp
+2-56llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
+4-0llvm/include/llvm/MC/MCGOFFStreamer.h
+51-943 files

LLVM/project cd3481ellvm/include/llvm/MC MCSymbolGOFF.h, llvm/lib/MC MCSymbolGOFF.cpp GOFFObjectWriter.cpp

Completely remove attributes from MCSymbolGOFF
DeltaFile
+6-28llvm/lib/MC/MCSymbolGOFF.cpp
+13-2llvm/lib/MC/GOFFObjectWriter.cpp
+5-10llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
+2-2llvm/include/llvm/MC/MCSymbolGOFF.h
+26-424 files