about summary refs log tree commit diff
path: root/pkgs/servers/dns
Commit message (Collapse)AuthorAge
* knot-dns: 2.9.4 -> 2.9.5Vladimír Čunát2020-05-25
| | | | | | | 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
* knot-resolver: 5.1.0 -> 5.1.1 (security)Vladimír Čunát2020-05-19
| | | | https://en.blog.nic.cz/2020/05/19/nxnsattack-upgrade-resolvers-to-stop-new-kind-of-random-subdomain-attack/
* bind: 9.14.11 -> 9.14.12 (security)Vladimír Čunát2020-05-19
| | | | | https://www.isc.org/blogs/bind9-vulnerabilities-2020-05/ $ nix build -f nixos/release.nix tests.bind.x86_64-linux
* pdns-recursor: 4.3.0 -> 4.3.1 (security)Vladimír Čunát2020-05-19
| | | | | | | 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
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|
* nsd: 4.3.0 -> 4.3.1R. RyanTM2020-05-06
|
* knot-dns: 2.9.3 -> 2.9.4Vladimír Čunát2020-05-05
| | | | https://gitlab.labs.nic.cz/knot/knot-dns/-/tags/v2.9.4
* knot-resolver: 5.0.1 -> 5.1.0Vladimír Čunát2020-04-29
| | | | | | | | | | | 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!
* Merge pull request #81365 from peterhoeg/p/https-dnsPeter Hoeg2020-04-20
|\ | | | | https-dns-proxy: init at unstable-20200419
| * https-dns-proxy: init at unstable-20200419Peter Hoeg2020-04-20
| |
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| |
* | coredns: 1.6.7 -> 1.6.9R. RyanTM2020-04-01
| |
* | Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim2020-03-27
| | | | | | | | | | | | | | This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
* | coredns: fix build on darwinMario Rodas2020-03-21
| |
* | nsd: 4.2.4 -> 4.3.0R. RyanTM2020-03-19
| |
* | Merge pull request #82531 from r-ryantm/auto-update/corednsJörg Thalheim2020-03-16
|\ \ | | | | | | coredns: 1.6.6 -> 1.6.7
| * | coredns: 1.6.6 -> 1.6.7R. RyanTM2020-03-14
| | |
* | | bind: 9.14.10 -> 9.14.11 (small bugfix)Vladimír Čunát2020-03-15
|/ / | | | | | | | | 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
* | pdns-recursor: 4.2.1 -> 4.3.0R. RyanTM2020-03-09
| |
* | knot-resolver: apply upstream patchVladimír Čunát2020-03-04
| | | | | | | | | | Encrypted ZFS users were affected, in particular some NixOS users who reported the issue upstream. Close #81188.
* | knot-dns: 2.9.2 -> 2.9.3Vladimír Čunát2020-03-03
|/ | | | https://gitlab.labs.nic.cz/knot/knot-dns/-/tags/v2.9.3
* knot: put runtime paths outside the nix storeJörg Thalheim2020-02-12
| | | | | | | 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.
* Revert "Revert "Merge master into staging-next""Frederik Rietdijk2020-02-05
| | | | | | | | In 87a19e9048773d5a363679617406ad148d36c3b8 I merged staging-next into master using the GitHub gui as intended. In ac241fb7a570d6cf81d229ad22a8889602639160 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master. Thinking this may cause trouble, I reverted it in 0be87c79797a5fa384fbc356c74ed54f9f7829ea. This was however wrong, as it "removed" master. This reverts commit 0be87c79797a5fa384fbc356c74ed54f9f7829ea.
* Revert "Merge master into staging-next"Frederik Rietdijk2020-02-05
| | | | | | | | I merged master into staging-next but accidentally pushed it to master. This should get us back to 87a19e9048773d5a363679617406ad148d36c3b8. This reverts commit ac241fb7a570d6cf81d229ad22a8889602639160, reversing changes made to 76a439239eb310d9ad76d998b34d5d3bc0e37acb.
* Merge #78628: knot-resolver: 4.3.0 -> 5.0.1Vladimír Čunát2020-02-05
|\ | | | | | | | | | | The service needed lots of changes. A few smaller changes are added into the PR, e.g. replacement for PR #72014. See the commit messages for details.
| * knot-resolver: 5.0.0 -> 5.0.1Vladimír Čunát2020-02-05
| | | | | | | | https://gitlab.labs.nic.cz/knot/knot-resolver/tags/v5.0.1
| * (nixos/)knot-resolver: 4.3.0 -> 5.0.0Vladimír Čunát2020-01-31
| | | | | | | | | | | | | | | | | | | | | | Minor incompatibilities due to moving to upstream defaults: - capabilities are used instead of systemd.socket units - the control socket moved: /run/kresd/control -> /run/knot-resolver/control/1 - cacheDir moved and isn't configurable anymore - different user+group names, without static IDs Thanks Mic92 for multiple ideas.
| * knot-resolver: remove older lua path workaroundsVladimír Čunát2020-01-31
| | | | | | | | Part of this is approximate revert of commit f0d2da43a7a449b5888.
| * knot-resolver: enable checks on aarch64Vladimír Čunát2020-01-30
| | | | | | | | The cqueues fix is in nixpkgs already, so it works now.
* | Merge pull request #78561 from r-ryantm/auto-update/bindNiklas Hambüchen2020-01-27
|\ \ | |/ |/| bind: 9.14.9 -> 9.14.10
| * bind: 9.14.9 -> 9.14.10R. RyanTM2020-01-26
| |
* | Revert "knot-resolver: skip a broken test"Vladimír Čunát2020-01-25
|/ | | | | This reverts commit 5c0567dcc688ee0663e06393b0f7ac02a1724738. The issue had been fixed but I forgot to remove this workaround.
* Merge pull request #76340 from r-ryantm/auto-update/nsdChristoph Hrdinka2019-12-29
|\ | | | | nsd: 4.2.3 -> 4.2.4
| * nsd: 4.2.3 -> 4.2.4R. RyanTM2019-12-23
| |
* | Merge pull request #76209 from r-ryantm/auto-update/bindPeter Simons2019-12-27
|\ \ | | | | | | bind: 9.14.8 -> 9.14.9
| * | bind: 9.14.8 -> 9.14.9R. RyanTM2019-12-22
| |/
* | Merge pull request #76355 from r-ryantm/auto-update/pdns-recursorRyan Mulligan2019-12-26
|\ \ | | | | | | pdns-recursor: 4.2.0 -> 4.2.1
| * | pdns-recursor: 4.2.0 -> 4.2.1R. RyanTM2019-12-23
| |/
* | net-snmp: rename from net_snmpJörg Thalheim2019-12-21
| |
* | dnsdist: 1.3.2 -> 1.4.0Jörg Thalheim2019-12-21
| | | | | | | | | | - fixes build against boost - also enable DoH
* | Merge pull request #75292 from r-ryantm/auto-update/powerdnsmarkuskowa2019-12-20
|\ \ | |/ |/| powerdns: 4.2.0 -> 4.2.1
| * powerdns: 4.2.0 -> 4.2.1R. RyanTM2019-12-08
| |
* | coredns: 1.3.1 -> 1.6.6Oleksii Filonenko2019-12-16
| |
* | knot-dns: 2.9.1 -> 2.9.2 (bugfixes)Vladimír Čunát2019-12-12
|/ | | | https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.9.2
* knot-resolver: 4.2.2 -> 4.3.0 (security)Vladimír Čunát2019-12-04
| | | | | Fixes CVE-2019-19331 (DoS), but other changes as well: https://gitlab.labs.nic.cz/knot/knot-resolver/tags/v4.3.0
* nsd: 4.2.2 -> 4.2.3R. RyanTM2019-12-01
|
* bind: 9.14.7 -> 9.14.8R. RyanTM2019-11-25
|
* knot-dns: 2.9.0 -> 2.9.1Vladimír Čunát2019-11-12
| | | | | It's mainly bugfixes: https://gitlab.labs.nic.cz/knot/knot-dns/raw/v2.9.1/NEWS
* bind: 9.14.6 -> 9.14.7R. RyanTM2019-10-20
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bind/versions
* dnsutils: remove obsolete config flagKai Wohlfahrt2019-10-16
|