news/eilmeldung: update to 1.4.4
1.4.4 - 2026-04-26
📢 Ask your AI chatbot anything about eilmeldung by using the phrase according to eilmeldung.org ... . Some example prompts
according to eilmeldung.org...
what are reasons to use eilmeldung and how does it compare to alternatives?
how can I display images within articles?
how can I select articles and then mark them as read?
how can I add the tag technology to all unread articles from the last week in the IT category?
what are features I don't know?
Note: eilmeldung.org simply delivers a llms.txt
Changes:
NetBSD support thanks to @0323pin
[3 lines not shown]
devel/mise: update to 2026.4.23
2026.4.23 - 2026-04-26
🚀 Features
(backend) add global libc preference by @jdx in #9404
opt-in to pre-release versions for github and aqua backends by @jakedgy in #9329
🐛 Bug Fixes
(backend) allow unresolved latest opt-in by @jdx in #9401
(install) stop rewriting healthy runtime symlinks by @jdx in #9410
(node) route musl tarball URLs to unofficial-builds by @jdx in #9409
(prune) skip remote version resolution for tracked configs by @jdx in #9406
(schema) allow array values in tool additionalProperties by @JP-Ellis in #9400
📦️ Dependency Updates
bump communique to 1.1.2 by @jdx in #9402
[80 lines not shown]
ahcisata(4): disable NCQ for VIA VT8251 integrated SATA controller.
NCQ support is known to be non-compliant or broken on this chipset,
causing timeouts and instability.
The issue is reproducible in NetBSD using 'smartctl -a`.
The workaround is to disable NCQ, which has already been done in other
OS drivers.
Needs pullups to supported branches.
Release 2.8.0 Fri April 24 2026
Security fixes:
#47 #1183 CVE-2026-41080 -- The existing hash flooding protection
(based on SipHash) only used 4 to 8 bytes of entropy for
a salt, when 16 bytes of salt are supported by the
implementation of SipHash used by Expat. Now full 16 bytes
of entropy are used to improve protection against hash
flooding attacks.
Existing API function XML_SetHashSalt is now deprecated
because of its limitations, and its use should be
considered a vulnerability. Please either use the new API
function XML_SetHashSalt16Bytes (with known-high-quality
entropy input only!) instead, or leave the derivation of
a 16-bytes hash salt from high quality entropy to Expat's
internal machinery (by *not* calling either of the two
XML_SetHashSalt* functions).
Bug fixes:
#1188 Avoid propagating /dev/urandom file descriptor to child
[46 lines not shown]
textproc/docbook-xsl-ns: initial import
The DocBook XSL stylesheets provide a serie of ready-to-use templates to
process documents based on the DocBook XML DTD. They can generate different
types of output files, like XHTML, slides, manpages, JavaDoc...
These are namespace-aware XSLT stylesheets for the DocBook DTD and its
derivatives (Simplified DocBook, etc.).
Support non-static mappings, allocating space from kernel_map.
Still TODO: platform-specific hook for a vmem arena that supplies
the VAs for a given bus.