resterm: Update to 0.45.2
Important fix: multipart/form-data requests
Multipart requests were effectively unusable in previous releases for typical hand-written requests and requests imported from curl -F via resterm -fc. If you use multipart/form-data, you should upgrade.
What was broken. Several compounding bugs could corrupt multipart bodies: boundary lines (--...) were dropped during parsing because they were mistaken for -- comments. Part content starting with #, //, > or @... could be misread as resterm syntax and multipart framing was sent with LF line endings instead of the CRLF delimiter/header framing required by RFC 7578/RFC 2046.
What's fixed. resterm now sends multipart bodies with curl compatible wire framing:
- CRLF delimiters and part headers, including a trailing CRLF after the closing boundary
- multipart body lines are preserved as body content instead of being parsed as comments, scripts or variables
- @file includes inside parts are injected as raw bytes, so binary uploads are not rewritten
- works the same whether your .http file uses LF or CRLF line endings
- applies to all multipart subtypes (form-data, mixed, related)
Directives placed after the closing boundary, such as # @capture, continue to parse as before. Non-multipart requests, GraphQL, gRPC, SSH, and K8s are unaffected.
Update widelands to 1.3.1
From Paul Ripke in pkgsrc-wip + ctype() patch.
Sole consumer of asio. rm:-Wold-style-cast still needed after its update.
Highlights in release 1.3.1
This point release fixes a severe multiplayer desync found in Widelands 1.3.
Note that it is not possible to combine the versions 1.3 and 1.3.1 in a
network game.
Highlights in release 1.3
Since the release of version 1.2, we implemented several hundreds of new
features and bugfixes; for example, to name just a few of the highlights:
- Market trading
[10 lines not shown]
py-test-rerunfailures: updated to 16.4
16.4 (2026-07-01)
Breaking changes
- Drop support for pytest 8.1. Minimum pytest version is now 8.2.
Features
- Add support for pytest 9.1.
- Rerun tests with failed subtests. This feature is only available on pytest 9.0
and later. The pytest-subtests plugin is *not* supported.
- Add ``--reruns-delay-backoff-factor`` option (and the matching
``reruns_delay_backoff_factor`` marker kwarg / ini setting) to grow the rerun
delay after each attempt for an exponential backoff. The delay before the
*n*-th re-run is ``reruns_delay * reruns_delay_backoff_factor ** (n - 1)``.
[2 lines not shown]
ansible: updated to 14.1.0
14.1.0
Major Changes
community.clickhouse
- clickhouse_named_collection - new module to add/modify/delete named collections in database.
vmware.vmware_rest
- Update minimum required ansible-core version to 2.16 in meta/runtime.yml
resterm: Update to 0.45.1
Vim-Style Command Line
Added a Vim-like command line to the TUI. Press : from normal-mode panes to run common actions such as :w, :q, :q!, :wq, :x, :e, :help, and :noh.
Search UX
Search behavior now more closely follows Vim: opening / starts with an empty prompt while keeping the previous search available for match navigation, and clearing the live search input clears current highlights.
The search prompt UI was also simplified by removing the extra search icon. This release also includes theming support.
dropbear: updated to 2026.92
2026.92 - 6 July 2026
Note >> for compatibility/configuration changes
- >> server auth plugins have been deprecated, the configure option
has been renamed to --enable-plugin-deprecated.
Planned to be removed in future.
- >> Two factor auth "-t" has been deprecated, it now requires
a configuration option DEPRECATED_TWO_FACTOR.
Planned to be removed in future.
- Security: server: Don't allow -B (accept blank password) with
-t (two factor auth). If run with -t and -B a user configured with a
blank password would be allowed to log in without pubkey auth.
https://github.com/mkj/dropbear/commit/23ec78285639edf068d86bb96f91cba755039740
Reported by nvidia
[61 lines not shown]
patchelf: updated to 0.19.1
0.19.1
A small bug fix release for --build-resolution-cache.
Bug fixes
--build-resolution-cache: run-path entries that only resolve at run time are now recorded as search hints in run-path order instead of being dropped or baked in as bogus exact entries, so cached resolution keeps the semantics of a plain run-path walk. This covers empty and relative components, absolute directories absent at patch time (such as /run/opengl-driver/lib on NixOS), trailing empty components, and entries that exist but are not searchable directories when patching.
mkvtoolnix: updated to 100.0
Version 100.0 "Do Hot Girls Like Chords" 2026-07-05
New features and enhancements
* all: added new scalable (SVG) application icons for all applications,
replacing the existing pixmap (PNG, ICO) icons. Icons from Sarreq
Teryx.
* mkvmerge: MP4 reader: track names are now read from the track's user-data
atoms (`trak` → `udta` → `name`) if present.
* MKVToolNix GUI: executing actions configuration, type "play audio file":
added a slider to make configuration more intuitive.
* MKVToolNix GUI: executing actions: macOS only: the GUI will now use bundled
audio files for "play audio file" actions that Qt can play instead of using
macOS's system sounds.
* MKVToolNix GUI: executing actions: Windows only: added a new type: executing
a PowerShell script. Either an existing script file can be selected or
custom PowerShell script code entered in a small editor. The executed script
[44 lines not shown]
Update asio to 1.36.0
Gymnastics due to:
x asio-1.36.0/doc/proactor.png: Cannot restore extended attributes: com.apple.quarantine com.apple.quarantine com.apple.lastuseddate#PS com.apple.lastuseddate#PS: Unknown error: -1
No real highlights
Full release notes at:
https://think-async.com/Asio/asio-1.36.0/doc/asio/history.html#asio.history.asio_1_36_0
finance/rex: update to 0.2.9
v0.2.9
Updates
- New popup field for renaming a tag
- Removed unused in-memory cache
Changes
- Rename tag by @TheRustyPickle in #133
- Update versions by @TheRustyPickle in #134
v0.2.8
Updates
- Prevent unnecessary animation on home table on certain changes
Changes
[2 lines not shown]
editors/tp-note: update to 1.26.5
v1.26.5
This is a maintenance and infrastructure release focused on improving the build system and distribution process.
- Added unified complete-build CI pipeline with flat, standard-named release assets
- Hardened build scripts with robust artifact copy and documentation cleanup
- Updated MSI download URL in winget package script to point to GitHub releases
- Refactored distribution section and consolidated documentation
- Moved winget distribution guide into script preamble for better maintainability
Available as installers and standalone binaries for Windows, macOS, Linux, and Debian/Ubuntu at https://github.com/getreu/tp-note/releases/tag/v1.26.5
v1.26.4
Clipboard front matter carries over when annotating files
- New: input YAML header overrides the note header in file-annotation mode — when annotating a non-Tp-Note file (e.g. `tpnote report.pdf`), a YAML header
[4 lines not shown]