[lldb-dap] Return an error on evaluation failure (#219245)
We currently return an error response a command doesn't exist. We should
do the same when a command fails. This allow the client differentiate
failed commands and hint them properly.
mail/thunderbird: Update to 154.0
Changelog:
154.0:
What's New
new
Preview functionality for attachments on macOS
new
CMS message with AuthEnvelopedData can be decrypted properly in Thunderbird
new
Global search results can open in list view by default with new setting
new
"Copy To" folder context menu added for message/rfc822 attachments
new
[181 lines not shown]
www/firefox: Update to 154.0.2
Changelog:
154.0.1:
Fixed
* Fixed slower access to saved passwords and unexpected Primary Password
prompts caused by recent changes to password storage. (Bug 2064411, Bug
2065593, Bug 2063993)
* Fixed an issue where addresses were failing to autofill on some sites. (Bug
2065145, Bug 2063599)
* Fixed Firefox adding a new Start Menu shortcut on Windows every time it
started. (Bug 2064652)
* Fixed an issue where connections to local network devices were failing
without a permission prompt on some sites loaded over HTTP. (Bug 2059274)
[5 lines not shown]
net/py-rabbitpy: Update to 3.0.2
Upstream switched to a hatchling/PEP 517 build and now requires Python
3.11 or newer. The pamqp dependency is now runtime-only and pinned to
the 4.x series.
iocaine: Import iocaine-3.5.1 as wip/iocaine
A powerful, programmable defense system that tries to stay out of the way, to
protect backend services and poison crawlers, without interfering with normal
use of the services.
Packaged by Gergely Nagy via <https://git.madhouse-project.org/iocaine/pkgsrc/>.
misc/py-polars-runtime: Use py-build to build wheel
* Move build completely to PEP 517, by using proper (BUILD|INSTALL)_WRKSRC
* Use do-install override like other ports if port name != wheel name
* Use autoplist with overridden do-install target
PR: 298023
Approved by: yuri (maintainer)
[clang][bytecode] Use a regular static function in `Pointer::toRValue()` (#219772)
Instead of the previous std::function, which was awkward due to
recursing.