LLVM/project 420111emlir/lib/Dialect/LLVMIR/IR LLVMDialect.cpp, mlir/test/Dialect/LLVMIR roundtrip.mlir

[mlir][LLVM] Fix incorrect verification of atomicrmw f{min,max}imumnum (#190474)

Fix llvm.atomicrmw fminimumnum and fmaximumnum to correctly take the
float operation verification path.
DeltaFile
+3-1mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
+2-0mlir/test/Dialect/LLVMIR/roundtrip.mlir
+5-12 files

FreeBSD/ports f07bff5security/vuxml/vuln 2026.xml

security/vuxml: add missed python packages

PR: 294246
DeltaFile
+7-0security/vuxml/vuln/2026.xml
+7-01 files

FreeBSD/ports 2af09f6security/vuxml/vuln 2026.xml

security/vuxml: add ranges for python webbrowser.open() API entry

PR: 294246
DeltaFile
+5-4security/vuxml/vuln/2026.xml
+5-41 files

FreeBSD/ports fb7962esecurity/wazuh-manager Makefile

security/wazuh-manager: Fix extract on 15.x
DeltaFile
+1-1security/wazuh-manager/Makefile
+1-11 files

NetBSD/src CXae2G3sys/arch/atari/atari machdep.c, sys/arch/luna68k/luna68k machdep.c

   Consolidate the declaration of some globals.  More work to be done here.
VersionDeltaFile
1.123+2-10sys/arch/luna68k/luna68k/machdep.c
1.199+3-9sys/arch/atari/atari/machdep.c
1.90+2-9sys/arch/sun2/sun2/machdep.c
1.217+2-9sys/arch/sun3/sun3/machdep.c
1.145+2-9sys/arch/sun3/sun3x/machdep.c
1.183+2-8sys/arch/mvme68k/mvme68k/machdep.c
+13-549 files not shown
+35-11915 files

FreeBSD/ports 8336ae7net/keycloak pkg-plist distinfo

net/keycloak: Update 26.5.6 => 26.5.7

Release Notes:
https://www.keycloak.org/2026/04/keycloak-2657-released

PR:             294235
Security:       CVE-2025-14083
Security:       CVE-2026-1002
Security:       CVE-2026-3429
Security:       CVE-2026-4634
Security:       CVE-2026-4636
Security:       CVE-2026-3872
Security:       CVE-2026-4282
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 37ce78ee03fb6b560d80561e84ee474a76d190a0)
DeltaFile
+165-164net/keycloak/pkg-plist
+3-3net/keycloak/distinfo
+1-1net/keycloak/Makefile
+169-1683 files

LLVM/project f27b88ellvm/lib/IR Value.cpp

move decl into for header

Created using spr 1.3.8-wip
DeltaFile
+13-9llvm/lib/IR/Value.cpp
+13-91 files

LLVM/project 4ee5bebllvm/lib/IR Value.cpp

[spr] changes introduced through rebase

Created using spr 1.3.8-wip

[skip ci]
DeltaFile
+12-7llvm/lib/IR/Value.cpp
+12-71 files

FreeBSD/ports 37ce78enet/keycloak pkg-plist distinfo

net/keycloak: Update 26.5.6 => 26.5.7

Release Notes:
https://www.keycloak.org/2026/04/keycloak-2657-released

PR:             294235
Security:       CVE-2025-14083
Security:       CVE-2026-1002
Security:       CVE-2026-3429
Security:       CVE-2026-4634
Security:       CVE-2026-4636
Security:       CVE-2026-3872
Security:       CVE-2026-4282
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+165-164net/keycloak/pkg-plist
+3-3net/keycloak/distinfo
+1-2net/keycloak/Makefile
+169-1693 files

LLVM/project 5790db7llvm/lib/IR Value.cpp

[spr] initial version

Created using spr 1.3.8-wip
DeltaFile
+27-14llvm/lib/IR/Value.cpp
+27-141 files

FreeBSD/src e55db84lib/msun/man fmaximum.3, lib/msun/src s_fminimum.c s_fmaximum.c

lib/msun: Added fmaximum and fminimum family. Tests and man page

Starting from the existing fmax{,f,l} functions I've added the fmaximum
family, which handles NaN according to the newest standard (propagating
it).

This commit is a PoC for GSoC 2026.

Reviewed by:    fuz, kargl
MFC after:      1 month
Differential Revision:  https://reviews.freebsd.org/D55834
DeltaFile
+188-0lib/msun/tests/fmaximum_fminimum_test.c
+103-0lib/msun/man/fmaximum.3
+66-0lib/msun/src/s_fminimum.c
+65-0lib/msun/src/s_fmaximum.c
+61-0lib/msun/src/s_fminimumf.c
+60-0lib/msun/src/s_fmaximumf.c
+543-06 files not shown
+680-512 files

