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.
nss: fix regression on NetBSD aarch64
Between 3.127 and 3.128 upstream applied this in freebl:
- DEFINES += -DUSE_HW_AES -DUSE_HW_SHA1 -DUSE_HW_SHA2 -DHAVE_PLATFORM_GHASH
+ DEFINES += -DUSE_HW_AES -DUSE_HW_SHA1 -DUSE_HW_SHA2
+ ifeq ($(LITTLE_ENDIAN),1)
+ DEFINES += -DHAVE_PLATFORM_GHASH
+ endif
But it is causing linker errors since nothing in NetBSD.mk sets the
LITTLE_ENDIAN macro. Fix NetBSD.mk properly and remove previous arguably
wrong band-aid for similar issue in patch-nss_lib_freebl_sha256-armv8.c
janet: update to 1.42.0
* fix/illumos-multicast
* Tweak a docstring and a comment
* Fix GC collecting active fiber during nested janet_continue
* Align items in multiline pretty format (%m and %p)
* fix janet_channel_make_threaded to return threaded channel
* Macro hygiene tweaks
* Fix: add missing :symbolmap keyword to disasm function
* Add LLM, AI and tool usage section to contribution guide
* Lint shadow binding
* Increase pretty printing line density
* Try to use clearer language in buffer docs
* Fix mmap return value check
* Fix stale fiber stack pointers across realloc
* Hide JanetMarshalContext implementation details
* Add bash, zsh, and fish shell completions for janet
* plan9 port maintenance
* OSS-Fuzz: Add new fuzzer targets unmarshal
[33 lines not shown]
geography/geos: Update to 3.15.0
geos has on the order of a dozen reverse dependencies, and has a
multi-year track record of non-troubled updates. (I've been running
beta/rc versions of 3.15 for weeks with postgis/gdal/gis.)
## Changes in 3.15.0
2026-09-01
- Breaking Changes:
- BufferOp returns POLYGON EMPTY when fed Inf/Nan coords (GH-1332)
- Return Inf when calculating distance to an empty geometry (GH-1345, Even Rouault)
- Overlay operations now produce a LineString geometry in cases that would previously
produce a MultiLineString with contiguous sub-geometries. (GH-1459, Dan Baston)
- Overlay operations that previously rotated rings by one vertex no longer do so
(GH-1412, Dan Baston)
- New things:
- Add GEOSMinimumSpanningTree (Paul Ramsey)
[29 lines not shown]