<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/knot/Makefile, 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-06-15T17:03:26Z</updated>
<entry>
<title>knot: update to version 3.5.5</title>
<updated>2026-06-15T17:03:26Z</updated>
<author>
<name>Jan Hák</name>
</author>
<published>2026-06-15T09:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=43dd946a54dc73be30d3fab613bb2d3ea8e84bc1'/>
<id>urn:sha1:43dd946a54dc73be30d3fab613bb2d3ea8e84bc1</id>
<content type='text'>
Release notes: https://www.knot-dns.cz/2026-06-12-version-355.html

Signed-off-by: Jan Hák &lt;jan.hak@nic.cz&gt;
</content>
</entry>
<entry>
<title>knot: drop kru.inc.c static_assert that requires lock-free 16-bit atomics</title>
<updated>2026-05-30T06:31:17Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-05-29T15:45:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=106acb977423cc4325ae796652f36ef7375bdb6d'/>
<id>urn:sha1:106acb977423cc4325ae796652f36ef7375bdb6d</id>
<content type='text'>
The RRL module's kru.inc.c has a `static_assert(ATOMIC_CHAR16_T_LOCK_FREE
== 2, ...)` that breaks the build on any target whose toolchain does
not advertise lock-free 16-bit atomics (e.g. ARMv5 arm926ej-s).
Upstream considers the assertion non-essential and plans to drop it;
they recommended a patch over a Makefile-level RRL disable. Bump
PKG_RELEASE for the patch swap.

Suggested-by: Daniel Salzman &lt;daniel.salzman@nic.cz&gt;
Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>knot: update to version 3.5.4</title>
<updated>2026-04-10T13:07:49Z</updated>
<author>
<name>Jan Hák</name>
</author>
<published>2026-04-07T09:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c684fb092d19e03d6156ce35f7f4cd4f2f04ae5'/>
<id>urn:sha1:4c684fb092d19e03d6156ce35f7f4cd4f2f04ae5</id>
<content type='text'>
Release notes: https://www.knot-dns.cz/2026-04-02-version-354.html

Signed-off-by: Jan Hák &lt;jan.hak@nic.cz&gt;
</content>
</entry>
<entry>
<title>knot: update to version 3.5.3</title>
<updated>2026-01-18T05:33:20Z</updated>
<author>
<name>Jan Hák</name>
</author>
<published>2026-01-16T13:00:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=40234e5b585a13afc2e66e0386ba29ead5fcea59'/>
<id>urn:sha1:40234e5b585a13afc2e66e0386ba29ead5fcea59</id>
<content type='text'>
Release notes: https://www.knot-dns.cz/2026-01-16-version-353.html

Signed-off-by: Jan Hák &lt;jan.hak@nic.cz&gt;
</content>
</entry>
<entry>
<title>knot: update to version 3.5.2</title>
<updated>2025-12-02T20:52:31Z</updated>
<author>
<name>Jan Hák</name>
</author>
<published>2025-12-01T09:54:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d4321095cdbd25a024ef9cdd83b5a85bcd76c156'/>
<id>urn:sha1:d4321095cdbd25a024ef9cdd83b5a85bcd76c156</id>
<content type='text'>
Release notes: https://www.knot-dns.cz/2025-11-28-version-352.html

Signed-off-by: Jan Hák &lt;jan.hak@nic.cz&gt;
</content>
</entry>
<entry>
<title>knot: update to version 3.5.1</title>
<updated>2025-10-17T15:11:00Z</updated>
<author>
<name>Jan Hák</name>
</author>
<published>2025-10-16T13:23:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9fe9b952f7a3ca2a1143fe69e3283d573480be39'/>
<id>urn:sha1:9fe9b952f7a3ca2a1143fe69e3283d573480be39</id>
<content type='text'>
Release notes: https://www.knot-dns.cz/2025-10-16-version-351.html

Delete patches already merged into master branch

Signed-off-by: Jan Hák &lt;jan.hak@nic.cz&gt;
</content>
</entry>
<entry>
<title>knot: disable redis as it was enabled since 3.5.0 by default</title>
<updated>2025-09-26T10:56:34Z</updated>
<author>
<name>Jan Hák</name>
</author>
<published>2025-09-25T12:09:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cbbd2b5b3bd6df7e550b114cf1c9f8e0f5bc8616'/>
<id>urn:sha1:cbbd2b5b3bd6df7e550b114cf1c9f8e0f5bc8616</id>
<content type='text'>
By disabling redis, it is not possible to use redis database as zone storage

Signed-off-by: Jan Hák &lt;jan.hak@nic.cz&gt;
</content>
</entry>
<entry>
<title>knot: update to version 3.5.0</title>
<updated>2025-09-24T18:21:15Z</updated>
<author>
<name>Jan Hák</name>
</author>
<published>2025-09-22T13:21:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bddd5e9cb639bcad72518efd956955ac6d8ea352'/>
<id>urn:sha1:bddd5e9cb639bcad72518efd956955ac6d8ea352</id>
<content type='text'>
Release notes: https://www.knot-dns.cz/2025-09-18-version-350.html
Patch from commit https://gitlab.nic.cz/knot/knot-dns/-/commit/1297a6cc0fef21f35cfa517b5b55d94cd9cea41d

Signed-off-by: Jan Hák &lt;jan.hak@nic.cz&gt;
</content>
</entry>
<entry>
<title>knot: update to version 3.4.8</title>
<updated>2025-08-04T18:41:30Z</updated>
<author>
<name>Jan Hák</name>
</author>
<published>2025-08-04T13:28:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=08e4df89b0c244b000ca0fcfd03655bf2d17f8fe'/>
<id>urn:sha1:08e4df89b0c244b000ca0fcfd03655bf2d17f8fe</id>
<content type='text'>
Release notes: https://www.knot-dns.cz/2025-07-29-version-348.html

Signed-off-by: Jan Hák &lt;jan.hak@nic.cz&gt;
</content>
</entry>
<entry>
<title>knot: update to version 3.4.7</title>
<updated>2025-06-13T09:35:24Z</updated>
<author>
<name>Jan Hák</name>
</author>
<published>2025-06-10T13:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a1d04258edb6f7da00987e6bb14501cd21c686ca'/>
<id>urn:sha1:a1d04258edb6f7da00987e6bb14501cd21c686ca</id>
<content type='text'>
Release notes: https://www.knot-dns.cz/2025-06-04-version-347.html

Signed-off-by: Jan Hák &lt;jan.hak@nic.cz&gt;
</content>
</entry>
</feed>
