Update argyllcms to 3.5.0
Change log since 3.4.1:
Version 3.5.0 4th February 2026
-------------
* Added MSWindows ARM release.
* Added Mac ARM release.
* Removed Mac PowerPC build from release.
* Added test profile forward and backward lookup error checks to
release sanity checking script.
* Changed colprof so that rather than just warning about an ink limit
being set for an additive device space, it ignores it.
[38 lines not shown]
py-cryptography*: update to 46.0.5
* An attacker could create a malicious public key that reveals portions of
your private key when using certain uncommon elliptic curves (binary
curves). This version now includes additional security checks to prevent
this attack. This issue only affects binary elliptic curves, which are
rarely used in real-world applications. Credit to **XlabAI Team of Tencent
Xuanwu Lab and Atuin Automated Vulnerability Discovery Engine** for
reporting the issue. **CVE-2026-26007**
* Support for SECT binary elliptic curves is deprecated and will be removed
in the next release.
tnftp: update to 20260211.
Changes in tnftp from 20230507 to 20260211:
Improve transfer performance by simplifying socket buffer and
transfer buffer handling.
Add -b BUFLEN to adjust size of buffer for HTTP response line parsing.
Add -h HEADER to support custom HTTP headers.
Add "connect" as a synonym for "open".
Fix ASCII mode transfers when progress bar is enabled.
Fix creation of empty downloaded files.
Exit non-zero if a HTTP transfer is shorter than expected.
Fix HTTPS through a proxy.
tnftp 20260211 release
Changes since tnftp 20230507:
- Improve transfer performance by simplifying socket buffer and
transfer buffer handling.
- Add -b BUFLEN to adjust size of buffer for HTTP response line parsing.
- Add -h HEADER to support custom HTTP headers.
- Add "connect" as a synonym for "open".
- Fix ASCII mode transfers when progress bar is enabled.
- Fix creation of empty downloaded files.
- Exit non-zero if a HTTP transfer is shorter than expected.
- Fix HTTPS through a proxy.
todo: sl_init and strvis updates not needed.
sl_init update only provides sl_delete(), which tnftp doesn't use.
strvis is only used by libedit history_save()/history_load(),
which tnftp doesn't use.