<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/dns.scm, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: knot-resolver: Update to 5.7.8.</title>
<updated>2026-08-26T06:30:37+00:00</updated>
<author>
<name>Ashish SHUKLA</name>
<email>ashish.is@lostca.se</email>
</author>
<published>2026-08-25T09:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=edacf9cb8093adce9f82d18a6a2a4736ac9e7842'/>
<id>edacf9cb8093adce9f82d18a6a2a4736ac9e7842</id>
<content type='text'>
* gnu/packages/dns.scm (knot-resolver): Update to 5.7.8.

Merges: https://codeberg.org/guix/guix/pulls/10797
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/dns.scm (knot-resolver): Update to 5.7.8.

Merges: https://codeberg.org/guix/guix/pulls/10797
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: knot: Update to 3.5.7.</title>
<updated>2026-08-26T06:30:33+00:00</updated>
<author>
<name>Ashish SHUKLA</name>
<email>ashish.is@lostca.se</email>
</author>
<published>2026-08-25T09:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a78b7c0ef21b3d6267254dc9863cebc0abbb87ce'/>
<id>a78b7c0ef21b3d6267254dc9863cebc0abbb87ce</id>
<content type='text'>
* gnu/packages/dns.scm (knot): Update to 3.5.7.

Merges: https://codeberg.org/guix/guix/pulls/10797
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/dns.scm (knot): Update to 3.5.7.

Merges: https://codeberg.org/guix/guix/pulls/10797
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: dnscrypt-proxy: Update to 2.1.18.</title>
<updated>2026-08-14T19:51:53+00:00</updated>
<author>
<name>moksh</name>
<email>mysticmoksh@riseup.net</email>
</author>
<published>2026-04-12T11:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=5e534cf980a204038ec6ff57cbd9070d05b0e6dc'/>
<id>5e534cf980a204038ec6ff57cbd9070d05b0e6dc</id>
<content type='text'>
v1.9.5 is EOL and the project migrated to Go in v2.

* gnu/packages/dns.scm (dnscrypt-proxy): Update to 2.1.18.
[source] &lt;snippet&gt;: Remove "vendor" directory and substitute version of
Go module "github.com/coreos/go-systemd".
[build-system]: Switch to go-build-system.
[phases]{install-config-file}: New phase.
[inputs]: Remove libltdl and libsodium.
[native-inputs]: Remove pkg-config, automake, autoconf, and libtool; add
go-codeberg-org-miekg-dns, go-github-com-burntsushi-toml,
go-github-com-dchest-safefile, go-github-com-coreos-go-systemd-v22,
go-github-com-fsnotify-fsnotify, go-github-com-gorilla-websocket,
go-github-com-hashicorp-go-immutable-radix,
go-github-com-hectane-go-acl, go-github-com-jedisct1-dlog,
go-github-com-jedisct1-go-clocksmith,
go-github-com-jedisct1-go-dnsstamps,
go-github-com-jedisct1-go-hpke-compact,
go-github-com-jedisct1-go-ipcrypt, go-github-com-jedisct1-go-minisign,
go-github-com-jedisct1-go-sieve-cache,
go-github-com-jedisct1-xsecretbox, go-github-com-k-sone-critbitgo,
go-github-com-kardianos-service, go-github-com-lifenjoiner-dhcpdns,
go-github-com-miekg-dns, go-github-com-powerman-check,
go-github-com-quic-go-quic-go, go-github-com-vividcortex-ewma,
go-golang-org-x-crypto, go-golang-org-x-net, go-golang-org-x-sys, and
go-gopkg-in-natefinch-lumberjack-v2.
[home-page]: Fix URL for v2.
[license]: Keep only ISC one as Libevent and "src/ext/queue.h" have been
dropped from the source.

Fixes: guix/guix#7584
Merges: guix/guix!7744
Co-authored-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
v1.9.5 is EOL and the project migrated to Go in v2.

