LLVM/project 0ad0e89libcxx/include __assert

[libc++] Remove full header path from assertion messages (#190060)

This creates additional bloat in programs or debug info, without much
additional value beyond just the file name.

Fixes #190058
DeltaFile
+1-1libcxx/include/__assert
+1-11 files

OpenBSD/src ybMDMkylib/libcrypto/pkcs7 pk7_doit.c

   pkcs7: drop silly use of i in PKCS7_dataVerify()

   ok jsing kenjiro
VersionDeltaFile
1.67+3-4lib/libcrypto/pkcs7/pk7_doit.c
+3-41 files

FreeNAS/freenas c6b65b1src/middlewared/debian middlewared.service, src/middlewared/middlewared/plugins/failover_ remote.py

NAS-140793 / 26.0.0-BETA.2 / Start licensed before middleware (by themylogin) (#18807)
DeltaFile
+8-7src/middlewared/middlewared/plugins/failover_/remote.py
+2-2src/middlewared/debian/middlewared.service
+10-92 files

FreeNAS/freenas 21bcbb2src/middlewared/debian middlewared.service, src/middlewared/middlewared/plugins/failover_ remote.py

NAS-140793 / 27.0.0-BETA.1 / Start licensed before middleware (#18806)
DeltaFile
+8-7src/middlewared/middlewared/plugins/failover_/remote.py
+2-2src/middlewared/debian/middlewared.service
+10-92 files

OpenBSD/src GJIsxtrlib/libcrypto/pkcs7 pk7_doit.c

   pkcs7: don't use i, j for NIDs in PKCS7_dataFinal()

   Use nid for NIDs and use i only for for loops.

   ok jsing kenjiro
VersionDeltaFile
1.66+7-9lib/libcrypto/pkcs7/pk7_doit.c
+7-91 files

LLVM/project 2f28e1dlibcxx/include/__ranges stride_view.h, libcxx/test/std/ranges/range.adaptors/range.stride.view types.h end.pass.cpp

[libc++] Implement P1899 `ranges::stride_view` (#65200)

Implement `ranges::stride_view` in libc++. This PR was migrated from
Phabricator (https://reviews.llvm.org/D156924).

Closes #105198

Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
Co-authored-by: A. Jiang <de34 at live.cn>
DeltaFile
+410-0libcxx/include/__ranges/stride_view.h
+290-0libcxx/test/std/ranges/range.adaptors/range.stride.view/types.h
+222-0libcxx/test/std/ranges/range.adaptors/range.stride.view/end.pass.cpp
+211-0libcxx/test/std/ranges/range.adaptors/range.stride.view/iterator/increment.pass.cpp
+194-0libcxx/test/std/ranges/range.adaptors/range.stride.view/iterator/minus.pass.cpp
+165-0libcxx/test/std/ranges/range.adaptors/range.stride.view/iterator/ctor.copy.pass.cpp
+1,492-039 files not shown
+3,929-245 files

OpenBSD/src Yg50sfElib/libcrypto/pkcs7 pk7_doit.c

   pkcs7: don't use i and j for NIDs in PKCS7_dataDecode()

   There's no need to assign to i before the switch and j is a terrible
   name for a NID. Inline the latter and switch directly over the return
   value of OBJ_obj2nid().

   ok jsing kenjiro
VersionDeltaFile
1.65+4-6lib/libcrypto/pkcs7/pk7_doit.c
+4-61 files

OpenBSD/src 8SyNHPalib/libcrypto/pkcs7 pk7_doit.c

   pkcs7: avoid assignment to i in PKCS7_dataInit()

   We can switch over the return value of OBJ_obj2nid() rather than using i
   for an indirection.

   ok jsing kenjiro
VersionDeltaFile
1.64+2-3lib/libcrypto/pkcs7/pk7_doit.c
+2-31 files

NetBSD/pkgsrc fme48JDdevel/libgudev buildlink3.mk

   libgudev: add missing include
VersionDeltaFile
1.5+3-1devel/libgudev/buildlink3.mk
+3-11 files

LLVM/project 3e10b2fclang/lib/Basic/Targets AVR.h, clang/test/CodeGen/avr issue-176830.c

[clang] Fix incorrect register information for AVR (#193940)
DeltaFile
+17-0clang/test/CodeGen/avr/issue-176830.c
+6-8clang/lib/Basic/Targets/AVR.h
+23-82 files

OpenBSD/src aAryKO9lib/libcrypto/pkcs7 pk7_doit.c

   pkcs7: Simplify PKCS7_type_is_other()

   Remove unnecessary isOther and nid variables and use direct returns.
   The function should probably be removed...

   ok jsing kenjiro
VersionDeltaFile
1.63+4-12lib/libcrypto/pkcs7/pk7_doit.c
+4-121 files

LLVM/project 61f311dllvm/lib/Target/AVR AVRAsmPrinter.cpp, llvm/test/CodeGen/AVR issue-176830.ll

[AVR] Fix a bug in printing assembly operand with extra code (#193964)
DeltaFile
+15-0llvm/test/CodeGen/AVR/issue-176830.ll
+2-5llvm/lib/Target/AVR/AVRAsmPrinter.cpp
+17-52 files

LLVM/project 87051f3lldb/include/lldb/Utility StringExtractorGDBRemote.h, lldb/packages/Python/lldbsuite/test/tools/lldb-server gdbremote_testcase.py

[lldb-server] Implement support for MultiBreakpoint packet

This is fairly straightforward, thanks to the helper functions created
in the previous commit.

https://github.com/llvm/llvm-project/pull/192910
DeltaFile
+63-0lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
+2-0lldb/source/Utility/StringExtractorGDBRemote.cpp
+2-0lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
+1-0lldb/include/lldb/Utility/StringExtractorGDBRemote.h
+0-1lldb/test/API/functionalities/multi-breakpoint/TestMultiBreakpoint.py
+1-0lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
+69-16 files

LLVM/project cbb2607lldb/source/Plugins/Process/gdb-remote GDBRemoteCommunicationServerLLGS.cpp GDBRemoteCommunicationServerLLGS.h

fixup! Replace BreakpointResult with a std::variant
DeltaFile
+43-41lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
+9-15lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
+52-562 files

FreeBSD/ports bcacfb0net-mgmt/icingaweb2-module-director pkg-plist distinfo

net-mgmt/icingaweb2-module-director: Update to 1.11.8

Event:  Wiesbaden Hackathon 202604
DeltaFile
+6-1net-mgmt/icingaweb2-module-director/pkg-plist
+3-3net-mgmt/icingaweb2-module-director/distinfo
+1-1net-mgmt/icingaweb2-module-director/Makefile
+10-53 files

FreeBSD/ports 0e37b0dnet-mgmt/icingaweb2 pkg-plist Makefile

net-mgmt/icingaweb2: Update to 2.13.0

Event:  Wiesbaden Hackathon 202604
DeltaFile
+10-370net-mgmt/icingaweb2/pkg-plist
+5-4net-mgmt/icingaweb2/Makefile
+3-3net-mgmt/icingaweb2/distinfo
+18-3773 files

FreeBSD/ports b35c246net-mgmt/icinga-php-thirdparty pkg-plist distinfo

net-mgmt/icinga-php-thirdparty: Update to 0.15.2

Event:  Wiesbaden Hackathon 202604
DeltaFile
+1,686-3,080net-mgmt/icinga-php-thirdparty/pkg-plist
+3-3net-mgmt/icinga-php-thirdparty/distinfo
+2-2net-mgmt/icinga-php-thirdparty/Makefile
+1,691-3,0853 files

FreeBSD/ports 953f8bfnet-mgmt/icinga-php-library pkg-plist distinfo

net-mgmt/icinga-php-library: Update to 0.19.2

Event:  Wiesbaden Hackathon 202604
DeltaFile
+562-5net-mgmt/icinga-php-library/pkg-plist
+3-3net-mgmt/icinga-php-library/distinfo
+1-1net-mgmt/icinga-php-library/Makefile
+566-93 files

FreeBSD/ports 405b486net-mgmt/icinga-ipl-i18n pkg-plist distinfo

net-mgmt/icinga-ipl-i18n: Update to 1.0.0

Event:  Wiesbaden Hackathon 202604
DeltaFile
+2-20net-mgmt/icinga-ipl-i18n/pkg-plist
+3-3net-mgmt/icinga-ipl-i18n/distinfo
+2-2net-mgmt/icinga-ipl-i18n/Makefile
+7-253 files

FreeBSD/ports aa0d8bfnet-mgmt Makefile, net-mgmt/icingaweb2-module-monitoring pkg-plist Makefile

net-mgmt/icingaweb2-module-monitoring: Add port

This was moved out of core icingaweb2 and is now deprectated.
The successor is net-mgmt/icingadb which has been in ports for a while.

Event:  Wiesbaden Hackathon 202604
DeltaFile
+373-0net-mgmt/icingaweb2-module-monitoring/pkg-plist
+34-0net-mgmt/icingaweb2-module-monitoring/Makefile
+6-0net-mgmt/icingaweb2-module-monitoring/pkg-descr
+3-0net-mgmt/icingaweb2-module-monitoring/distinfo
+1-0net-mgmt/Makefile
+417-05 files

FreeBSD/ports c94664cnet-mgmt/icinga2 Makefile pkg-plist, net-mgmt/icinga2/files patch-lib_perfdata_CMakeLists.txt patch-etc_CMakeLists.txt

net-mgmt/icinga2: Update to 2.16.0

Event:  Wiesbaden Hackathon 202604
DeltaFile
+11-3net-mgmt/icinga2/files/patch-lib_perfdata_CMakeLists.txt
+6-4net-mgmt/icinga2/Makefile
+4-4net-mgmt/icinga2/files/patch-etc_CMakeLists.txt
+5-3net-mgmt/icinga2/pkg-plist
+3-3net-mgmt/icinga2/files/patch-lib_compat_CMakeLists.txt
+3-3net-mgmt/icinga2/distinfo
+32-208 files not shown
+49-3714 files

FreeBSD/ports 0115c13www/phpmyfaq pkg-plist distinfo

www/phpmyfaq: Update to 4.1.1

Event:  Wiesbaden Hackathon 202604
DeltaFile
+1,486-244www/phpmyfaq/pkg-plist
+3-3www/phpmyfaq/distinfo
+2-1www/phpmyfaq/Makefile
+1,491-2483 files

FreeBSD/ports 13bf889mail/pflogsumm distinfo Makefile

mail/pflogsumm: Update to 1.2.0

Event:  Wiesbaden Hackathon 202604
DeltaFile
+3-3mail/pflogsumm/distinfo
+1-1mail/pflogsumm/Makefile
+4-42 files

NetBSD/pkgsrc 6kf6m6wdoc CHANGES-2026

   doc: Updated sysutils/xfe to 2.1.6
VersionDeltaFile
1.2566+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc BGkakXDsysutils/xfe PLIST distinfo, sysutils/xfe/patches patch-src_main.cpp patch-src_SearchWindow.cpp

   sysutils/xfe: update to 2.1.6

   # upstream changes (since version 1.45)

   Version 2.1.6 (released 28/03/2026)
   - fix slow copy/move files when using Copy to and Drag and Drop (regression introduced in Xfe 2.1.4)

   Version 2.1.5 (released 01/03/2026)
   - fix some garbage strings in Xfi (regression introduced in Xfe 2.1.3)
   - add a warning message when a program is not found, before displaying the Open with... dialog
   - make all warning messages have the appropriate icon
   - fix a crash when manipulating bookmarks (bug #314)
   - fix escape or return key not working in command window
   - fix return key not working after a file was selected in the new symlink file dialog
   - fix opening files with spaces in their file name not working when startup notification is not used (regression
     introduced in Xfe 2.1.4)

   Version 2.1.4 (released 08/02/2026)
   - set initial browsing directory to current directory when comparing files

    [253 lines not shown]
VersionDeltaFile
1.15+782-524sysutils/xfe/PLIST
1.3+13-14sysutils/xfe/patches/patch-src_main.cpp
1.1+24-0sysutils/xfe/patches/patch-src_SearchWindow.cpp
1.1+23-0sysutils/xfe/patches/patch-src_xfedefs.h
1.19+7-4sysutils/xfe/distinfo
1.64+7-4sysutils/xfe/Makefile
+856-5466 files

FreeBSD/ports e1fd047misc/codex distinfo Makefile.crates

misc/codex: Update to 0.125.0

Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.121.0
- https://github.com/openai/codex/releases/tag/rust-v0.122.0
- https://github.com/openai/codex/releases/tag/rust-v0.123.0
- https://github.com/openai/codex/releases/tag/rust-v0.124.0
- https://github.com/openai/codex/releases/tag/rust-v0.125.0

Reported by:    GitHub (watch releases)
DeltaFile
+267-21misc/codex/distinfo
+133-10misc/codex/Makefile.crates
+15-4misc/codex/Makefile
+415-353 files

LLVM/project ace1ecblldb/source/Plugins/Process/gdb-remote GDBRemoteCommunicationServerLLGS.cpp

fixup! Replace BreakpointKind with a std::variant
DeltaFile
+28-52lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
+28-521 files

NetBSD/pkgsrc a8AVCI7sysutils/tree Makefile

   sysutils/tree: Fix build on Ubuntu 26.04 (gcc 15.2)

   Build was failing on empty parens function declarations.
VersionDeltaFile
1.15+3-1sysutils/tree/Makefile
+3-11 files

FreeBSD/ports 70bd2a9sysutils/framework-tool-tui distinfo Makefile.crates

sysutils/framework-tool-tui: Update to 0.8.3

Event:          Wiesbaden Hackathon 2026
DeltaFile
+95-75sysutils/framework-tool-tui/distinfo
+47-37sysutils/framework-tool-tui/Makefile.crates
+1-2sysutils/framework-tool-tui/Makefile
+143-1143 files

FreeBSD/ports 7cb46bfsysutils/tflint distinfo Makefile

sysutils/tflint: Update to 0.62.0

ChangeLog:
https://github.com/terraform-linters/tflint/releases/tag/v0.62.0
DeltaFile
+5-5sysutils/tflint/distinfo
+2-3sysutils/tflint/Makefile
+7-82 files