FreeBSD/ports fb4f65cnews Makefile, news/flnews Makefile pkg-descr

news/flnews: New port
DeltaFile
+41-0news/flnews/Makefile
+11-0news/flnews/pkg-descr
+3-0news/flnews/distinfo
+1-0news/Makefile
+56-04 files

LLVM/project 3cf43f6llvm/lib/Target/RISCV RISCVISelLowering.cpp, llvm/test/CodeGen/RISCV rvp-simd-64.ll

[RISCV][P-ext] Split v4i16/v8i8 AND/OR/XOR on RV32. (#198449)

v2i32 is already scalarized by LegalizeVectorOps.
DeltaFile
+162-690llvm/test/CodeGen/RISCV/rvp-simd-64.ll
+31-3llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+193-6932 files

LLVM/project 2306a98llvm/lib/Target/RISCV RISCVISelLowering.cpp

[RISCV] Inline multiple small lambdas. NFC (#198878)

None of these lambdas are reused and they all seemed pretty simple to
inline.
DeltaFile
+19-30llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+19-301 files

LLVM/project cc382a6llvm/lib/Target/RISCV RISCVISelLowering.cpp, llvm/test/CodeGen/RISCV rvp-simd-64.ll

[RISCV][P-ext] Custom-lower SELECT for v4i16/v8i8 on RV32 (#198723)

SELECT was Expand for RV32 64-bit packed types, producing 40-80 lines of
stack-based per-element scalarization. Make it Custom for v4i16/v8i8 and
extend the existing isPExtPackedType branch in lowerSELECT to bitcast to
an integer of matching width: single-GPR types select on XLenVT
directly, while RV32 double-wide types select on i64 which
type-legalizes to two scalar selects on the i32 halves.

v2i32 is left to natural type-legalization since it splits cleanly into
two scalar i32 selects without a Custom hook.
DeltaFile
+14-114llvm/test/CodeGen/RISCV/rvp-simd-64.ll
+11-7llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+25-1212 files

NetBSD/pkgsrc 4h3hcJrdoc CHANGES-pkgsrc-2026Q1

   doc: update for tickets 7119-7124
VersionDeltaFile
1.1.2.23+18-1doc/CHANGES-pkgsrc-2026Q1
+18-11 files

NetBSD/pkgsrc 3DHfJ9Ynet/bind918 distinfo Makefile

   Pullup ticket #7123 - requested by taca
   net/bind918: Security fix

   Revisions pulled up:
   - net/bind918/Makefile                                          1.68
   - net/bind918/distinfo                                          1.40

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Wed May 20 13:07:16 UTC 2026

      Modified Files:
        pkgsrc/net/bind918: Makefile distinfo

      Log Message:
      net/bind918: update to 9.18.49

      BIND 9.18.49 (2026-05-20)

    [88 lines not shown]
VersionDeltaFile
1.38.2.2+4-4net/bind918/distinfo
1.66.2.2+2-2net/bind918/Makefile
+6-62 files

NetBSD/pkgsrc vmsAXvplang/ruby40/patches patch-template_Makefile.in patch-template_Makefile.in

   Pullup ticket #7124 - requested by taca
   lang/ruby40: Security fix

   Revisions pulled up:
   - lang/ruby/rubyversion.mk                                      1.323-1.324
   - lang/ruby40/Makefile                                          1.3
   - lang/ruby40/PLIST                                             1.3
   - lang/ruby40/distinfo                                          1.6-1.9
   - lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_generator_template_aliki___header.rhtml deleted
   - lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_parser_c.rb deleted
   - lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.4_lib_rdoc_encoding.rb 1.1
   - lang/ruby40/patches/patch-template_Makefile.in                1.3-1.4

   ---
      Module Name:      pkgsrc
      Committed By:     wiz
      Date:             Fri May 15 16:56:19 UTC 2026

      Modified Files:

    [96 lines not shown]
VersionDeltaFile
1.4.2.1+0-30lang/ruby40/patches/patch-template_Makefile.in
1.4.2.2+30-0lang/ruby40/patches/patch-template_Makefile.in
1.1.2.1+0-15lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.4_lib_rdoc_encoding.rb
1.2.2.2+15-0lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_parser_c.rb
1.2.2.1+0-15lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_parser_c.rb
1.1.2.2+15-0lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.4_lib_rdoc_encoding.rb
+60-605 files not shown
+73-7211 files

LLVM/project b3c0661llvm/lib/Transforms/Instrumentation AddressSanitizer.cpp

[NFC][ASan] Factor out ASan call insertion behind a single call (#198650)

The ASan pass directly injects function calls into the IR using
getOrInsertFunction() on every call site. Refactor the disparate call
sites behind an AsanFunctionInserter class. This allows us to add pre-
and post-processing logic for all inserted functions at once.

Signed-off-by: Emil Tsalapatis <emil at etsalapatis.com>
DeltaFile
+68-46llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
+68-461 files

NetBSD/pkgsrc-wip 6fa0cd8glsmac Makefile

Changes to be committed:
        modified:   glsmac Makefile
DeltaFile
+2-4glsmac/Makefile
+2-41 files

LLVM/project 577c2b6clang/include/clang/Basic BuiltinsMips.def, clang/test/CodeGen/Mips msa-const-ld.c

[Mips] Allow const pointers for the MSA load intrinsics (#193508)

This matches the prototypes of the GCC builtins.
DeltaFile
+24-0clang/test/CodeGen/Mips/msa-const-ld.c
+4-4clang/include/clang/Basic/BuiltinsMips.def
+28-42 files

OpenBSD/src wJGiFVZusr.bin/ssh sftp-server.8

   mention usefulness of request type allow/denylisting for servers
   accepting untrusted clients
VersionDeltaFile
1.32+13-2usr.bin/ssh/sftp-server.8
+13-21 files

NetBSD/pkgsrc-wip 4f7b08eglsmac Makefile

Changes to be committed:
        new file:   Makefile #for glsmac only!
DeltaFile
+40-0glsmac/Makefile
+40-01 files

NetBSD/pkgsrc U77xYMRgraphics/png options.mk distinfo

   Pullup ticket #7122 - requested by taca
   graphics/png: Security fix

   Revisions pulled up:
   - graphics/png/Makefile                                         1.224
   - graphics/png/distinfo                                         1.170
   - graphics/png/options.mk                                       1.5

   ---
      Module Name:      pkgsrc
      Committed By:     tnn
      Date:             Sun May 17 13:45:31 UTC 2026

      Modified Files:
        pkgsrc/graphics/png: distinfo options.mk

      Log Message:
      png: update apng patch


    [12 lines not shown]
VersionDeltaFile
1.4.2.1+4-4graphics/png/options.mk
1.166.2.4+4-4graphics/png/distinfo
1.220.2.4+2-1graphics/png/Makefile
+10-93 files

NetBSD/pkgsrc IisYkjpwww/palemoon distinfo, www/palemoon/patches patch-platform_media_libvpx_config_linux_arm64_vpx__config.h

   Pullup ticket #7121 - requested by nia
   www/palemoon: Build fix

   Revisions pulled up:
   - www/palemoon/distinfo                                         1.43
   - www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__config.h 1.3

   ---
      Module Name:      pkgsrc
      Committed By:     nia
      Date:             Tue May 19 07:31:59 UTC 2026

      Modified Files:
        pkgsrc/www/palemoon: distinfo
      Added Files:
        pkgsrc/www/palemoon/patches:
            patch-platform_media_libvpx_config_linux_arm64_vpx__config.h

      Log Message:

    [3 lines not shown]
VersionDeltaFile
1.1.2.2+17-26www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__config.h
1.39.2.4+2-1www/palemoon/distinfo
+19-272 files

NetBSD/pkgsrc-wip 8869733webkit-gtk Makefile

Reverting webkit-gtk Makefile to state prior to my mixup!
DeltaFile
+208-16webkit-gtk/Makefile
+208-161 files

LLVM/project 35aeb28flang-rt/lib/runtime exceptions.cpp, flang-rt/unittests/Runtime Exceptions.cpp CMakeLists.txt

[flang-rt] Silence -Wfenv-access in the runtime fenv wrappers (part 1) (#198692)

Upstream clang's commit 5f2bedca, PR #187860, enabled a warning that
fires whenever code calls a `<fenv.h>` / `<cfenv>` primitive without
enabling proper FP exception behavior. This caused warnings in compiling
flang-rt, which in turn caused certain buildsbots to fail with
`-Werror`.

This change enables FP trap behavior for parts of flang-rt that are
known to require it. The other parts will be addressed by a future
change.

Assisted-by: AI
DeltaFile
+144-0flang-rt/unittests/Runtime/Exceptions.cpp
+34-0flang/include/flang/Common/fp-control.h
+4-0flang-rt/lib/runtime/exceptions.cpp
+1-0flang-rt/unittests/Runtime/CMakeLists.txt
+183-04 files

NetBSD/pkgsrc IN32q4fnet/rsync distinfo Makefile, net/rsync/patches patch-sender.c

   Pullup ticket #7120 - requested by taca
   net/rsync: Security fix

   Revisions pulled up:
   - net/rsync/Makefile                                            1.132
   - net/rsync/distinfo                                            1.65
   - net/rsync/patches/patch-sender.c                              deleted

   ---
      Module Name:      pkgsrc
      Committed By:     adam
      Date:             Mon May 11 06:21:51 UTC 2026

      Modified Files:
        pkgsrc/net/rsync: Makefile distinfo
      Removed Files:
        pkgsrc/net/rsync/patches: patch-sender.c

      Log Message:

    [79 lines not shown]
VersionDeltaFile
1.64.2.1+4-5net/rsync/distinfo
1.131.2.1+2-3net/rsync/Makefile
1.1.2.1+1-1net/rsync/patches/patch-sender.c
+7-93 files

NetBSD/pkgsrc ynxLudieditors/vim-share distinfo version.mk

   Pullup ticket #7119 - requested by morr
   editors/vim-share: Security fix

   Revisions pulled up:
   - editors/vim-share/PLIST                                       1.89
   - editors/vim-share/distinfo                                    1.234-1.235
   - editors/vim-share/version.mk                                  1.170-1.171

   ---
      Module Name:    pkgsrc
      Committed By:   morr
      Date:           Sun May 17 17:23:38 UTC 2026

      Modified Files:
              pkgsrc/editors/vim-share: PLIST distinfo version.mk

      Log Message:
      Update to version 9.2.0491.


    [77 lines not shown]
VersionDeltaFile
1.227.2.6+4-4editors/vim-share/distinfo
1.163.2.6+3-3editors/vim-share/version.mk
1.85.2.4+2-1editors/vim-share/PLIST
+9-83 files

OpenBSD/src rUiyE8alib/libc/sys open.2

   document EACESS if __pledge_open() in /usr/share/zoneinfo terminates
   on a non-regular file
   ok dgl
VersionDeltaFile
1.62+7-1lib/libc/sys/open.2
+7-11 files

OpenBSD/src P230JeHsys/kern vfs_lookup.c

   only allow __pledge_open(2) to open regular files in the /usr/share/zoneinfo
   directory.  other file types return EACCES.
   ok dgl
VersionDeltaFile
1.93+6-1sys/kern/vfs_lookup.c
+6-11 files

LLVM/project 239fe44utils/bazel/llvm-project-overlay/mlir BUILD.bazel

[Bazel] Fixes 0107b92 (#198939)

This fixes 0107b929b2dad594a9868250878e1d891791dd62.

Co-authored-by: Google Bazel Bot <google-bazel-bot at google.com>
DeltaFile
+27-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+27-01 files

NetBSD/pkgsrc-wip 1b30cb1glsmac Makefile

Revert "Changes to be committed:"

This reverts commit 6aacc2c531052437f67f7a2b66aaec73b8728c30.

Horrible error, seems to have replaced wip/webkit-gtk/Makefile with glsmac/Makefile, which was NOT intended at all! Sorry!!
DeltaFile
+0-40glsmac/Makefile
+0-401 files

NetBSD/pkgsrc-wip 6aacc2cglsmac Makefile

Changes to be committed:
        new file:   Makefile
DeltaFile
+40-0glsmac/Makefile
+40-01 files

FreeBSD/ports b6498d9security/vuxml/vuln 2026.xml

security/vuxml: add FreeBSD SAs issued on 2026-05-20

FreeBSD-SA-26:18.setcred affects all supported releases
FreeBSD-SA-26:19.file affects all supported releases
FreeBSD-SA-26:20.fusefs affects all supported releases
FreeBSD-SA-26:21.ptrace affects all supported releases
FreeBSD-SA-26:22.casper affects all supported releases
FreeBSD-SA-26:23.bsdinstall affects all supported releases
FreeBSD-SA-26:24.cap_net affects all supported releases
DeltaFile
+260-0security/vuxml/vuln/2026.xml
+260-01 files

NetBSD/pkgsrc-wip 3b7851cwebkit-gtk Makefile

Changes to be committed:
        created:    glsmac/Makefile
DeltaFile
+15-207webkit-gtk/Makefile
+15-2071 files

FreeBSD/doc d3dd5e6website/content/en/releases/14.3R errata.adoc, website/content/en/releases/14.4R errata.adoc

Add erratum affecting 14.3R, 14.4R and 15.0R

FreeBSD-EN-26:13.freebsd-update affects all supported releases
DeltaFile
+1-0website/content/en/releases/14.3R/errata.adoc
+1-0website/content/en/releases/14.4R/errata.adoc
+1-0website/content/en/releases/15.0R/errata.adoc
+3-03 files

FreeBSD/doc fadd7a5website/content/en/releases/14.3R errata.adoc, website/content/en/releases/14.4R errata.adoc

Add security advisories affecting 14.3R, 14.4R and 15.0R

FreeBSD-SA-26:18.setcred affects all supported releases
FreeBSD-SA-26:19.file affects all supported releases
FreeBSD-SA-26:20.fusefs affects all supported releases
FreeBSD-SA-26:21.ptrace affects all supported releases
FreeBSD-SA-26:22.casper affects all supported releases
FreeBSD-SA-26:23.bsdinstall affects all supported releases
FreeBSD-SA-26:24.cap_net affects all supported releases
DeltaFile
+7-0website/content/en/releases/14.3R/errata.adoc
+7-0website/content/en/releases/14.4R/errata.adoc
+7-0website/content/en/releases/15.0R/errata.adoc
+21-03 files

FreeBSD/ports f65b784math/py-numpy distinfo Makefile

math/py-numpy: update to 2.4.6

Changelog:      https://github.com/numpy/numpy/blob/v2.4.6/doc/changelog/2.4.6-changelog.rst
                https://github.com/numpy/numpy/blob/v2.4.6/doc/changelog/2.4.5-changelog.rst
DeltaFile
+3-3math/py-numpy/distinfo
+2-2math/py-numpy/Makefile
+5-52 files

Illumos/gate 3e61f52usr/src/data/ucode/intel Makefile.links 000C06F1-01, usr/src/pkg/manifests system-microcode-intel.p5m

18115 Update Intel microcode to 20260512
Reviewed by: Andy Fiddaman <illumos@@fiddaman.net>
Reviewed by: Toomas Soome <tsoome at me.com>
Approved by: Robert Mustacchi <rm+illumos at fingolfin.org>
DeltaFile
+20-0usr/src/data/ucode/intel/Makefile.links
+8-1usr/src/pkg/manifests/system-microcode-intel.p5m
+0-0usr/src/data/ucode/intel/000C06F1-01
+0-0usr/src/data/ucode/intel/000C06C1-10
+0-0usr/src/data/ucode/intel/000C0652-02
+0-0usr/src/data/ucode/intel/000B06D1-80
+28-15 files not shown
+28-111 files

LLVM/project d2d8c53clang/lib/Driver/ToolChains AMDGPU.cpp AMDGPUOpenMP.cpp, clang/lib/Driver/ToolChains/Arch AMDGPU.cpp

[AMDGPU] Rewrite `-march` to `-mcpu` in the AMDGPU Toolchain (#198877)

Summary:
Pretty much every target uses either `-mcpu` or `-march` consistently.
AMDGPU has been accidentally using both for a while, mostly from some
fallout with the OpenMP Toolchain. This is too deep to pull out without
potentially disrupting users, but I want to at least contain it by
canonicalizing `-march` to `-mcpu` in the driver. This means we don't
need to bother checking both like every other target does.
DeltaFile
+8-5clang/lib/Driver/ToolChains/AMDGPU.cpp
+3-4clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
+1-5clang/lib/Driver/ToolChains/CommonArgs.cpp
+1-3clang/lib/Driver/ToolChains/Arch/AMDGPU.cpp
+13-174 files