<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/coredns, 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-29T03:42:29Z</updated>
<entry>
<title>coredns: fix netlink compat for wgsd plugin</title>
<updated>2026-04-29T03:42:29Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-28T05:23:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3b680cc1663508e4eb84c721c42723f7d8a6ba02'/>
<id>urn:sha1:3b680cc1663508e4eb84c721c42723f7d8a6ba02</id>
<content type='text'>
wgsd (WireGuard Service Discovery plugin) pulls in
golang.zx2c4.com/wireguard/wgctrl -&gt; mdlayher/genetlink v1.2.0 -&gt;
mdlayher/netlink v1.6.2. This version of netlink calls
mdlayher/socket's Sendmsg/Recvmsg with the old API signatures
(pre-context.Context, single-return-value Sendmsg), but coredns
itself requires mdlayher/socket v0.5.1 which changed these
signatures to include context.Context and return (int, error).

Add a go get step that upgrades netlink to v1.7.2 after the wgsd
plugin dependencies are pulled in, ensuring the build uses a
netlink version compatible with socket v0.5.x.

Should fix:
  https://downloads.openwrt.org/snapshots/faillogs/i386_pentium-mmx/packages/coredns/compile.txt

```
../../../../../dl/go-mod-cache/github.com/mdlayher/netlink@v1.6.2/conn_linux.go:105:9: too many return values
	have (int, error)
	want (error)
../../../../../dl/go-mod-cache/github.com/mdlayher/netlink@v1.6.2/conn_linux.go:105:35: not enough arguments in call to c.s.Sendmsg
	have ([]byte, nil, *"golang.org/x/sys/unix".SockaddrNetlink, number)
	want (context.Context, []byte, []byte, "golang.org/x/sys/unix".Sockaddr, int)
../../../../../dl/go-mod-cache/github.com/mdlayher/netlink@v1.6.2/conn_linux.go:116:9: too many return values
	have (int, error)
	want (error)
../../../../../dl/go-mod-cache/github.com/mdlayher/netlink@v1.6.2/conn_linux.go:116:33: not enough arguments in call to c.s.Sendmsg
	have ([]byte, nil, *"golang.org/x/sys/unix".SockaddrNetlink, number)
	want (context.Context, []byte, []byte, "golang.org/x/sys/unix".Sockaddr, int)
../../../../../dl/go-mod-cache/github.com/mdlayher/netlink@v1.6.2/conn_linux.go:127:42: not enough arguments in call to c.s.Recvmsg
	have ([]byte, nil, number)
	want (context.Context, []byte, []byte, int)
../../../../../dl/go-mod-cache/github.com/mdlayher/netlink@v1.6.2/conn_linux.go:142:41: not enough arguments in call to c.s.Recvmsg
	have ([]byte, nil, number)
	want (context.Context, []byte, []byte, int)
github.com/aws/aws-sdk-go-v2/aws/protocol/query
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
github.com/aws/smithy-go/private/requestcompression
```

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>coredns: update to 1.14.3</title>
<updated>2026-04-24T14:12:06Z</updated>
<author>
<name>Vladimir Ermakov</name>
</author>
<published>2026-04-24T07:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1caf7c89c2b8b55c1c4a78c7c80f7012b7e9884d'/>
<id>urn:sha1:1caf7c89c2b8b55c1c4a78c7c80f7012b7e9884d</id>
<content type='text'>
Changelog: https://github.com/coredns/coredns/releases/tag/v1.14.3

CVE-2026-32282, CVE-2026-32289, CVE-2026-33810, CVE-2026-27144,
CVE-2026-27143, CVE-2026-32288, CVE-2026-32283, CVE-2026-27140.

Signed-off-by: Vladimir Ermakov &lt;vooon341@gmail.com&gt;
</content>
</entry>
<entry>
<title>coredns: update to 1.14.2</title>
<updated>2026-03-20T19:07:04Z</updated>
<author>
<name>Vladimir Ermakov</name>
</author>
<published>2026-03-07T08:39:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9c5f17f9b1222ec5e8ddad50a155da2a824d7458'/>
<id>urn:sha1:9c5f17f9b1222ec5e8ddad50a155da2a824d7458</id>
<content type='text'>
Security fixes for CVE-2026-26017, CVE-2026-26018.

Release notes: https://github.com/coredns/coredns/releases/tag/v1.14.2

Package changes:
- Add optional proxyproto plugin config
- Fix configure-plugin macro to preserve upstream plugin ordering
- Reorganize Config.in with section headers and help texts

Signed-off-by: Vladimir Ermakov &lt;vooon341@gmail.com&gt;
</content>
</entry>
<entry>
<title>net/coredns: assign PKG_CPE_ID</title>
<updated>2026-03-19T12:34:18Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-14T18:41:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=866b2ed5e9af7bd6677e1fb342fd9ec18e269225'/>
<id>urn:sha1:866b2ed5e9af7bd6677e1fb342fd9ec18e269225</id>
<content type='text'>
cpe:/a:coredns.io:coredns is the correct CPE ID for coredns:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:coredns.io:coredns

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>coredns: update to 1.14.1</title>
<updated>2026-01-23T18:32:27Z</updated>
<author>
<name>Vladimir Ermakov</name>
</author>
<published>2026-01-22T12:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=19dd33d12056a0b3fd8c57d721ee8348ae265cf1'/>
<id>urn:sha1:19dd33d12056a0b3fd8c57d721ee8348ae265cf1</id>
<content type='text'>
Release note: https://coredns.io/2026/01/15/coredns-1.14.-release/

Co-authored-by: George Sapkin &lt;george@sapk.in&gt;
Signed-off-by: Vladimir Ermakov &lt;vooon341@gmail.com&gt;
</content>
</entry>
<entry>
<title>coredns: update 1.14.0</title>
<updated>2026-01-14T05:27:51Z</updated>
<author>
<name>Vladimir Ermakov</name>
</author>
<published>2026-01-12T16:10:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d070142451ccc385a8a08de46bb6769e5298cc2b'/>
<id>urn:sha1:d070142451ccc385a8a08de46bb6769e5298cc2b</id>
<content type='text'>
- Update version
- Add finalize plugin

Signed-off-by: Vladimir Ermakov &lt;vooon341@gmail.com&gt;
</content>
</entry>
<entry>
<title>coredns: replace wgsd-coredns to full 1.13.2</title>
<updated>2025-12-30T14:24:42Z</updated>
<author>
<name>Vladimir Ermakov</name>
</author>
<published>2025-07-05T14:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3554c264f5af144aa7911d17fc61c720f8c2b025'/>
<id>urn:sha1:3554c264f5af144aa7911d17fc61c720f8c2b025</id>
<content type='text'>
- Add coredns package 1.13.2
- Make wgsd-coredns package transitional to coredns with wgsd plugin enabled
- Make coredns plugin list configurable, disable heavy plugins by
  default and add wgsd plugin
- Place the service into ujail
- Add netbox plugin

Co-authored-by: Tianling Shen &lt;cnsztl@gmail.com&gt;
Signed-off-by: Vladimir Ermakov &lt;vooon341@gmail.com&gt;
</content>
</entry>
</feed>
