FreeBSD/ports 18a2d75java/java-getopt Makefile, lang/slisp Makefile

*: Fix WWW with broken anchors-as-comments

Case 1: WWW=https://example.com#foo

 Here #foo is not part of the value of WWW since # introduces a comment
 whether it's part of a word or not (quoting the word+# makes no
 difference either).  # needs to be escaped:

   WWW=https://example.com\#foo

Case 2: WWW=https://example.com #foo

 This is probably fallout from when WWW was moved from pkg-descr to
 Makefile.

The anchors still exist on the actual websites too or I removed them.
DeltaFile
+1-1java/java-getopt/Makefile
+1-1lang/slisp/Makefile
+1-1mail/exipick/Makefile
+1-1mail/listadmin/Makefile
+1-1mail/s-nail/Makefile
+1-1misc/inplace/Makefile
+6-649 files not shown
+55-5555 files

LLVM/project b03b58bllvm/lib/Target/NVPTX NVPTXISelDAGToDAG.cpp, llvm/test/CodeGen/NVPTX fence.ll fence-nocluster.ll

[NVPTX] Fix scoped atomic when given runtime values (#185883)

Summary:
The `__scoped_` atomic builtins will expand to each supported scope in
the case of a runtime value. There are two problems:
1. Singlethreaded scope doesn't exist -> treat as no-op
2. Cluster is not supported on all tagets -> Widen to device scope

This is exactly how the AMDGPU backend handles it.

---------

Co-authored-by: gonzalobg <65027571+gonzalobg at users.noreply.github.com>
DeltaFile
+576-0llvm/test/CodeGen/NVPTX/fence.ll
+0-356llvm/test/CodeGen/NVPTX/fence-nocluster.ll
+0-55llvm/test/CodeGen/NVPTX/fence-cluster.ll
+33-17llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
+11-20llvm/test/CodeGen/NVPTX/fence.py
+620-4485 files

LLVM/project cbedaa8lldb/source/DataFormatters ValueObjectPrinter.cpp, lldb/source/Plugins/TypeSystem/Clang TypeSystemClang.cpp

[lldb] Upstream arm64e support in ValueObject (#186906)

In #186001, I said the last large chunk of downstream PtrAuth code in
LLDB was the expression evaluator support. However, that wasn't
accurate, as we also have changes to thread this through ValueObject.
DeltaFile
+69-0lldb/test/API/lang/c/ptrauth/main.c
+11-0lldb/source/ValueObject/ValueObject.cpp
+7-0lldb/source/Symbol/CompilerType.cpp
+7-0lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
+6-0lldb/test/API/lang/c/ptrauth/Makefile
+4-0lldb/source/DataFormatters/ValueObjectPrinter.cpp
+104-05 files not shown
+119-011 files

FreeBSD/ports cf4ccabfinance/homebox distinfo Makefile

finance/homebox: Update to 0.24.2

ChangeLog:
https://github.com/sysadminsmedia/homebox/compare/v0.23.1...v0.24.2

Security:       db3bdcc6-377f-47d9-9ce8-4bdede4fdafe
MFH:            2026Q1
(cherry picked from commit 1c6411cd56966dd37edae5496319393bda8f1b44)
DeltaFile
+7-7finance/homebox/distinfo
+2-3finance/homebox/Makefile
+9-102 files

FreeBSD/ports 1c6411cfinance/homebox distinfo Makefile

finance/homebox: Update to 0.24.2

ChangeLog:
https://github.com/sysadminsmedia/homebox/compare/v0.23.1...v0.24.2

Security:       db3bdcc6-377f-47d9-9ce8-4bdede4fdafe
MFH:            2026Q1
DeltaFile
+7-7finance/homebox/distinfo
+2-3finance/homebox/Makefile
+9-102 files

FreeBSD/ports de94a3esecurity/vuxml/vuln 2026.xml

security/vuxml: Add homebox < 0.24.0
DeltaFile
+29-0security/vuxml/vuln/2026.xml
+29-01 files

LLVM/project 07542afflang/lib/Lower/Support PrivateReductionUtils.cpp, flang/test/Lower/OpenMP delayed-privatization-cuda-device-array.cuf

[flang][OpenMP][CUDA] Place privatized device allocatable descriptors in managed memory (#187114)

When an OpenMP private clause privatizes a CUDA Fortran allocatable
device array, the Fortran descriptor for the private copy must be
accessible from both the host and the GPU. Without this change, the
descriptor lives on the host stack (via the OpenMP runtime's
CreateAlloca), which a CUF kernel running on the GPU cannot
dereference—resulting in cudaErrorIllegalAddress.

This patch modifies the omp.private init/dealloc region generation in
PrivateReductionUtils.cpp with three changes:

1. Allocate the descriptor in managed memory
2. Set allocator_idx = 2 on the null fir.embox
3. Free the managed descriptor

Source example:
```
real(8), device, allocatable :: adev(:)

    [47 lines not shown]
DeltaFile
+28-0flang/lib/Lower/Support/PrivateReductionUtils.cpp
+13-5flang/test/Lower/OpenMP/delayed-privatization-cuda-device-array.cuf
+41-52 files

NetBSD/pkgsrc hjrh0gndoc CHANGES-2026

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

NetBSD/pkgsrc MAdQJNEtextproc/expat distinfo Makefile

   expat: update to 2.7.5.

   Ok maya@

   Release 2.7.5 Tue March 17 2026
           Security fixes:
              #1158  CVE-2026-32776 -- Fix NULL function pointer dereference for
                       empty external parameter entities; it takes use of both
                       functions XML_ExternalEntityParserCreate and
                       XML_SetParamEntityParsing for an application to be
                       vulnerable.
        #1161 #1162  CVE-2026-32777 -- Protect from XML_TOK_INSTANCE_START
                       infinite loop in function entityValueProcessor; it takes
                       use of both functions XML_ExternalEntityParserCreate and
                       XML_SetParamEntityParsing for an application to be
                       vulnerable.
              #1163  CVE-2026-32778 -- Fix NULL dereference in function setContext
                       on retry after an earlier ouf-of-memory condition; it takes
                       use of function XML_ParserCreateNS or XML_ParserCreate_MM

    [31 lines not shown]
VersionDeltaFile
1.57+4-4textproc/expat/distinfo
1.63+2-2textproc/expat/Makefile
+6-62 files

NetBSD/src 0pI9Minshare/misc acronyms

   +OBE overcome by events
VersionDeltaFile
1.322+2-1share/misc/acronyms
+2-11 files

OpenBSD/ports mF9pHp5devel/codex distinfo Makefile, devel/codex/patches patch-codex-rs_Cargo_toml patch-codex-rs_core_src_config_mod_rs

   devel/codex: update to 0.115.0
VersionDeltaFile
1.8+3-3devel/codex/patches/patch-codex-rs_Cargo_toml
1.10+2-2devel/codex/distinfo
1.10+1-1devel/codex/Makefile
1.10+1-1devel/codex/patches/patch-codex-rs_core_src_config_mod_rs
+7-74 files

OpenBSD/ports 72CGM7wmisc/llama.cpp Makefile distinfo, misc/llama.cpp/pkg PLIST

   misc/llama.cpp: update to b8377; take maintainership

   OK: volker@ sthen@
VersionDeltaFile
1.17+5-3misc/llama.cpp/Makefile
1.9+5-0misc/llama.cpp/pkg/PLIST
1.10+2-2misc/llama.cpp/distinfo
+12-53 files

FreeBSD/ports 25b420bsysutils/beats93 distinfo Makefile, sysutils/beats93/files patch-filebeat_filebeat.reference.yml patch-vendor_github.com_elastic_elastic-agent-system-metrics_metric_cpu_metrics__procfs__common.go

sysutils/beats93: New port: Send logs, network, metrics and heartbeat to Elasticsearch or Logstash 9.3.x

Release Notes:
https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.3.1

PR:             293759
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+15-15sysutils/beats93/distinfo
+4-4sysutils/beats93/Makefile
+3-3sysutils/beats93/files/patch-filebeat_filebeat.reference.yml
+3-3sysutils/beats93/files/patch-vendor_github.com_elastic_elastic-agent-system-metrics_metric_cpu_metrics__procfs__common.go
+2-2sysutils/beats93/files/patch-vendor_github.com_elastic_elastic-agent-system-metrics_metric_system_filesystem_filesystem__unix.go
+2-2sysutils/beats93/files/patch-libbeat_scripts_Makefile
+29-2916 files not shown
+45-4522 files

FreeBSD/ports 77de7e9sysutils Makefile

sysutils/beats9{1,2,3}: Connect to build

PR:             291018 291019 293759
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
DeltaFile
+3-0sysutils/Makefile
+3-01 files

FreeBSD/ports c2dcfa5sysutils/beats92 distinfo Makefile, sysutils/beats92/files patch-filebeat_filebeat.reference.yml patch-packetbeat_packetbeat.reference.yml

sysutils/beats92: New port: Send logs, network, metrics and heartbeat to Elasticsearch or Logstash 9.2.x

Release Notes:
https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.2.6

PR:             291019
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+15-15sysutils/beats92/distinfo
+4-4sysutils/beats92/Makefile
+3-3sysutils/beats92/files/patch-filebeat_filebeat.reference.yml
+2-2sysutils/beats92/files/patch-packetbeat_packetbeat.reference.yml
+1-1sysutils/beats92/files/patch-dev-tools_mage_settings.go
+1-1sysutils/beats92/files/patch-auditbeat_auditbeat.reference.yml
+26-2617 files not shown
+43-4323 files

FreeBSD/ports 3a195c3sysutils/beats93 Makefile, sysutils/beats93/files patch-go-sysinfo metricbeat.in

sysutils/beats93: Repocopy from sysutils/beats92

PR:             293759
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
DeltaFile
+1,314-0sysutils/beats93/files/patch-go-sysinfo
+143-0sysutils/beats93/Makefile
+51-0sysutils/beats93/files/metricbeat.in
+50-0sysutils/beats93/files/auditbeat.in
+43-0sysutils/beats93/files/filebeat.in
+43-0sysutils/beats93/files/heartbeat.in
+1,644-026 files not shown
+2,120-032 files

FreeBSD/ports 649f198sysutils/beats91 distinfo Makefile, sysutils/beats91/files patch-filebeat_filebeat.reference.yml patch-libbeat_scripts_Makefile

sysutils/beats91: New port: Send logs, network, metrics and heartbeat to Elasticsearch or Logstash 9.1.x

Release Notes:
https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.1.10

PR:             291018
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+15-15sysutils/beats91/distinfo
+5-5sysutils/beats91/Makefile
+3-3sysutils/beats91/files/patch-filebeat_filebeat.reference.yml
+2-2sysutils/beats91/files/patch-libbeat_scripts_Makefile
+2-2sysutils/beats91/files/patch-packetbeat_packetbeat.reference.yml
+2-2sysutils/beats91/files/patch-heartbeat_heartbeat.yml
+29-2917 files not shown
+47-4723 files

FreeBSD/ports 5b13406sysutils/beats92 Makefile, sysutils/beats92/files patch-go-sysinfo metricbeat.in

sysutils/beats92: Repocopy from beats91

PR:     291019
DeltaFile
+1,314-0sysutils/beats92/files/patch-go-sysinfo
+143-0sysutils/beats92/Makefile
+51-0sysutils/beats92/files/metricbeat.in
+50-0sysutils/beats92/files/auditbeat.in
+43-0sysutils/beats92/files/heartbeat.in
+43-0sysutils/beats92/files/filebeat.in
+1,644-026 files not shown
+2,120-032 files

FreeBSD/ports c2987acsysutils/beats91 Makefile, sysutils/beats91/files patch-go-sysinfo metricbeat.in

sysutils/beats91: Repocopy from sysutils/beats8

PR:     291018
DeltaFile
+1,314-0sysutils/beats91/files/patch-go-sysinfo
+143-0sysutils/beats91/Makefile
+51-0sysutils/beats91/files/metricbeat.in
+50-0sysutils/beats91/files/auditbeat.in
+43-0sysutils/beats91/files/filebeat.in
+43-0sysutils/beats91/files/heartbeat.in
+1,644-027 files not shown
+2,142-033 files

FreeBSD/ports fae0cd1sysutils/beats8 Makefile distinfo, sysutils/beats8/files patch-go-sysinfo patch-vendor_github.com_insomniacslk_dhcp_dhcpv4_bindtodevice__bsd.go

sysutils/beats8: Update 8.14.3 => 8.19.12

Release Notes (42 new versions):
https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-8.15.0.html
 . . .
https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-8.19.12.html

- Remove unnecessary '?' in "PKGNAMESUFFIX?=8".
- Adjust COMMENT.
- Simplify removing "./" from GO_TARGET.
- Remove unnecessary '+' in "MAKE_ENV+=".
- Fix GO_MODULE - must be "v7" instead of "v8".
- Adjust CONFLICTS.
- Use ".ifmake makesum" for generate distfiles with non-default modules too.
- Add LOCAL/vvd/elastic to MASTER_SITES for those who can't download due
  to the HTTP error "Forbidden 403".
- Replace PORTVERSION with DISTVERSION.
- Add '(' and ')' around the block that is executed in the shell.
- Refresh patches.

    [5 lines not shown]
DeltaFile
+27-40sysutils/beats8/files/patch-go-sysinfo
+28-18sysutils/beats8/Makefile
+15-15sysutils/beats8/distinfo
+0-22sysutils/beats8/files/patch-vendor_github.com_insomniacslk_dhcp_dhcpv4_bindtodevice__bsd.go
+8-8sysutils/beats8/files/patch-dev-tools_mage_settings.go
+0-12sysutils/beats8/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go
+78-11521 files not shown
+143-17127 files

OpenBSD/ports ZEYlmELdevel/libggml Makefile distinfo, devel/libggml/patches patch-CMakeLists_txt patch-src_ggml-backend-reg_cpp

   devel/libggml: update to 0.9.8; take maintainership

   OK: volker@ sthen@
VersionDeltaFile
1.10+3-3devel/libggml/Makefile
1.7+2-2devel/libggml/distinfo
1.4+1-1devel/libggml/patches/patch-CMakeLists_txt
1.5+1-1devel/libggml/patches/patch-src_ggml-backend-reg_cpp
1.5+1-0devel/libggml/pkg/PLIST
+8-75 files

Linux/linux f0caa1ddrivers/hid hid-input.c wacom_wac.c, tools/testing/selftests/hid/progs hid_bpf_helpers.h

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

Pull HID fixes from Jiri Kosina:

 - various fixes dealing with (intentionally) broken devices in HID
   core, logitech-hidpp and multitouch drivers (Lee Jones)

 - fix for OOB in wacom driver (Benoît Sevens)

 - fix for potentialy HID-bpf-induced buffer overflow in () (Benjamin
   Tissoires)

 - various other small fixes and device ID / quirk additions

* tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
  HID: multitouch: Check to ensure report responses match the request
  HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation failure
  HID: bpf: prevent buffer overflow in hid_hw_request
  selftests/hid: fix compilation when bpf_wq and hid_device are not exported

    [8 lines not shown]
DeltaFile
+11-7drivers/hid/hid-input.c
+12-0tools/testing/selftests/hid/progs/hid_bpf_helpers.h
+10-0drivers/hid/wacom_wac.c
+7-0drivers/hid/hid-multitouch.c
+4-3drivers/hid/hid-core.c
+5-1drivers/hid/hid-logitech-hidpp.c
+49-117 files not shown
+61-1513 files

NetBSD/src dipe4tNsys/arch/arm/include lwp_private.h, usr.sbin/sysinst/arch/arc md.c

   s/reognizes/recognizes/ and s/unrecogized/unrecognized/ in comments.
VersionDeltaFile
1.2+2-2sys/arch/arm/include/lwp_private.h
1.15+2-2usr.sbin/sysinst/arch/arc/md.c
1.17+2-2usr.sbin/sysinst/arch/cobalt/md.c
+6-63 files

NetBSD/src IhsAo7adoc 3RDPARTY

   expat 2.7.5 out, another security fix release
VersionDeltaFile
1.2174+2-2doc/3RDPARTY
+2-21 files

LLVM/project 53b2294llvm/test/Transforms/LoopVectorize predicator.ll

[NFC] Update `LoopVectorize/predicator.ll` test

Align it with the style of `LoopVectorize/VPlan/predicator.ll`:

* Move ascii-graphs close to IR to avoid scrolling through CHECKs when
  comparing the pictuare and actual IR
* Rename `%cN` to ensure that `bbN` branches on `%cN`
DeltaFile
+42-45llvm/test/Transforms/LoopVectorize/predicator.ll
+42-451 files

NetBSD/pkgsrc dUPsAgsdoc pkg-vulnerabilities

   Ajust patterns for xen*418 and xen*420; all known vulnerabilities are fixed
   in the latest version
VersionDeltaFile
1.751+19-19doc/pkg-vulnerabilities
+19-191 files

LLVM/project 5706070llvm/test/CodeGen/AMDGPU/GlobalISel regbankselect-usube.mir regbankselect-uadde.mir

[AMDGPU][GlobalISel] Switch tests to new reg-bank-select and refresh checks (#186506)

Update AMDGPU GlobalISel tests to use -new-reg-bank-select. These tests
can be updated due to the existing implementation of legalization rules
for G_TRUNC.
DeltaFile
+54-110llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-usube.mir
+53-110llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-uadde.mir
+49-21llvm/test/CodeGen/AMDGPU/GlobalISel/add.v2i16.ll
+44-20llvm/test/CodeGen/AMDGPU/GlobalISel/sub.v2i16.ll
+22-3llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-salu-float.mir
+6-5llvm/test/CodeGen/AMDGPU/GlobalISel/localizer.ll
+228-2694 files not shown
+238-28110 files

LLVM/project e7e45cd.github CODEOWNERS

[spirv][mlir] Add myself to CODEOWNERS (#187115)
DeltaFile
+4-4.github/CODEOWNERS
+4-41 files

GhostBSD/ghostbsd 1782e26contrib/libcbor/doc/source requirements.txt

Merge branch 'stable/15' of github.com:ghostbsd/ghostbsd-src into stable/15
DeltaFile
+1-1contrib/libcbor/doc/source/requirements.txt
+1-11 files

NetBSD/pkgsrc TmCrzZBdoc CHANGES-2026

   Updated sysutils/xenkernel418 to 20260317
   Updated sysutils/xentools418 to 20260317
VersionDeltaFile
1.1785+3-1doc/CHANGES-2026
+3-11 files