rust194: for now don't make "known target in 'unknown' list" fatal.
The "m68k-unknown-netbsd" entry may be in that list for a while,
until upstream LLVM is fixed to not only emit 16-bit PC-relative
relocations, which are ... inadequate for rust.
This should get rid of this as a fatal error if you need to rebuild
newer rust compilers using older pkgsrc rust compilers, which have
since 1.93 made m68k-unknown-netbsd a "known" target.
cskk: update to 3.3.0
Fixed
* Fix an issue that the whole dictionary contents are returned as
candidates list when completing empty headword.
Completing empty headword is now ignored.
* Fix an issue that C-g did not reset to Direct mode when back to previous
conversion mode by 'x' key in candidates selection.
* Fix an issue that C-g did not reset to Direct mode when negative index
was added to skk_context_select_candidate_at_rs.
Added
* Add a command in the default rule file to abort by C-g when in
abbreviation mode.
It does not added to already installed rules unless it is added manually
to ~/.local/share/libcskk/rules.
mailsend-go: update to 1.0.11
v1.0.11
* Fixed duplicate charset in Content-Type header. Resolved issue where
http.DetectContentType() was adding charset=utf-8 to the MIME type, causing
duplicate charset parameters in headers. The MIME type detection code now
strips charset params, letting gomail handle charset assignment based on
the -cs flag. Added more test scripts in test/ dir.
(Jan-16-2026)
* Update document about oauth-helper. Switch to markdown-toc-go from
markdown_helper for document generation. Add oauth-helper link at the end
of usage.
(Apr-01-2026)
v1.0.11-b2
[43 lines not shown]