summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
AgeCommit message (Collapse)Author
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>
2021-03-27gnu: knot: Update to 3.0.5.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.0.5.
2021-03-21gnu: openresolv: Update to 3.12.0.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (openresolv): Update to 3.12.0.
2021-03-18gnu: bind: Update to 9.16.13.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.13.
2021-03-04gnu: unbound: Update to 1.13.1.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (unbound): Update to 1.13.1.
2021-03-04gnu: yadifa: Update to 2.4.2.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.4.2.
2021-03-02gnu: knot-resolver: Update to 5.3.0.Simon South
* gnu/packages/dns.scm (knot-resolver): Update to 5.3.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-02-18gnu: BIND: Point out where to find the release notes.Leo Famulari
The isc.org web page is hard to navigate and designed to steer users into support contracts, so let's give a hint for Guix packagers. * gnu/packages/dns.scm (bind): Add comment.
2021-02-17gnu: bind: Update to 9.16.12 [fixes CVE-2020-8625].Tobias Geerinckx-Rice
* gnu/packages/dns.scm (bind): Update to 9.16.12.
2021-02-15gnu: knot: Update to 3.0.4.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.0.4.
2021-02-15gnu: nsd: Update to 4.3.5.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (nsd): Update to 4.3.5.
2021-01-28gnu: dnsmasq: Update to 2.84.Vincent Legoll
* gnu/packages/dns.scm (dnsmasq): Update to 2.84. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-26gnu: bind: Edit synopsis & description.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind)[synopsys]: Use @acronym. [description]: Likewise. Edit.
2021-01-21gnu: dnsmasq: Update to 2.83 [security fixes].Pierre Langlois
Includes fixes for CVE-2020-25681, CVE-2020-25682, CVE-2020-25683, CVE-2020-25684, CVE-2020-25685, CVE-2020-25686, CVE-2020-25687. * gnu/packages/dns.scm (dnsmasq): Update to 2.83.
2021-01-21gnu: bind: Update to 9.16.11.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (bind): Update to 9.16.11.
2020-12-22gnu: yadifa: Update to 2.4.1.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.4.1.
2020-12-21gnu: unbound: Update to 1.13.0.Vincent Legoll
* gnu/packages/dns.scm (unbound): Update to 1.13.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-17gnu: knot: Update to 3.0.3.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.0.3.
2020-12-16gnu: bind: Update to 9.16.10.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.10.
2020-12-11gnu: knot-resolver: Update to 5.2.1.Simon South
* gnu/packages/dns.scm (knot-resolver): Update to 5.2.1. [source]: Remove obsolete patch. * gnu/packages/patches/knot-resolver-fix-map-command-on-32-bit.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-12-06gnu: nsd: Update to 4.3.4.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (nsd): Update to 4.3.4.
2020-12-06gnu: knot-resolver: Move manual, examples to separate "doc" outputSimon South
* gnu/packages/dns.scm (knot-resolver)[outputs]: Add "doc" output. [arguments]<phases>: Add "move-doc" phase, which moves the manual (in both HTML and Info formats) and example configuration files to the "doc" output. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-12-06gnu: knot-resolver: Update to 5.2.0.Simon South
* gnu/packages/dns.scm (knot-resolver): Update to 5.2.0. [source]: Add patch from upstream commit to fix the internal map() function on 32-bit platforms. [native-inputs]: Add texinfo to enable generating the manual in Info format. [inputs]: Add nghttp2:lib to enable the new DNS-over-HTTPS implementation. * gnu/packages/patches/knot-resolver-fix-map-command-on-32-bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-11-25gnu: bind: Update to 9.16.9.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.9.
2020-11-13gnu: knot: Update to 3.0.2.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.0.2.
2020-10-21gnu: bind: Update to 9.16.8.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.8.
2020-10-21gnu: yadifa: Strip spurious store references.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa)[arguments]: Add an ‘omit-spurious-references’ phase.
2020-10-21gnu: yadifa: Update to 2.4.0.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.4.0. [arguments]: Remove obsolete #:configure-flags. s update
2020-10-20gnu: yadifa: Update to 2.3.11.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.3.11. [source]: Update base URI.
2020-10-16gnu: knot-resolver: Build with only knot:lib.Tobias Geerinckx-Rice
This saves 13.9 MiB (~7.5%) of total ‘guix size’. * gnu/packages/dns.scm (knot-resolver)[inputs]: Replace knot with knot:lib.
2020-10-16gnu: knot: Build separate outputs.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot)[outputs]: New field adding :doc, :lib, and :tools outputs. [arguments]: Add #:configure-flags to install into :doc and :lib. Add a new ‘split-:tools’ phase to install into :tools. Add a new ‘break-circular-:lib->:out-reference’ phase to do just that.
2020-10-13gnu: nsd: Update to 4.3.3.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (nsd): Update to 4.3.3.
2020-10-13gnu: knot: Update to 3.0.1.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.0.1. [source]: Remove patch. * gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-10-06gnu: knot: Enable XDP.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot)[source]: Snip out bundled libbpf sources. [arguments]: Add ‘--enable-xdp=auto’ to #:configure-flags. Add a ‘link-missing-libbpf-dependency’ phase. [inputs]: Add libbpf and libelf.
2020-10-06gnu: knot: Fix typo.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot)[arguments]: Fix a typo in the #:configure-flags.
2020-10-06gnu: knot: Fix test failure on aarch64-linux.Simon South
* gnu/packages/dns.scm (knot)[source]: Apply patch from upstream that helps ensure the "test_net_shortwrite" test suite can complete regardless of platform or configuration. * gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-10-06gnu: knot: Build & install the Info manual.Simon South
* gnu/packages/dns.scm (knot)[arguments]: Add "build-info" and "install-info" phases. [native-inputs]: Add texinfo and python-sphinx. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-10-06gnu: knot: Enable DNS-over-HTTPS support in kdig.Simon South
* gnu/packages/dns.scm (knot)[inputs]: Add nghttp2:lib. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-10-05gnu: knot: Remove obsolete configure flag.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot)[arguments]: Remove unused ‘--with-bash-completions’ configure flag.
2020-10-05gnu: knot: Snip more pregenerated nonsource.Tobias Geerinckx-Rice
ypbody.c is generated from ypbody.rl by update-parser.sh, both of which are missing from the release tarball. Rather than add another git file to native-inputs, we now build from git and remove the generated files. This follows up on commit 2b73e50c31a61b5dcef35a1e4b9484d9dbcb0fbc, now that everyone's finished building it. * gnu/packages/dns.scm (knot)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add ‘--enable-fast-parser’ to #:configure-flags. Invoke the in-tree update-parser.sh. [native-inputs]: Remove separate update-parser.sh origin. Add autoconf, automake, and libtool.
2020-10-05gnu: knot: Build the zone parsers from Ragel source.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot)[source]: Add snippet to remove upstream's pregenerated ‘sources’ [arguments]: Add an ‘update-parser’ phase. [native-inputs]: Add ragel and upstream update-parser.sh.
2020-09-23gnu: yadifa: Update to 2.3.10.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.3.10.
2020-09-20gnu: knot-resolver: Update to 5.1.3.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot-resolver): Update to 5.1.3. [inputs]: Remove lua5.1-cqueues, lua5.1-filesystem, lua5.1-sec, and lua5.1-socket.
2020-09-19gnu: knot: Update to 3.0.0.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.0.0. Order fields more conventionally. [source]: Remove obsolete snippet.
2020-09-16gnu: bind: Update to 9.16.7.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.7.
2020-09-01gnu: knot: Update to 2.9.6.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.9.6.