summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: nsd: Update to 4.6.1.Tobias Geerinckx-Rice2022-12-111-2/+2
| | | | * gnu/packages/dns.scm (nsd): Update to 4.6.1.
* gnu: dnsmasq: Update to 2.88.Tobias Geerinckx-Rice2022-12-111-2/+2
| | | | * gnu/packages/dns.scm (dnsmasq): Update to 2.88.
* gnu: knot: Update to 3.2.4.Tobias Geerinckx-Rice2022-12-111-2/+2
| | | | * gnu/packages/dns.scm (knot): Update to 3.2.4.
* gnu: knot: Update to 3.2.3.Tobias Geerinckx-Rice2022-11-271-2/+2
| | | | * gnu/packages/dns.scm (knot): Update to 3.2.3.
* gnu: knot-resolver: Update to 5.5.3.Marius Bakke2022-11-231-2/+2
| | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.5.3.
* gnu: bind: Update to 9.16.35.Tobias Geerinckx-Rice2022-11-131-2/+2
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.35.
* gnu: knot: Update to 3.2.2.Tobias Geerinckx-Rice2022-10-301-4/+8
| | | | | * gnu/packages/dns.scm (knot): Update to 3.2.2. [source]: Remove bundled libngtcp2.
* gnu: unbound: Update to 1.17.0.Jacob Hrbek2022-10-221-2/+2
| | | | | | * gnu/packages/dns.scm (unbound): Update to 1.17.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: dnsmasq: Update to 2.87.Tobias Geerinckx-Rice2022-10-161-2/+2
| | | | * gnu/packages/dns.scm (dnsmasq): Update to 2.87.
* gnu: maradns: Update to 3.5.0022.Tobias Geerinckx-Rice2022-10-161-2/+2
| | | | * gnu/packages/dns.scm (maradns): Update to 3.5.0022.
* gnu: bind: Update to 9.16.34.Tobias Geerinckx-Rice2022-10-161-2/+2
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.34.
* gnu: bind: Update to 9.16.32.Tobias Geerinckx-Rice2022-08-141-2/+2
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.32.
* gnu: ldns: Update to 1.8.3.Tobias Geerinckx-Rice2022-08-141-2/+2
| | | | * gnu/packages/dns.scm (ldns): Update to 1.8.3.
* gnu: knot: Update to 3.1.9.Tobias Geerinckx-Rice2022-08-071-2/+2
| | | | * gnu/packages/dns.scm (knot): Update to 3.1.9.
* gnu: bind: Update to 9.16.31.Tobias Geerinckx-Rice2022-07-171-2/+2
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.31.
* gnu: bind: Update to 9.16.30.Tobias Geerinckx-Rice2022-06-121-2/+2
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.30.
* gnu: knot: Update to 3.1.8.Tobias Geerinckx-Rice2022-05-151-2/+2
| | | | * gnu/packages/dns.scm (knot): Update to 3.1.8.
* gnu: bind: Update to 9.16.29 [fixes CVE-2022-1183].Tobias Geerinckx-Rice2022-05-151-2/+2
| | | | * gnu/packages/dns.scm (bind): Update to 9.16.29.
* gnu: nsd: Update to 4.4.0.Tobias Geerinckx-Rice2022-05-011-3/+3
| | | | * gnu/packages/dns.scm (nsd): Update to 4.4.0.
* gnu: dnsmasq: Fix cross-compilation.Brian Kubisiak2022-03-291-0/+1
| | | | | | * gnu/packages/dns.scm (dnsmasq)[arguments]: Use PKG-CONFIG-FOR-TARGET. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: knot: Update to 3.1.6.Tobias Geerinckx-Rice2022-03-131-2/+2
| | | | * gnu/packages/dns.scm (knot): Update to 3.1.6.
* gnu: bind: Update to 9.16.27 [fixes CVE-2022-0396].Tobias Geerinckx-Rice2022-03-131-2/+2
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.27.
* gnu: bind: Update to 9.16.26.Tobias Geerinckx-Rice2022-02-131-2/+2
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.26.
* gnu: knot-resolver: Fix build.Oleg Pykhalov2022-01-211-2/+3
| | | | | | | Since commit 6f36d0c89e3bf19bb7bb8f7f5b77de30c9af861b, Meson no longer propagates Python. * gnu/packages/dns.scm (knot-resolver)[inputs]: Add PYTHON.
* gnu: bind: Update to 9.16.25.Tobias Geerinckx-Rice2022-01-161-5/+4
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.25.
* gnu: knot-resolver: Update to 5.4.4.Tobias Geerinckx-Rice2022-01-061-2/+2
| | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.4.4.
* gnu: dnssec-trigger: Use G-expressions & remove input labels.Tobias Geerinckx-Rice2021-12-291-76/+59
| | | | | | * gnu/packages/dns.scm (dnssec-trigger)[arguments]: Rewrite as G-expressions. [inputs, native-inputs]: Remove input labels.
* gnu: ldns: Do not depend directly on nss-certs.Leo Famulari2021-12-261-4/+2
| | | | | | | | | If ldns depends on a particular version of nss-certs, the features that use the certificates will eventually stop working as the certificates expire. Instead, the certificates should be found at run-time. * gnu/packages/dns.scm (ldns)[inputs]: Remove nss-certs. [arguments]: Adjust the value of "--with-ca-path" in #:configure-flags.
* gnu: ldns: Gexp arguments.Tobias Geerinckx-Rice2021-12-251-44/+33
| | | | | * gnu/packages/dns.scm (ldns)[arguments]: Rewrite as a keyword/gexp list.
* gnu: ldns: Make Python non-native.Tobias Geerinckx-Rice2021-12-251-7/+2
| | | | | | | | | The ldns-config and _ldns.la files keep a reference to its /include and /lib, respectively. The package won't currently cross-build. * gnu/packages/dns.scm (ldns)[native-inputs]: Move python-wrapper from here… [inputs]: …to here.
* gnu: ldns: Remove input labels.Tobias Geerinckx-Rice2021-12-251-6/+6
| | | | | * gnu/packages/dns.scm (ldns)[native-inputs]: Remove input labels.
* gnu: ldns: Remove unused native input.Tobias Geerinckx-Rice2021-12-251-1/+0
| | | | * gnu/packages/dns.scm (ldns)[native-inputs]: Remove oksh.
* gnu: ldns: Update to 1.8.1.Tobias Geerinckx-Rice2021-12-251-3/+3
| | | | | * gnu/packages/dns.scm (ldns): Update to 1.8.1. [source]: Remove needless parameterisation.
* gnu: knot: Update to 3.1.5.Tobias Geerinckx-Rice2021-12-221-2/+2
| | | | * gnu/packages/dns.scm (knot): Update to 3.1.5.
* gnu: knot-resolver: Update to 5.4.3.Tobias Geerinckx-Rice2021-12-171-6/+4
| | | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.4.3. [arguments]: Don't explicitly return #t from phases.
* gnu: nsd: Update to 4.3.9.Tobias Geerinckx-Rice2021-12-171-2/+2
| | | | * gnu/packages/dns.scm (nsd): Update to 4.3.9.
* gnu: bind: Update to 9.16.24.Tobias Geerinckx-Rice2021-12-151-2/+2
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.24.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-131-72/+52
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-101-9/+11
|\
| * gnu: bind: Update to 9.16.23 [fixes CVE-2021-25218, CVE-2021-25219].Tobias Geerinckx-Rice2021-12-091-9/+11
| | | | | | | | | | | | | | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.23. [source]: Add patch. * gnu/packages/patches/bind-re-add-attr-constructor-priority.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-051-7/+5
|\|
| * gnu: yadifa: Update to 2.5.3.Tobias Geerinckx-Rice2021-11-271-7/+5
| | | | | | | | | | * gnu/packages/dns.scm (yadifa): Update to 2.5.3. [arguments]: Don't explicitly return #t from phases.
* | gnu: openresolv: Wrap resolvconf.Vivien Kraus2021-11-221-1/+15
|/ | | | | | | | * gnu/packages/dns.scm (openresolv) [phases]: Wrap resolvconf to set PATH, for coreutils programs mkdir and rm. [inputs]: Add coreutils-minimal. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: knot: Update to 3.1.4.Tobias Geerinckx-Rice2021-11-081-2/+2
| | | | * gnu/packages/dns.scm (knot): Update to 3.1.4.
* gnu: knot: Update to 3.1.3.Tobias Geerinckx-Rice2021-11-031-2/+2
| | | | * gnu/packages/dns.scm (knot): Update to 3.1.3.
* gnu: snd: Update to 4.3.8.Tobias Geerinckx-Rice2021-11-031-4/+3
| | | | | * gnu/packages/dns.scm (snd): Update to 4.3.8. [arguments]: Don't explicitly return #t from phases.
* gnu: knot-resolver: Update to 5.4.2.Simon South2021-10-291-2/+2
| | | | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.4.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add cloudflare-cliStephen Paul Weber2021-10-131-0/+53
| | | | | | * gnu/packages/dns.scm (cloudflare-cli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add rbldnsd.Tobias Geerinckx-Rice2021-10-051-0/+54
| | | | * gnu/packages/dns.scm (rbldnsd): New public variable.
* gnu: knot: Unambiguously enable XDP.Tobias Geerinckx-Rice2021-10-041-1/+1
| | | | | * gnu/packages/dns.scm (knot)[arguments]: Replace "--enable-xdp=auto" with "--enable-xdp=yes" which now supports using the system libbpf.