Linux/linux 24d479d. Makefile

Linux 6.19-rc6
DeltaFile
+1-1Makefile
+1-11 files

FreeBSD/ports 95ff23fdevel/luv distinfo Makefile

devel/luv: Update to 1.51.0-2
DeltaFile
+3-3devel/luv/distinfo
+1-2devel/luv/Makefile
+4-52 files

Linux/linux 90a855einclude/uapi/linux landlock.h, security/landlock net.c

Merge tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux

Pull landlock fixes from Mickaël Salaün:
 "This fixes TCP handling, tests, documentation, non-audit elided code,
  and minor cosmetic changes"

* tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux:
  landlock: Clarify documentation for the IOCTL access right
  selftests/landlock: Properly close a file descriptor
  landlock: Improve the comment for domain_is_scoped
  selftests/landlock: Use scoped_base_variants.h for ptrace_test
  selftests/landlock: Fix missing semicolon
  selftests/landlock: Fix typo in fs_test
  landlock: Optimize stack usage when !CONFIG_AUDIT
  landlock: Fix spelling
  landlock: Clean up hook_ptrace_access_check()
  landlock: Improve erratum documentation
  landlock: Remove useless include
  landlock: Fix wrong type usage

    [6 lines not shown]
DeltaFile
+5-149tools/testing/selftests/landlock/ptrace_test.c
+67-51security/landlock/net.c
+17-20include/uapi/linux/landlock.h
+15-19tools/testing/selftests/landlock/fs_test.c
+28-2tools/testing/selftests/landlock/net_test.c
+10-13tools/testing/selftests/landlock/scoped_abstract_unix_test.c
+142-2548 files not shown
+170-26914 files

FreeBSD/ports 6e890c5net/kea Makefile

net/kea: Fix malformed manpages, improve port

Manuals are malformed like:
----------
    kea-admin - Shell script for managing Kea databases -

     System Message: ERROR/3 (kea-admin.8.rst:, line 11)
            Unknown directive type "iscman".

        .. iscman:: kea-admin
----------

----------
     :program:`kea-admin`
      [command] [backend] [-h database_host] [-P database_port] [-u
     database_username] [-p [database_password]] [-n database_name] [-d
     script_directory] [-v] [-x extra_argument [-x extra_argument ...]] [-4 |
     -6] [-i input_file] [-o output_file] [-y]


    [14 lines not shown]
DeltaFile
+24-20net/kea/Makefile
+24-201 files

FreeBSD/ports 8ee7012net/kea Makefile

net/kea: Fix malformed manpages, improve port

Manuals are malformed like:
----------
    kea-admin - Shell script for managing Kea databases -

     System Message: ERROR/3 (kea-admin.8.rst:, line 11)
            Unknown directive type "iscman".

        .. iscman:: kea-admin
----------

----------
     :program:`kea-admin`
      [command] [backend] [-h database_host] [-P database_port] [-u
     database_username] [-p [database_password]] [-n database_name] [-d
     script_directory] [-v] [-x extra_argument [-x extra_argument ...]] [-4 |
     -6] [-i input_file] [-o output_file] [-y]


    [13 lines not shown]
DeltaFile
+24-20net/kea/Makefile
+24-201 files

FreeBSD/ports bd0c4c2textproc/R-cran-xml2 distinfo Makefile

textproc/R-cran-xml2: Update to 1.5.2

Reported by:    portscout
DeltaFile
+3-3textproc/R-cran-xml2/distinfo
+1-1textproc/R-cran-xml2/Makefile
+4-42 files

FreeBSD/ports de752fawww/filebrowser-quantum distinfo Makefile

www/filebrowser-quantum: Update to 1.1.1

ChangeLogs:

- https://github.com/gtsteffaniak/filebrowser/releases/tag/v1.1.0-stable
- https://github.com/gtsteffaniak/filebrowser/releases/tag/v1.1.1-stable
DeltaFile
+7-7www/filebrowser-quantum/distinfo
+2-3www/filebrowser-quantum/Makefile
+9-102 files

OPNSense/plugins b18c266security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms dialogValidation.xml

Merge pull request #5146 from peterv99/peterv99-patch-mijnhost

fix mijnhost/scaleway DNS API settings
DeltaFile
+2-0security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml
+2-01 files

FreeBSD/ports 52a736dsysutils/work-tuimer distinfo Makefile

sysutils/work-tuimer: Update to 0.3.6

