NetBSD/src yDwFvtysys/dev/ic dwc_gmac.c

   Use correct name for bit 24 in dwc_gmac_desc_std_rx_init_flags()
VersionDeltaFile
1.100+3-3sys/dev/ic/dwc_gmac.c
+3-31 files

FreeBSD/ports 9350658www/mybb Makefile distinfo

www/mybb: Update 1.8.39 => 1.8.40 (18 security vulnerabilities), take maintainership

Release Notes
https://blog.mybb.com/2026/05/28/mybb-1-8-40-released-security-maintenance-release/

Improve port:
- Update WWW - old link redirects to new.
- Fix warnings from portclippy.
- Sort USE_PHP.
- Remove unnecessary WWWDIR - it have default value.
- Replace "CP -R" with "COPYTREE_SHARE".

PR:             295713
Security:       GHSA-p766-qqxv-rfc2
Security:       GHSA-4p6g-p3qh-559v
Security:       GHSA-gpc4-77rp-3xqr
Security:       GHSA-wf92-5q5h-qr53
Security:       GHSA-p48q-4vgf-q7x8
Security:       GHSA-c2hm-g9w6-pv6x

    [17 lines not shown]
DeltaFile
+9-12www/mybb/Makefile
+3-3www/mybb/distinfo
+1-0www/mybb/pkg-plist
+13-153 files

LLVM/project 2501cddllvm/test/CodeGen/X86 vector-shuffle-combining-avx512vbmi2.ll

[X86] Add VBMI2 shuffle test to track miscompile reported in #200136 (#200569)
DeltaFile
+16-0llvm/test/CodeGen/X86/vector-shuffle-combining-avx512vbmi2.ll
+16-01 files

OpenBSD/ports QqnhTjdprint/hplip/patches patch-scan_sane_orblite_c patch-scan_sane_ledmi_h

   Fix build with llvm 22; from Arch Linux.
VersionDeltaFile
1.4+99-0print/hplip/patches/patch-scan_sane_orblite_c
1.1+14-0print/hplip/patches/patch-scan_sane_ledmi_h
1.7+11-0print/hplip/patches/patch-scan_sane_hpaio_c
+124-03 files

NetBSD/pkgsrc 1zS3AOQwww Makefile

   www: Enable php-pmwiki
VersionDeltaFile
1.1921+2-1www/Makefile
+2-11 files

NetBSD/pkgsrc jzB1Cqvdoc CHANGES-2026

   doc: Added www/php-pmwiki version 2.6.0
VersionDeltaFile
1.3337+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UyAOnCUwww/php-pmwiki PLIST Makefile

   www/php-pmwiki: import php85-pmwiki-2.6.0

   PmWiki is a wiki-based content-management system (CMS) for
   collaborative creation and maintenance of websites.
VersionDeltaFile
1.1+244-0www/php-pmwiki/PLIST
1.1+51-0www/php-pmwiki/Makefile
1.1+5-0www/php-pmwiki/distinfo
1.1+2-0www/php-pmwiki/DESCR
+302-04 files

FreeBSD/ports 985692ewww/mybb Makefile distinfo

www/mybb: Update 1.8.39 => 1.8.40 (18 security vulnerabilities), take maintainership

Release Notes
https://blog.mybb.com/2026/05/28/mybb-1-8-40-released-security-maintenance-release/

Improve port:
- Update WWW - old link redirects to new.
- Fix warnings from portclippy.
- Sort USE_PHP.
- Remove unnecessary WWWDIR - it have default value.
- Replace "CP -R" with "COPYTREE_SHARE".

PR:             295713
Security:       GHSA-p766-qqxv-rfc2
Security:       GHSA-4p6g-p3qh-559v
Security:       GHSA-gpc4-77rp-3xqr
Security:       GHSA-wf92-5q5h-qr53
Security:       GHSA-p48q-4vgf-q7x8
Security:       GHSA-c2hm-g9w6-pv6x

    [15 lines not shown]
DeltaFile
+9-12www/mybb/Makefile
+3-3www/mybb/distinfo
+1-0www/mybb/pkg-plist
+13-153 files

NetBSD/pkgsrc LYVihqXdoc CHANGES-2026

   doc: Updated geography/py-ubx2 to 1.3.1
VersionDeltaFile
1.3336+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc DNoLHMigeography/py-ubx2 Makefile distinfo

   geography/py-ubx2: Update to 1.3.1

   Upstream NEWS, less minor improvements and bugfixes:

   [bugfixes only]
VersionDeltaFile
1.8+6-2geography/py-ubx2/Makefile
1.5+4-4geography/py-ubx2/distinfo
+10-62 files

NetBSD/pkgsrc A7o4Rqndoc CHANGES-2026

   doc: Updated mail/mu to 1.14.1nb1
VersionDeltaFile
1.3335+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/src 2010906sys/kern imgact_elf.c

imgact_elf: add sysctl kern.elfXX.phnums for the number of program headers

that are accepted in the activated image or interpreter.

