Commit graph

678 commits

Author SHA1 Message Date
Artturin 3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
R. Ryantm e90c361511 doh-proxy-rust: 0.9.7 -> 0.9.8 2023-02-22 22:08:41 +08:00
R. Ryantm 5ccbeb3a3d coredns: 1.10.0 -> 1.10.1 2023-02-15 14:40:18 +00:00
R. Ryantm 3584033013 pdns-recursor: 4.8.1 -> 4.8.2 2023-02-06 16:32:08 +00:00
Nick Cao 31f4fa4f20
Merge pull request #214167 from vcunat/p/knot-dns_bump
knot-dns: 3.2.4 -> 3.2.5
2023-02-03 20:03:49 +08:00
Vladimír Čunát 50c0e3188c
knot-resolver: avoid a flaky test
The test is relatively sensitive on timing, so it can fail in case
a builder is heavily loaded.  In practice we occasionally see that
on *-darwin.  In distro such tests are more trouble than worth;
and we keep running these upstream anyway.
2023-02-03 10:54:27 +01:00
Artturi 4554582f2e
Merge pull request #199135 from jojosch/dnsdist-update
dnsdist: 1.7.2 -> 1.7.3
2023-02-03 02:29:49 +02:00
Vladimír Čunát 5bcee3f299
knot-dns: 3.2.4 -> 3.2.5
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.2.5
2023-02-02 12:38:13 +01:00
OPNA2608 c9b4c7dccd treewide: Rename libyamlcpp* to yaml-cpp* 2023-01-31 16:22:54 +01:00
Thomas Gerbet d258b4e1e8 bind: 9.8.10 -> 9.8.11
Fixes CVE-2022-3094, CVE-2022-3736 and CVE-2022-3924.

Security advisories:
* https://kb.isc.org/docs/cve-2022-3094
* https://kb.isc.org/docs/cve-2022-3736
* https://kb.isc.org/docs/cve-2022-3924

