Linux/linux 254f496. Makefile

Linux 7.1-rc1
DeltaFile
+2-2Makefile
+2-21 files

Linux/linux 1447987drivers/clk/bcm clk-raspberrypi.c

Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk fix from Stephen Boyd:
 "One more fix for the merge window to avoid a boot hang on
  Raspberry Pi 3B by marking the VEC clk critical so that it
  doesn't get turned off and hang the bus"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: bcm: rpi: Mark VEC clock as CLK_IGNORE_UNUSED
DeltaFile
+7-0drivers/clk/bcm/clk-raspberrypi.c
+7-01 files

NetBSD/pkgsrc z2C5Xl6devel/py-ruff Makefile distinfo, devel/py-ruff/patches patch-Cargo.toml

   py-ruff: switch to CARGO_GITHUB_CRATES
VersionDeltaFile
1.105+2-7devel/py-ruff/Makefile
1.103+1-2devel/py-ruff/distinfo
1.42+1-1devel/py-ruff/patches/patch-Cargo.toml
+4-103 files

NetBSD/pkgsrc 29s5QQolang/rust cargo.mk

   rust: add CARGO_GITHUB_CRATES

   to simplify overriding crates that are directly used from github
   instead of crates.io
VersionDeltaFile
1.45+26-1lang/rust/cargo.mk
+26-11 files

FreeBSD/src 4feeca3usr.bin/tail reverse.c

tail(1): Fix -r (reverse) to work on pseudo filesystems

Pseudo filesystems (e.g., procfs) advertise a zero file size.
Fix reverse() to handle such a case similarly as forward() so
that '-r' works on pseudo filesystems.

Signed-off-by:  Aaron LI <aly at aaronly.me>
Reviewed by:    pouria, Ricardo Branco <rbranco at suse.de>, des
Fixes:          1fb3caee7 ("tail: Do not trust st_size if it equals zero.")
Pull-Request:   https://github.com/freebsd/freebsd-src/pull/2080
DeltaFile
+1-1usr.bin/tail/reverse.c
+1-11 files

FreeBSD/ports 480d8ffx11-wm/xfce4 Makefile

x11-wm/xfce4: Add all xfce4 packages to this metaport

PR:             294787
Approved by:    Guido Falsi <madpilot at FreeBSD.org> (on behalf of xfce4-freebsd)
DeltaFile
+131-18x11-wm/xfce4/Makefile
+131-181 files

FreeBSD/ports 67ff3c5math/arb Makefile, math/e-antic Makefile

math/flint: update 3.3.1 → 3.5.0
DeltaFile
+6-5math/flint/pkg-plist
+3-3math/flint/distinfo
+3-3math/flint/Makefile
+1-1math/e-antic/Makefile
+1-1math/eclib/Makefile
+1-1math/arb/Makefile
+15-1411 files not shown
+26-1917 files

LLVM/project 544d003llvm/lib/Transforms/Vectorize LoopVectorize.cpp, llvm/test/Transforms/LoopVectorize/VPlan vplan-print-after-all.ll

