elf(5): brush up markup
Mostly use consistent -width for tagged lists. Add subsection titles
for ELF, section, and program headers so that it's easier to see the
section boundaries at a glance.
py-astropy: updated to 7.2.0
Version 7.2.0 (2025-11-25)
==========================
New Features
------------
astropy.constants
^^^^^^^^^^^^^^^^^
- Added CODATA 2022 support in ``astropy.constants``.
This update affects the following constants while the rest are unchanged from CODATA 2018:
- ``m_p`` (Proton mass)
- ``m_n`` (Neutron mass)
- ``m_e`` (Electron mass)
- ``u`` (Atomic mass)
[191 lines not shown]
doc: Note update of mail/postfix and related packages to 3.10.7
mail/postfix
mail/postfix-cdb
mail/postfix-ldap
mail/postfix-lmdb
mail/postfix-mysql
mail/postfix-pcre
mail/postfix-pgsql
mail/postfix-sqlite
mail/postfix: update to 3.10.7
3.10.6 (2025-11-25)
* Bugfix (defect introduced: Postfix 3.10, date: 20250117).
Symptom: warning messages that smtp_tls_wrappermode requires
"smtp_tls_security_level = encrypt".
Root cause: support for "TLS-Required: no" broke client-side
TLS wrappermode support, by downgrading a connection to TLS
security level 'may'.
The fix changes the downgrade level for wrappermode connections
to 'encrypt'. Rationale: by design, TLS can be optional only
for connections that use STARTTLS. The downgrade to unauthenticated
'encrypt' allows a sender to avoid an email delivery problem.
Problem reported by Joshua Tyler Cochran.
* New logging: the Postfix SMTP client will log a warning when
an MX hostname does not match STS policy MX patterns, with
"smtp_tls_enforce_sts_mx_patterns = yes" in Postfix, and with
[33 lines not shown]
mail/rspamd: update to 3.14.1
3.14.1 (2025-12-01)
* [Feature] Composites: Add inverted index for fast composite rule
evaluation
* [Feature] Composites: Add bloom filter for fast negative symbol lookups
* [Feature] Composites: Add statistics tracking and control protocol command
* [Feature] Composites: Precompute atom types at config time
* [Feature] Multimap: Add combinator option for selector rules
* [Feature] SPF: Add rspamadm spf_flatten tool with macro preservation
* [Feature] URL: Add deep processing architecture with C-to-Lua filter
consultation
* [Feature] URL: Add obfuscated URL detection to url_suspect plugin
* [Feature] URL: Add rspamd_util.decode_html_entities for HTML entity
decoding
* [Feature] lua_shape: Add new validation library as tableshape replacement
* [Feature] lua_shape: Add T.callable() type for function validation
* [Feature] lua_shape: Add callable defaults support
[25 lines not shown]
py-aiodns: update to 3.6.0.
3.6.0
=====
- Fix resolver garbage collection during pending queries (#211)
- Prevents resolver from being garbage collected while queries are in progress
- Socket callback optimizations (#172)
- Improved performance for socket state handling
- Fixed RTD links (#176)
- Added Python 3.14 to the CI (#212)
rucola: update to 0.8.1.
# Version 0.8.1 - Sorted Index Caching
- Added an additional check that only saves the index when a later reload is also desired.
- Changed the caching of the index to be sorted alphabetically by key to work better with version control software.
- Slightly changed the format paths are saved in (no leading `/`) to make joining easier.
This also fixed an erroneous test.