NetBSD/pkgsrc-wip 8a7730dchromium distinfo, chromium/patches patch-chrome_browser_about__flags.cc patch-third__party_wayland_src_src_scanner.c

chromium: update to 148.0.7778.215

Enable wayland support
DeltaFile
+1,602-1,600chromium/distinfo
+58-58chromium/patches/patch-chrome_browser_about__flags.cc
+35-0chromium/patches/patch-third__party_wayland_src_src_scanner.c
+33-0chromium/patches/patch-third__party_wayland_src_src_wayland-os.c
+10-10chromium/patches/patch-chrome_common_pref__names.h
+15-3chromium/patches/patch-third__party_wayland_include_config.h
+1,753-1,6711,589 files not shown
+3,395-3,3081,595 files

LLVM/project 77860f2llvm/lib/IR Verifier.cpp

[NFC][LLVM] Remove redundant verifier type checks for some intrinsics (#200658)

Remove the following redundant type checks:

* `[s|u]div_fix*` intrinsics, existing checks in `isSignatureValid` will
verify that arg0 and arg1 are int or int vectors (since they use
`llvm_anyint_ty`) and arg2 is declared as i32, so checks related to it
are also redundant.
* For `lrint` family, the result is `llvm_anyfloat_ty` and the argument
is `llvm_anyint_ty`, so one of the checks is redundant.
DeltaFile
+2-20llvm/lib/IR/Verifier.cpp
+2-201 files

FreeBSD/src 510ee66sys/dev/ntsync linux_ntsync.c linux_ntsync.h, sys/modules Makefile

linux_ntsync: linux compat shim for ntsync(9)

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57038
DeltaFile
+302-0sys/dev/ntsync/linux_ntsync.c
+62-0sys/dev/ntsync/linux_ntsync.h
+6-0sys/modules/linux_ntsync/Makefile
+1-0sys/modules/Makefile
+371-04 files

FreeBSD/src d0ea3afsys/dev/ntsync ntsync.c, sys/sys user.h

ntsync: add kinfo reporting

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57038
DeltaFile
+44-3sys/dev/ntsync/ntsync.c
+24-0sys/sys/user.h
+68-32 files

FreeBSD/src 0ac9aacetc/mtree BSD.include.dist, include Makefile

ntsync: install headers for userspace consumption

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57038
DeltaFile
+2-0etc/mtree/BSD.include.dist
+1-1include/Makefile
+3-12 files

FreeBSD/src 03ca6dbsys/dev/ntsync ntsync.c ntsyncvar.h, sys/modules Makefile

ntsync(4)

The driver implements the ntsync interface as specified in the Linux
7.0-rc3 document Documentation/userspace-api/ntsync.rst.  Only the
documentation and the userspace tests (Linux'
tools/testing/selftests/drivers/ntsync/ntsync.c) were used for
reference.  When the documentation contradicted the tests, tests
behavior was implemented.

One quirk is that Linux API needs to return an error from ioctl() and to
copyout the modified ioctl() argument.  Our generic ioctl() is not flexible
enough to implement this, so the ntsync_ioctl_copyout() hack allows to
copyout the ioctl parameter directly from the ioctl method, instead of
relying on the ioctl infra.

The FreeBSD port of the tests, that can be compiled both on FreeBSD and
Linux, is available at https://github.com/kostikbel/freebsd-ntsync-test.
The Linux binary compiled with the Linux test harness, cannot be run
under linuxolator due to unimplemented syscalls, but the shims in

    [6 lines not shown]
DeltaFile
+1,379-0sys/dev/ntsync/ntsync.c
+119-0sys/dev/ntsync/ntsyncvar.h
+66-0sys/dev/ntsync/ntsync.h
+6-0sys/modules/ntsync/Makefile
+1-0sys/modules/Makefile
+1-0sys/sys/file.h
+1,572-06 files

FreeBSD/ports 495c1deastro/traccar pkg-plist distinfo, astro/traccar/files traccar.in

astro/traccar: upgrade to 6.14.0
DeltaFile
+366-145astro/traccar/pkg-plist
+3-3astro/traccar/distinfo
+2-2astro/traccar/Makefile
+1-0astro/traccar/files/traccar.in
+372-1504 files

LLVM/project c42f188lldb/source/Commands CommandObjectFrame.cpp

[lldb] Fix up comment placement (NFC) (#200671)

Follow up to https://github.com/llvm/llvm-project/pull/200084
DeltaFile
+4-4lldb/source/Commands/CommandObjectFrame.cpp
+4-41 files

FreeBSD/ports 79ce3b5devel/py-qtconsole Makefile

devel/py-qtconsole: Switch to Qt6
DeltaFile
+3-3devel/py-qtconsole/Makefile
+3-31 files

LLVM/project a89a659llvm/lib/Transforms/Scalar TailRecursionElimination.cpp, llvm/test/Transforms/TailCallElim accum_recursion.ll dropping_debugloc_acc_rec_inst_rnew.ll

[TailCallElim] Drop poison-generating flags on reassociated accumulators (#200624)

For example if you have recursion like

    int prod(n) {
      if (n == 0) return 1;
      return prod(n-1) * f(n)
    }

then logically this computes (((f(1) * f(2)) * f(3)) * f(4)) * ... f(n).

But TailCallElim reassociates this, computing instead
((f(n) * f(n-1)) * f(n-2)) * ...

If the operator (* in this case) had poison-generating flags like
nsw, those may not still apply after reassociation.  (For example,
suppose in this example f(1) returns 0 -- in that case the original
multiplication cannot overflow, but the new one still might.)

Fix this by clearing the poison-generating flags after reassociating.
DeltaFile
+45-7llvm/test/Transforms/TailCallElim/accum_recursion.ll
+2-2llvm/test/Transforms/TailCallElim/dropping_debugloc_acc_rec_inst_rnew.ll
+4-0llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
+51-93 files

FreeBSD/doc 5075995website/content/en/releases/15.1R relnotes.adoc

15.1/relnotes: LinuxKPI based wirleess drivers

Adjust the carefully prepared list of changes for the 15.1 release:
- reduce the list of driver updates to the ones we actually ship.
  Mediatek was in a different category anyway.
- adjust some descriptions and add notes to Realtek drivers that
  there are known issues.

Sponsored by:   The FreeBSD Foundation
Reviewed by:    vladlen
Differential Revision: https://reviews.freebsd.org/D57243
DeltaFile
+7-23website/content/en/releases/15.1R/relnotes.adoc
+7-231 files

FreeBSD/ports 5399aa4security/vuxml/vuln 2026.xml

security/vuxml: Fix nginx entry

The range seems wrong according to https://nginx.org/en/CHANGES:

Changes with nginx 1.31.1                                        22 May 2026

    *) Security: a heap memory buffer overflow might occur in a worker
       process when using a configuration with overlapping captures in
       ngx_http_rewrite_module, potentially resulting in arbitrary code
       execution (CVE-2026-9256).
       Thanks to Mufeed VH of Winfunc Research.
DeltaFile
+1-1security/vuxml/vuln/2026.xml
+1-11 files

FreeBSD/ports 58b9bc6editors/encryptpad Makefile distinfo

editors/encryptpad: Update to latest commit 20260529

- Remove BINARY_ALIAS for python and qmake

ChangeLog:
https://github.com/evpo/EncryptPad/compare/a0360d132b1367a9ba5328253a1c4d402266b4bd...8e8dcb8626fcc8458f43f1a188d5b1fd6a1ee956

MFH:            2026Q2 (bugfixes)
(cherry picked from commit 4d7c28a2ccc4925cdd8132386c9f334366f6879d)
DeltaFile
+3-5editors/encryptpad/Makefile
+3-3editors/encryptpad/distinfo
+6-82 files

FreeBSD/ports 1dcb82amath/R-cran-RcppArmadillo distinfo Makefile

math/R-cran-RcppArmadillo: Update to 15.2.7-1

ChangeLog: https://cran.r-project.org/web/packages/RcppArmadillo/news.html
DeltaFile
+3-3math/R-cran-RcppArmadillo/distinfo
+1-1math/R-cran-RcppArmadillo/Makefile
+4-42 files

FreeBSD/ports c457448x11-themes/Kvantum distinfo Makefile

x11-themes/Kvantum: Update to 1.1.8

ChangeLog: https://github.com/tsujan/Kvantum/releases/tag/V1.1.8
DeltaFile
+3-3x11-themes/Kvantum/distinfo
+1-1x11-themes/Kvantum/Makefile
+4-42 files

FreeBSD/ports 4d7c28aeditors/encryptpad Makefile distinfo

editors/encryptpad: Update to latest commit 20260529

- Remove BINARY_ALIAS for python and qmake

ChangeLog:
https://github.com/evpo/EncryptPad/compare/a0360d132b1367a9ba5328253a1c4d402266b4bd...8e8dcb8626fcc8458f43f1a188d5b1fd6a1ee956

MFH:            2026Q2 (bugfixes)
DeltaFile
+3-5editors/encryptpad/Makefile
+3-3editors/encryptpad/distinfo
+6-82 files

FreeBSD/ports 662eb54devel/aws-c-common distinfo Makefile

devel/aws-c-common: Update to 0.14.0

ChangeLog: https://github.com/awslabs/aws-c-common/releases/tag/v0.14.0
DeltaFile
+3-3devel/aws-c-common/distinfo
+1-1devel/aws-c-common/Makefile
+4-42 files

OpenBSD/ports p1ZwI52net/fastnetmon Makefile distinfo, net/fastnetmon/patches patch-src_CMakeLists_txt

   update to fastnetmon-1.2.9, including an update to the bundled fmtlib
   which unbreaks llvm22 build.
VersionDeltaFile
1.9+13-2net/fastnetmon/patches/patch-src_CMakeLists_txt
1.21+1-3net/fastnetmon/Makefile
1.9+2-2net/fastnetmon/distinfo
+16-73 files

OpenBSD/ports hLTokTTwww/nextcloud/33 distinfo Makefile, www/nextcloud/33/pkg PLIST

   Update for Nextcloud to 33.0.4

   OK rsadowski
VersionDeltaFile
1.4+625-793www/nextcloud/33/pkg/PLIST
1.4+2-2www/nextcloud/33/distinfo
1.4+1-1www/nextcloud/33/Makefile
+628-7963 files

OpenBSD/ports CqN9Kncnet/radcli Makefile

   Since security/nettle installs a header that needs c99 (alignas)
   move to ports-gcc to fix the build on sparc64
VersionDeltaFile
1.22+4-0net/radcli/Makefile
+4-01 files

NetBSD/pkgsrc KobqwDKdoc CHANGES-2026

   Updated www/freenginx-devel to 1.31.2nb1
VersionDeltaFile
1.3400+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc v7fiL8Mwww/freenginx-devel distinfo options.mk

   www/freenginx-devel: update third-party cache_purge module to 3.0.2

   ChangeLog:   https://github.com/nginx-modules/ngx_cache_purge/compare/2.5.3...3.0.2

   Bump PKGREVISION.

   Sponsored by:        tipi.work
VersionDeltaFile
1.14+4-4www/freenginx-devel/distinfo
1.8+2-2www/freenginx-devel/options.mk
1.16+2-1www/freenginx-devel/Makefile
+8-73 files

OpenBSD/src bvupeSClib/libc/time ctime.3

   ctime.3: remove warning about tm_zone and tm_gmtoff

   These are standardized in posix 2024 via Austin Group Defect 1533. So they
   won't go away or change anytime soon.

   ok job millert
VersionDeltaFile
1.54+4-8lib/libc/time/ctime.3
+4-81 files

LLVM/project 6df37a4llvm/lib/Transforms/Utils SimplifyCFG.cpp, llvm/test/Transforms/SimplifyCFG rangereduce.ll

[spr] initial version

Created using spr 1.3.8-wip
DeltaFile
+27-26llvm/test/Transforms/SimplifyCFG/rangereduce.ll
+15-11llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+4-9llvm/test/Transforms/SimplifyCFG/RISCV/switch-of-powers-of-two.ll
+46-463 files

OpenBSD/ports dO0Ubppdevel/ipython distinfo Makefile

   update ipython to 9.14.0
VersionDeltaFile
1.59+2-2devel/ipython/distinfo
1.106+1-1devel/ipython/Makefile
+3-32 files

OpenBSD/ports duAk0Lmdevel/py-holidays distinfo Makefile, devel/py-holidays/pkg PLIST

   update py-holidays to 0.97
VersionDeltaFile
1.10+2-2devel/py-holidays/distinfo
1.8+4-0devel/py-holidays/pkg/PLIST
1.11+1-1devel/py-holidays/Makefile
+7-33 files

FreeBSD/ports 8910a72math/py-graphillion Makefile distinfo

math/py-graphillion: Update version 1.5=>1.7

Changelog: https://github.com/graphillion/graphillion/releases/tag/v1.7
DeltaFile
+2-4math/py-graphillion/Makefile
+3-3math/py-graphillion/distinfo
+5-72 files

FreeBSD/ports 67528f5devel/py-pympler Makefile distinfo

devel/py-pympler: Update version 1.0.1=>1.1

Changelog: https://github.com/pympler/pympler/releases/tag/1.1
DeltaFile
+6-3devel/py-pympler/Makefile
+3-3devel/py-pympler/distinfo
+9-62 files

FreeBSD/ports 925d715www/py-formencode distinfo Makefile

www/py-formencode: Update version 2.1.0=>2.1.1

Changelog: https://github.com/formencode/formencode/releases/tag/2.1.1
DeltaFile
+3-3www/py-formencode/distinfo
+2-3www/py-formencode/Makefile
+5-62 files

FreeBSD/ports bd791e2finance/py-stripe distinfo Makefile

finance/py-stripe: Update version 3.3.0=>3.4.0

Changelog: https://github.com/stripe/stripe-python/releases/tag/v3.4.0
DeltaFile
+3-3finance/py-stripe/distinfo
+1-1finance/py-stripe/Makefile
+4-42 files