[VPlan] Use RUN_VPLAN_PASS for later VPlan transforms. (#194261)

Convert a number of later VPlan transform invocations to use
RUN_VPLAN_PASS. Enables more accurate transform printing, as well as
extra verification.

This should migrate all remaining transforms that can be moved without
changes.
DeltaFile
+35-31llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+11-0llvm/test/Transforms/LoopVectorize/VPlan/vplan-print-after-all.ll
+46-312 files

LLVM/project 3b20615llvm/test/Transforms/LoopVectorize/VPlan widen-canonical-iv-register-pressure.ll, llvm/test/Transforms/LoopVectorize/X86 widen-canonical-iv-register-pressure.ll

[LV] Add test cases where wide IV can cause spills. (#194260)

Add test cases showing cases where replacing VPWidenCanonicalIVRecipe
with VPWidenIntOrFPinductionPHIRecipe is profitable/not profitable due
to introducing spills.
DeltaFile
+338-0llvm/test/Transforms/LoopVectorize/X86/widen-canonical-iv-register-pressure.ll
+132-0llvm/test/Transforms/LoopVectorize/VPlan/widen-canonical-iv-register-pressure.ll
+470-02 files

NetBSD/pkgsrc p8bGhm2graphics/colord-gtk Makefile buildlink3.mk, graphics/colord-gtk/patches patch-man_meson.build

   colord-gtk: allow to install man page
VersionDeltaFile
1.1+14-0graphics/colord-gtk/patches/patch-man_meson.build
1.22+9-2graphics/colord-gtk/Makefile
1.20+2-2graphics/colord-gtk/buildlink3.mk
1.3+2-1graphics/colord-gtk/PLIST
1.5+2-1graphics/colord-gtk/distinfo
+29-65 files

NetBSD/pkgsrc pfFAWEwdoc TODO

   doc/TODO: + dillo-3.3.0.
VersionDeltaFile
1.27171+2-1doc/TODO
+2-11 files

LLVM/project 8f65ad5llvm/lib/Analysis ConstantFolding.cpp, llvm/test/Transforms/InstSimplify load.ll

[ConstantFolding] Fold byte loads from constant globals (#194074)

Handle byte types in `FoldReinterpretLoadFromConst` and
`ConstantFoldLoadFromUniformValue` so loads from constant globals fold.
DeltaFile
+103-0llvm/test/Transforms/InstSimplify/load.ll
+23-11llvm/lib/Analysis/ConstantFolding.cpp
+126-112 files

LLVM/project a562a10lldb/tools/lldb-dap DAP.cpp DAPSessionManager.cpp

lldb-dap: Fix race condition in event threads creation (#194012)

Move the registration of the SBListener to before
the event threads (`ProgressEventThread` and `EventThread`) start

This prevents a race condition where a stop event
could be missed if it was sent immediately after thread creation, which
would lead to a deadlock. It is most likely to happen under heavy CPU
load with test that fails early like
TestDAP_commands::test_command_directive_abort_on_error_init_commands.

Relevant logs.
```sh
# Event thread deadlock.
0x00007348BC000BE0 Listener('lldb-dap.progress.listener')::GetEventInternal, timeout = 1000000 us, event_mask = 0
0x00005b72419d1640 Broadcaster("lldb-dap")::BroadcastEvent (event_sp = 0x5b7241eebb60 Event: broadcaster = 0x5b72418e0df0 (lldb-dap), type = 0x00000001, data = <NULL>, unique=false) hijack = 0x0000000000000000
0x00005B7241898440 Listener('lldb.Debugger')::GetEventInternal, timeout = 1000000 us, event_mask = 0
0x7348bc000be0     Listener::GetEventInternal() timed out for lldb-dap.progress.listener
0x00007348BC000BE0 Listener('lldb-dap.progress.listener')::GetEventInternal, timeout = 1000000 us, event_mask = 0

    [9 lines not shown]
DeltaFile
+14-7lldb/tools/lldb-dap/DAP.cpp
+15-0lldb/tools/lldb-dap/DAPSessionManager.cpp
+2-9lldb/tools/lldb-dap/EventHelper.cpp
+1-1lldb/tools/lldb-dap/DAP.h
+32-174 files

LLVM/project 4e6d01d.github/workflows libcxx-build-and-test.yaml

[libcxx][Github] Bump libcxx runners to the next runner set (#194212)

To pick up some recent container changes that add additional tools for
the LLVM libc build.
DeltaFile
+3-3.github/workflows/libcxx-build-and-test.yaml
+3-31 files

NetBSD/pkgsrc Q4Oi7E8graphics/colord Makefile

   colord: generate actual man pages instead of html pages.

   Using docbook-xsl-ns fixes a previous issue resulting in improper indentation.
   Bump revision.
VersionDeltaFile
1.32+3-2graphics/colord/Makefile
+3-21 files

NetBSD/pkgsrc ExUA3fJdoc CHANGES-2026

   doc: Updated textproc/expat to 2.8.0
VersionDeltaFile
1.2613+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc yY335zJtextproc/expat distinfo Makefile

   Release 2.8.0 Fri April 24 2026
           Security fixes:
          #47 #1183  CVE-2026-41080 -- The existing hash flooding protection
                       (based on SipHash) only used 4 to 8 bytes of entropy for
                       a salt, when 16 bytes of salt are supported by the
                       implementation of SipHash used by Expat. Now full 16 bytes
                       of entropy are used to improve protection against hash
                       flooding attacks.
                         Existing API function XML_SetHashSalt is now deprecated
                       because of its limitations, and its use should be
                       considered a vulnerability. Please either use the new API
                       function XML_SetHashSalt16Bytes (with known-high-quality
                       entropy input only!) instead, or leave the derivation of
                       a 16-bytes hash salt from high quality entropy to Expat's
                       internal machinery (by *not* calling either of the two
                       XML_SetHashSalt* functions).

           Bug fixes:
              #1188  Avoid propagating /dev/urandom file descriptor to child

    [46 lines not shown]
VersionDeltaFile
1.58+4-4textproc/expat/distinfo
1.64+2-2textproc/expat/Makefile
+6-62 files

NetBSD/src F4M7Je4doc 3RDPARTY

   expat 2.8.0 is out
VersionDeltaFile
1.2190+3-3doc/3RDPARTY
+3-31 files

NetBSD/pkgsrc sNq6tDsdoc CHANGES-2026

   doc: Updated x11/editres to 1.1.1
VersionDeltaFile
1.2612+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NchG86fx11/editres distinfo Makefile

   editres: update to 1.1.1.

   This release corrects a bug in last weeks release that caused editres to
   fail to build on 32-bit platforms.
VersionDeltaFile
1.12+4-4x11/editres/distinfo
1.15+2-2x11/editres/Makefile
+6-62 files

NetBSD/pkgsrc ClB85Kfdoc CHANGES-pkgsrc-2026Q1

   #7082 and #7083
VersionDeltaFile
1.1.2.13+8-1doc/CHANGES-pkgsrc-2026Q1
+8-11 files

NetBSD/pkgsrc M5E5QUqwww/firefox140 distinfo Makefile, www/firefox140-l10n distinfo Makefile

   Pullup ticket #7083 - requested by gutteridge
   www/firefox140: security fix
   www/firefox140-l10n: dependent update

   Revisions pulled up:
   - www/firefox140-l10n/Makefile                                  1.9
   - www/firefox140-l10n/distinfo                                  1.9
   - www/firefox140/Makefile                                       1.14
   - www/firefox140/distinfo                                       1.13

   ---
      Module Name:    pkgsrc
      Committed By:   gutteridge
      Date:           Tue Apr 21 13:40:08 UTC 2026

      Modified Files:
               pkgsrc/www/firefox140: Makefile distinfo

      Log Message:

    [334 lines not shown]
VersionDeltaFile
1.7.2.2+307-307www/firefox140-l10n/distinfo
1.11.2.3+4-4www/firefox140/distinfo
1.12.2.3+3-3www/firefox140/Makefile
1.7.2.2+2-2www/firefox140-l10n/Makefile
+316-3164 files

NetBSD/pkgsrc nvD0r35graphics/colord Makefile

   colord: switch to docbook-xsl-ns
VersionDeltaFile
1.31+4-3graphics/colord/Makefile
+4-31 files

OpenBSD/src eaukg5Isys/dev/ic qwz.c qwzreg.h, sys/dev/pci if_qwz_pci.c

   Bring the qwz driver up to WPA2 association on the Qualcomm WCN7850
   chip.

   Major changes:

     1. Fix the RX path.
     2. Fix the TX path.
     3. Fix MSI interrupt routing.
     4. Make the WPA2 4-way handshake complete.
     5. Add bus_dmamap_sync() barriers on RX and TX.
     6. Update register/descriptor defines from ath11k to ath12k WiFi7.

   Known limitations:

     - DHCP does not yet complete on most setups: TX of DISCOVER works
       (the DHCP server sees it), but the OFFER does not reach the host.
       Likely an RX-path or post-handshake GTK state issue.  Reported by
       kettenis@ with an athn(4) AP on a Vivobook.
     - Some hardware (e.g. Honor laptop) hits a firmware page fault

    [21 lines not shown]
VersionDeltaFile
1.26+377-146sys/dev/ic/qwz.c
1.13+73-57sys/dev/ic/qwzreg.h
1.14+6-2sys/dev/ic/qwzvar.h
1.8+3-2sys/dev/pci/if_qwz_pci.c
+459-2074 files

FreeBSD/ports 1780689devel/lxqt2-build-tools/files patch-cmake_modules_LXQtCompilerSettings.cmake, x11-wm/lxqt-panel pkg-plist

x11-wm/lxqt: Update to 2.4.0

ChangeLog at:   https://lxqt-project.org/release/2026/04/20/release-lxqt-2-4-0/
With hat:       lxqt
DeltaFile
+20-0x11-wm/lxqt-panel/pkg-plist
+11-0devel/lxqt2-build-tools/files/patch-cmake_modules_LXQtCompilerSettings.cmake
+3-3x11/screengrab/distinfo
+3-3x11/qterminal/distinfo
+3-3x11/lxqt-runner/distinfo
+3-3x11/lxqt-menu-data/distinfo
+43-1278 files not shown
+180-14384 files

NetBSD/pkgsrc BSWqFKhdoc CHANGES-2026

   doc: Added textproc/docbook-xsl-ns version 1.79.2
VersionDeltaFile
1.2611+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bIhrL9Atextproc Makefile

   textproc: add docbook-xsl-ns
VersionDeltaFile
1.1587+2-1textproc/Makefile
+2-11 files

NetBSD/pkgsrc KbUxKeMtextproc/docbook-xsl-ns PLIST Makefile, textproc/docbook-xsl-ns/patches patch-lib_lib.xsl patch-catalog.xml

   textproc/docbook-xsl-ns: initial import

   The DocBook XSL stylesheets provide a serie of ready-to-use templates to
   process documents based on the DocBook XML DTD. They can generate different
   types of output files, like XHTML, slides, manpages, JavaDoc...

   These are namespace-aware XSLT stylesheets for the DocBook DTD and its
   derivatives (Simplified DocBook, etc.).
VersionDeltaFile
1.1+1,541-0textproc/docbook-xsl-ns/PLIST
1.1+82-0textproc/docbook-xsl-ns/Makefile
1.1+29-0textproc/docbook-xsl-ns/patches/patch-lib_lib.xsl
1.1+15-0textproc/docbook-xsl-ns/patches/patch-catalog.xml
1.1+7-0textproc/docbook-xsl-ns/distinfo
1.1+6-0textproc/docbook-xsl-ns/DESCR
+1,680-06 files

Illumos/gate 772eb01usr/src/uts/common/fs/smbclnt/smbfs smbfs_subr.c

18071 SMBFS: SMB2 rename fails due to leading slash in paths
Reviewed by: C Fraire <cfraire at me.com>
Reviewed by: Dan McDonald <danmcd at edgecast.io>
Approved by: Robert Mustacchi <rm at fingolfin.org>
DeltaFile
+27-10usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.c
+27-101 files

FreeBSD/ports 30d67b1sysutils/appjail-devel distinfo Makefile

sysutils/appjail-devel: Update to 4.11.1.20260425

ChangeLog:
https://github.com/DtxdF/AppJail/commits/883316ed118b827109fb53a159e859448a3e5851/
DeltaFile
+3-3sysutils/appjail-devel/distinfo
+2-2sysutils/appjail-devel/Makefile
+5-52 files