<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/unbound, 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-07-31T05:55:00Z</updated>
<entry>
<title>unbound: update to 1.25.2</title>
<updated>2026-07-31T05:55:00Z</updated>
<author>
<name>Tyrel M. McQueen</name>
</author>
<published>2026-07-30T10:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2a28bbc943cf9d02cf6f911b5598b9733d2977d3'/>
<id>urn:sha1:2a28bbc943cf9d02cf6f911b5598b9733d2977d3</id>
<content type='text'>
From upstream: 1.25.2 consolidates security fixes for issues reported over
a period of time. There are fixes for CVE-2026-14586, CVE-2026-32665,
CVE-2026-40691, CVE-2026-41637, CVE-2026-42955, CVE-2026-44621,
CVE-2026-44687, CVE-2026-44690, CVE-2026-46582, CVE-2026-50045,
CVE-2026-50046, CVE-2026-50243, CVE-2026-50248, CVE-2026-50251,
CVE-2026-50252, CVE-2026-52863, CVE-2026-54478, CVE-2026-55708,
CVE-2026-55717, CVE-2026-55973, CVE-2026-55990, CVE-2026-55991,
CVE-2026-56416 and CVE-2026-56444.

Full details at

https://github.com/NLnetLabs/unbound/releases/tag/release-1.25.2

Signed-off-by: Tyrel M. McQueen &lt;tmcqueen.materials@gmail.com&gt;
</content>
</entry>
<entry>
<title>unbound: remove maintainer</title>
<updated>2026-07-31T05:50:56Z</updated>
<author>
<name>Eric Luehrsen</name>
</author>
<published>2026-07-10T03:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=919a54c65a644cf0d0e06e14306e62a6ab6df296'/>
<id>urn:sha1:919a54c65a644cf0d0e06e14306e62a6ab6df296</id>
<content type='text'>
PKG_MAINTAINER blank.

Signed-off-by: Eric Luehrsen &lt;ericluehrsen@gmail.com&gt;
</content>
</entry>
<entry>
<title>unbound: update to 1.25.1</title>
<updated>2026-05-28T09:17:42Z</updated>
<author>
<name>Tyrel M. McQueen</name>
</author>
<published>2026-05-27T16:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0270d94c31426037b9956d1bdc22104dd874d75d'/>
<id>urn:sha1:0270d94c31426037b9956d1bdc22104dd874d75d</id>
<content type='text'>
From upstream: 1.25.1 consolidates security fixes for issues
reported over a period of time. There are fixes for CVE-2026-33278,
CVE-2026-42944, CVE-2026-42959, CVE-2026-32792, CVE-2026-40622,
CVE-2026-41292, CVE-2026-42534, CVE-2026-42923, CVE-2026-42960,
CVE-2026-44390 and CVE-2026-44608.

Full details at

https://www.nlnetlabs.nl/news/2026/May/20/unbound-1.25.1-released/

and

https://www.nlnetlabs.nl/news/2026/Apr/29/unbound-1.25.0-released/

Signed-off-by: Tyrel M. McQueen &lt;tmcqueen.materials@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: fix typos in version check overrides</title>
<updated>2026-05-25T05:02:47Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2026-05-23T23:22:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6a20260a1f42e57b64a1f435be4c26a569a72f71'/>
<id>urn:sha1:6a20260a1f42e57b64a1f435be4c26a569a72f71</id>
<content type='text'>
Fix shellcheck shell configuration in version check overrides.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>unbound: add version check override</title>
<updated>2026-05-17T11:35:31Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2026-05-13T18:31:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=97edc9f52d3fd732b87e96e4ba18ed333a04c309'/>
<id>urn:sha1:97edc9f52d3fd732b87e96e4ba18ed333a04c309</id>
<content type='text'>
Add version check override script.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>unbound: add test.sh</title>
<updated>2026-05-06T18:05:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-05-06T06:23:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=582e466d3cb116259c23451dc7a931be5d351601'/>
<id>urn:sha1:582e466d3cb116259c23451dc7a931be5d351601</id>
<content type='text'>
unbound-control-setup is a shell script that generates TLS certificates
for unbound-control; it does not print a version string. The generic CI
test framework cannot verify the version via the binary, causing the
"No executables in the package provided version" failure.

Add a package-specific test.sh that:
 - tests unbound-daemon version via 'unbound -V' and config file presence
 - tests libunbound shared library presence
 - tests unbound-anchor/-checkconf/-control/-host binaries run and
   respond to -h without starting the daemon
 - tests unbound-control-setup as an installed, executable shell script
   containing expected keywords (no version check)

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>unbound: update to 1.24.2</title>
<updated>2025-12-10T17:38:27Z</updated>
<author>
<name>Goetz Goerisch</name>
</author>
<published>2025-12-06T07:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0ca33e71e99275e77884590006bcfc704cbcfec7'/>
<id>urn:sha1:0ca33e71e99275e77884590006bcfc704cbcfec7</id>
<content type='text'>
Fixes: Possible Domain Hijacking via promiscuous NS Records (CVE-2025-11411)
Changelog: https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-24-2
Upstream commit f6269baa605d31859f28770e01a24e3677e5f82c
https://github.com/NLnetLabs/unbound/commit/f6269baa605d31859f28770e01a24e3677e5f82c

Signed-off-by: Goetz Goerisch &lt;ggoerisch@gmail.com&gt;
</content>
</entry>
<entry>
<title>unbound: minimal fix for odhcpd lease file parsing</title>
<updated>2025-12-10T17:06:06Z</updated>
<author>
<name>Dirk Brenken</name>
</author>
<published>2025-12-08T17:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4a7220021403c6186d837b39eea3d2eb702ad66b'/>
<id>urn:sha1:4a7220021403c6186d837b39eea3d2eb702ad66b</id>
<content type='text'>
Current odhcpd in master writes MAC addresses with colons in his lease file,
this new odhcpd format leads to a crash loop in unbound (if DHCPv4 to SLAAC is selected).

Just remove the colons, before the processing in slaac_eui64 begins, fixes #28032

Signed-off-by: Dirk Brenken &lt;dev@brenken.org&gt;
</content>
</entry>
<entry>
<title>unbound: update to 1.24.0</title>
<updated>2025-09-29T08:43:10Z</updated>
<author>
<name>Eric Luehrsen</name>
</author>
<published>2025-09-29T04:04:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7b6300227383d08301bb7407d53834a202e13d69'/>
<id>urn:sha1:7b6300227383d08301bb7407d53834a202e13d69</id>
<content type='text'>
latest upstream 09182024

Signed-off-by: Eric Luehrsen &lt;ericluehrsen@gmail.com&gt;
</content>
</entry>
<entry>
<title>unbound: update README</title>
<updated>2025-09-20T15:25:44Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-08-13T20:59:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=26d248de2617dc53c65fa248ced40a50491ca76a'/>
<id>urn:sha1:26d248de2617dc53c65fa248ced40a50491ca76a</id>
<content type='text'>
* add adblock-fast to the Ad Blocking segment
* fix grammar (Its -&gt; It's)
* modify last paragraph of the instructions as they are specific to adblock

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
</feed>
