<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/knot, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.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-03.infra.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: add functional test.sh covering all CLI subpackages</title>
<updated>2026-05-30T06:31:17Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-05-25T15:55:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cd7c9dd6b85cadc7b89d72f96ec107ec85c6c485'/>
<id>urn:sha1:cd7c9dd6b85cadc7b89d72f96ec107ec85c6c485</id>
<content type='text'>
Cover each user-facing subpackage with a real functional check instead
of relying solely on the CI's generic --version probe:

- knot:           knotc conf-check on a minimal YAML server config
- knot-dig:       kdig -h (CLI parser smoke check)
- knot-host:      khost -h
- knot-nsupdate:  feed 'quit' through the REPL
- knot-zonecheck: validate a minimal example.com zone file end to end
- knot-keymgr:    initialise a KASP DB in a temp directory

knot-libs, knot-libzscanner, and knot-tests are library/harness
subpackages; the generic ELF/SONAME checks already cover them.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&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-03.infra.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-03.infra.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-03.infra.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-03.infra.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-03.infra.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: backport patch to fix linking with libhiredis</title>
<updated>2025-09-26T13:51:57Z</updated>
<author>
<name>Jan Hák</name>
</author>
<published>2025-09-25T12:09:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=598504d89592cf588d7051dd941a47379104a936'/>
<id>urn:sha1:598504d89592cf588d7051dd941a47379104a936</id>
<content type='text'>
It was discovered that even while using ``--enable-redis=no``
and ``--disable-redis`` that it was still linking with libhiredis.

This avoids to picking up libhiredis as dependency:

```
Package knot is missing dependencies for the following libraries:
libhiredis.so.1.1.0
```

Fixes: cbbd2b5b3bd6df7e550b114cf1c9f8e0f5bc8616 ("knot: disable redis as it was enabled since 3.5.0 by default")

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-03.infra.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-03.infra.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>
</feed>
