Commit Graph

647 Commits

Author SHA1 Message Date
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
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
Vladimír Čunát
997fb2b570
knot-dns: 3.2.0 -> 3.2.1
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.2.1
2022-09-12 12:13:36 +02:00
Vladimír Čunát
f085846ed2
knot-dns: add a test for version-sensitive dependencies 2022-09-12 12:13:36 +02:00
R. Ryantm
368d037a9a coredns: 1.9.3 -> 1.9.4 2022-09-09 13:01:22 +00:00
Franz Pletz
54cca744d9
Merge pull request #176126 from posch/bind2 2022-09-05 15:18:23 +02:00
R. Ryantm
bd1c1724d1 pdns-recursor: 4.7.1 -> 4.7.2 2022-09-01 23:00:01 +00:00
Vladimír Čunát
2da64a8127
Merge #188383: ngtcp2-gnutls: init at 0.7.0 and use in knot-dns 2022-09-01 10:06:28 +02:00
Vladimír Čunát
7f6004d021
Merge #188194: knot-resolver on darwin: patch library loading
and run more tests
2022-08-28 15:18:41 +02:00
Robert Scott
ddb94ca17e
Merge pull request #187538 from r-ryantm/auto-update/bind
bind: 9.18.5 -> 9.18.6
2022-08-27 13:50:07 +01:00
Vladimír Čunát
b17757e458
knot-dns: add QUIC support
It's not that useful for now, but it only adds about 0.4 MB in closure.
$ kdig @ns1.xdp.cz +quic news.xdp.cz TXT
2022-08-26 11:39:00 +02:00
Vladimír Čunát
6ffee2b5d0
knot-resolver: run more tests also on *-darwin
The tests need patching a bit, until the next release.
These tests would e.g. discover that kresd didn't work at all
until the patch in the parent commit.
2022-08-25 18:30:57 +02:00
Vladimír Čunát
6d2168c73c
knot-resolver: patch library loading for darwin
Apparently until now it could never start up on x86_64-darwin :-/
2022-08-25 18:30:22 +02:00
Vladimír Čunát
0b464c376f
knot-dns: patch an issue in i686-linux tests 2022-08-23 16:18:21 +02:00
Vladimír Čunát
4d9bdff825
knot-dns: 3.1.9 -> 3.2.0
This version brings various XDP-related features and improvements
(namely QUIC and TCP) and many more:
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.2.0
2022-08-22 09:38:43 +02:00
Guillaume Girol
e941a9d433
Merge pull request #186652 from peterhoeg/u/http-dns
nixos/https-dns-proxy: bump version and add support for OpenDNS
2022-08-20 18:09:23 +00:00
R. Ryantm
89d680fa2b bind: 9.18.5 -> 9.18.6 2022-08-20 00:40:32 +00:00
Vladimír Čunát
c476f232a6
Merge #186955: knot-resolver: 5.5.1 -> 5.5.2 2022-08-18 09:07:06 +02:00
Peter Hoeg
f0ec7d7698 https-dns-proxy: 2021-03-29 -> 2022-05-05 2022-08-17 10:25:31 +08:00
Bobby Rong
89988e61c3
Merge pull request #183935 from NickCao/pdns
pdns: 4.6.2 -> 4.6.3, fix pname and tests
2022-08-16 23:14:16 +08:00
Vladimír Čunát
55a29891d4
knot-resolver: 5.5.1 -> 5.5.2
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.5.2
2022-08-16 15:10:08 +02:00
Sebastián Mancilla
6b77631b0e
Merge pull request #183974 from r-ryantm/auto-update/bind
bind: 9.18.4 -> 9.18.5
2022-08-14 21:49:13 -04:00
Nick Cao
bfd99a4fec
knot-dns: 3.1.8 -> 3.1.9 2022-08-10 20:42:06 +08:00
Sandro
9256496a4e
Merge pull request #184640 from SuperSandro2000/ncdns 2022-08-02 11:40:27 +02:00
Sandro Jäckel
d8573a0516
ncdns: unmark broken 2022-08-01 23:51:34 +02:00
Michele Guerini Rocco
7fbc9041a9
Merge pull request #184433 from r-ryantm/auto-update/pdns-recursor
pdns-recursor: 4.7.0 -> 4.7.1
2022-08-01 14:05:37 +02:00
R. Ryantm
2907074047 pdns-recursor: 4.7.0 -> 4.7.1 2022-08-01 04:26:07 +00:00
R. Ryantm
0e984ff3d0 nsd: 4.4.0 -> 4.6.0 2022-08-01 02:18:00 +00:00
R. Ryantm
79d65a8851 bind: 9.18.4 -> 9.18.5 2022-07-30 14:30:51 +00:00
Nick Cao
83657ee160
pdns: 4.6.2 -> 4.6.3, fix pname 2022-07-30 16:19:01 +08:00
Arnout Engelen
c52f737f27
Merge pull request #173904 from risicle/ris-bind-extra-passthru-tests
bind: add some more nixosTests to `passthru.tests`
2022-07-29 16:58:09 +02:00
Sandro Jäckel
4ddd633b5a
ncdns: mark broken 2022-07-15 23:51:14 +02:00
github-actions[bot]
86c34bf774
Merge master into staging-next 2022-06-27 12:01:26 +00:00