py-lsp-server: update to 1.15.0.
New features
Add compatibility with Jedi 0.20, which comes with official support for Python 3.14.
Issues Closed
Issue 712 - Compatibility with Jedi 0.20 (PR 718 by @ccordoba12)
Issue 705 - ValueError when opening notebooks on UNC network shares (PR 708 by @meitham)
Issue 623 - TypeError in definitions when handling line and column values (PR 715 by @metheoryt)
In this release 3 issues were closed.
Pull Requests Merged
PR 718 - Add support for Jedi 0.20, by @ccordoba12 (712)
PR 717 - Fix extra backtick in Readme, by @deeferentleeg
PR 716 - Use macOS 14 runner on CI and update Github actions, by @ccordoba12
PR 715 - Fix crash in pylsp_definitions due to definitions without a source position, by @metheoryt (623)
[7 lines not shown]
slock: Update to 1.7
Changes:
1.7
- Avoid ctype(3) abuses that could leads to break the screen locking at
least on NetBSD
- Support ^U for clearing password
net/bgpipe: Add bgpipe-0.22.0
Open-source tool that processes BGP messages through
a pipeline of composable stages.
What is bgpipe?
bgpipe sits between routers as a transparent proxy, auditing,
filtering, and transforming BGP sessions on the fly.
Think of it as a scriptable BGP firewall and traffic processor.
Use cases:
* BGP firewall with RPKI validation, prefix limits, and rate limiting
* Bidirectional BGP to JSON translation including Flowspec - pipe through
jq, Python, anything
* MRT file processing and conversion at scale, incl. RIB snapshots (table dumps)
* Scriptable pipeline - chain stages or pipe through external programs
* Live BGP monitoring from RIPE RIS Live or RouteViews with real-time filters
* Secure transport - add TCP-MD5 to sessions, proxy over encrypted WebSockets
[28 lines not shown]
gurk: update to 0.10.1.
This release fixes potential account linking issues.
🐛 Bug Fixes
Fix potential segfault on exit (#567)
💼 Other
(deps) Upgrade presage to the latest rev on main (#564)
(deps) Upgrade dependencies (#565, #566)
rspamd: update to 4.1.3.
4.1.3: 25 Jul 2026
** Incompatible changes **
* [Rework] WebUI: Drop jQuery dependency (all modules migrated to native DOM and XMLHttpRequest)
* [Rework] WebUI: Drop the Font Awesome framework in favour of a local subset SVG sprite
* [Rework] dkim: Scope HAVE_ED25519 to OpenSSL key parsing, so ed25519 verification works on OpenSSL builds without it
** Features **
* [Feature] fuzzy_check: Structured match results, diagnostics API and task:get_fuzzy_results()
* [Feature] fuzzy_check: Anchor the probability weight curve at the match threshold (prob_bias, prob_power)
* [Feature] fuzzy: Persist shingle sets with digests in redis, fixing orphaned slots on DEL and decay on REFRESH
* [Feature] fuzzy: Per-hash introspection via rspamadm control fuzzyhash
* [Feature] fuzzy: Track unkeyed clients in fuzzystat
* [Feature] rspamadm: Add fuzzy_hash command
* [Feature] clickhouse: Export fuzzy match details (schema version 11)
* [Feature] milter_headers: Annotate the X-Rspamd-Fuzzy header with rule, flag, probability and timestamp
* [Feature] lua_http: Add forbid_local option to block requests to local networks, enabled by default in url_redirector
[86 lines not shown]
rumdl: update to 0.2.43.
## [0.2.43]
### Added
- **invisiblechars**: new rule MD084 for detecting invisible characters (#758) ([0a6354a]
### Fixed
- **md084**: treat a zero width joiner between visible characters as presentation ([4fbb1cc]
- **md084**: keep attached variation selectors in consecutive-character detection ([f4e9fd3]
- **md084**: don't flag variation selectors attached to a base character ([14941bb]
## [0.2.42]
### Added
- **mojibake**: new rule MD083 for mojibake detection (#753) ([552842b]
[17 lines not shown]