summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/dns
AgeCommit message (Collapse)Author
2020-12-23bind: 9.16.8 -> 9.16.10Tim Steinbach
2020-12-15knot-dns: 3.0.2 -> 3.0.3Vladimír Čunát
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.3
2020-12-09knot-resolver: 5.2.0 -> 5.2.1Vladimír Čunát
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.2.1
2020-12-06nsd: 4.3.3 -> 4.3.4R. RyanTM
2020-11-29pdns-recursor: 4.4.0 -> 4.4.1R. RyanTM
2020-11-19bind: fix cross-compilationBen Wolsieffer
Upstream accidently broke cross-compilation. It has been fixed but not released yet, so we temporarily add the patch here.
2020-11-18knot-resolver: fix evaluation on darwinVladimír Čunát
I somehow forgot that libcap_ng is linux-only. I'm missing ofborg's darwin builder, but I might've tested evaluation at least...
2020-11-17knot-resolver: fix a stupid system breaking non-systemdVladimír Čunát
I hope this will fix darwin build (no good way of testing locally).
2020-11-17knot-resolver: drop capabilities after startupVladimír Čunát
By default. I forgot to add this a long time ago. The difference in runtime closure is really tiny (232 KiB by du).
2020-11-17knot-resolver: add support for new DoH implementationVladimír Čunát
By default. I'm not a DoH fan, but the difference in runtime closure is really tiny (216 KiB by du). I somehow forgot this during update. Some of the newly running tests were failing and got disabled.
2020-11-11knot-resolver: 5.1.3 -> 5.2.0Vladimír Čunát
https://lists.nic.cz/pipermail/knot-resolver-users/2020/000318.html NixOS service: we'll probably want to switch listenDoH to the new 'doh2' kind, but let me leave that for later.
2020-11-11knot-dns: 3.0.1 -> 3.0.2Vladimír Čunát
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.2
2020-11-05Merge pull request #102617 from r-ryantm/auto-update/nsdChristoph Hrdinka
nsd: 4.3.2 -> 4.3.3
2020-11-03nsd: 4.3.2 -> 4.3.3R. RyanTM
2020-11-02coredns: 1.7.1 -> 1.8.0R. RyanTM
2020-11-02dnsdist: Replace myself with SuperSandro2000Janne Heß
2020-10-29pdns-recursor: 4.3.5 -> 4.4.0rnhmjoj
2020-10-27Merge pull request #101584 from r-ryantm/auto-update/dnsdistMario Rodas
dnsdist: 1.5.0 -> 1.5.1
2020-10-27bind: 9.16.7 -> 9.16.8Pierre Bourdon
https://bind9.readthedocs.io/en/v9_16_8/notes.html#notes-for-bind-9-16-8
2020-10-24powerdns: 4.2.3 -> 4.3.1Aaron Andersen
2020-10-24dnsdist: 1.5.0 -> 1.5.1R. RyanTM
2020-10-18pdns-recursor: fix systemd configure flagAaron Andersen
2020-10-17Merge #97967: knot-dns: doInstallCheck = trueVladimír Čunát
I thought I'd verify darwin through PR+borg, but now I'll just merge and take action in case it breaks on darwin.
2020-10-13pdns-recursor: 4.3.4 -> 4.3.5Martin Weinelt
Fixes: CVE-2020-25829
2020-10-12powerdns: add nixos test to passthru.testsAaron Andersen
2020-10-12powerdns: compile with systemd supportAaron Andersen
2020-10-12powerdns: update configure flagsAaron Andersen
2020-10-12Merge pull request #100335 from aanderse/pdns-cveAaron Andersen
powerdns: 4.2.1 -> 4.2.3
2020-10-12Merge pull request #100337 from aanderse/pdns-recursorMichele Guerini Rocco
pdns-recursor: 4.3.3 -> 4.3.4
2020-10-12pdns-recursor: add nixos test to passthru.testsAaron Andersen
2020-10-12pdns-recursor: 4.3.3 -> 4.3.4Aaron Andersen
2020-10-12powerdns: 4.2.1 -> 4.2.3Aaron Andersen
2020-10-12Merge pull request #100251 from aanderse/dnsdist-flagsAaron Andersen
dnsdist: update compile flags
2020-10-11dnsdist: update compile flagsAaron Andersen
2020-10-10knot-dns: 3.0.0 -> 3.0.1Vladimír Čunát
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.1
2020-09-24bind: add nixosTests.bind to passthru.testsPierre Bourdon
2020-09-24bind: 9.14.12 -> 9.16.7Pierre Bourdon
2020-09-14knot-dns: doInstallCheck = trueVladimír Čunát
2020-09-10knot-dns: libbpf is Linux-onlyVladimír Čunát
I should've noticed before pushing; I'm sorry.
2020-09-09knot-dns: 2.9.6 -> 3.0.0Vladimír Čunát
Upgrade should be pretty easy: https://www.knot-dns.cz/docs/3.0/html/migration.html#upgrade-2-9-x-to-3-0-x https://en.blog.nic.cz/2020/09/09/knot-dns-3-0-news/ https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.0 For now, it's built with XDP support but the NixOS service isn't ready for that yet. I'll try to look at that sometime later.
2020-09-09knot-resolver: 5.1.2 -> 5.1.3Vladimír Čunát
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.1.3
2020-09-08knot-dns: Remove unnecessary runtime dependenciesVladimír Čunát
Closure size: 261 -> 171 MiB. (Only .bin was affected.)
2020-08-31knot-dns: 2.9.5 -> 2.9.6Vladimír Čunát
This is mostly a bug fix version with some small improvements. https://gitlab.nic.cz/knot/knot-dns/-/tags/v2.9.6
2020-08-15buildGoPackage: remove platform.all from packageszowoq
2020-08-13knot-dns: add libmaxminddb dependencyVladimír Čunát
It's really small and some people might find it useful. (If needed, its output could be split to make it even smaller.)
2020-08-11treewide: remove obsolete attribute goPackagePath in buildGoModule ↵Timothy Stott
derivations (#95092) The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-10buildGoModule packages: set doCheck = falsezowoq
2020-08-07pdns-recursor: 4.3.2 -> 4.3.3R. RyanTM
2020-08-04Merge pull request #94399 from r-ryantm/auto-update/dnsdistMaximilian Bosch
dnsdist: 1.4.0 -> 1.5.0
2020-08-01dnsdist: 1.4.0 -> 1.5.0R. RyanTM