Use the common mmu_enable.s. We employ the same "temp VA==PA mapping using
TT registers" strategy as before, except now we let the regular mmu_tt{30,40}
arrays hold the for-bootstrap values. After the MMU is turned on, we then
clear those arrays and re-load from them to disable TT.
musescore: update to 4.6.4
Changes in 4.6.4
Online sounds
Various optimisations and improved messaging for online sounds (Windows and macOS only)
Playback
VSTs now receive playback time position (enables synced video playback with the score)
Notated tempo BPM values are converted to playback speeds with greater precision
We've switched back to ALSA as the audio server on Linux (PipeWire is still available via Preferences)
Engraving
Slurs from grace notes to tied non-grace notes now stop at the first note of the tie
Parentheses around noteheads no longer touch ledger lines below the staff
Restored the ability to create frames with negative margins (not recommended)
Fixed display of invisible multimeasure rest numbers
[52 lines not shown]
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)