<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/kea, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-04-16T16:29:26Z</updated>
<entry>
<title>kea: fix kea-libs dependencies</title>
<updated>2026-04-16T16:29:26Z</updated>
<author>
<name>Philip A. Prindeville</name>
</author>
<published>2026-04-15T22:55:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1ea43c352cfc67182ab1bf0aef1d8c8ca8018a2e'/>
<id>urn:sha1:1ea43c352cfc67182ab1bf0aef1d8c8ca8018a2e</id>
<content type='text'>
Include libstdc++ and log4cplus libraries.

Signed-off-by: Philip A. Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>kea: send subnet renew time if not per host</title>
<updated>2026-04-09T23:36:46Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2026-01-15T01:45:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=12b8c3a54338a25ae26e2214e5e8906fe27424d0'/>
<id>urn:sha1:12b8c3a54338a25ae26e2214e5e8906fe27424d0</id>
<content type='text'>
If the renewal-time isn't set for the host, but it's forced to send,
send the subnet renew time value instead.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>kea: importer for legacy isc-dhcp-v4 UCI configs</title>
<updated>2026-04-09T23:36:46Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-09-13T17:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=367b72fd769fa2281d1d212b53da52d13a981a26'/>
<id>urn:sha1:367b72fd769fa2281d1d212b53da52d13a981a26</id>
<content type='text'>
Now that ISC-DHCP is EOLs, users might want to transparently
to the functionality of Kea.  This supports most of the
functionality of ISC-DHCP for v4.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>kea: add support synthesizing imported config files</title>
<updated>2026-04-09T23:36:46Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-09-13T17:01:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2a85ed0f1db4d5be9681bf457d13e9ca72fa50a3'/>
<id>urn:sha1:2a85ed0f1db4d5be9681bf457d13e9ca72fa50a3</id>
<content type='text'>
Configuring Kea JSON files is not trivial, and this might impede
the adoption of Kea as a DHCP server.  There are, however, many
users who used its predecessor ISC-DHCP, at least for DHCPv4.
A filter could ingest the legacy UCI and synthesize a JSON config
file for Kea DHCPv4.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>net/kea: assign PKG_CPE_ID</title>
<updated>2026-03-22T06:32:43Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-14T20:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4dac638e4a9889478081499948f35a03fb691f01'/>
<id>urn:sha1:4dac638e4a9889478081499948f35a03fb691f01</id>
<content type='text'>
cpe:/a:isc:kea is the correct CPE ID for kea:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:isc:kea

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>kea: make building with Openssl deprecated APIs off</title>
<updated>2026-02-09T17:09:39Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2026-02-05T02:48:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=41838cd6205f49c698777feedaf0c73400525203'/>
<id>urn:sha1:41838cd6205f49c698777feedaf0c73400525203</id>
<content type='text'>
Some of the X.509 API got retired in 3.0.0 so we should check
against the backward compatibility not being enabled.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>kea: create /var/lib/kea directory in init script</title>
<updated>2026-01-20T20:19:17Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2026-01-15T18:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6b58aa69ca1c5d9094884f689bc428d39cb623aa'/>
<id>urn:sha1:6b58aa69ca1c5d9094884f689bc428d39cb623aa</id>
<content type='text'>
This is required to fix the following error:

kea-dhcp4: ERROR [kea-dhcp4.dhcpsrv.548449842384] DHCPSRV_MEMFILE_FAILED_TO_OPEN Could not open lease file: invalid path specified: '/var', supported path is '/var/lib/kea'

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>kea: fix /var/run/kea permissions</title>
<updated>2026-01-20T20:19:17Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2026-01-15T18:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e4f965537d4ee3f00928e0fd7657f05333f9e104'/>
<id>urn:sha1:e4f965537d4ee3f00928e0fd7657f05333f9e104</id>
<content type='text'>
This is required to fix the following error:

kea-dhcp-ddns[3115]: 2026-01-15 20:00:36.776 FATAL [kea-dhcp-ddns.dctl/3115.547785590368] DCTL_CONFIG_FILE_LOAD_FAIL DhcpDdns reason: 'socket-name' is invalid: socket path:/var/run/kea does not exist or does not have permssions = 750

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>kea: fix build issue with boost-1.90 static assert</title>
<updated>2026-01-06T20:05:40Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2026-01-05T23:20:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=698cca3a489e553c653afe17b4e01bd38bd0618f'/>
<id>urn:sha1:698cca3a489e553c653afe17b4e01bd38bd0618f</id>
<content type='text'>
The headers apparently changed in 1.90 from 1.89 and the
definition for BOOST_STATIC_ASSERT() needs to be brought
in explicitly from &lt;boost/static_assert.hpp&gt; which wasn't
previously the case.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>kea: update to 3.0.2</title>
<updated>2025-11-24T22:14:41Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-11-16T20:27:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=79171199a2491c660a16de16b73082590b31a535'/>
<id>urn:sha1:79171199a2491c660a16de16b73082590b31a535</id>
<content type='text'>
The boost system dependency got sorted out upstream and we can drop
the patch.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
</feed>
