vcswatch reports that
this package seems to have a new changelog entry (version
0.6.3-1+git, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit bc7f75c4232b0e5f30f4fa9f2b43a1a52c7ef085
Author: Jonathan McDowell <noodles@earth.li>
Date: Thu Jul 17 10:15:20 2025 +0100
Rename keyd(ctl) to onak-keyd(ctl)
keyd is a very generic name for this, and there's at least one other
program out there we conflict with as a result. Given it's a daemon
there's no real cost to us from prepending onak- to clearly
disambiguate.
commit 0b56be4b3028f179daa4705e5b4fffebc6fe1cd6
Author: Jonathan McDowell <noodles@earth.li>
Date: Tue Jul 15 17:07:54 2025 +0100
Drop debian/NEWS
The switch to a .ini config file happened back in Debian buster (10),
so the need for this is long past.
commit 7e90001bc62b1e17a6547f8f852a17fd741ff857
Author: Jonathan McDowell <noodles@earth.li>
Date: Tue Jul 15 17:01:21 2025 +0100
Update debian/watch to v4 + HTTPS
lintian inspired cleanup.
commit 77ca80bc2fad3ec231947ece87b18a3c1fbead6c
Author: Jonathan McDowell <noodles@earth.li>
Date: Tue Jul 15 15:16:20 2025 +0100
Switch keyd from select to poll
commit ddcf04f4819d03147448ee14b9d0579b7c12600c
Author: Jonathan McDowell <noodles@earth.li>
Date: Tue Jul 15 10:31:44 2025 +0100
Correct v5 key filename
commit 24c75be42e5aae81767173fda173b7d0589451e6
Author: Jonathan McDowell <noodles@earth.li>
Date: Tue Jul 15 10:22:43 2025 +0100
Cleanup database files on package purge (Closes: #1053323)
We're creating the database as part of package install, which then means
we can't remove /var/lib/onak on package purge. Delete the created
database files so we cleanup fully.
commit a519f1c180bfb739dfc7b53745400192729c9cef
Author: Jonathan McDowell <noodles@earth.li>
Date: Mon Jul 14 20:26:26 2025 +0100
Update minimum required CMake version
CMake 4.0 has dropped support for backwards compatibility with versions
before 3.5. We don't actually need this, so update our range all the way
up to 3.31, which is the version that will ship with Debian trixie.