FreeBSD/src 33fbfceusr.sbin/nvram nvram.8

nvram.8: Align option list and tag SPDX

MFC after:      3 days
DeltaFile
+4-2usr.sbin/nvram/nvram.8
+4-21 files

FreeBSD/ports 0725c49sysutils/gdu distinfo Makefile

sysutils/gdu: Update to 5.36.1 and adopt port

Adopt port due to multiple timeouts on various PRs

Changelog: https://github.com/dundee/gdu/releases/tag/v5.36.1

PR:             294279
DeltaFile
+5-5sysutils/gdu/distinfo
+3-4sysutils/gdu/Makefile
+8-92 files

FreeBSD/ports 12ddd72www/libmicrohttpd distinfo Makefile, www/libmicrohttpd/files patch-src_microhttpd_connection.c patch-src_include_microhttpd.h

www/libmicrohttpd: Update to 1.0.5

Changelog:
https://github.com/Karlson2k/libmicrohttpd/blob/d2375954a17f8a2aca323691d55ce7aa3d0336b9/ChangeLog

PR:             294654
Approved by:    maintainer timeout, 2+ weeks
DeltaFile
+0-16www/libmicrohttpd/files/patch-src_microhttpd_connection.c
+0-11www/libmicrohttpd/files/patch-src_include_microhttpd.h
+3-3www/libmicrohttpd/distinfo
+2-2www/libmicrohttpd/Makefile
+5-324 files

FreeBSD/ports 89d945eaudio/fooyin distinfo Makefile

audio/fooyin: Update to 0.10.4

Changelog: https://github.com/fooyin/fooyin/releases/tag/v0.10.4
DeltaFile
+3-3audio/fooyin/distinfo
+1-1audio/fooyin/Makefile
+4-42 files

FreeBSD/src 28deec9share/man/man7 ports.7

ports.7/FILES: Expand and refactor into 3 tables

Add make.conf, CHANGES, CONTRIBUTING.Md, UPDATING, and Tools/scripts.
Refactor the FILES section of the ports reference manual into a bigger
table with three sections separated by root directory. Remove preceeding
article from all but "the big Kahuna", and root dirs where reasonable.

MFC after:              3 days
Relnotes:               yes
Reported by:            adamw, arrowd, linimon
Differential Revision:  https://reviews.freebsd.org/D55441
DeltaFile
+29-18share/man/man7/ports.7
+29-181 files

LLVM/project 0af78eeclang/test/Headers __clang_hip_math.hip, llvm/include/llvm/IR Instruction.h

