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
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
Robert Schütz
2847e6e691
bind: 9.18.3 -> 9.18.4
...
https://downloads.isc.org/isc/bind9/9.18.4/doc/arm/html/notes.html
2022-06-27 04:45:49 +00:00
github-actions[bot]
192fdf11fe
Merge master into staging-next
2022-06-25 00:02:10 +00:00
superherointj
8d8c50ba2f
coredns: 1.9.2 -> 1.9.3
2022-06-20 14:44:38 -03:00
github-actions[bot]
5e3a16c8af
Merge staging-next into staging
2022-06-17 06:01:47 +00:00
Vladimír Čunát
c727dc76ee
Merge #177615 : knot-resolver: 5.5.0 -> 5.5.1
2022-06-17 07:34:59 +02:00
github-actions[bot]
8c938c76c8
Merge staging-next into staging
2022-06-16 18:01:58 +00:00
rnhmjoj
b0b2bad541
pdns-recursor: 4.6.2 -> 4.7.0
2022-06-16 15:21:52 +02:00
github-actions[bot]
ca38c61118
Merge staging-next into staging
2022-06-16 00:02:52 +00:00
Jörg Thalheim
bb52e84b69
Merge pull request #174755 from helsinki-systems/clean/bind9
...
bind: remove broken configure flags
2022-06-15 19:55:30 +01:00
ajs124
496738486d
dnsdist: 1.7.1 -> 1.7.2
2022-06-15 18:03:11 +02:00
Vladimír Čunát
bac638e75b
knot-resolver: 5.5.0 -> 5.5.1
...
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.5.1
2022-06-14 10:41:50 +02:00
Fabian Affolter
f74debc95f
dnsdist: 1.7.0 -> 1.7.1
2022-06-13 16:31:50 +02:00
Tobias Poschwatta
53c3bec163
bind: add default rndc.conf
2022-06-03 14:40:13 +02:00
ajs124
6a803b01ae
bind: remove broken configure flags
...
configure: WARNING: unrecognized options: --without-atf, --without-docbook-xsl, --without-idn, --without-idnlib, --with-randomdev, --with-ecdsa, --with-gost, --without-eddsa, --with-aes, --with-libcap
2022-05-30 15:32:17 +02:00
Robert Scott
e9c36e2d76
coredns: fix tests on darwin
2022-05-25 22:45:19 +01:00
R. Ryantm
ff7d60fdcf
coredns: 1.9.1 -> 1.9.2
2022-05-25 14:37:32 +00:00
Artturin
b3caa2f1fe
treewide: extraPostFetch -> postFetch
2022-05-23 17:18:50 +03:00
Robert Scott
2830a7976f
bind: add some more nixosTests to passthru.tests
2022-05-21 15:43:47 +01:00
Martin Weinelt
f33b07e728
bind: 9.18.1 -> 9.18.3
...
> An assertion failure can be triggered if a TLS connection to a
> configured http TLS listener with a defined endpoint is destroyed too
> early.
https://kb.isc.org/v1/docs/cve-2022-1183
Fixes: CVE-2022-1183
2022-05-20 01:20:16 +02:00
Vladimír Čunát
c84e5f8e1f
Merge #170909 : knot-resolver: minor improvements
2022-05-06 16:27:57 +02:00
Bobby Rong
dbed5813eb
Merge pull request #170523 from armeenm/bump-pdns
...
pdns: 4.6.1 -> 4.6.2
2022-05-02 20:19:00 +08:00
Vladimír Čunát
9791289e84
knot-resolver: enable more tests
...
Apparently luarocks works now on aarch64-darwin.
2022-04-29 15:10:27 +02:00
Vladimír Čunát
3eab641238
knot-resolver: switch to systemdMinimal
...
It was in closure anyway, and this saves 62M from
$ nix path-info -S ./result
Still, for those using the service this won't change the closure.
2022-04-29 15:10:25 +02:00
Vladimír Čunát
871065de22
knot: 3.1.7 -> 3.1.8
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.1.8
2022-04-28 13:44:41 +02:00
Armeen Mahdian
ab9d6e8f9d
pdns: 4.6.1 -> 4.6.2
2022-04-26 17:16:06 -05:00
github-actions[bot]
1ebc1944ed
Merge master into staging-next
2022-04-10 06:01:27 +00:00
Sandro
1136ad6c65
Merge pull request #166333 from SuperSandro2000/doh-proxy
2022-04-10 03:25:32 +02:00
github-actions[bot]
f78cc67bac
Merge master into staging-next
2022-04-09 18:01:20 +00:00
R. Ryantm
82040f52c9
pdns-recursor: 4.6.1 -> 4.6.2
2022-04-08 17:26:24 +00:00
Guillaume Girol
45a5514f55
Merge pull request #166534 from vcunat/p/powerdns-32bit
...
powerdns: fix 32-bit builds against glibc
2022-04-05 19:42:04 +00:00
Vladimír Čunát
6b7bd8d06e
powerdns: fix typo
...
Co-authored-by: Guillaume Girol <symphorien@users.noreply.github.com>
2022-04-03 18:41:21 +02:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
...
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Vladimír Čunát
f588040472
powerdns: fix 32-bit builds against glibc
2022-03-31 08:33:20 +02:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
...
At some point, I'd like to make another attempt at
71f1f4884b
("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d
. One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries. This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.
This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching. The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.
I started by making the following global replacements:
${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
${openssl.out}/lib -> ${lib.getLib openssl}/lib
Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.
Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.
Then I manually investigated and fixed the following packages:
- pycurl
- citrix-workspace
- ppp
- wraith
- unbound
- gambit
- acl2
I'm reasonably confindent in my fixes for all of them.
For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all. Removing it doesn't make a difference to the output size, the
file list, or the closure.
I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Sandro Jäckel
4bba51b8d0
doh-proxy: drop
2022-03-30 17:08:53 +02:00
Vladimír Čunát
2a5a99c586
knot-dns: 3.1.6 -> 3.1.7
...
This version primarily fixes incomplete implementation of
the Offline KSK signing mode in the IXFR and DDNS processing.
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.1.7
2022-03-30 10:23:34 +02:00
Martin Weinelt
999f3c2b9d
pdns: rename from powerdns
...
https://github.com/PowerDNS/pdns
https://repology.org/project/pdns/versions
2022-03-28 18:04:19 +02:00
Martin Weinelt
0165645499
Merge pull request #164116 from NickCao/powerdns
2022-03-28 17:34:07 +02:00
Sandro
970a37ff47
Merge pull request #165962 from SuperSandro2000/bind
2022-03-28 16:34:13 +02:00
Nick Cao
fc49bc19ed
powerdns: redact configure flags from version output to reduce closure size
2022-03-28 22:05:39 +08:00
Nick Cao
e85e545dbd
powerdns: 4.3.1 -> 4.6.1
2022-03-28 22:05:31 +08:00
Sandro
b53ee0c6eb
bind: add meta.changelog
2022-03-27 17:48:45 +02:00
rnhmjoj
e501354c13
pdns-recursor: 4.6.0 -> 4.6.1
2022-03-26 23:26:28 +01:00
Peter Hoeg
39f24ef7a0
https-dns-proxy: 2020-04-19 -> 2021-03-29
2022-03-24 15:36:28 +08:00
Vladimír Čunát
1a9a8d2ec0
Merge #164261 : knot-resolver: 5.4.4 -> 5.5.0
2022-03-19 21:54:45 +01:00
Robert Scott
3eb0953ae8
Merge pull request #164586 from mweinelt/bind9
...
bind: 9.18.0 -> 9.18.1
2022-03-19 11:26:16 +00:00
Bobby Rong
5eeca624d5
Merge pull request #163756 from r-ryantm/auto-update/coredns
...
coredns: 1.9.0 -> 1.9.1
2022-03-18 10:38:36 +08:00
Martin Weinelt
8c2ee334e5
bind: 9.18.0 -> 9.18.1
...
https://downloads.isc.org/isc/bind9/9.18.1/RELEASE-NOTES-bind-9.18.1.html
Fixes: CVE-2021-25220, CVE-2022-0396, CVE-2022-0635, CVE-2022-0667
2022-03-17 13:16:02 +01:00
superherointj
2578e884f9
coredns: enable tests
2022-03-16 10:42:28 -03:00
Vladimír Čunát
a1a2ae2955
knot-resolver: 5.4.4 -> 5.5.0
...
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.5.0
2022-03-15 13:42:23 +01:00
R. Ryantm
138471e084
coredns: 1.9.0 -> 1.9.1
2022-03-12 05:23:45 +00:00
Luflosi
65b2a74267
bind: 9.16.25 -> 9.18.0 ( #161427 )
2022-03-07 12:54:11 +01:00
R. Ryantm
b20eba3135
nsd: 4.3.9 -> 4.4.0
2022-02-19 11:56:36 +00:00
R. Ryantm
353338bfb0
coredns: 1.8.6 -> 1.9.0
2022-02-12 21:23:50 -08:00
Vladimír Čunát
043cccef2c
knot-dns: 3.1.5 -> 3.1.6
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.1.6
2022-02-08 12:02:16 -08:00
Thomas Gerbet
4cfcbac24a
bind: 9.16.16 -> 9.16.25
...
Fixes CVE-2021-25219.
https://downloads.isc.org/isc/bind9/9.16.25/doc/arm/html/notes.html
2022-01-28 13:28:20 +01:00
Fabian Möller
4329d79dba
nixos/tests: link tests to their packages
2022-01-23 21:08:10 +01:00
Johannes Schleifenbaum
9dfed5c9aa
dnsdist: adopt
2022-01-19 08:24:03 +01:00
Johannes Schleifenbaum
612ad7776a
nixos/dnsdist: add test
2022-01-19 08:24:02 +01:00
Johannes Schleifenbaum
30ae792cd0
dnsdist: 1.5.2 -> 1.7.0
2022-01-18 08:59:18 +01:00
Vladimír Čunát
1071b77c21
knot-resolver: 5.4.3 -> 5.4.4
...
This is basically just no-op. Only version number changes.
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.4.4
2022-01-05 15:28:59 +01:00
R. Ryantm
22eb1ae0fe
nsd: 4.3.8 -> 4.3.9
2021-12-31 11:20:10 -08:00
Michele Guerini Rocco
41716bad68
Merge pull request #151877 from rnhmjoj/pr-pdns
...
pdns-recursor: 4.5.7 -> 4.6.0
2021-12-23 21:22:33 +01:00
rnhmjoj
390341ca9f
pdns-recursor: 4.5.7 -> 4.6.0
2021-12-23 10:45:18 +01:00
Vladimír Čunát
b1c17320af
knot-dns: make passthru.tests usable on non-Linux
2021-12-20 17:17:55 +01:00
Vladimír Čunát
c83103e77c
knot-dns: add knot-resolver build into passthru.tests
2021-12-20 16:43:21 +01:00
Vladimír Čunát
0fe64c6929
knot-dns: 3.1.4 -> 3.1.5
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.1.5
2021-12-20 16:19:44 +01:00
Christoph Hrdinka
d22679258c
Merge pull request #149758 from r-ryantm/auto-update/nsd
...
nsd: 4.3.7 -> 4.3.8
2021-12-10 09:04:23 +01:00
Vladimír Čunát
02d8ed2eb1
knot-resolver: patch a possibly unpleasant issue
...
No more releasing in 2021.
2021-12-09 19:30:31 +01:00
R. Ryantm
606989ee28
nsd: 4.3.7 -> 4.3.8
2021-12-09 00:54:11 +00:00
Vladimír Čunát
93ee1a9cb0
knot-resolver: 5.4.2 -> 5.4.3
...
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.4.3
2021-12-01 13:32:57 +01:00
rnhmjoj
ade2d34d4f
pdns-recursor: 4.5.6 -> 4.5.7
2021-11-28 01:11:09 +01:00
Mario Rodas
15eb7667f5
Merge pull request #143607 from r-ryantm/auto-update/coredns
...
coredns: 1.8.5 -> 1.8.6
2021-11-14 21:11:12 -05:00
Vladimír Čunát
539431e684
knot-dns: 3.1.3 -> 3.1.4
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.1.4
2021-11-04 12:02:21 +01:00
illustris
185e6a477a
sssd: 1.16.5 -> 2.6.0, fix broken build
2021-10-30 09:48:28 -07:00
R. Ryantm
f35024ee2c
coredns: 1.8.5 -> 1.8.6
2021-10-29 08:30:10 +00:00
Vladimír Čunát
744b081e75
knot-dns: 3.1.2 -> 3.1.3
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.1.3
2021-10-18 19:34:47 +02:00
Michele Guerini Rocco
e90bc337f0
Merge pull request #142006 from rnhmjoj/pr-pdns
...
pdns-recursor: 4.5.4 -> 4.5.6
2021-10-17 23:48:45 +02:00
rnhmjoj
f13b08e900
pdns-recursor: 4.5.4 -> 4.5.6
2021-10-17 17:26:50 +02:00
Vladimír Čunát
e705a3e5bf
Merge #141489 : knot-resolver: 5.4.1 -> 5.4.2
2021-10-16 22:04:11 +02:00
Peter Simons
476635afe1
Drop myself from meta.maintainers for most packages.
...
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
Vladimír Čunát
4329cbdcc4
knot-resolver: 5.4.1 -> 5.4.2
...
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.4.2
2021-10-13 13:21:50 +02:00
figsoda
b9912f3d90
doh-proxy-rust: 0.3.8 -> 0.9.2, switch to fetchCrate, remove patch
2021-10-07 09:29:34 -04:00
R. RyanTM
b81a0ff256
coredns: 1.8.4 -> 1.8.5
2021-09-22 03:28:28 +00:00
Sandro
98c973aab7
Merge pull request #137137 from rnhmjoj/ncdns
...
ncdns: 2020-11-22 -> 2021-07-18
2021-09-11 23:52:45 +02:00
rnhmjoj
7a9f5d69c8
ncdns: 2020-11-22 -> 2021-07-18
2021-09-11 23:22:45 +02:00
Vladimír Čunát
12c40d9972
knot-dns: 3.1.1 -> 3.1.2
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.1.2
The patch was included in this release.
2021-09-08 16:58:39 +02:00
Vladimír Čunát
39688bfb41
knot-dns: upstream patch that should fix aarch64-darwin
2021-09-05 20:47:12 +02:00
Vladimír Čunát
c0238e110a
knot-resolver: 5.4.0 -> 5.4.1
...
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.4.1
2021-08-19 14:58:08 +02:00
Ilan Joselevich
3f1cb5c13e
nsd: 4.3.5 -> 4.3.7
2021-08-15 20:00:31 +03:00
Vladimír Čunát
b1655a0c1c
knot-dns: 3.1.0 -> 3.1.1
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.1.1
2021-08-10 10:21:50 +02:00
Vladimír Čunát
18ed0855ba
knot-dns: only depend on libmnl on Linux
...
I didn't realize that it's only relevant for Linux,
and it unnecessarily disabled builds for *-darwin.
2021-08-02 18:51:26 +02:00
Vladimír Čunát
43c5cae2c6
Merge #132422 : knot-dns: disable tests broken on aarch64-darwin
2021-08-02 17:56:41 +02:00
Vladimír Čunát
895ce97eea
knot-dns: disable tests broken on aarch64-darwin
...
Upstream is aware but they don't have a fix yet.
I'm not aware of NixPkgs being used for another platform
affected by this (e.g. ppc64le).
2021-08-02 16:29:01 +02:00
Sandro Jäckel
0b06ccd7be
knot-dns: cleanup
2021-08-02 13:12:10 +02:00
Vladimír Čunát
2afe544fe5
knot-dns: 3.0.8 -> 3.1.0
...
NEWS + migration guide:
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.1.0
https://www.knot-dns.cz/docs/3.1/html/migration.html#upgrade-3-0-x-to-3-1-x
2021-08-02 09:18:06 +02:00
Vladimír Čunát
88742cf661
knot-resolver: 5.3.2 -> 5.4.0
...
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.4.0
It's a prerequisite to updating knot-dns to >= 3.1.0.
2021-07-29 17:14:37 +02:00
Sandro Jäckel
9bfdf57e13
pythonPackages: deprecate pytestrunner alias
2021-07-21 13:32:49 +02:00
Sandro Jäckel
4209fed914
pythonPackages: deprecate pytestcov alias
2021-07-21 13:32:17 +02:00
Vladimír Čunát
6582dd7e12
knot-dns: 3.0.7 -> 3.0.8
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.8
2021-07-16 12:40:07 +02:00
rnhmjoj
90f9b70423
pdns-recursor: 4.5.2 -> 4.5.4
2021-07-07 09:13:33 +02:00
Vladimír Čunát
c265f50e2f
knot-dns: verbose output in case some test fails
...
aarch64-darwin started to fail one test-set after the last update,
and so far we have no idea why. I don't have access to such a machine,
and this option will be nice anyway.
2021-06-23 15:09:14 +02:00
Vladimír Čunát
cf0b179b5e
knot-dns: add passthru.tests
...
I hope I got the conventions right (found in doc/stdenv/meta.chapter.md)
2021-06-16 12:56:36 +02:00
Vladimír Čunát
28dd3b6177
knot-dns: 3.0.6 -> 3.0.7
...
Fixes various bugs and introduces a few requested features.
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.7
2021-06-16 08:34:17 +02:00
rnhmjoj
07a8f0c95f
pdns-recursor: fix ambiguous license
2021-06-13 11:03:16 +02:00
rnhmjoj
79f7b9652f
pdns-recursor: 2.5.1 -> 2.5.2
2021-06-13 09:49:14 +02:00
Vladimír Čunát
389f628c08
knot-resolver: skip tests on aarch64-darwin (for now)
...
It used to build in a previous iteration
https://hydra.nixos.org/job/nixpkgs/aarch64-darwin/knot-resolver.aarch64-darwin
so I expect it will work without these tests
(I have no access to a darwin machine).
2021-06-11 20:39:06 +02:00
Michele Guerini Rocco
a8e4f721aa
Merge pull request #125392 from rnhmjoj/pdns
...
pdns-recursor: disable on i686-linux
2021-06-02 20:48:50 +02:00
rnhmjoj
cbfd8831a1
pdns-recursor: disable on i686-linux
...
Support for 32-bit platforms with no 64-bit time_t has ended.
See https://mailman.powerdns.com/pipermail/pdns-users/2021-May/027220.html
2021-06-02 19:18:17 +02:00
R. RyanTM
d491dd7313
coredns: 1.8.3 -> 1.8.4
2021-05-29 02:41:42 +00:00
Jonathan Ringer
6b15fdce86
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/shells/ion/default.nix
pkgs/tools/misc/cicero-tui/default.nix
2021-05-20 22:11:42 -07:00
rnhmjoj
7e54c9b956
pdns-recursor: 4.4.3 -> 4.5.1
2021-05-20 14:37:05 -07:00
Jonathan Ringer
14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/terminal-emulators/alacritty/default.nix
pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
R. RyanTM
d0335f16b5
bind: 9.16.15 -> 9.16.16
2021-05-20 10:21:52 +00:00
Jonathan Ringer
f7a112f6c4
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/graphics/emulsion/default.nix
pkgs/development/tools/misc/texlab/default.nix
pkgs/development/tools/rust/bindgen/default.nix
pkgs/development/tools/rust/cargo-udeps/default.nix
pkgs/misc/emulators/ruffle/default.nix
pkgs/tools/misc/code-minimap/default.nix
2021-05-18 08:57:16 -07:00
R. RyanTM
1dd189caea
dnsdist: 1.5.1 -> 1.5.2
2021-05-17 13:45:02 -07:00
github-actions[bot]
b057978bb2
Merge staging-next into staging
2021-05-12 18:32:29 +00:00
Vladimír Čunát
bde27b4e97
knot-dns: 3.0.5 -> 3.0.6
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.6
2021-05-12 12:55:41 +02:00
Daniël de Kok
85f96822a0
treewide: fix cargoSha256/cargoHash
...
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.
This change updates cargoSha256/cargoHash tree-wide.
Fixes #121994 .
2021-05-08 00:36:37 -07:00
Vladimír Čunát
fed7086f21
knot-resolver: clean the expression a bit
2021-05-05 13:34:10 +02:00
Vladimír Čunát
fdd9671234
knot-resolver: 5.3.1 -> 5.3.2
...
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.3.2
2021-05-05 11:45:27 +02:00
Martin Weinelt
84b6596098
bind: 9.16.13 -> 9.16.15
...
https://kb.isc.org/docs/cve-2021-25214
https://kb.isc.org/docs/cve-2021-25215
https://kb.isc.org/docs/cve-2021-25216
Fixes: CVE-2021-25214, CVE-2021-25215, CVE-2021-25216
2021-04-29 03:39:40 +02:00
rnhmjoj
754e384fce
pdns-recursor: 4.4.2 -> 4.4.3
2021-04-24 11:58:34 +02:00
Stéphan Kochen
20481bd027
doh-proxy-rust: init at 0.3.8
2021-04-07 14:23:55 +02:00
Robert Scott
cf15f8f8d3
Merge pull request #117003 from r-ryantm/auto-update/bind
...
bind: 9.16.12 -> 9.16.13
2021-04-02 19:31:39 +01:00
Vladimír Čunát
3dee9271d7
knot-resolver: 5.3.0 -> 5.3.1
...
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.3.1
2021-03-31 20:26:17 +02:00
Vladimír Čunát
598b62f310
knot-dns: 3.0.4 -> 3.0.5
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.5
2021-03-25 13:32:50 +01:00
R. RyanTM
602499378d
bind: 9.16.12 -> 9.16.13
2021-03-20 01:51:13 +00:00
Sandro Jäckel
9bbd026fcd
pdns-recursor: cleanup
2021-03-05 18:15:24 +01:00