Requested by:   jhb
Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57328
DeltaFile
+12-10sys/kern/imgact_elf.c
+12-101 files

NetBSD/pkgsrc whMq4qbmail/mu PLIST PLIST.emacs, mail/mu/patches patch-lib_utils_mu-utils.cc

   mail/mu: Fix some more ctype(3) abuses not to abort indexing

   * Fix PLISTs for mu-emacs option.
   * Bump PKGREVISION.
VersionDeltaFile
1.6+1-92mail/mu/PLIST
1.3+9-2mail/mu/PLIST.emacs
1.2+10-1mail/mu/patches/patch-lib_utils_mu-utils.cc
1.19+2-2mail/mu/distinfo
1.26+2-1mail/mu/Makefile
+24-985 files

LLVM/project d46e7dcclang/lib/AST/ByteCode Interp.h, clang/test/AST/ByteCode c.c

[clang][bytecode] Fix an assertion failure in AddSubNonNumber (#200393)

Calling Integral::getPtr() shouldn't happen for AddrLabelDiff integrals.
DeltaFile
+8-0clang/test/AST/ByteCode/c.c
+6-0clang/lib/AST/ByteCode/Interp.h
+14-02 files

FreeBSD/ports 314d348net/libslirp distinfo Makefile

net/libslirp: Update to 4.9.3
DeltaFile
+3-3net/libslirp/distinfo
+1-1net/libslirp/Makefile
+4-42 files

FreeBSD/ports 21c9622editors/marknote Makefile distinfo

editors/marknote: Update to 1.6.0
DeltaFile
+3-5editors/marknote/Makefile
+3-3editors/marknote/distinfo
+6-82 files

FreeBSD/ports 990ee58graphics/libheif distinfo Makefile, graphics/libheif/files patch-svt-av1-4.1

graphics/libheif: Update to 1.22.2

Release notes:  https://github.com/strukturag/libheif/releases/tag/v1.22.0
                https://github.com/strukturag/libheif/releases/tag/v1.22.1
                https://github.com/strukturag/libheif/releases/tag/v1.22.2
DeltaFile
+0-25graphics/libheif/files/patch-svt-av1-4.1
+3-7graphics/libheif/distinfo
+1-6graphics/libheif/Makefile
+2-0graphics/libheif/pkg-plist
+6-384 files

FreeBSD/ports 8a88150www/ungoogled-chromium distinfo, www/ungoogled-chromium/files patch-base_system_sys__info__freebsd.cc patch-content_browser_renderer__host_render__widget__host__view__aura.cc

www/ungoogled-chromium: update to 148.0.7778.215

Security:       https://vuxml.freebsd.org/freebsd/e725f5d5-5c24-11f1-b189-a8a1599412c6.html
PR:             295495
(cherry picked from commit 3addbcc02553e82d2c7d1bf15867fbe68fc99081)
DeltaFile
+7-7www/ungoogled-chromium/distinfo
+5-7www/ungoogled-chromium/files/patch-base_system_sys__info__freebsd.cc
+6-6www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc
+5-5www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5
+5-5www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc
+4-4www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.cc
+32-3414 files not shown
+62-6420 files

FreeBSD/ports 55254e1www/chromium distinfo, www/chromium/files patch-components_password__manager_core_browser_features_password__features.cc patch-base_system_sys__info__freebsd.cc

www/chromium: update to 148.0.7778.215

Security:       https://vuxml.freebsd.org/freebsd/e725f5d5-5c24-11f1-b189-a8a1599412c6.html
PR:             295495
(cherry picked from commit 1c960ccb48ff89ae505e55999cab283579fc3e2a)
DeltaFile
+11-2www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc
+5-7www/chromium/files/patch-base_system_sys__info__freebsd.cc
+6-6www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc
+5-5www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc
+5-5www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5
+5-5www/chromium/distinfo
+37-3014 files not shown
+69-6220 files

FreeBSD/ports 3addbccwww/ungoogled-chromium distinfo, www/ungoogled-chromium/files patch-content_browser_renderer__host_render__widget__host__view__aura.cc patch-base_system_sys__info__freebsd.cc

www/ungoogled-chromium: update to 148.0.7778.215

Security:       https://vuxml.freebsd.org/freebsd/e725f5d5-5c24-11f1-b189-a8a1599412c6.html
PR:             295495
DeltaFile
+7-7www/ungoogled-chromium/distinfo
+6-6www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc
+5-7www/ungoogled-chromium/files/patch-base_system_sys__info__freebsd.cc
+5-5www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5
+5-5www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc
+4-4www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.cc
+32-3414 files not shown
+62-6420 files

FreeBSD/ports 1c960ccwww/chromium distinfo, www/chromium/files patch-components_password__manager_core_browser_features_password__features.cc patch-content_browser_renderer__host_render__widget__host__view__aura.cc

www/chromium: update to 148.0.7778.215

Security:       https://vuxml.freebsd.org/freebsd/e725f5d5-5c24-11f1-b189-a8a1599412c6.html
PR:             295495
DeltaFile
+11-2www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc
+6-6www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc
+5-7www/chromium/files/patch-base_system_sys__info__freebsd.cc
+5-5www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5
+5-5www/chromium/distinfo
+5-5www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc
+37-3014 files not shown
+69-6220 files

OpenBSD/ports iAw7haWdevel/quirks Makefile, devel/quirks/files Quirks.pm

   Remove telepathy-logger, nothing uses it anymore and it does not build with
   llvm 22.
VersionDeltaFile
1.1809+2-1devel/quirks/files/Quirks.pm
1.1795+1-1devel/quirks/Makefile
1.21+0-1net/telepathy/Makefile
1.3+0-0net/telepathy/telepathy-logger/patches/patch-tools_glib-ginterface-gen_py
1.3+0-0net/telepathy/telepathy-logger/patches/patch-tools_glib-gtypes-generator_py
1.3+0-0net/telepathy/telepathy-logger/patches/patch-tools_glib-interfaces-gen_py
+3-311 files not shown
+3-317 files

OpenBSD/ports dEBv7Uqx11/gnome/polari Makefile

   net/telepathy/telepathy-logger is not needed.
VersionDeltaFile
1.24+1-1x11/gnome/polari/Makefile
+1-11 files

OpenBSD/ports mKCRNyDwww/ungoogled-chromium distinfo, www/ungoogled-chromium/patches patch-base_system_sys_info_freebsd_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc

   update to 148.0.7778.215
VersionDeltaFile
1.150+6-6www/ungoogled-chromium/distinfo
1.6+4-6www/ungoogled-chromium/patches/patch-base_system_sys_info_freebsd_cc
1.41+5-5www/ungoogled-chromium/patches/patch-content_browser_renderer_host_render_widget_host_view_aura_cc
1.59+4-4www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_runtime_enabled_features_json5
1.27+4-4www/ungoogled-chromium/patches/patch-gpu_command_buffer_service_shared_image_shared_image_factory_cc
1.51+3-3www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_frame_browser_view_cc
+26-2814 files not shown
+43-4520 files

FreeBSD/ports 5301551security/vuxml/vuln 2026.xml

security/vuxml: add www/*chromium < 148.0.7778.215

Obtained from:  https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html
DeltaFile
+333-0security/vuxml/vuln/2026.xml
+333-01 files

OpenBSD/ports GrOZTaageo/libchamplain Makefile

   Use an haxe to fix build with llvm 22.
   The project is dead upstream.
VersionDeltaFile
1.49+4-1geo/libchamplain/Makefile
+4-11 files

NetBSD/pkgsrc d1zV8L3doc CHANGES-2026

   doc: Updated multimedia/libaom to 3.14.1
VersionDeltaFile
1.3334+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VEdjX4vmultimedia/libaom distinfo Makefile, multimedia/libaom/patches patch-examples_svc__encoder__rtc.cc patch-build_cmake_aom__configure.cmake

   multimedia/libaom: Update to 3.14.1

   Changelog:
   2026-05-22 v3.14.1
     This release is ABI compatible with the last release. See
     https://aomedia.googlesource.com/aom/+log/v3.14.0..v3.14.1 for all the
     commits in this release.

     - Bug Fixes
       * b:513603812: NULL Pointer Dereference in validate_img
         (av1_cx_iface.c) with 10-bit monochrome input
       * oss-fuzz:514006304: Increase ctx->cx_data_sz to 2.5x uncomp frame
         size

   2026-05-12 v3.14.0
     This release is ABI compatible with the last release.

     This release includes significant compression efficiency and
     perceptual quality improvements for layered image encoding, in

    [112 lines not shown]
VersionDeltaFile
1.30+9-9multimedia/libaom/distinfo
1.41+3-6multimedia/libaom/Makefile
1.2+4-4multimedia/libaom/patches/patch-examples_svc__encoder__rtc.cc
1.9+3-3multimedia/libaom/patches/patch-build_cmake_aom__configure.cmake
1.5+3-3multimedia/libaom/patches/patch-build_cmake_aom__optimization.cmake
1.4+3-3multimedia/libaom/patches/patch-build_cmake_exports.cmake
+25-282 files not shown
+30-318 files

LLVM/project 9bface9llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll, llvm/test/CodeGen/AMDGPU/GlobalISel legalize-load-global.mir

Rebase

Created using spr 1.3.7
DeltaFile
+5,590-5,510llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+10,469-10llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
+2,241-2,241llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/arithmetic.test
+1,831-1,831llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fp.test
+1,541-1,541llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlseg-vsseg.test
+1,417-1,417llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/bitwise.test
+23,089-12,5501,766 files not shown
+94,758-51,3441,772 files

OpenBSD/ports Kix2vyRlang/algol68g Makefile distinfo

   update to algol68g-3.12.2
VersionDeltaFile
1.30+2-3lang/algol68g/Makefile
1.21+2-2lang/algol68g/distinfo
+4-52 files