tor: updated to 0.4.8.21
0.4.8.21
This release is a continuation of the previous one and addresses additional
Conflux-related issues identified through further testing and feedback from
relay operators. We strongly recommend upgrading as soon as possible.
o Major bugfixes (conflux, exit):
- When dequeuing out-of-order conflux cells, the circuit could be
close in between two dequeue which could lead to a mishandling of
a NULL pointer. Fixes bug 41162; bugfix on 0.4.8.4.
o Minor feature (compiler flag):
- Add -mbranch-protection=standard for arm64.
o Minor features (fallbackdir):
- Regenerate fallback directories generated on November 17, 2025.
[8 lines not shown]
py-kgb: updated to 7.3
kgb 7.3 (9-December-2025)
* Added support for Python 3.14.
* Added ``SpyAgency.get_spy()``, a utility method which returns the
``FunctionSpy`` for a given function or method. This is particularly useful
when using type checkers, which are unaware that the function itself has been
replaced.
* Fixed a ``DeprecationWarning`` which would appear when spying on generator
functions.
py-pydyf: updated to 0.12.1
Version 0.12.1
Bug fixes:
* Don’t add /Info key in compressed trailer if info dict is empty
Version 0.12.0
Dependencies:
* Python 3.13 and 3.14 are supported and tested
* Python 3.10+ is now needed, Python 3.8 and 3.9 are not supported anymore
New features:
* Remove deprecated color_space, shading, text_matrix and transform methods
* Don’t add Info key in trailer when info dict is empty
py-pdf: updated to 6.4.2
6.4.2, 2025-12-14
Bug Fixes (BUG)
- Fix KeyError when flattening form field without /Font in resources
Robustness (ROB)
- Allow deleting non-existent annotations
Documentation (DOC)
- Fix level of attachment heading
py-mypy: updated to 1.19.1
Mypy 1.19
This is the last mypy feature release that supports Python 3.9, which reached end of life in October 2025.
Performance Improvements
- Switch to a more dynamic SCC processing logic
- Speed up type aliases
https://github.com/python/mypy/blob/master/CHANGELOG.md
jjui: update to 0.9.8.
This release includes experimental Lua scripting support for custom
commands, several bug fixes, and UI improvements. The streaming
command handler has been reworked to remove the 100ms delay incurred
on every refresh (you should feel the difference), and issues with
leader keys, parser colour handling, and preview panel focus have
been resolved.
gfortran.mk: Express more confidence.
Darwin/aarch64 is a relatively new platform, it's only supported if someone
backports it. This was done in pkgsrc as far back as gcc12, and it's unlikely
someone will do it for older versions.