Update to 1.07
Upstream changes:
1.07 - 2026-06-26
- Make _version work under mod_perl
1.06 - 2026-03-26
- Make tests pass for GnuPG 2.5.18
1.05 - 2025-08-12
- Make tests pass for GnuPG 2.4 versions (2.4.0 - 2.4.8)
Update to 0.33
Upstream changes:
0.33 Thu Apr 16 13:59:10 JST 2026
- Fixed a build issue on Windows, reported by
Thomas.Eckardt [...] thockar.com
0.32 Wed Apr 15 14:52:28 JST 2026
Applied a series of patches from cpan [...] schmirler.de
(https://rt.cpan.org/Public/Bug/Display.html?id=175921):
- Crypt::SMIME now requires OpenSSL 3.0 or newer.
- Decryption: Handle the new smime-type value "authEnveloped-data"
in isEncrypted().
- Encryption: Add an optional "cipher" argument to encrypt(...),
defaulting to "AES-128-CBC" as before. Pass e.g. "AES-128-GCM" to
encrypt with a modern AEAD cipher.
- Signing: To tell a peer that we support AEAD ciphers we should
advertise them in the SMIMECapabilities signed attribute. As of
OpenSSL 3.5 AES-GCM is not part of the default list. Now we
advertise AES-256-GCM, AES-128-GCM, AES-256-CBC, and AES-128-CBC.
[8 lines not shown]
p5-IO-Prompter: make p5-match-simple a full dependency.
It is not just used in the tests, but referenced from the installed
library.
Noted by Edgar Fuß.
Bump PKGREVISION.
py-filelock: update to 3.32.2.
3.32.2
Fix test failures on NetBSD (#689) by @gaborbernat in #693
🧪 test(soft-rw): deflake writer phase-2 peer-marker test by @gaborbernat in #694
hand back the claim when a heartbeat thread fails to start by @dxbjavid in #691
🧪 test(unix): deflake sticky-bit concurrent-unlink on graalpy by @gaborbernat in #695
c-icap: bump from gnu89 to gnu99
In file included from /pbulk/work/www/c-icap/work/.buildlink/lib/perl5/5.44.0/x86_64-netbsd-thread-multi/CORE/perl.h:8004,
from perl_handler.c:29:
/pbulk/work/www/c-icap/work/.buildlink/lib/perl5/5.44.0/x86_64-netbsd-thread-multi/CORE/inline.h: In function 'Perl_cx_poploop':
/pbulk/work/www/c-icap/work/.buildlink/lib/perl5/5.44.0/x86_64-netbsd-thread-multi/CORE/inline.h:4357:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
4357 | for (SV **svp = cx->blk_loop.itervar_u.svp + 1; how_many; svp++, how_many--) {
| ^~~
sysutils/dua-cli: update to 2.39.1
v2.39.1
This release is merely to allow attestations to be used, and you should be able to validate the binary origin with:
gh attestation verify ./dua-v2.39.1-aarch64-apple-darwin.tar.gz --repo Byron/dua-cli
v2.39.0
The main feature this release is parallel deletion, both for collecting files to be deleted as well as the deletion itself. On my local disk, it now reaches 144k files/s overall deletion performance.
New Features
delete files in parallel
Recursive deletion now uses the same worker count selected with --threads for
the initial filesystem scan, to accelerate the collection of files to be deleted,
as well as the deletion of files.
When marked directories are deleted, dua now:
walks the selected tree without (following symbolic links as usual)
collects regular files and symbolic links;
[32 lines not shown]
shells/oh-my-posh: update to 30.0.0
Bug Fixes
- battery: add illumos/solaris support to fix cross-compile failure (de41b29), closes #7730
- cache: explicitly bump session file mtime on persist (e4a1c37), closes #7340
- cli: remove stale migrate mention from config --help (43b4cb3), closes #7734
- config: render a data-only segment the way a writer would (0116798)
- data: render a segment the same with or without its writer (47f2228)
- shell/pwsh: use empty string for CONDA_PROMPT_MODIFIER (ed38295), closes #7733
- svg: change studio render based on mode (f6793cb)
- svg: remove extra blank line before watermark (d7caf75)
- svg: render colors correctly (267f672)
- themes: spell out the templates 11 themes left implicit (fea0d08)
- refactor(cli)!: give fonts a list and an install command (3b63012)
- feat(cli)!: export a config to SVG instead of PNG (59e8d08)
Features
[27 lines not shown]
kitty: update to 0.48.2
- Wayland: Fix regression in previous release that broke drag and
drop on Plasma
- diff kitten: Fix a rare crash when showing a large diff due to
incorrect locking when highlighting
- Allow the private DCS kitty-echo escape code to only echo numbers
- Linux: Fix an approx 1MB memory leak when reloading the config,
introduced in version 0.40.0
- Desktop file chooser integration: when the specified directory does
not exist, open file chooser at home directory
- Add support for terminal visibility reports
- tab_title_template: Add a field that evaluates to the total memory
used by all child processes in the tab