* gnu/packages/dns.scm (dnscrypt-proxy): Update to 2.1.18.
[source] &lt;snippet&gt;: Remove "vendor" directory and substitute version of
Go module "github.com/coreos/go-systemd".
[build-system]: Switch to go-build-system.
[phases]{install-config-file}: New phase.
[inputs]: Remove libltdl and libsodium.
[native-inputs]: Remove pkg-config, automake, autoconf, and libtool; add
go-codeberg-org-miekg-dns, go-github-com-burntsushi-toml,
go-github-com-dchest-safefile, go-github-com-coreos-go-systemd-v22,
go-github-com-fsnotify-fsnotify, go-github-com-gorilla-websocket,
go-github-com-hashicorp-go-immutable-radix,
go-github-com-hectane-go-acl, go-github-com-jedisct1-dlog,
go-github-com-jedisct1-go-clocksmith,
go-github-com-jedisct1-go-dnsstamps,
go-github-com-jedisct1-go-hpke-compact,
go-github-com-jedisct1-go-ipcrypt, go-github-com-jedisct1-go-minisign,
go-github-com-jedisct1-go-sieve-cache,
go-github-com-jedisct1-xsecretbox, go-github-com-k-sone-critbitgo,
go-github-com-kardianos-service, go-github-com-lifenjoiner-dhcpdns,
go-github-com-miekg-dns, go-github-com-powerman-check,
go-github-com-quic-go-quic-go, go-github-com-vividcortex-ewma,
go-golang-org-x-crypto, go-golang-org-x-net, go-golang-org-x-sys, and
go-gopkg-in-natefinch-lumberjack-v2.
[home-page]: Fix URL for v2.
[license]: Keep only ISC one as Libevent and "src/ext/queue.h" have been
dropped from the source.

Fixes: guix/guix#7584
Merges: guix/guix!7744
Co-authored-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: unbound: Update to 1.26.0.</title>
<updated>2026-08-07T15:37:10+00:00</updated>
<author>
<name>Ashish SHUKLA</name>
<email>ashish.is@lostca.se</email>
</author>
<published>2026-08-04T09:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ceef63a48e4dad99f7dcdaf44753d40974d1f746'/>
<id>ceef63a48e4dad99f7dcdaf44753d40974d1f746</id>
<content type='text'>
* gnu/packages/dns.scm (unbound): Update to 1.26.0.

Merges: https://codeberg.org/guix/guix/pulls/10336
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/dns.scm (unbound): Update to 1.26.0.

Merges: https://codeberg.org/guix/guix/pulls/10336
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: unbound: Update to 1.25.2 [security fixes].</title>
<updated>2026-07-23T01:02:25+00:00</updated>
<author>
<name>Ashish SHUKLA</name>
<email>ashish.is@lostca.se</email>
</author>
<published>2026-07-22T14:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=46b6ca499cb9a6b07867d3b8728f43bf3f3d73a5'/>
<id>46b6ca499cb9a6b07867d3b8728f43bf3f3d73a5</id>
<content type='text'>
This update includes 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.

* gnu/packages/dns.scm (unbound): Update to 1.25.2.

Merges: https://codeberg.org/guix/guix/pulls/10109
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This update includes 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.

* gnu/packages/dns.scm (unbound): Update to 1.25.2.

Merges: https://codeberg.org/guix/guix/pulls/10109
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: avahi: Drop input labels.</title>
<updated>2026-07-22T03:20:09+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-04-14T00:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6836b309ef9760fc8e4887e126c2ec17091ac709'/>
<id>6836b309ef9760fc8e4887e126c2ec17091ac709</id>
<content type='text'>
* gnu/packages/dns.scm (avahi)[inputs, native-inputs]:
  Drop input labels.

Merges: https://codeberg.org/guix/guix/pulls/7884
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/dns.scm (avahi)[inputs, native-inputs]:
  Drop input labels.