ChangeLog:
https://github.com/Kamyil/work-tuimer/releases/tag/v0.3.6
DeltaFile
+3-3sysutils/work-tuimer/distinfo
+1-1sysutils/work-tuimer/Makefile
+4-42 files

LLVM/project d1217e1lld/ELF SyntheticSections.cpp InputFiles.h, lld/test/ELF verneed-weak.s verneed-as-needed-weak.s

[𝘀𝗽𝗿] initial version

Created using spr 1.3.5-bogner
DeltaFile
+80-0lld/test/ELF/verneed-weak.s
+21-15lld/ELF/SyntheticSections.cpp
+0-18lld/test/ELF/verneed-as-needed-weak.s
+10-4lld/ELF/InputFiles.h
+1-1lld/ELF/SyntheticSections.h
+112-385 files

Linux/linux 6f32aa9. MAINTAINERS, kernel/cgroup legacy_freezer.c cgroup.c

Merge tag 'cgroup-for-6.19-rc5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fixes from Tejun Heo:

 - Add Chen Ridong as cpuset reviewer

 - Add SPDX license identifiers to cgroup files that were missing them

* tag 'cgroup-for-6.19-rc5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  kernel: cgroup: Add LGPL-2.1 SPDX license ID to legacy_freezer.c
  kernel: cgroup: Add SPDX-License-Identifier lines
  MAINTAINERS: Add Chen Ridong as cpuset reviewer
DeltaFile
+1-8kernel/cgroup/legacy_freezer.c
+1-4kernel/cgroup/cgroup.c
+1-4kernel/cgroup/cpuset.c
+1-0MAINTAINERS
+4-164 files

LLVM/project 6cc18a8llvm/lib/Transforms/Vectorize VPlanPatternMatch.h VPlanUtils.cpp

[VPlan] Support more GEP-like recipes in getSCEVExprForVPValue (NFCI)

Support VPWidenGEPRecipe, VPInstructions and VPRelpicateRecipe with
GEP-like opcodes in getSCEVExprForVPValue via a new matcher binding
source element type and operands.

This is used in code paths when computing SCEV expressions in the
VPlan-based cost model, which should produce costs matching the legacy
cost model.
DeltaFile
+50-0llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
+9-20llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
+59-202 files

LLVM/project 86d3577llvm/lib/Target/X86 X86ISelLoweringCall.cpp X86ISelLowering.h