[IR] Drop parameter attributes (#195516)

Previously `dropPoisonGeneratingReturnAttributes` only considers
poison-generating attributes on return values. However, it is not enough
as shown in
https://github.com/dtcxzyw/llvm-opt-benchmark-nightly/pull/245/files.

This patch also drops parameter attributes, as
`dropUBImplyingAttrsAndMetadata` does.

IR diff shows this patch doesn't block existing transformations:
https://github.com/dtcxzyw/llvm-opt-benchmark-nightly/pull/246
Compile-time impact looks neutral:
https://llvm-compile-time-tracker.com/compare.php?from=d184d9ad0e9f7f34f05d88b7245e7a9a248b245b&to=cdc17034e313657bfd87936e01fa21abd55e184a&stat=instructions:u
DeltaFile
+16-8llvm/lib/IR/Instruction.cpp
+7-8llvm/include/llvm/IR/Instruction.h
+3-2clang/test/Headers/__clang_hip_math.hip
+2-2llvm/test/Transforms/InstCombine/ispow2.ll
+1-1llvm/lib/IR/Operator.cpp
+29-215 files

LLVM/project 35c7191mlir/include/mlir/Analysis/Presburger Matrix.h, mlir/lib/Analysis/Presburger Matrix.cpp

[MLIR][Presburger] Conversion between Int- and FracMatrix (#192822)

A straightforward conversion between `IntMatrix` and `FracMatrix`. This
is one further preparation PR.

The next step for upstreaming is to find a particular solution `x` to
the system `Ax = Bp + C`, which might contain fractions while `A`, `B`
and `C` are IntMatrices. That's the reason we need these conversion
helpers.

---------

Co-authored-by: Arjun Pitchanathan <arjunpitchanathan at gmail.com>
DeltaFile
+18-0mlir/lib/Analysis/Presburger/Matrix.cpp
+8-0mlir/include/mlir/Analysis/Presburger/Matrix.h
+26-02 files

FreeBSD/ports b2bc7a4shells/xonsh distinfo Makefile

shells/xonsh: Update to 0.23.4

- Switch back to PyPI

ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.23.4
DeltaFile
+3-3shells/xonsh/distinfo
+2-3shells/xonsh/Makefile
+5-62 files

OPNSense/core 1c5f6b9src/opnsense/service/templates/OPNsense/Cron user.cron

System: Settings: Cron - disable mailto, closes https://github.com/opnsense/core/issues/10246
DeltaFile
+1-0src/opnsense/service/templates/OPNsense/Cron/user.cron
+1-01 files

FreeBSD/ports 93ac2e1sysutils/virt-firmware Makefile distinfo

sysutils/virt-firmware: update to 26.4

 - Update to 26.4
 - Add dependencies
DeltaFile
+4-2sysutils/virt-firmware/Makefile
+3-3sysutils/virt-firmware/distinfo
+7-52 files

NetBSD/pkgsrc-wip 9813020ups-nut COMMIT_MSG options.mk, ups-nut/patches patch-configure

ups-nut: Merge from sysutils/ups-nut

This is basically clean of minor editing from merging, and RCS Ids; it
is not a significant change.
DeltaFile
+1-68ups-nut/COMMIT_MSG
+3-4ups-nut/options.mk
+2-4ups-nut/Makefile.common
+1-1ups-nut/distinfo
+1-1ups-nut/patches/patch-configure
+1-1ups-nut/PLIST.SunOS
+9-792 files not shown
+11-818 files

NetBSD/src 9OMjjxgshare/mk bsd.own.mk

   PR 58762: disable MKCOMPAT for earm*.
   If someone is interested in re-adding support for oabi compat library
   builds, they can figure out the missing bits. But for now, stop producing
   bogus compat32/debug32 sets on all evbarm builds.
VersionDeltaFile
1.1481+1-2share/mk/bsd.own.mk
+1-21 files

LLVM/project becb707llvm/include/llvm/ADT FoldingSet.h ImmutableSet.h, llvm/lib/IR Intrinsics.cpp

Rebase, address comments

Created using spr 1.3.7
DeltaFile
+214-184llvm/test/CodeGen/X86/subcarry.ll
+94-105llvm/include/llvm/ADT/FoldingSet.h
+61-69llvm/include/llvm/ADT/ImmutableSet.h
+52-0llvm/test/Transforms/SLPVectorizer/X86/shuffled-gathered-vectors.ll
+31-13llvm/lib/IR/Intrinsics.cpp
+36-7llvm/utils/TableGen/Basic/CodeGenIntrinsics.cpp
+488-37831 files not shown
+719-62437 files

NetBSD/pkgsrc bVXKp3Idoc CHANGES-2026

   doc: Updated sysutils/ups-nut to 2.8.5
VersionDeltaFile
1.2779+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2kVTi6asysutils/ups-nut PLIST options.mk, sysutils/ups-nut/patches patch-configure

   sysutils/ups-nut: Update to 2.8.5

   Release notes for NUT 2.8.5 - what's new since 2.8.4
   ----------------------------------------------------

    - common code:
      * Introduced `NUT_DEBUG_PROCNAME` environment variable support to optionally
        log also the process name (or however the program chose to identify itself).
        This may be useful when multiple NUT daemons log into the same file or
        console, without syslog to prefix the name into each line (e.g. in tests,
        single init script systems like Home Assistant, etc.) [PR 3368]

    - `asem`, `bestfortress`, `bestuferrups`, `bicker_ser`, `everups`, `metasys`,
      `masterguard`, `mge-utalk`, `oneac`, `phoenixcontact_modbus`, `pijuice`,
      `powercom`, `powervar_cx_ser`, `usbhid-ups`, `victronups` driver updates:
      * Moved code to align with NUT driver architecture, so `upsdrv_initups()`
        would focus on preparing communications, and `upsdrv_initinfo()` would
        actually talk to the device and set initial critical data values. [#1962]


    [49 lines not shown]
VersionDeltaFile
1.38+61-3sysutils/ups-nut/PLIST
1.5+8-4sysutils/ups-nut/options.mk
1.48+5-7sysutils/ups-nut/distinfo
1.23+4-7sysutils/ups-nut/Makefile.common
1.2+4-4sysutils/ups-nut/patches/patch-configure
1.84+1-5sysutils/ups-nut/Makefile
+83-305 files not shown
+87-3811 files

NetBSD/src PZz4UnFdoc 3RDPARTY CHANGES

   new zlib
VersionDeltaFile
1.2201+3-3doc/3RDPARTY
1.3257+2-1doc/CHANGES
+5-42 files

FreeBSD/ports 7807b4asecurity/vuxml/vuln 2026.xml

security/vuxml: Add Mozilla vulnerability

CVE-2026-7323

NIST: NVD Base Score:   N/A

ADP:  CISA-ADP
Base Score:     7.3 HIGH
Vector:         CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
DeltaFile
+39-0security/vuxml/vuln/2026.xml
+39-01 files

NetBSD/src UmcBJWzdistrib/sets/lists/base shl.mi, distrib/sets/lists/debug shl.mi

   bump libz
VersionDeltaFile
1.399+3-3distrib/sets/lists/debug/shl.mi
1.1039+3-3distrib/sets/lists/base/shl.mi
+6-62 files

NetBSD/src Jtq5u20lib/libz z.expsym shlib_version

   enable const and bump
VersionDeltaFile
1.2+8-0lib/libz/z.expsym
1.11+2-2lib/libz/shlib_version
1.29+2-2lib/libz/Makefile
+12-43 files

NetBSD/src POsqJnocommon/dist/zlib zlib.h gzwrite.c

   merge changes between 1.3.1 and 1.3.2
VersionDeltaFile
1.9+213-94common/dist/zlib/zlib.h
1.5+169-100common/dist/zlib/gzwrite.c
1.9+38-151common/dist/zlib/inflate.c
1.8+114-68common/dist/zlib/deflate.c
1.8+49-115common/dist/zlib/crc32.c
1.6+134-9common/dist/zlib/inftrees.c
+717-53784 files not shown
+1,057-78690 files

NetBSD/src WC5vTA5common/dist/zlib CMakeLists.txt, common/dist/zlib/contrib/gcc_gvmat64 gvmat64.S

   import zlib-1.3.2 (previous was 1.3.1)


   Version 1.3.2 has these key updates from 1.3.1:

       Address findings of the 7ASecurity audit of zlib.
        Check for negative lengths in crc32_combine functions.
        Copy only the initialized window contents in inflateCopy.
        Prevent the use of insecure functions without an explicit request.
        Add compressBound_z and deflateBound_z functions for large values.
        Use atomics to build inflate fixed tables once.
        Add --undefined option to ./configure for UBSan checker.
        Copy only the initialized deflate state in deflateCopy.
        Zero inflate state on allocation.
        Add compress_z and uncompress_z functions.
       Complete rewrite of cmake support.
       Remove untgz from contrib.
       Vectorize the CRC-32 calculation on the s390x.
       Remove vstudio projects in lieu of cmake-generated projects.

    [6 lines not shown]
VersionDeltaFile
1.1.1.2+570-574common/dist/zlib/contrib/gcc_gvmat64/gvmat64.S
1.1+634-0common/dist/zlib/os400/zlibfree.rpgle
1.1+578-0common/dist/zlib/os400/zlibfixed.rpgle
1.1.1.4+275-275common/dist/zlib/contrib/testzlib/testzlib.c
1.1.1.4+260-168common/dist/zlib/CMakeLists.txt
1.1.1.5+341-51common/dist/zlib/contrib/minizip/zip.c
+2,658-1,068245 files not shown
+10,402-2,889251 files

NetBSD/src Bgf2ny1sys/lib/libz Makefile

   Enable const
VersionDeltaFile
1.25+2-2sys/lib/libz/Makefile
+2-21 files

FreeBSD/ports 71de1d4www/gohugo distinfo Makefile

www/gohugo: Update to 0.161.0

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

Bug fixes

 * langs/i18n: Fix translation lookup when using language variants
 * create: Fix non-deterministic conflict detection in hugo new content
 * commands: Fix environment isolation for configuration settings
 * Fix filename dimension identifiers (role_X, version_X) to replace mount config
 * Fix it so we never auto-fallback to page resources in other roles/versions

Improvements

 * css: Support nested hugo:vars/ imports
 * github: Update GitHub actions versions
 * hugolib: Do not render aliases if the page is not rendered
 * langs/i18n: Improve default content language fallback
 * helpers: Remove unused code

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

LLVM/project 6f2deabllvm/include/llvm/CodeGen SelectionDAGNodes.h, llvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp

[SelectionDAG][NFC] Add function for `peekThroughFreeze` (#195324)

There are a few callsites in SelectionDAG and DAGCombiner where it is
necessary to look through an `ISD::FREEZE` to unblock some optimization
and folds. This patch introduces `peekThroughFreeze` and
`peekThroughOneUseFreeze` utility functions to cleanup the repeated sites.
DeltaFile
+16-0llvm/include/llvm/CodeGen/SelectionDAGNodes.h
+1-6llvm/lib/Target/X86/X86ISelLowering.cpp
+1-3llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
+1-3llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
+1-1llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+20-135 files

FreeBSD/ports c866de2biology/vsearch distinfo Makefile

biology/vsearch: Update to 2.31.0

Numerous bug fixes and a few enhancements
Changes: https://github.com/torognes/vsearch/releases

Reported by:    portscout
DeltaFile
+3-3biology/vsearch/distinfo
+1-1biology/vsearch/Makefile
+4-42 files

LLVM/project 2ae0fbbclang/docs ReleaseNotes.rst, clang/lib/Sema SemaTemplateInstantiate.cpp

[Clang][ItaniumMangle] Preserve field-name closure-prefix for instantiated lambdas (#195340)

Previously, instantiation did not pass `LambdaContextDecl`, so the NSDMI
lambda in the class template used the wrong `ContextDecl`.

Fixes: #190555
DeltaFile
+2-2clang/test/CodeGenCXX/lambda-expressions-nested-linkage.cpp
+3-0clang/docs/ReleaseNotes.rst
+2-1clang/lib/Sema/SemaTemplateInstantiate.cpp
+1-1clang/test/CodeGenCXX/dtor-local-lambda-mangle.cpp
+8-44 files

LLVM/project 58eadc4clang/include/clang/AST DeclCXX.h, clang/lib/AST DeclCXX.cpp

[clang][AST][NFC] Simplify ExplicitSpecifier (#193984)

One overload of each of these functions is all that is needed.
DeltaFile
+5-16clang/include/clang/AST/DeclCXX.h
+2-2clang/lib/AST/DeclCXX.cpp
+7-182 files

FreeBSD/ports 68d29eaeditors/emacs-devel pkg-plist

editors/emacs-devel: Fix pkg-plist
DeltaFile
+2-0editors/emacs-devel/pkg-plist
+2-01 files

NetBSD/src pM5bhOkdoc 3RDPARTY CHANGES

   new awk
VersionDeltaFile
1.2200+6-5doc/3RDPARTY
1.3256+2-1doc/CHANGES
+8-62 files

NetBSD/src wwBipn2external/historical/nawk/dist run.c FIXES

   merge changes between 20240817 and 20260426
VersionDeltaFile
1.16+19-11external/historical/nawk/dist/run.c
1.5+29-0external/historical/nawk/dist/FIXES
1.11+7-1external/historical/nawk/dist/b.c
1.9+0-7external/historical/nawk/dist/lex.c
1.17+2-1external/historical/nawk/dist/lib.c
1.15+1-1external/historical/nawk/dist/main.c
+58-216 files