NetBSD/src N1eFwfLsys/arch/mvme68k/dev vme_pcc.c pcc.c, sys/arch/mvme68k/include vmparam.h

   Align loading of physical memory with virt68k, and stop keeping two
   copies of this information (one in the phys_seg_list[] and one in
   mem_clusters[]; the latter is now gone).
VersionDeltaFile
1.182+120-68sys/arch/mvme68k/mvme68k/machdep.c
1.26+11-9sys/dev/mvme/mvmebus.c
1.28+9-8sys/arch/mvme68k/dev/vme_pcc.c
1.36+5-4sys/arch/mvme68k/dev/pcc.c
1.26+5-4sys/arch/mvme68k/dev/mainbus.c
1.42+4-1sys/arch/mvme68k/include/vmparam.h
+154-946 files

NetBSD/src TNbd6Qcsys/arch/m68k/include linux_bootinfo.h, sys/arch/m68k/m68k linux_bootinfo.c

   Use the data structure from <m68k/seglist.h> to describe the memory
   configuration extracted from linux bootinfo.  Align virt68k's memory
   loading with mvme68k (which will also get some changes in a follow-on
   commit).  This will be used as a template to eventually merge this
   code for all m68k platforms.
VersionDeltaFile
1.30+137-47sys/arch/virt68k/virt68k/machdep.c
1.6+18-45sys/arch/m68k/m68k/linux_bootinfo.c
1.4+4-4sys/arch/m68k/include/linux_bootinfo.h
+159-963 files

FreeBSD/ports af79b92net-im/tg_owt distinfo Makefile

net-im/tg_owt: fix typo 2025 => 2026 (+)

Fixes f307ff0edce331a9dd94a484d1bccd7d59399bcc
DeltaFile
+2-2net-im/tg_owt/distinfo
+1-1net-im/tg_owt/Makefile
+3-32 files

FreeNAS/freenas a0fa23bsrc/middlewared/middlewared/plugins/truenas_connect post_install.py

Update postinstall workflow for tnc
DeltaFile
+3-4src/middlewared/middlewared/plugins/truenas_connect/post_install.py
+3-41 files

FreeBSD/ports 146f015math/py-numpy distinfo Makefile

math/py-numpy: update to 2.4.4

Changelog: https://github.com/numpy/numpy/releases/tag/v2.4.4
DeltaFile
+3-3math/py-numpy/distinfo
+1-1math/py-numpy/Makefile
+4-42 files

LLVM/project 052716ellvm/lib/IR Value.cpp

[spr] initial version

Created using spr 1.3.8-wip
DeltaFile
+12-7llvm/lib/IR/Value.cpp
+12-71 files

FreeNAS/freenas 268cd43src/middlewared/middlewared/alembic/versions/27.0 2026-04-04_12-00_remove_tnc_ip_fields.py, src/middlewared/middlewared/api/v27_0_0 tn_connect.py

Remove ips/interfaces fields from tnc configuration
DeltaFile
+283-750src/middlewared/middlewared/pytest/unit/plugins/test_truenas_connect.py
+38-115src/middlewared/middlewared/plugins/truenas_connect/update.py
+35-32src/middlewared/middlewared/plugins/truenas_connect/hostname.py
+34-0src/middlewared/middlewared/alembic/versions/27.0/2026-04-04_12-00_remove_tnc_ip_fields.py
+3-26src/middlewared/middlewared/api/v27_0_0/tn_connect.py
+393-9235 files

LLVM/project c6932e5llvm/lib/Analysis DependenceAnalysis.cpp, llvm/test/Analysis/DependenceAnalysis banerjee-overflow.ll

[DA] Add overflow check in BanerjeeMIVtest

Add an overflow check in BanerjeeMIVtest.
Fix the related test case.

Signed-off-by: Ruoyu Qiu <cabbaken at outlook.com>
DeltaFile
+3-1llvm/lib/Analysis/DependenceAnalysis.cpp
+1-3llvm/test/Analysis/DependenceAnalysis/banerjee-overflow.ll
+4-42 files

FreeBSD/ports 372e6fadeskutils/foliate Makefile

deskutils/foliate: Explicity add msgfmt to build dependency.

This prevents build failures when NLS is turned off.

PR:             274769
Reported by:    Benjamin Takacs <nimaje+fbz at bureaucracy.de>
DeltaFile
+2-1deskutils/foliate/Makefile
+2-11 files