[X86] Simplify hasCalleePopSRet, NFCI (#176519)

The implementation was rewritten for clarity, and the extra boolean
parameter to the sibcall eligibility check was removed in favor of
recalculating this property. The compile time impact should be
negigible, the vast majority of callers will return early on the
TT.isX86_32() check.

The comments now try to clarify which platforms have this
callee-pop-sret behavior, which was always hard for me to figure out
from the previous code.

I was able to remove two ambiguous checks for `canGuaranteeTCO`, and
what those checks were really doing was checking for `fastcc` and other
calling conventions that pass arguments in registers. Instead of looking
for the `inreg` IR attribute, now the code looks at the CCValAssign to
check if it the pointer is passed in memory or registers, so it works
smoothly with conventions like `fastcc` that don't require explicit
`inreg` annotations.
DeltaFile
+20-41llvm/lib/Target/X86/X86ISelLoweringCall.cpp
+4-4llvm/lib/Target/X86/X86ISelLowering.h
+24-452 files

FreeBSD/src 8ac6427usr.sbin/periodic/etc/daily 460.status-mail-rejects, usr.sbin/periodic/etc/security 900.tcpwrap 800.loginfail

periodic: Support RFC 5424 syslog timestamps

This is based on an initial implementation by michaelo in
https://reviews.freebsd.org/D54361.

PR:             270497
Reported by:    michaelo
Reviewed by:    michaelo
Tested by:      michaelo
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54606
DeltaFile
+10-3usr.sbin/periodic/etc/daily/460.status-mail-rejects
+9-2usr.sbin/periodic/etc/security/900.tcpwrap
+9-2usr.sbin/periodic/etc/security/800.loginfail
+28-73 files

FreeBSD/ports b729c93textproc/moor distinfo Makefile

textproc/moor: Update 2.10.1 => 2.10.2

Changelog:
https://github.com/walles/moor/releases/tag/v2.10.2

PR:     292572
DeltaFile
+5-5textproc/moor/distinfo
+1-2textproc/moor/Makefile
+6-72 files

Linux/linux f890739fs/ext4 move_extent.c xattr.c, include/uapi/linux ext4.h

Merge tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4

Pull ext4 fixes from Ted Ts'o:

 - Fix an inconsistency in structure size on 32-bit platforms caused by
   padding differences for the new EXT4_IOC_[GS]ET_TUNE_SB_PARAM ioctls

 - Fix a buffer leak on the error path when dropping the refcount an
   xattr value stored in an inode

 - Fix missing locking on the error path for the file defragmentation
   ioctl leading to a BUG

* tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
  ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
  ext4: add missing down_write_data_sem in mext_move_extent().
  ext4: fix ext4_tune_sb_params padding
DeltaFile
+1-1include/uapi/linux/ext4.h
+2-0fs/ext4/move_extent.c
+1-0fs/ext4/xattr.c
+4-13 files

FreeBSD/src 0f0b833sys/modules/iwlwifi Makefile, sys/modules/rtw89 Makefile

modules: iwlwifi/rtw89 allow standalone build

The KERN_OPTS:MDEV_ACPI checks are fine for as long as we are building
modules along the kernel.  If one wants to just build the module
standalone out of the module directory this would fail.
Add the missing include for kmod.opts.mk (as was done for tcp
in 1319a76179682).

Sponsored by:   The FreeBSD Foundation
Reported by:    Tassilo Philipp (tphilipp potion-studios.com)
Fixes:  f5a77dc8f8df ("improve module Makefile dependency on ACPI")
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D54769
DeltaFile
+2-0sys/modules/rtw89/Makefile
+2-0sys/modules/iwlwifi/Makefile
+4-02 files

NetBSD/pkgsrc j5Lfnkkdoc CHANGES-2026 TODO

   doc: Updated devel/ocaml-dune to 3.21.0
VersionDeltaFile
1.483+2-1doc/CHANGES-2026
1.26682+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc DvoFkKVdevel/ocaml-dune distinfo Makefile.common, devel/ocaml-dune/patches patch-vendor_ocaml-lmdb_mdb.c patch-vendor_ocaml-lmdb_lmdb__stubs.c

   ocaml-dune: update to 3.21.0.

   3.21.0 (2026-01-12)
   -------------------

   ### Fixed

   - Fix `include_subdirs qualified` incorrectly picking the furthest module
     instead of the closest when resolving module name ambiguities. (#12587,
     @ElectreAAS and @Alizter)

   - Fix: include the module alias in the transitive dependency closure with
     `(include_subdirs qualified)`. (#12299, @anmonteiro)

   - Improve error messages for invalid version formats containing non-ASCII
     characters. Previously, non-ASCII characters in version strings (e.g., `(lang
     dune è)` or `(using menhir π3.14)`) would fail with a generic "Invalid file"
     error. Now they display a clear message: "Invalid atom: contains non-ASCII
     character(s). Atoms must only contain ASCII characters." The fix is

    [161 lines not shown]
VersionDeltaFile
1.1+16-0devel/ocaml-dune/patches/patch-vendor_ocaml-lmdb_mdb.c
1.1+15-0devel/ocaml-dune/patches/patch-vendor_ocaml-lmdb_lmdb__stubs.c
1.17+6-4devel/ocaml-dune/distinfo
1.8+2-2devel/ocaml-dune/Makefile.common
1.11+2-1devel/ocaml-dune/PLIST
+41-75 files

NetBSD/src 83q1mHcusr.bin/sort sort.1

   sort.1: Fix a typo in the previous commit.
VersionDeltaFile
1.50+2-2usr.bin/sort/sort.1
+2-21 files

NetBSD/src APolU6eusr.bin/sort sort.1

   sort(1): -c/-C only accepts one input file so fix its synopsis
VersionDeltaFile
1.49+2-2usr.bin/sort/sort.1
+2-21 files

OpenBSD/ports EW0AWZXmath/maxima distinfo Makefile, math/maxima/pkg PLIST

   update maxima to 5.49.0
VersionDeltaFile
1.29+15-4math/maxima/pkg/PLIST
1.28+2-2math/maxima/distinfo
1.56+1-1math/maxima/Makefile
+18-73 files

Linux/linux e90b81edrivers/dma mmp_pdma.c lpc32xx-dmamux.c, drivers/dma/idxd compat.c

Merge tag 'dmaengine-fix-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine

Pull dmaengine fixes from Vinod Koul:
 "A bunch of driver fixes for:

   - dma mask fix for mmp pdma driver

   - Xilinx regmap max register, uninitialized addr_width fix

   - device leak fix for bunch of drivers in the subsystem

   - stm32 dmamux, TI crossbar driver fixes for device & of node leak
     and route allocation cleanup

   - Tegra use afer free fix

   - Memory leak fix in Qualcomm gpi and omap-dma driver

   - compatible fix for apple driver"

    [23 lines not shown]
DeltaFile
+20-15drivers/dma/ti/dma-crossbar.c
+19-12drivers/dma/stm32/stm32-dmamux.c
+14-12drivers/dma/mmp_pdma.c
+19-4drivers/dma/idxd/compat.c
+14-5drivers/dma/lpc32xx-dmamux.c
+14-5drivers/dma/lpc18xx-dmamux.c
+100-5314 files not shown
+168-7320 files

NetBSD/src 1Qzcbtzexternal/gpl3/gcc/dist/gcc/config/alpha alpha.cc

   move SUBTARGET_INIT_BUILTINS to the right place.  fixes libgfortran.
VersionDeltaFile
1.3+4-4external/gpl3/gcc/dist/gcc/config/alpha/alpha.cc
+4-41 files

LLVM/project 3dc5259llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 copyables-with-parent-scalars-in-phis.ll matching-insert-point-for-nodes.ll

[SLP]Do not build bundle for copyables, with parents used in PHI node

If the copyables have parents, used in PHI nodes, this causes complex
schedulable/non-schedulable dependecies, which require complex
processing, but with small profitability. Cut such case early for now to
prevent compiler crashes and compile time blow up.

Fixes #176658
DeltaFile
+49-0llvm/test/Transforms/SLPVectorizer/X86/copyables-with-parent-scalars-in-phis.ll
+17-0llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+5-6llvm/test/Transforms/SLPVectorizer/X86/matching-insert-point-for-nodes.ll
+71-63 files

NetBSD/pkgsrc V7QizWVdoc CHANGES-2026

   doc: Updated misc/ocaml-opam to 2.1.3nb10
VersionDeltaFile
1.482+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc savvPc8misc/ocaml-opam Makefile

   ocaml-opam: remove unused dependencies

   Bump PKGREVISION.
VersionDeltaFile
1.60+7-9misc/ocaml-opam/Makefile
+7-91 files

Linux/linux 3271b25Documentation/devicetree/bindings/phy qcom,sc8280xp-qmp-pcie-phy.yaml, drivers/phy/freescale phy-fsl-imx8mq-usb.c

Merge tag 'phy-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy

Pull phy fixes from Vinod Koul:
 "A bunch of driver fixes:

   - Freescale typec orientation switch fix, clearing register fix,
     assertion of phy reset during power on

   - Qualcomm pcs register clear before using

   - stm one off fix

   - TI runtimepm error handling, regmap leak fixes

   - Rockchip gadget mode disconnection and disruption fixes

   - Tegra register level fix

   - Broadcom pointer cast warning fix"

    [16 lines not shown]
DeltaFile
+2-15Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml
+8-8drivers/phy/qualcomm/phy-qcom-qusb2.c
+1-14drivers/phy/freescale/phy-fsl-imx8mq-usb.c
+9-5drivers/phy/rockchip/phy-rockchip-inno-usb2.c
+4-3drivers/phy/ti/phy-da8xx-usb.c
+3-0drivers/phy/tegra/xusb-tegra186.c
+27-455 files not shown
+33-5011 files

LLVM/project c7af813llvm/lib/CodeGen/SelectionDAG TargetLowering.cpp, llvm/test/CodeGen/X86 clmul.ll

[DAG] expandCLMUL - if a target supports CLMUL+CLMULH then CLMULR can be merged from the results (#176644)

If a target supports CLMUL + CLMULH, then we can funnel shift the
results together to form CMULR.

Helps x86 PCLMUL targets particularly
DeltaFile
+24-117llvm/test/CodeGen/X86/clmul.ll
+12-0llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+36-1172 files

FreeBSD/ports ddd8ad3www Makefile, www/typo3-14 Makefile pkg-descr

www/typo3-14: New port: TYPO3 14.0.2

News:
https://news.typo3.com/article/typo3-v140-were-just-getting-started

Release Notes:
https://get.typo3.org/release-notes/14.0.0
https://get.typo3.org/release-notes/14.0.1
https://get.typo3.org/release-notes/14.0.2

PR:     292478
DeltaFile
+73-0www/typo3-14/Makefile
+24-0www/typo3-14/files/pkg-message.in
+15-0www/typo3-14/pkg-descr
+3-0www/typo3-14/distinfo
+1-0www/Makefile
+116-05 files