summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
AgeCommit message (Collapse)Author
2022-01-06gnu: knot-resolver: Update to 5.4.4.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.4.
2021-12-29gnu: dnssec-trigger: Use G-expressions & remove input labels.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (dnssec-trigger)[arguments]: Rewrite as G-expressions. [inputs, native-inputs]: Remove input labels.
2021-12-26gnu: ldns: Do not depend directly on nss-certs.Leo Famulari
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.
2021-12-25gnu: ldns: Gexp arguments.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (ldns)[arguments]: Rewrite as a keyword/gexp list.
2021-12-25gnu: ldns: Make Python non-native.Tobias Geerinckx-Rice
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.
2021-12-25gnu: ldns: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (ldns)[native-inputs]: Remove input labels.
2021-12-25gnu: ldns: Remove unused native input.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (ldns)[native-inputs]: Remove oksh.
2021-12-25gnu: ldns: Update to 1.8.1.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (ldns): Update to 1.8.1. [source]: Remove needless parameterisation.
2021-12-22gnu: knot: Update to 3.1.5.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.1.5.
2021-12-17gnu: knot-resolver: Update to 5.4.3.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.3. [arguments]: Don't explicitly return #t from phases.
2021-12-17gnu: nsd: Update to 4.3.9.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (nsd): Update to 4.3.9.
2021-12-15gnu: bind: Update to 9.16.24.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.24.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-12-09gnu: bind: Update to 9.16.23 [fixes CVE-2021-25218, CVE-2021-25219].Tobias Geerinckx-Rice
* 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.
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-27gnu: yadifa: Update to 2.5.3.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.5.3. [arguments]: Don't explicitly return #t from phases.
2021-11-22gnu: openresolv: Wrap resolvconf.Vivien Kraus
* 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>
2021-11-08gnu: knot: Update to 3.1.4.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.1.4.
2021-11-03gnu: knot: Update to 3.1.3.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.1.3.
2021-11-03gnu: snd: Update to 4.3.8.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (snd): Update to 4.3.8. [arguments]: Don't explicitly return #t from phases.
2021-10-29gnu: knot-resolver: Update to 5.4.2.Simon South
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-13gnu: Add cloudflare-cliStephen Paul Weber
* gnu/packages/dns.scm (cloudflare-cli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-05gnu: Add rbldnsd.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (rbldnsd): New public variable.
2021-10-04gnu: knot: Unambiguously enable XDP.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot)[arguments]: Replace "--enable-xdp=auto" with "--enable-xdp=yes" which now supports using the system libbpf.
2021-10-03gnu: knot: Honour PARALLEL-BUILD?.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot)[arguments]: Spawn multiple make jobs if requested.
2021-10-03gnu: knot: Don't build static libraries.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot)[arguments]: Add "--disable-static" to #:configure-flags.
2021-10-03gnu: knot: Update to 3.1.2.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.1.2. [source]: Remove explicit #t snippet return value. [arguments]: Don't explicitly return #t from phases. [inputs]: Add libmnl.
2021-10-03gnu: yadifa: Update to 2.5.1 [security fixes].Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.5.1.
2021-10-03gnu: dnsmasq: Prepare for cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (dnsmasq)[arguments]: Use CC-FOR-TARGET.
2021-10-03gnu: dnsmasq: Update to 2.86.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (dnsmasq): Update to 2.86.
2021-09-04gnu: nsd: Update to 4.3.7.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (nsd): Update to 4.3.7.
2021-09-04gnu: unbound: Update to 1.13.2.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (unbound): Update to 1.13.2.
2021-08-25gnu: knot-resolver: Update to 5.4.1.Simon South
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.1.
2021-07-27gnu: knot-resolver: Update to 5.4.0.Simon South
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-20gnu: knot: Update to 3.0.7.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.0.7.
2021-06-13doc, gnu, guix: Fix typos.Paul A. Patience
* doc/guix.texi: Fix various typos and reword a sentence. * gnu/packages/cpp.scm (cpplint)[description]: Fix typo. * gnu/packages/dns.scm (ldns): Fix typo in comment. * gnu/packages/games.scm (yamagi-quake2): Fix typo in comment. * gnu/packages/qt.scm (python-pyqtwebengine): Fix typo in comment. * gnu/packages/rails.scm (ruby-autoprefixer-rails): Fix typo in comment. * gnu/packages/syndication.scm (quiterss)[description]: Fix typo. * gnu/packages/terminals.scm (kmscon): Fix typo in comment. * gnu/packages/xml.scm (perl-xml-sax-base)[description]: Fix typo. (python-elementpath)[description]: Fix typo. * guix/build/asdf-build-system.scm (output-translation): Fix typo in docstring. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-09gnu: maradns: Update to 3.5.0020.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (maradns): Update to 3.5.0020.
2021-06-09gnu: yadifa: Enable the TCP manager.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa)[arguments]: Add "--enable-tcp-manager" to #:configure-flags.
2021-06-09gnu: yadifa: Update to 2.5.0.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.5.0.
2021-06-01gnu: unbound: Enable DoH support.Marius Bakke
* gnu/packages/dns.scm (unbound)[inputs]: Add NGHTTP2:LIB. [arguments]: Add "--with-libnghttp2" to #:configure-flags.
2021-05-20gnu: bind: Update to 9.16.16.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.16.
2021-05-13gnu: knot: Update to 3.0.6.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.0.6.
2021-05-06gnu: knot-resolver: Update to 5.3.2.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot-resolver): Update to 5.3.2.
2021-04-28gnu: bind: Update to 9.16.15 [fixes CVE-2021-25214, CVE-2021-25215, ↵Tobias Geerinckx-Rice
CVE-2021-25216]. * gnu/packages/dns.scm (isc-bind): Update to 9.16.15.
2021-04-09gnu: dnsmasq: Update to 2.85 [fixes CVE-2021-3448].Tobias Geerinckx-Rice
* gnu/packages/dns.scm (dnsmasq): Update to 2.85.
2021-04-07gnu: nsd: Update to 4.3.6.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (nsd): Update to 4.3.6.
2021-04-03gnu: knot-resolver: Update to 5.3.1.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot-resolver): Update to 5.3.1.
2021-04-01gnu: Fix packages that were importing Guile modules from the host.Ludovic Courtès
Those packages were importing (ice-9 match) & co. from the host Guile, which could potentially lead to different derivations depending on the Guile in use. Uncovered by the warning emitted by 'gexp-modules'. * gnu/packages/admin.scm (inxi-minimal)[arguments]: Remove Guile modules from #:modules. * gnu/packages/dns.scm (ddclient)[arguments]: Likewise. * gnu/packages/tex.scm (texlive-latex-koma-script)[arguments]: Likewise. * gnu/packages/java.scm (openjdk11)[arguments]: Likewise for #:imported-modules.
2021-03-28gnu: hnsd: Update to 1.0.0.Zheng Junjie
* gnu/packages/dns.scm (hnsd): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>