about summary refs log tree commit diff
path: root/pkgs/servers/dns
AgeCommit message (Collapse)AuthorFilesLines
2020-09-25coredns: 1.7.0 -> 1.7.1R. RyanTM1-3/+3
2020-09-24bind: add nixosTests.bind to passthru.testsPierre Bourdon1-1/+3
2020-09-24bind: 9.14.12 -> 9.16.7Pierre Bourdon2-36/+30
2020-09-10knot-dns: libbpf is Linux-onlyVladimír Čunát1-2/+4
I should've noticed before pushing; I'm sorry.
2020-09-09knot-dns: 2.9.6 -> 3.0.0Vladimír Čunát1-3/+6
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át1-2/+2
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.1.3
2020-09-08knot-dns: Remove unnecessary runtime dependenciesVladimír Čunát2-0/+15
Closure size: 261 -> 171 MiB. (Only .bin was affected.)
2020-08-31knot-dns: 2.9.5 -> 2.9.6Vladimír Čunát1-3/+2
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 packageszowoq1-1/+0
2020-08-13knot-dns: add libmaxminddb dependencyVladimír Čunát1-1/+2
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 Stott1-2/+0
derivations (#95092) The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-08-07pdns-recursor: 4.3.2 -> 4.3.3R. RyanTM1-2/+2
2020-08-04Merge pull request #94399 from r-ryantm/auto-update/dnsdistMaximilian Bosch1-2/+2
dnsdist: 1.4.0 -> 1.5.0
2020-08-01dnsdist: 1.4.0 -> 1.5.0R. RyanTM1-2/+2
2020-07-31buildGoModule packages: editorconfig fixeszowoq1-1/+1
2020-07-27ncdns: fix patch extensionlf-2-1/+1
The incorrect extension was confusing my code search tool.
2020-07-17nsd: 4.3.1 -> 4.3.2R. RyanTM1-2/+2
2020-07-07Merge pull request #92386 from r-ryantm/auto-update/pdns-recursorMichele Guerini Rocco1-2/+2
pdns-recursor: 4.3.1 -> 4.3.2
2020-07-07Merge pull request #89773 from rnhmjoj/ncdnsMichele Guerini Rocco3-0/+377
ncdns: init at 0.0.10.3
2020-07-05pdns-recursor: 4.3.1 -> 4.3.2R. RyanTM1-2/+2
2020-07-01knot-resolver: 5.1.1 -> 5.1.2Vladimír Čunát1-2/+2
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.1.2 I could highlight fixing the garbage collector on 32-bit systems.
2020-06-26nixos/nsd: symlink conf file to /etc/nsdFélix Baylac-Jacqué1-1/+1
We remove the configFile build flag override in the NixOS module. Instead of embedding the conf file link to the binaries, we symlink it to /etc/nsd/nsd.nix, the hardcoded config file location for the various CLI nsd utilities. This config file build option override is triggerring a nsd rebuild for each configuration change. This prevent us to use the nixos cache in many cases. Co-authored-by: Erjo <erjo@cocoba.work>
2020-06-26nsd: set passthru.testsFélix Baylac-Jacqué1-1/+5
2020-06-19coredns: 1.6.9 -> 1.7.0Matt Layher1-3/+3
2020-06-15bind: set BUILD_CC for cross compilationJustin Humm1-1/+2
This is due to a hint by @Ericson2314 in https://github.com/NixOS/nixpkgs/pull/86166#issuecomment-633153996
2020-06-14ncdns: add test to passthru.testsrnhmjoj1-1/+4
2020-06-14ncdns: init at 0.0.10.3rnhmjoj3-0/+374
2020-05-25knot-dns: 2.9.4 -> 2.9.5Vladimír Čunát1-2/+2
There's a bugfix important for some auto-signer setups. https://gitlab.labs.nic.cz/knot/knot-dns/-/tags/v2.9.5 $ nix build -f nixos/release-combined.nix nixos.tests.knot.x86_64-linux
2020-05-19knot-resolver: 5.1.0 -> 5.1.1 (security)Vladimír Čunát1-2/+2
https://en.blog.nic.cz/2020/05/19/nxnsattack-upgrade-resolvers-to-stop-new-kind-of-random-subdomain-attack/
2020-05-19bind: 9.14.11 -> 9.14.12 (security)Vladimír Čunát1-2/+2
https://www.isc.org/blogs/bind9-vulnerabilities-2020-05/ $ nix build -f nixos/release.nix tests.bind.x86_64-linux
2020-05-19pdns-recursor: 4.3.0 -> 4.3.1 (security)Vladimír Čunát1-2/+2
https://doc.powerdns.com/recursor/changelog/4.3.html#change-4.3.1 It fixes DoS CVEs; details e.g. on http://www.nxnsattack.com/ $ nix build -f nixos/release.nix tests.pdns-recursor.x86_64-linux
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-2/+2
2020-05-06nsd: 4.3.0 -> 4.3.1R. RyanTM1-2/+2
2020-05-05knot-dns: 2.9.3 -> 2.9.4Vladimír Čunát1-2/+2
https://gitlab.labs.nic.cz/knot/knot-dns/-/tags/v2.9.4
2020-04-29knot-resolver: 5.0.1 -> 5.1.0Vladimír Čunát1-10/+2
https://gitlab.labs.nic.cz/knot/knot-resolver/-/tags/v5.1.0 The upcoming major version will contain reworked hints/policy/prefill/rebinding/view modules and related functionalities. Please participate in the following survey to ensure we do not forget about your particular use-case: https://www.knot-resolver.cz/survey/ It will help us to improve Knot Resolver. Thank you!
2020-04-20Merge pull request #81365 from peterhoeg/p/https-dnsPeter Hoeg1-0/+34
https-dns-proxy: init at unstable-20200419
2020-04-20https-dns-proxy: init at unstable-20200419Peter Hoeg1-0/+34
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly5-5/+5
2020-04-01coredns: 1.6.7 -> 1.6.9R. RyanTM1-3/+3
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim1-3/+1
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-21coredns: fix build on darwinMario Rodas1-1/+3
2020-03-19nsd: 4.2.4 -> 4.3.0R. RyanTM1-3/+3
2020-03-16Merge pull request #82531 from r-ryantm/auto-update/corednsJörg Thalheim1-3/+3
coredns: 1.6.6 -> 1.6.7
2020-03-15bind: 9.14.10 -> 9.14.11 (small bugfix)Vladimír Čunát1-2/+2
I see just a single small bugfix in the news: https://downloads.isc.org/isc/bind9/9.14.11/RELEASE-NOTES-bind-9.14.11.html
2020-03-14coredns: 1.6.6 -> 1.6.7R. RyanTM1-3/+3
2020-03-09pdns-recursor: 4.2.1 -> 4.3.0R. RyanTM1-3/+3
2020-03-04knot-resolver: apply upstream patchVladimír Čunát1-0/+8
Encrypted ZFS users were affected, in particular some NixOS users who reported the issue upstream. Close #81188.
2020-03-03knot-dns: 2.9.2 -> 2.9.3Vladimír Čunát1-2/+2
https://gitlab.labs.nic.cz/knot/knot-dns/-/tags/v2.9.3
2020-02-12knot: put runtime paths outside the nix storeJörg Thalheim2-2/+49
Otherwise knot tries to write to non-writable directories. This for example breaks dnssec signing. While it's possible to overwrite these path in the configuration, having a sane defaults is nicer.