Match another chip version found in RPI zero 2 W.
Fix frame parser and add more verbose checks.
Handle transmit sequence counter.
Work around transmit scheduler issue by always allowing
a send space of 1 packet. This avoids a permanent stall on
RPI zero 2 W.
There is currently no way to correctly identify the
chip used on RPI zero 2 W,
py-authlib: updated to 1.6.6
1.6.6
get_jwt_config takes a client parameter.
Fix incorrect signature when Content-Type is x-www-form-urlencoded for OAuth 1.0 Client.
Use expires_in in OAuth2Token when expires_at is unparsable.
Always track state in session for OAuth client integrations.
neomutt: update to 20251211.
2025-12-11 Richard Russon \<rich at flatcap.org\>
* Security
- #4725 deprecate old ssl and tls options
* Features
- #4718 add `$message_id_format`
- Notmuch: hide some old/deprecated features
* Bug Fixes
- #4666 limit: force refresh of index bar
- #4671 Update the status bar on thread [un]collapse
- #4673 shrink history file on every new entry
- #4679 Flush S/MIME passkey on failure to sign
- #4684 execute message-hook sooner
- #4687 fix: exec auto-completion
- #4688 Fix infinite loop in GnuTLS socket I/O when socket blocks
- #4696 `cmd_parse_fetch()`: debug: avoid NULL dereference
- #4697 expunge: guard against segfault
- #4719 alias: complete when only one match
[38 lines not shown]
socat: Update to 1.8.1.0
Changes:
1.8.1.0:
Features:
- Implemented new address STALL that never sends data or EOF, and never
gets ready to write data.
- Added option termios-setflags (setflags) to set the termios tcflags.
- Added address TEXT that takes a string from command line as input data;
output is sent to STDOUT.
- Added option ipv6-multicast-loop (ipv6-mcloop, mcloop6).
- Added option interface-mtu (if-mtu) to set the MTU of TUN and INTERFACE
addresses.
- Address SHELL now can be used without argument to provide an
interactive shell.
- Added SOCKS5 client user,password authentication with (old socks4)
option socksuser and new option sockspass
- Added option ipv6-mtu-discover.
- New option tiocswinsz (winsz) (pre)sets size of pseudo terminal (PTY).
[51 lines not shown]
mitmproxy: Update to 12.2.1
Changes:
mitmproxy 12.2.1
- Make TCP inactivity timeout configurable through a new tcp_timeout
option (default: 600 seconds). Previously, the timeout was hardcoded to
10 minutes for all TCP connections.
- Flush flow file after each flow to allow further processing.
- infer_content_encoding: Fallback to UTF-8 for more content types
- Remove bless from hex editors to avoid issues with macOS
- Improves is_mostly_bin check to support chinese characters
- Fix various issues in infer_content_encoding
- Add example addon to spoof DNS responses.
- Gracefully handle decoding of raw binary payloads that previously
caused "Raw cannot decode" or "failed to parse as JSON" errors
- Show query parameters for empty-body requests in the mitmproxy console.
- mitmweb is now built with Vite, improving the development workflow.
- Fix URL of mitmweb when --web-host is an IPv6 address.
- Fix event loop leak when running tests
gallery-dl: Update to 1.30.10
Changes:
1.30.10
- [bluesky] add `bookmark` extractor
- [dandadan] add support
- several extractors fixes and improvements
- [twitter] remove login support
- use `utf-8` encoding when opening files in text mode (#8376)
1.30.9
- [mangafire] add support
- [mangareader] add support
- [patreon] add `collection` extractor
- [s3ndpics] add support
- several extractors fixes and improvements
1.30.8
- [chevereto] support `imglike.com`
[8 lines not shown]
k6: Update to 1.4.2
Changes:
v1.4.2
This is a patch release that includes fixes
v1.4.1
This is a patch release that includes fixes.
We'll re-introduce assertion-based templates down the road when the
integration is seamless.
v1.4.0
- OpenTelemetry output graduated from experimental to stable status.
- Changes in the Browser module:
- `page.waitForRequest` for waiting on specific HTTP requests.
- `QueryAll` methods now return elements in DOM order.
- `locator.evaluate` and `locator.evaluateHandle` for executing
JavaScript code in the page context with access to the matching
element.
[13 lines not shown]
py-nltk: updated to 3.9.2
Version 3.9.2 2025-10-01
* Update download checksums to use SHA256 in built index
* Fix percentage escape in new-style string formatting
* replace shortened URLs using goo.gl
* Make Wordnet interoperable with various taggers and tagged corpora
* Fix saving PerceptronTagger
* Document how to reproduce old Wordnet studies
* properly initialize Portuguese corpus reader
* support for mixed rules conversion into Chomsky Normal Form
* only import tkinter if a GUI is needed
* issue 2112 with Corenlp
* new environment variable NLTK_DOWNLOADER_FORCE_INTERACTIVE_SHELL
* Lesk defaults to most frequent sense in case of ties
py-weasyprint: updated to 67.0
Version 67.0
Dependencies:
* Python 3.10+ is now needed, Python 3.9 is not supported anymore
* tinycss2 1.5.0+ is now needed
* fontTools 4.59.2+ is now needed
Features:
Support CMYK colors, PDF/X, color profiles and light-dark() function
Support ::first-line, with financial support from Karte Technology
Support CSS layers, with financial support from Code & Co.
Allow page breaks in grid rows, with financial support from Ocean Recap
Support calc() and other mathematical functions
Support PDF/A-1a, PDF/A-2a and PDF/A-3a
Support PDF/A-4e and PDF/A-4f
[37 lines not shown]
shells/oh-my-posh: update to 28.2.1
Bug Fixes
migrate: only set cache_duration when relevant (e9029ed)
toml: migrate properties to options correctly (0a6a940), closes #7036