py-xhtml2pdf: update to 0.2.17.
v0.2.17
What's Changed
Pylint fixes by @cclauss in #773
pre-commit autoupdate 2024-07-24 by @cclauss in #774
GitHub Actions: Add Python 3.13 beta 4 to the testing by @cclauss in #775
Tidy up documentation by @kytta in #729
Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in #772
fix reDOS CVE in getColor function by @Trupal00p in #784
Reuse background PDF file over multiple pages (#778) by @sjoerdjob in #779
Update import for breaking changes in python-bidi 0.5.0 by @bengosney in #767
Add support of base64 fonts by @vladimir-g in #740
tests: skip cases that download artifacts when http_proxy is set by @adrien-n in #793
Typos workflow by @mikemanger in #795
[73 lines not shown]
security/py-hanko-certvalidator: import py-hanko-certvalidator-0.29.0
This library started as a fork of wbond/certvalidator with patches
for pyHanko but has since diverged considerably from its parent
repository.
security/py-oscrypto: import py-oscrypto-1.3.0
oscrypto is a library that exposes cryptography primitives from
the host operating system.
Many of the supported ciphers and hashes are not necessarily modern,
and should primarily be used for integration with legacy systems.
www/py-uritools: import py-uritools-6.0.1
This module provides RFC 3986 compliant functions for parsing,
classifying and composing URIs and URI references, largely replacing
the Python Standard Library's urllib.parse module.
gnupg2: update to 2.5.17.
Despite the odd minor, 2.5 is the stable branch.
This update also renames the binary from gpg2 to gpg (the corresponding
configure option was removed).
Comment out some now hopefully unnecessary LDFLAGS.${OPSYS}.
Noteworthy changes in version 2.5.17 (2026-01-27)
-------------------------------------------------
* agent: Fix stack buffer overflow when using gpgsm and KEM. This
was introduced with 2.5.13; see the advisory. [T8044]
* tpm: Fix possible buffer overflow in PKDECRYPT. [T8045]
* gpg: Fix possible NULL-deref with overlong signature packets.
[T8049]
[571 lines not shown]