sbcl: update to 2.6.8
* minor incompatible change: FILE-POSITION on composite streams
returns a more accurate result for CONCATENATED-STREAM, and NULL on
TWO-WAY-STREAM and ECHO-STREAM.
* platform support:
** improvements to code generation for the ARM64 backend.
** improved support for AVX512 instruction encoding and decoding.
* various enhancements to the SB-SIMD contributed module.
* bug fix: FILE-POSITION on a stream after reading input into a list
or generic sequence returns the correct result.
* bug fix: allow the manual to build on more platforms.
* bug fix: infinite loop in the compiler while attempting to remove
data moves.
* bug fix: debugger failed to handle (COMPLEX DOUBLE-FLOAT) entities
on the stack.
* bug fix: error reporting from STRING-TO-OCTETS reported using the
wrong string indices.
* optimization: the compiler performs assignment conversion in nearly
[12 lines not shown]
print/foliate: Update to 3.3.0
Changes since 2.6.4:
3.3.0
* Updated for GNOME 48
* Added support for mouse forward/backward buttons (#1474)
* Improved text wrapping in headings
* Improved default link style
3.2.1
* Fixed tables not displayed in FB2 books (#1445)
* Updated translations
3.2.0
* Revamped translation tool, which now remembers the last target
[198 lines not shown]
imapfilter: Update to 2.8.5. From Kogule Ryo in PR pkg/60582
IMAPFilter 2.8.5 - Mar 8, 2026
- Re-added OAuth2 example in the sample extend file
IMAPFilter 2.8.4 - Mar 7, 2026
- Bug fix; minor incompatibility with Lua 5.5
IMAPFilter 2.8.3 - Apr 27, 2025
- Include body transfer encoding in fetch_structure() return value.
- Bug fix; minor incompatibility with Lua 5.3 and 5.4
IMAPFilter 2.8.2 - Dec 26, 2023
- Add IMAP support for UTF-8 (RFC 6855) when "charset" is set to "UTF-8"
- Don't use FETCH FAST macro use for better compatibility
- Bug fix; recovery mechanism error on Lua 5.1
IMAPFilter 2.8.1 - Jan 8, 2023
- Add support for non-write actions on read-only mailboxes.
[14 lines not shown]
gumbo-parser: update to 0.14.0
* Add gumbo_tag_is_void() public API function
* Add support for <selectedcontent> tag
* Add support for processing instructions
* Comply with spec changes to <select> parsing logic
* Fix compliance to adoption agency algorithm, step 4.3
* Fix foster parented text not being merged into preceding text node
* Fix memory leak of ignored doctype token in "in head noscript" insertion mode
* Delete dependency on Ragel
* Adapt to migration of tree construction tests suite from
html5lib-tests to WPT
lang/gjs: Update to 1.82.3
Switch to mozjs128. Mark binaries not PaX mprotect safe (SpiderMonkey
JIT). Disable PCH. Remove obsolete patch.
Changes since 1.68.4:
Too many changes to list; see the upstream NEWS file for the full
release notes covering all versions between 1.68.4 and 1.82.3:
https://gitlab.gnome.org/GNOME/gjs/-/blob/1.82.3/NEWS
joker: update to 1.10.0
- Added the joker.mime namespace for parsing MIME media types and
entity trees, decoding transfer encodings, and extracting message
bodies and attachments.
- Extended joker.mail with MIME-aware message, email, and attachment
parsing.
- Expanded joker.http/send with overall, connection, and
response-header timeouts; redirect controls; and response-size
limits.
- Added managed read-only and read/write transactions to joker.bolt,
allowed database operations to use transaction contexts, added
prefix counting, and added result limits for prefix queries.