Commit graph

471 commits

Author SHA1 Message Date
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
Sandro Jäckel 9bbd026fcd
pdns-recursor: cleanup 2021-03-05 18:15:24 +01:00
Mario Rodas a715e04629
Merge pull request #114326 from r-ryantm/auto-update/coredns
coredns: 1.8.1 -> 1.8.3
2021-02-25 23:53:55 -05:00
Vladimír Čunát d464a379d1
knot-resolver: 5.2.1 -> 5.3.0
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.3.0
2021-02-25 15:08:18 +01:00
R. RyanTM b2a6de3b62 coredns: 1.8.1 -> 1.8.3 2021-02-25 08:19:10 +00:00
R. RyanTM 9b2e8cac52 bind: 9.16.11 -> 9.16.12 2021-02-22 02:17:24 -05:00
R. RyanTM bfdad7a52c nsd: 4.3.4 -> 4.3.5 2021-01-30 20:56:29 +00:00
R. RyanTM 5854a34ede bind: 9.16.10 -> 9.16.11 2021-01-28 10:07:22 -05:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM a3b4695042
coredns: 1.8.0 -> 1.8.1 (#110343) 2021-01-21 09:51:38 -08:00
Vladimír Čunát 56ef9942f1
knot-dns: 3.0.3 -> 3.0.4
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.4
2021-01-20 21:28:10 +01:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Vladimír Čunát 9af686703d
powerdns: patch build with gcc 10 2021-01-04 19:14:09 +01:00
Michele Guerini Rocco 3f67972103
Merge pull request #108295 from rnhmjoj/pdns
pdns-recursor: 4.4.1 -> 4.4.2
2021-01-03 13:59:14 +01:00
rnhmjoj 9f5e31e926
pdns-recursor: 4.4.1 -> 4.4.2 2021-01-03 10:05:20 +01:00
Colin L Rice 71d479fbd3 ncdns: Update to 2020-11-22 to remove go1.14 dep.
I've poked them to tag a new version at
https://github.com/namecoin/ncdns/issues/126, but master builds cleanly
with go1.15, so I just updated to unstable
2020-12-30 00:01:49 -05:00
Tim Steinbach 87e7d8b371
bind: 9.16.8 -> 9.16.10 2020-12-23 10:15:35 -05:00
Vladimír Čunát 818c3001e8
knot-dns: 3.0.2 -> 3.0.3
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.3
2020-12-15 16:58:56 +01:00
Vladimír Čunát ace04464b6
knot-resolver: 5.2.0 -> 5.2.1
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.2.1
2020-12-09 11:07:28 +01:00
R. RyanTM ea7b8d5ce9 nsd: 4.3.3 -> 4.3.4 2020-12-06 14:28:11 +00:00
R. RyanTM 694a371f12 pdns-recursor: 4.4.0 -> 4.4.1 2020-11-29 05:40:58 +00:00
Ben Wolsieffer 82a9f2331c bind: fix cross-compilation
Upstream accidently broke cross-compilation. It has been fixed but not released
yet, so we temporarily add the patch here.
2020-11-19 21:49:19 +01:00
Vladimír Čunát 9a38c3a11b
knot-resolver: fix evaluation on darwin
I somehow forgot that libcap_ng is linux-only.  I'm missing ofborg's
darwin builder, but I might've tested evaluation at least...
2020-11-18 08:41:28 +01:00
Vladimír Čunát 335798d243
knot-resolver: fix a stupid system breaking non-systemd
I hope this will fix darwin build (no good way of testing locally).
2020-11-17 20:05:51 +01:00
Vladimír Čunát cd5c7c0ee6
knot-resolver: drop capabilities after startup
By default.  I forgot to add this a long time ago.
The difference in runtime closure is really tiny (232 KiB by du).
2020-11-17 20:04:56 +01:00
Vladimír Čunát 3087df3e8f
knot-resolver: add support for new DoH implementation
By default.  I'm not a DoH fan, but the difference in runtime closure
is really tiny (216 KiB by du).  I somehow forgot this during update.

Some of the newly running tests were failing and got disabled.
2020-11-17 20:04:55 +01:00
Vladimír Čunát 280e27327d
knot-resolver: 5.1.3 -> 5.2.0
https://lists.nic.cz/pipermail/knot-resolver-users/2020/000318.html

NixOS service: we'll probably want to switch listenDoH
to the new 'doh2' kind, but let me leave that for later.
2020-11-11 15:51:54 +01:00
Vladimír Čunát 193e8bc722
knot-dns: 3.0.1 -> 3.0.2
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.2
2020-11-11 15:12:28 +01:00
Christoph Hrdinka c6bb91c9db
Merge pull request #102617 from r-ryantm/auto-update/nsd
nsd: 4.3.2 -> 4.3.3
2020-11-05 08:48:24 +01:00
R. RyanTM e763a9fd70 nsd: 4.3.2 -> 4.3.3 2020-11-03 11:55:51 +00:00
R. RyanTM f06af68d0f coredns: 1.7.1 -> 1.8.0 2020-11-02 08:20:56 -08:00
Janne Heß 6404b25714
dnsdist: Replace myself with SuperSandro2000 2020-11-02 01:35:47 +01:00
rnhmjoj 8f897b0f9c
pdns-recursor: 4.3.5 -> 4.4.0 2020-10-29 08:34:13 +01:00
Mario Rodas 3692288f91
Merge pull request #101584 from r-ryantm/auto-update/dnsdist
dnsdist: 1.5.0 -> 1.5.1
2020-10-27 06:48:58 -05:00
Pierre Bourdon 02796d77f8
bind: 9.16.7 -> 9.16.8
https://bind9.readthedocs.io/en/v9_16_8/notes.html#notes-for-bind-9-16-8
2020-10-27 08:48:19 +01:00
Aaron Andersen 603f0dcae8 powerdns: 4.2.3 -> 4.3.1 2020-10-24 16:40:20 -04:00
R. RyanTM d14027748b dnsdist: 1.5.0 -> 1.5.1 2020-10-24 18:33:26 +00:00
Aaron Andersen fca065aff2 pdns-recursor: fix systemd configure flag 2020-10-18 08:15:29 -04:00
Vladimír Čunát f886c4f282
Merge #97967: knot-dns: doInstallCheck = true
I thought I'd verify darwin through PR+borg, but now I'll just merge
and take action in case it breaks on darwin.
2020-10-17 01:13:46 +02:00
Martin Weinelt f931e3e55d
pdns-recursor: 4.3.4 -> 4.3.5
Fixes: CVE-2020-25829
2020-10-13 14:18:16 +02:00
Aaron Andersen 6019fb179b powerdns: add nixos test to passthru.tests 2020-10-12 20:11:47 -04:00
Aaron Andersen 94c98805cb powerdns: compile with systemd support 2020-10-12 20:11:47 -04:00
Aaron Andersen 7b2b0cc77c powerdns: update configure flags 2020-10-12 20:11:47 -04:00
Aaron Andersen 1cd65c4185
Merge pull request #100335 from aanderse/pdns-cve
powerdns: 4.2.1 -> 4.2.3
2020-10-12 20:08:01 -04:00
Michele Guerini Rocco 47a3b4a57e
Merge pull request #100337 from aanderse/pdns-recursor
pdns-recursor: 4.3.3 -> 4.3.4
2020-10-12 21:13:13 +02:00
Aaron Andersen 75dd806963 pdns-recursor: add nixos test to passthru.tests 2020-10-12 13:55:38 -04:00
Aaron Andersen 84f8419899 pdns-recursor: 4.3.3 -> 4.3.4 2020-10-12 10:50:01 -04:00