FreeBSD/src 4ef1a73share/man/man5 style.mdoc.5

style.mdoc.5: Document Nd style

The Nd macro takes the rest of the line as an argument,
so there is no need for extra quoting.

MFC after:      3 days
DeltaFile
+9-2share/man/man5/style.mdoc.5
+9-21 files

OpenBSD/ports rgNScO8misc/remind distinfo Makefile

   misc/remind: update to 6.2.7

   from Martin Ziemer (maintainer)
VersionDeltaFile
1.73+2-2misc/remind/distinfo
1.104+2-2misc/remind/Makefile
+4-42 files

OpenBSD/ports UZvAPmQdevel/kf6/baloo/pkg PLIST, devel/kf6/breeze-icons/pkg PLIST

   Update KDE Frameworks 6.27.0

   https://kde.org/announcements/frameworks/6/6.27.0/
VersionDeltaFile
1.24+0-86devel/kf6/breeze-icons/pkg/PLIST
1.11+22-0devel/kf6/purpose/pkg/PLIST
1.10+10-0devel/kf6/baloo/pkg/PLIST
1.8+5-0devel/kf6/kio/pkg/PLIST
1.5+1-4devel/kf6/kcalendarcore/pkg/PLIST
1.25+2-2devel/kf6/karchive/distinfo
+40-9298 files not shown
+213-239104 files

OpenBSD/ports Kx20wJmwww/hugo distinfo modules.inc

   www/hugo: update to 0.163.1

   Changes:
    - https://github.com/gohugoio/hugo/releases/tag/v0.163.0
    - https://github.com/gohugoio/hugo/releases/tag/v0.163.1
VersionDeltaFile
1.97+44-44www/hugo/distinfo
1.60+14-14www/hugo/modules.inc
1.105+1-1www/hugo/Makefile
+59-593 files

FreeBSD/ports 43b9e1bwww/nextcloud-groupfolders distinfo Makefile

www/nextcloud-groupfolders: Update to 21.0.8
DeltaFile
+3-3www/nextcloud-groupfolders/distinfo
+1-1www/nextcloud-groupfolders/Makefile
+4-42 files

FreeBSD/ports d6a22d0emulators/nemu distinfo Makefile

emulators/nemu: Update to 3.5.0

Reported by:    portscout!
DeltaFile
+3-3emulators/nemu/distinfo
+1-1emulators/nemu/Makefile
+4-42 files

FreeBSD/ports 66b96fclang/gir-to-d Makefile

lang/gir-to-d: Drop maintainership
DeltaFile
+1-1lang/gir-to-d/Makefile
+1-11 files

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

   register removal of xcopilot
VersionDeltaFile
1.1818+2-1devel/quirks/files/Quirks.pm
1.1804+1-1devel/quirks/Makefile
+3-22 files

OpenBSD/ports 4e6en5eemulators/xcopilot Makefile, emulators/xcopilot/patches patch-Makefile_in patch-xcopilot_c

   Retire xcopilot. Discussed with naddy@ and sthen@
VersionDeltaFile
1.27+0-0emulators/xcopilot/Makefile
1.4+0-0emulators/xcopilot/patches/patch-Makefile_in
1.6+0-0emulators/xcopilot/pkg/PLIST
1.3+0-0emulators/xcopilot/patches/patch-xcopilot_c
1.3+0-0emulators/xcopilot/patches/patch-mc68k_custom_h
1.3+0-0emulators/xcopilot/patches/patch-mx_Makefile_in
+0-04 files not shown
+0-010 files

OpenBSD/ports vNIRPdhemulators Makefile

   Retire xcopilot. Discussed with naddy@ and sthen@
VersionDeltaFile
1.125+0-1emulators/Makefile
+0-11 files

FreeBSD/src 2b619b7contrib/llvm-project/clang/lib/Driver/ToolChains FreeBSD.h

