Jakub Jirutka f918523551 main/kea: upgrade to 3.0.2
> Remove the builddir path from the scripts.

The admin scripts still contain builddir, but it no longer causes any
problems.

> kea-hook-mysql-cb -> kea-hook-mysql
> kea-hook-pgsql-cb -> kea-hook-pgsql

libdhcp_mysql_cb.so and libdhcp_pgsql_cb.so has been renamed, they don't
have _cb suffix anymore. In Kea 2, they only implemented database storage
for the configuration backend, but since Kea 3, they also implement lease
and host backends which were originally in the "core".
However, to use them for the configuration backend, they must be loaded
together with libdhcp_cb_cmds.so which is available only for ISC
customers. This is not new, it was also the case in Kea 2, i.e.
kea-hook-{mysql,pgsql}-cb were useless in Kea 2.
2025-11-17 12:33:59 +01:00
..
2025-11-17 12:33:59 +01:00