Changelog:
https://downloads.isc.org/isc/bind9/9.18.11/CHANGES
2023-01-28 17:28:16 +01:00
Vladimír Čunát d027021c71
knot-resolver: 5.5.3 -> 5.6.0
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.6.0
There's a security fix, though I don't consider it severe.
2023-01-26 18:19:22 +01:00
Nick Cao fdc0bb1113
Merge pull request #205866 from uninsane/pr-trust-dns
trust-dns: init at 0.22.0
2023-01-25 12:01:22 +08:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
rnhmjoj aa7d5394a8
pdns-recursor: 4.8.0 -> 4.8.1 2023-01-20 15:48:51 +01:00
Jörg Thalheim 8322251920
Merge pull request #205981 from nagy/coredns
coredns: install man pages
2023-01-16 00:13:10 +01:00
R. Ryantm bfd2f2d909 doh-proxy-rust: 0.9.6 -> 0.9.7 2023-01-15 05:53:47 +00:00
R. Ryantm 983e50113c bind: 9.18.9 -> 9.18.10 2023-01-09 04:01:42 +00:00
R. Ryantm 2bb9946e05 doh-proxy-rust: 0.9.4 -> 0.9.6 2023-01-08 16:55:30 +00:00
ajs124 e63fa6e21e bind: enable parallel building
because non-parallel is slow
2023-01-06 16:06:43 +01:00
R. Ryantm c4d3b3a8da bind: 9.18.8 -> 9.18.9 2022-12-25 12:10:01 +01:00
R. Ryantm 29dca8fdbe nsd: 4.6.0 -> 4.6.1 2022-12-22 18:03:16 +00:00
Robert Scott e98e8103ae
Merge pull request #206346 from NickCao/pdns
pdns: 4.7.2 -> 4.7.3
2022-12-18 14:31:11 +00:00
Michele Guerini Rocco 1b63f795cd
Merge pull request #206618 from rnhmjoj/pr-pdns
pdns-recursor: 4.7.3 -> 4.8.0
2022-12-18 10:13:05 +01:00
rnhmjoj 7c3a27dba6
pdns-recursor: 4.7.3 -> 4.8.0 2022-12-17 22:53:27 +01:00
Nick Cao deac665551
pdns: 4.7.2 -> 4.7.3 2022-12-16 14:16:12 +08:00
Daniel Nagy 1f299ec958
coredns: install man pages 2022-12-14 00:30:00 +01:00
colin feee7e0357 trust-dns: init at 0.22.0
[trust-dns](https://github.com/bluejekyll/trust-dns/) is a Rust-based
DNS client/server/resolver. the server uses .zone files that are largely
compatible with bind. i've had a server deployed to `ns{1,2}.uninsane.org`
for about a week using this derivation: seems to be stable enough for
casual use.

this package also ships a DNS client and a resolver. BIND also ships a
dig-like client but lives in pkgs/servers/dns. so i'm replicating that
convention.
2022-12-13 01:38:33 +00:00
Nick Cao b980f12b66
knot-dns: 3.2.3 -> 3.2.4 2022-12-12 15:23:53 +08:00
Vladimír Čunát 07cd1dce60 knot-dns: adapt to libbpf 1.0 2022-12-06 17:14:36 +09:00
Nick Cao a71b35d986
knot-dns: 3.2.2 -> 3.2.3 2022-11-20 16:16:04 +08:00
Nick Cao 2a374db62d
knot-dns: fix segfault in knsupdate 2022-11-11 11:23:59 +08:00
ajs124 92fe5610ff
Merge pull request #199094 from NickCao/pdns
pdns: 4.6.3 -> 4.7.2
2022-11-04 14:09:36 +01:00
Johannes Schleifenbaum cd108c688d
dnsdist: 1.7.2 -> 1.7.3 2022-11-02 09:35:46 +01:00
Nick Cao cbc6d310c7
pdns: 4.6.3 -> 4.7.2 2022-11-02 11:50:23 +08:00
Vladimír Čunát 6c9bab335b
knot-dns: 3.2.1 -> 3.2.2
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.2.2
2022-11-01 10:42:26 +01:00
rnhmjoj e78bb96546
ncdns: 2020-07-18 -> 2022-10-07 2022-10-25 15:28:41 +02:00
Robert Scott 09217f05bf
Merge pull request #197030 from r-ryantm/auto-update/bind
bind: 9.18.7 -> 9.18.8
2022-10-23 23:32:21 +01:00
R. Ryantm ee3bea9255 bind: 9.18.7 -> 9.18.8 2022-10-21 06:32:53 +00:00
Artturin f4ea1208ec treewide: *Flags convert to list from str
*Flags implies a list

slightly relevant:
> stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172

the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so
it's not a breaking change
2022-10-10 15:30:59 +03:00
superherointj 2e19f2fa53 maintainers: remove superherointj 2022-10-04 14:06:48 -03:00
Vladimír Čunát 0c0c230cd2
Merge #192065: knot-*: set .meta.mainProgram 2022-09-25 17:06:45 +02:00
R. Ryantm a6fe6e968b bind: 9.18.6 -> 9.18.7 2022-09-24 05:13:52 +00:00
R. Ryantm 3fc8acda29 doh-proxy-rust: 0.9.2 -> 0.9.4 2022-09-22 22:14:40 +08:00
Vladimír Čunát 7315809743
Merge #192242: knot-resolver: 5.5.2 -> 5.5.3 2022-09-22 07:26:03 +02:00
rnhmjoj 7cc305fa59
pdns-recursor: 4.7.2 -> 4.7.3 2022-09-21 17:57:38 +02:00
Vladimír Čunát 14384cf3ca
knot-resolver: 5.5.2 -> 5.5.3
CVE-2022-40188 and also the patches were included in the release.
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.5.3
2022-09-21 14:34:46 +02:00
Vladimír Čunát f60377210e
knot-*: set .meta.mainProgram
I believe it's clear what "main program" is in these cases.
It seems unclear if this change is useful, but it's very simple
and it shouldn't hurt anything.
2022-09-20 13:10:16 +02:00
R. Ryantm e84ecbc40d coredns: 1.9.4 -> 1.10.0 2022-09-20 06:18:53 +00:00
Vladimír Čunát b1abaab2d1
Merge #190451: knot-dns: 3.2.0 -> 3.2.1 2022-09-12 12:43:26 +02:00