LLVM/project 5a3d062llvm/test/Analysis/DependenceAnalysis banerjee-overflow.ll

[DA] Add overflow test for BanerjeeMIVtest
DeltaFile
+74-0llvm/test/Analysis/DependenceAnalysis/banerjee-overflow.ll
+74-01 files

FreeBSD/ports 0ef5a91games/hs-scroll Makefile distinfo

games/hs-scroll: Update 1.20180421 => 1.20250228.2

* Switch GHC 9.4.8 => 9.10.3 (latest)

Approved by:            haskell@ (alven@)
Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+2-32games/hs-scroll/Makefile
+15-17games/hs-scroll/distinfo
+26-0games/hs-scroll/Makefile.cabal
+43-493 files

Illumos/gate 0439b35usr/src/cmd/nvmeadm nvmeadm_solidigm.c nvmeadm.h, usr/src/lib/libnvme/common libnvme_solidigm.c

17957 decode Solidigm power and temp logs
17958 fix Solidigm latency outlier log size calculation
Reviewed by: Andy Fiddaman <illumos at fiddaman.net>
Approved by: Gordon Ross <gordon.w.ross at gmail.com>
DeltaFile
+108-0usr/src/cmd/nvmeadm/nvmeadm_solidigm.c
+3-2usr/src/lib/libnvme/common/libnvme_solidigm.c
+2-0usr/src/cmd/nvmeadm/nvmeadm.h
+2-0usr/src/cmd/nvmeadm/nvmeadm_field.c
+1-0usr/src/cmd/nvmeadm/Makefile
+116-25 files

Linux/linux 3aae938drivers/input/joystick xpad.c, drivers/input/mouse bcm5974.c

Merge tag 'input-for-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input

Pull input fixes from Dmitry Torokhov:

 - new IDs for BETOP BTP-KP50B/C and Razer Wolverine V3 Pro added to
   xpad controller driver

 - another quirk for new TUXEDO InfinityBook added to i8042

 - a small fixup for Synaptics RMI4 driver to properly unlock mutex when
   encountering an error in F54

 - an update to bcm5974 touch controller driver to reliably switch into
   wellspring mode

* tag 'input-for-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: xpad - add support for BETOP BTP-KP50B/C controller's wireless mode
  Input: xpad - add support for Razer Wolverine V3 Pro
  Input: synaptics-rmi4 - fix a locking bug in an error path

    [2 lines not shown]
DeltaFile
+41-1drivers/input/mouse/bcm5974.c
+7-0drivers/input/serio/i8042-acpipnpio.h
+5-0drivers/input/joystick/xpad.c
+2-2drivers/input/rmi4/rmi_f54.c
+55-34 files

FreeBSD/ports cf5520bwww/tomcat-devel distinfo Makefile

www/tomcat-devel: Update 11.0.20 => 11.0.21

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.21_(markt)

Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 45d46736b318f04213098f570ed02470d147e312)
DeltaFile
+3-3www/tomcat-devel/distinfo
+1-1www/tomcat-devel/Makefile
+4-42 files

FreeBSD/ports d6814c2www/tomcat110 distinfo Makefile

www/tomcat110: Update 11.0.20 => 11.0.21

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.21_(markt)

Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 55cc1548157317032c89a67bfc091f295e9362a5)
DeltaFile
+3-3www/tomcat110/distinfo
+1-1www/tomcat110/Makefile
+4-42 files

FreeBSD/ports 45d4673www/tomcat-devel distinfo Makefile

www/tomcat-devel: Update 11.0.20 => 11.0.21

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.21_(markt)

Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+3-3www/tomcat-devel/distinfo
+1-2www/tomcat-devel/Makefile
+4-52 files

FreeBSD/ports 55cc154www/tomcat110 distinfo Makefile

www/tomcat110: Update 11.0.20 => 11.0.21

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.21_(markt)

Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+3-3www/tomcat110/distinfo
+1-2www/tomcat110/Makefile
+4-52 files

FreeNAS/freenas b959ecdsrc/middlewared/middlewared/service crud_service.py

NAS-140543 / 26.0.0-BETA.2 / fix KeyError in CRUDService.query() (by yocalebo) (#18650)
DeltaFile
+3-0src/middlewared/middlewared/service/crud_service.py
+3-01 files

FreeNAS/freenas 446cdd5src/middlewared/middlewared/service crud_service.py

NAS-140543 / 27.0.0-BETA.1 / fix KeyError in CRUDService.query() (#18649)
DeltaFile
+3-0src/middlewared/middlewared/service/crud_service.py
+3-01 files