Kea supports host reservations / lease storage in RDBMS like: MySQL (--with-mysql) PostgreSQL (--with-pgsql) As far as i can see both can be enabled at the same time. Would be nice to have this option when installing through portage. Reproducible: Always Steps to Reproduce: Check use flags for Kea Actual Results: openssl, samples are supported Expected Results: additionally mysql and postgres are supported Supported Configure Options can be found here: https://kea.isc.org/docs/kea-guide.html#configure
Created attachment 548128 [details, diff] proposed patch for the ebuild exported and mangled may or may not apply.
This would be nice to add in to offical ebuild... so i dont forget to manually fix ebuilds before upgrades :) Also while you are at it, you could add support for starting control agent in conf/init script.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dede676d94cbf4b67b058fa624750c9c1343ce8 commit 2dede676d94cbf4b67b058fa624750c9c1343ce8 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2018-12-10 09:35:42 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2018-12-10 09:35:42 +0000 net-misc/kea: Added support for mysql and postgresql. Thanks to James Browning <jamesb.fe80@gmail.com> for the initial patch Bug: https://bugs.gentoo.org/663538 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> net-misc/kea/kea-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
(In reply to Klemen Mihevc from comment #2) > Also while you are at it, you could > add support for starting control agent in conf/init script. Patches are welcome. Unfortunately I don't have much time to look into this.
Oh, and the mysql/postgresql changes will likely go into the next 1.5.0 (beta, rc or final) release if I don't forget about it :)
Given that bot 1.5.0 (stable) and 9999 have this integrated now; can this bug be closed?
Looks good to me. Can be closed.