Merges: https://codeberg.org/guix/guix/pulls/7884
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: openresolv: Update to 3.17.4.</title>
<updated>2026-06-19T03:35:45+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-05-26T07:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=86776ccd30bb44eb856fcf3a14a8338f38fe1367'/>
<id>86776ccd30bb44eb856fcf3a14a8338f38fe1367</id>
<content type='text'>
* gnu/packages/dns.scm (openresolv): Update to 3.17.4.
* gnu/packages/gnome.scm (network-manager)
[#:configure-flags]: Add -Dconfig_dns_rc_manager_default=resolvconf.

Merges: !8835
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/dns.scm (openresolv): Update to 3.17.4.
* gnu/packages/gnome.scm (network-manager)
[#:configure-flags]: Add -Dconfig_dns_rc_manager_default=resolvconf.

Merges: !8835
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove uses of the legacy python-build-system.</title>
<updated>2026-06-04T07:33:29+00:00</updated>
<author>
<name>Nguyễn Gia Phong</name>
<email>cnx@loang.net</email>
</author>
<published>2026-06-04T01:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8336ee644ba48b2c269ac38d138bf2dcbdf9927e'/>
<id>8336ee644ba48b2c269ac38d138bf2dcbdf9927e</id>
<content type='text'>
* gnu/packages/coreboot.scm: Remove (guix build-system python)
  module import.
* gnu/packages/dns.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/pypy.scm: Import only package-with-python2
  from the (guix build-system python) module.

Change-Id: I095fa769cb9bb2d0c6affaab505a59ffd12a8a91
Merges: https://codeberg.org/guix/guix/pulls/9069
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/coreboot.scm: Remove (guix build-system python)
  module import.
* gnu/packages/dns.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/pypy.scm: Import only package-with-python2
  from the (guix build-system python) module.

Change-Id: I095fa769cb9bb2d0c6affaab505a59ffd12a8a91
Merges: https://codeberg.org/guix/guix/pulls/9069
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Merge (gnu packages avahi) with (gnu packages dns).</title>
<updated>2026-06-04T04:07:12+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2026-05-05T20:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=27c8428b41b7ce37109503292309c6b570194d44'/>
<id>27c8428b41b7ce37109503292309c6b570194d44</id>
<content type='text'>
* gnu/packages/dns.scm: Move to here...
* gnu/packages/avahi.scm (avahi, nss-mdns): ...from here.
  New deprecated variables.

Change-Id: I504e6d306d43b0642c8ad2cf91e048fdc401398f
Merges: https://codeberg.org/guix/guix/pulls/8572
Reviewed-by: Maxim Cournoyer &lt;maxim@guixotic.coop&gt;
Reviewed-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/dns.scm: Move to here...
* gnu/packages/avahi.scm (avahi, nss-mdns): ...from here.
  New deprecated variables.

Change-Id: I504e6d306d43b0642c8ad2cf91e048fdc401398f
Merges: https://codeberg.org/guix/guix/pulls/8572
Reviewed-by: Maxim Cournoyer &lt;maxim@guixotic.coop&gt;
Reviewed-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: public-suffix-list: Update to 0-3.e596036.</title>
<updated>2026-06-02T08:38:00+00:00</updated>
<author>
<name>Cayetano Santos</name>
<email>csantosb@inventati.org</email>
</author>
<published>2026-05-30T08:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=80764e67ed13acf1f27e2c280ed72a68ff202ac6'/>
<id>80764e67ed13acf1f27e2c280ed72a68ff202ac6</id>
<content type='text'>
* gnu/packages/dns.scm (public-suffix-list): Update to 0-3.e596036.

Merges guix/guix!8964

Change-Id: Id09d9c36c5c91c386be2b0f696d15fa7de83ec3f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/dns.scm (public-suffix-list): Update to 0-3.e596036.

Merges guix/guix!8964

Change-Id: Id09d9c36c5c91c386be2b0f696d15fa7de83ec3f
</pre>
</div>
</content>
</entry>
</feed>
