commit d58327a760e8ab606074de55db6f3bd49a6dfb16
Merge: ebd02d6e c58af1f2
Author: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
Date: Wed May 20 12:20:51 2026 +0200
Merge pull request #15980 from keymanapp/fix/linux/cherry-pick/15965_packaging2
fix(linux): add dependency on `procps` 🍒 🏠
In the near future `pidof` will be provided by the `procps` package which isn't installed by default. This change adds a dependency on `procps` to fix this problem. Fixes Debian bug #1136515.
This PR supersedes the identical PR #15968 which had problems with the source verification check because it was created at a time when the check was broken.
Fixes: #15965
Cherry-pick-of: #15967
Supersedes: #15968
commit c58af1f29336c2a6489cbfe341e672dc75a7d582
Author: Eberhard Beilharz <eb1@sil.org>
Date: Mon May 18 17:47:57 2026 +0200
fix(linux): add dependency on `procps` 🍒
In the near future `pidof` will be provided by the `procps` package
which isn't installed by default. This change adds a dependency on
`procps` to fix this problem. Fixes Debian bug #1136515.
Fixes: #15965
Cherry-pick-of: #15967
Build-bot: skip
Test-bot: skip
commit ebd02d6ecf4289536e2e4d11771b4b510445eeb7
Merge: f7c76d82 95f4d441
Author: Marc Durdin <marc@durdin.net>
Date: Tue May 19 22:47:13 2026 +1000
Merge pull request #15953 from keymanapp/chore/stable/fast-xml-parser-5.7.1
chore: update fast-xml-parser to 5.8.0 🏠
commit 95f4d44165459690558eb0d544332c9c248cabf5
Author: Marc Durdin <marc@durdin.net>
Date: Wed May 13 14:46:11 2026 +0200
chore(developer): address review comments, move to fxp 5.8.0
Cherry-pick-of: #15868
commit ccafab4bf419a46742b91912abccfdf10c6c6426
Author: Marc Durdin <marc@durdin.net>
Date: Wed May 13 07:35:28 2026 +0200
chore: update fast-xml-parser to 5.7.1
Test-bot: skip
commit f224c3c8fc4cc65e044edef8e1d546e431dd46bf
Author: Marc Durdin <marc@durdin.net>
Date: Wed May 13 07:21:45 2026 +0200
chore(developer): update fast-xml-parser type references
Test-bot: skip
commit f7c76d8279e52e3d991850ab7e9f79255c550b7f
Merge: c60c7758 c0d6d093
Author: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
Date: Thu Apr 9 09:11:57 2026 +0200
Merge pull request #15828 from keymanapp/fix/linux/cherry-pick/memmove
fix(linux): fix memory problem 🍒
This fixes a problem identified by devin.ai: Because of the operator precedence the previous code caused `memmove` to read `sizeof(commit_queue_item) - 1` bytes past the end of `commit_queue`. With this change `memmove` now reads the intended `MAX_QUEUE_SIZE - 1` `commit_queue_items`.
Cherry-pick-of: #15823
commit c0d6d0930902983198b70ae7b4460c0cd0e66927
Author: Eberhard Beilharz <eb1@sil.org>
Date: Tue Apr 7 15:13:55 2026 +0200
fix(linux): fix memory problem 🍒
This fixes a problem identified by devin.ai: Because of the operator
precedence the previous code caused `memmove` to read
`sizeof(commit_queue_item) - 1` bytes past the end of `commit_queue`.
With this change `memmove` now reads the intended `MAX_QUEUE_SIZE - 1`
`commit_queue_items`.
Cherry-pick-of: #15823
Test-bot: skip
commit c60c7758952df841321bccd02f784dc0e8382a44
Merge: 44b6aced a1c4c5c7
Author: Keyman Server <keyman-server@users.noreply.github.com>
Date: Fri Mar 27 11:44:01 2026 +0100
Merge pull request #15806 from keymanapp/auto/version-stable-18.0-18.0.250
auto: increment stable-18.0 version to 18.0.250
commit a1c4c5c729c6a016cd0c48a3985f5a5c805065d1
Author: Keyman Build Agent <buildagent@keyman.com>
Date: Fri Mar 27 05:43:27 2026 -0500
auto: increment stable-18.0 version to 18.0.250
Automatic checks made by the Debian l10n team found some issues with the translations contained in this package. You should check the l10n status report for more information.
Issues can be things such as missing translations, problematic translated strings, outdated PO files, unknown languages, etc.