Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 738026 - net-misc/kea-1.7.10: configuration in single file is no longer supported
Summary: net-misc/kea-1.7.10: configuration in single file is no longer supported
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-19 17:08 UTC by Marco
Modified: 2020-11-25 09:26 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco 2020-08-19 17:08:26 UTC
The current init script expects the whole configuration for all kea daemons(dhcp4, dhcp6, ddns, etc) in a single file.  Since 1.6.x this was deprecated, and every daemon need it's own configuration file. Since 1.7.10 this sort of configuration is handled as an error, and the daemons won't start. 
See https://ftp.isc.org/isc/kea/1.7.10/Kea-1.7.10-ReleaseNotes.txt section 2.
https://gitlab.isc.org/isc-projects/kea/-/issues/916

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-11-25 09:26:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd78423b98731909dd4404293641b3722bc2dc5

commit ffd78423b98731909dd4404293641b3722bc2dc5
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-11-25 09:23:35 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-11-25 09:26:53 +0000

    net-misc/kea: Bump to version 1.8.1
    
    Fixed init script to not use a single file for all daemons
    
    Closes: https://bugs.gentoo.org/738026
    Package-Manager: Portage-3.0.10, Repoman-3.0.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 net-misc/kea/Manifest           |  1 +
 net-misc/kea/files/kea-confd-r1 | 10 ++++++
 net-misc/kea/files/kea-initd-r1 | 80 +++++++++++++++++++++++++++++++++++++++++
 net-misc/kea/kea-1.8.1.ebuild   | 74 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 165 insertions(+)