Merge commit 93a67259cf23 from llvm git (by ShengYi Hung):

  [ToolChains][FreeBSD] Set default Linker to LLD for FreeBSD (#190596)

  When the linker is specified as ld, toolchain applies special handling
  by invoking (triple)-ld instead of resolving ld via standard PATH
  lookup. This causes GNU ld installed via the system package manager to
  take the precedence (since (triple)-ld appears earlier in the search
  path), effectively overriding ld.lld.

  As a result, we set the default Linker on FreeBSD to ld.lld to indicate
  we want to use lld by default.

PR:             292067
MFC after:      3 days
DeltaFile
+4-0contrib/llvm-project/clang/lib/Driver/ToolChains/FreeBSD.h
+4-01 files

NetBSD/pkgsrc RRbPskgtextproc/cjose distinfo Makefile, textproc/cjose/patches patch-configure patch-concatkdf.c

   cjose: update to 0.6.2.6

   0.6.2.6
   * **Security fix**: AES-CBC-HMAC JWE encryption used an all-zero content-encryption key.
     `_cjose_jwe_set_cek_aes_cbc` inverted the "random" flag and zero-filled the CEK instead
     of generating it from `RAND_bytes`. Every JWE produced with an AES-CBC-HMAC `enc`
     (A128CBC-HS256 / A192CBC-HS384 / A256CBC-HS512) combined with a non-`dir` key-management
     `alg` (A128/192/256KW, RSA-OAEP, RSA1_5) was encrypted and authenticated under an
     all-zero key, breaking confidentiality and integrity for those ciphertexts. The `dir`
     algorithm and all AES-GCM `enc` values were not affected. Adds a regression test.
   * Additional hardening from a security audit of `jwe.c` / `jwk.c` / `jws.c`:
     * Fix EVP_CIPHER_CTX leak in AES-CBC content encryption on authentication-tag failure
     * Avoid NULL dereference of the optional `cjose_err` in ECDH-ES key decryption
     * Use a constant-time comparison for the multi-recipient CEK consistency check
     * Cleanse private key material (RSA/EC/oct) on JWK import and export, and fix a leak of
       the base64url buffer in EC private-key export
     * Check the ephemeral-key allocation in ECDH key derivation
     * Use integer arithmetic (instead of floating-point) for the base64url length check on
       imported JWK fields

    [32 lines not shown]
VersionDeltaFile
1.1+15-0textproc/cjose/patches/patch-configure
1.7+5-5textproc/cjose/distinfo
1.7+2-3textproc/cjose/Makefile
1.2+1-1textproc/cjose/patches/patch-concatkdf.c
+23-94 files

FreeBSD/ports 13bca29security/pcsc-tools distinfo Makefile

security/pcsc-tools: Update to 1.7.5
DeltaFile
+3-3security/pcsc-tools/distinfo
+1-1security/pcsc-tools/Makefile
+1-0security/pcsc-tools/pkg-plist
+5-43 files

NetBSD/pkgsrc Chmhm0yeditors/lyx PLIST Makefile, editors/lyx/patches patch-configure patch-src_support_filetools.cpp

   lyx: update to 2.5.1

   version 2.5.1?
   --------------

   This release fixes a number of mostly minor bugs in 2.5.0. One important fix
   concerns crashes when exiting LyX on OSX, specifically when documents are still
   open. We have also fixed a handful of bugs with the new input method support.

   version 2.5.0?
   --------------

   The new features in LyX 2.5 are detailed in
   https://wiki.lyx.org/LyX/NewInLyX25

   The major changes include:

   * Update the cross-referencing framework to allow additional backends
     (e.g., zref and cleverref) and to allow range references (e.g., sections

    [69 lines not shown]
VersionDeltaFile
1.16+1,294-341editors/lyx/PLIST
1.136+18-15editors/lyx/Makefile
1.2+8-8editors/lyx/patches/patch-configure
1.23+6-8editors/lyx/distinfo
1.1+14-0editors/lyx/patches/patch-src_support_filetools.cpp
1.2+1-1editors/lyx/patches/patch-src_lyxfind.cpp
+1,341-3732 files not shown
+1,343-3758 files

NetBSD/pkgsrc bRdCLmxdoc CHANGES-pkgsrc-2026Q1

   #7137 and #7138
VersionDeltaFile
1.1.2.27+8-1doc/CHANGES-pkgsrc-2026Q1
+8-11 files

NetBSD/pkgsrc pQ7dODxsysutils/xenkernel418 distinfo, sysutils/xenkernel420 distinfo

   Pullup ticket #7138 - requested by bouyer
   sysutils/xen*: security fix

   Revisions pulled up:
   - sysutils/xenkernel418/distinfo                                1.12
   - sysutils/xenkernel420/distinfo                                1.6
   - sysutils/xenkernel420/patches/patch-xen_arch_x86_Makefile     1.2
   - sysutils/xentools418/distinfo                                 1.12
   - sysutils/xentools418/version.mk                               1.9
   - sysutils/xentools420/distinfo                                 1.6
   - sysutils/xentools420/version.mk                               1.5

   ---
      Module Name:      pkgsrc
      Committed By:     bouyer
      Date:             Wed Jun 10 18:07:45 UTC 2026

      Modified Files:
        pkgsrc/sysutils/xenkernel420: distinfo

    [21 lines not shown]
VersionDeltaFile
1.1.6.1+7-7sysutils/xenkernel420/patches/patch-xen_arch_x86_Makefile
1.4.2.2+5-5sysutils/xenkernel420/distinfo
1.10.2.2+4-4sysutils/xenkernel418/distinfo
1.10.2.2+4-4sysutils/xentools418/distinfo
1.7.2.2+4-4sysutils/xentools418/version.mk
1.4.2.2+4-4sysutils/xentools420/distinfo
+28-281 files not shown
+32-327 files

NetBSD/pkgsrc riHUfooeditors/texstudio PLIST Makefile, editors/texstudio/patches patch-CMakeLists.txt

   texstudio: update to 4.9.5

   TeXstudio 4.9.5
   * fix crash when setting explicit root doc
   * improve handling collaboration with teamtype
   * workaround win11 style, invisible red background when text not found in searchpanel
   * keep folder structure of imported macros if more than one macro is imported
   * highlight more tex symbol as keyword
   * fix addresource bibfile when using citation-style-language

   TeXstudio 4.9.4
   * disable AI wizard by default
   * enable LLM to use tool functions to access the current document. This allows LLM
     to manipulate the document directly. This can be disabled.
   * fix losing cursor position when view width changes (soft wrap)
   * fix file detection in TOC when creating new file from include/input
   * improve loading speed with large projects
   * add find definitions on multiple defined labels
   * improve information when loading log is rejected because of size

    [294 lines not shown]
VersionDeltaFile
1.9+360-176editors/texstudio/PLIST
1.114+8-22editors/texstudio/Makefile
1.1+15-0editors/texstudio/patches/patch-CMakeLists.txt
1.13+5-4editors/texstudio/distinfo
+388-2024 files

NetBSD/src W5TbqANsys/sys kernhist.h

   Use __BIT() for history bit values.
VersionDeltaFile
1.32+8-8sys/sys/kernhist.h
+8-81 files

NetBSD/src n6WTb9ysys/sys kernhist.h

   Remove extra indent.
VersionDeltaFile
1.31+6-6sys/sys/kernhist.h
+6-61 files

LLVM/project cf004c9libcxx/test/std/utilities/format/format.range/format.range.fmtstr parse.pass.cpp format.pass.cpp, libcxx/test/std/utilities/format/format.range/format.range.formatter format.functions.vformat.pass.cpp format.functions.format.pass.cpp

[libcxx] Do not mark mkstemp tests xfail for libc (#203681)

mkstemp was recently implemented in
c9b25a6437fd97fdb1e55ab6661c0cccce98913e, so these tests now pass.
DeltaFile
+0-3libcxx/test/std/utilities/format/format.range/format.range.formatter/format.functions.vformat.pass.cpp
+0-3libcxx/test/std/utilities/format/format.range/format.range.formatter/format.functions.format.pass.cpp
+0-3libcxx/test/std/utilities/format/format.range/format.range.fmtstr/parse.pass.cpp
+0-3libcxx/test/std/utilities/format/format.range/format.range.fmtstr/format.pass.cpp
+0-3libcxx/test/std/utilities/format/format.range/format.range.fmtstr/format.functions.vformat.pass.cpp
+0-3libcxx/test/std/utilities/format/format.range/format.range.fmtstr/format.functions.format.pass.cpp
+0-186 files not shown
+0-3612 files

OpenBSD/src QyCrCO4usr.bin/tmux format.c tty-features.c

   Add an I format modifier to get some bits of information about a client
   (terminal features, capabilities and environment).
VersionDeltaFile
1.376+49-3usr.bin/tmux/format.c
1.37+40-1usr.bin/tmux/tty-features.c
1.1082+20-2usr.bin/tmux/tmux.1
1.106+13-1usr.bin/tmux/tty-term.c
1.1347+3-1usr.bin/tmux/tmux.h
+125-85 files

LLVM/project 94b46a0llvm/include/llvm/Passes MachinePassRegistry.def

[Passes] Remove redundant IR pass registries in MachinePassRegistry.def (#203659)

IR pass registries are redundant, remove them.
DeltaFile
+0-42llvm/include/llvm/Passes/MachinePassRegistry.def
+0-421 files

OpenBSD/ports sbHkVJ9x11/gnome/localsearch Makefile, x11/gnome/localsearch/pkg PLIST

   Move from graphics/libgexiv2 to graphics/gexiv2.
VersionDeltaFile
1.14+3-2x11/gnome/localsearch/Makefile
1.6+0-3x11/gnome/localsearch/pkg/PLIST
+3-52 files

OPNSense/core 3d9cccfsrc/opnsense/mvc/app/controllers/OPNsense/Base ControllerBase.php, src/opnsense/mvc/app/views/layout_partials base_form.volt base_dialog.volt

MVC:ui - refactor base_dialog and parseFormNode to simplify the template for https://github.com/opnsense/core/issues/9955 (#10410)

Move defaults to parseFormNode() and introduce "sections" with children to avoid some more magic in the volt templates.

Set default title on multi selectpickers as these sometimes seem to miss the "Nothing selected" phrase for some odd reason.

Functionally this should be a backward compatible change.
DeltaFile
+69-80src/opnsense/mvc/app/views/layout_partials/base_form.volt
+32-81src/opnsense/mvc/app/views/layout_partials/base_dialog.volt
+31-3src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerBase.php
+2-2src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt
+134-1664 files

OpenBSD/ports QNQgqsPmail/mozilla-thunderbird/patches patch-gfx_wr_webrender_src_texture_cache_rs, www/firefox-esr/patches patch-gfx_wr_webrender_src_texture_cache_rs

   www/mozillas: fix build with cbindgen 0.29.4.

   backport a patch from #2046162, build failure reported by naddy@
VersionDeltaFile
1.1+28-0www/firefox-esr/patches/patch-gfx_wr_webrender_src_texture_cache_rs
1.1+28-0www/librewolf/patches/patch-gfx_wr_webrender_src_texture_cache_rs
1.1+28-0www/mozilla-firefox/patches/patch-gfx_wr_webrender_src_texture_cache_rs
1.1+28-0www/tor-browser/browser/patches/patch-gfx_wr_webrender_src_texture_cache_rs
1.1+28-0mail/mozilla-thunderbird/patches/patch-gfx_wr_webrender_src_texture_cache_rs
+140-05 files

NetBSD/pkgsrc Cm7LBGpeditors/texworks Makefile distinfo

   texworks: update to 0.6.11

   Release 0.6.11 (TL'26) [February 2026]
   * Add additional cleanup patterns for LaTeXmk, biblatex, minitoc
   * List dictionary folders in the "Settings & Resources" dialog

   * Include prefix in selection if at the beginning of a line
   * Properly report version info in Windows installer
   * Make spell checker backend accept multiple languages
   * Update translations
   * Switch to build with Qt6 by default
   * Refactor and modernize parts of the code
   * Update URLs

   * Enlarge drawing rect to avoid artifacts in the PDF preview
   * Fix magnifier shadow position when ruler is shown
   * Correctly detect PDF 2.x
   * Fix Scripts menu for nested folders
   * Fix error handling of QSaveFile::commit

    [23 lines not shown]
VersionDeltaFile
1.145+7-7editors/texworks/Makefile
1.12+4-4editors/texworks/distinfo
1.8+3-3editors/texworks/PLIST
+14-143 files

OPNSense/core c822d0esrc/opnsense/mvc/app/views/OPNsense/Diagnostics traceroute.volt dns_diagnostics.volt

mvc/templates - remove direct apply_btn_id usage in favor of base_apply_button template partial. discussed in https://github.com/opnsense/core/pull/10410

Eventually we want to remove apply_btn_id from base_form completely, but since base_tabs_content is using the same construct and appears in quite some plugins, we have to postpone that action.
At least aim for consistency in the forms that only depend on base_form in core.
DeltaFile
+7-7src/opnsense/mvc/app/views/OPNsense/Diagnostics/traceroute.volt
+7-7src/opnsense/mvc/app/views/OPNsense/Diagnostics/dns_diagnostics.volt
+7-7src/opnsense/mvc/app/views/OPNsense/Diagnostics/packetcapture.volt
+7-7src/opnsense/mvc/app/views/OPNsense/Diagnostics/portprobe.volt
+7-5src/opnsense/mvc/app/views/OPNsense/Diagnostics/ping.volt
+35-335 files

LLVM/project 76aed38clang-tools-extra/clang-tidy/readability NonConstParameterCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Avoid non-const-parameter fix-it conflicts with overloads (#202490)

`readability-non-const-parameter` can suggest changing `T *` to `const T
*` when that would conflict with an existing overload. Suppress the
diagnostic in that case by comparing the post-fix parameter list against
other declarations with the same name.

Closes https://github.com/llvm/llvm-project/issues/202478
DeltaFile
+75-0clang-tools-extra/test/clang-tidy/checkers/readability/non-const-parameter.cpp
+31-0clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
+3-0clang-tools-extra/docs/ReleaseNotes.rst
+109-03 files

OpenBSD/src PJxAOv5usr.bin/tmux format.c window-copy.c

   Change relative time for now to only work in the past and not show a
   sign which is more useful. Also tidy up some minor style nits.
VersionDeltaFile
1.375+14-17usr.bin/tmux/format.c
1.405+3-7usr.bin/tmux/window-copy.c
1.132+5-4usr.bin/tmux/cmd-split-window.c
1.1081+4-4usr.bin/tmux/tmux.1
1.33+2-2usr.bin/tmux/window-clock.c
+28-345 files

OpenBSD/ports 9kDvACHaudio/audacity Makefile distinfo

   Use the release tarball to unbreak fetching.

   reported by tb@
VersionDeltaFile
1.118+8-6audio/audacity/Makefile
1.40+2-2audio/audacity/distinfo
+10-82 files