[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
[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>
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
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
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
[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
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
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]