py-anyio: updated to 4.15.1
4.15.1
- Implemented a compatibility fix for supporting direct access of ``anyio.*`` submodules
from the main package even when those submodules were not directly imported first
www/beautifulsoup: Convert build to use PEP 517 and rename to PyPI name
* Rename port to PyPI name according to Python policy
* Move build completely to PEP 517
* Take maintainership as agreed with wen
New name: www/beautifulsoup4
PR: 297837
Approved by: wen (maintainer via mail)
Differential Revision: https://reviews.freebsd.org/D59143
py-blockbuster: added version 1.5.27
Blockbuster is a Python package designed to detect and prevent blocking calls
within an asynchronous event loop. It is particularly useful when executing
tests to ensure that your asynchronous code does not inadvertently call
blocking operations, which can lead to performance bottlenecks and
unpredictable behavior.
MC: Move DisableIntegratedAS from TargetOptions to MCTargetOptions (#221547)
The integrated assembler is only meaningful in MC, so this field belongs
in MCTargetOptions alongside the other assembler options rather than in
the codegen-level TargetOptions.
Co-authored-by: Claude (Claude-Opus-4.8)
x11/zutty: Add dependency for default font
If the font is not present, zutty without a configuration present will
not create a window, which is confusing.
Event: Berlin Hackathon 202609
MFH: 2026Q3
(cherry picked from commit 36db676c8f1b9e8b1b849ce2e5fbad868b43e0e0)
archivers/lzma: update to 26.03
- add USES=cpe
- a bug fix release
Upstream changes:
- Some bugs and vulnerabilities were fixed.
Reported by: Anton Saietskii <vsasjason at gmail.com>
PR: 298138
MFH: 2026Q3
Event: Berlin Hackathon 202609
(cherry picked from commit 8a2bb3240effab42b2d93b8824669c437f8c3b22)
security/ruby-rex-powershell: update to 0.1.105
0.1.104 (no release)
0.1.105 (2026-08-31)
* Merge pull request #1 from bwatters-r7/collab/aarch64-injection:
Collab/aarch64 injection
* Merge pull request #49 from vinicius-batistella/feature/aarch64-injection:
Route AArch64 payloads to the native powershell.exe on Windows on ARM
devel/ruby-simplecov: update to 1.2.0
1.2.0 (2026-09-04)
SimpleCov 1.2 adds change-focused coverage, per-test attribution, production
coverage, and a substantially expanded CLI while keeping the existing
configuration API working through deprecation aliases.
Highlights
* track_tests, simplecov tests, and simplecov affected connect covered lines
to the tests that exercised them; the HTML report displays the same
attribution and simplecov watch uses it for focused reruns.
* simplecov patch, per-file baselines, missed-count caps, and coverage
history make coverage gates useful for both new changes and legacy
codebases.
* SimpleCov::Production records low-overhead production line coverage, while
[11 lines not shown]
www/ruby-selenium-webdriver: update to 4.48.0
What's Changed
* [js] Normalize empty custom locator results by @munawiki in #17851
* [py]: fix W3C capabilities built from a list of options (create_matches)
by @navin772 in #17897
* [rb] add low-level BiDi protocol integration specs by @titusfortner in
#17878
* Fix badge for CI build on the default branch by @nvborisenko in #17901
* [py] Fix broken reStructuredText link in docs by @cgoldberg in #17902
* [grid] stop forwarding se:remoteUrl past the Node that consumes it by
@titusfortner in #17908
* [grid] Forward file upload/download for Kubernetes, Docker and relay
sessions by @VietND96 in #17914
* [build] reduce github cache churn and aggressively prune CodeQL caches by
@titusfortner in #17909
* [java] fix two flaky BiDi tests that left timing-dependent state behind by
@titusfortner in #17918
[50 lines not shown]