summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
Commit message (Collapse)AuthorAge
...
* gnu: bind: Edit synopsis & description.Tobias Geerinckx-Rice2021-01-26
| | | | | * gnu/packages/dns.scm (isc-bind)[synopsys]: Use @acronym. [description]: Likewise. Edit.
* gnu: dnsmasq: Update to 2.83 [security fixes].Pierre Langlois2021-01-21
| | | | | | | 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.
* gnu: bind: Update to 9.16.11.Tobias Geerinckx-Rice2021-01-21
| | | | * gnu/packages/dns.scm (bind): Update to 9.16.11.
* gnu: yadifa: Update to 2.4.1.Tobias Geerinckx-Rice2020-12-22
| | | | * gnu/packages/dns.scm (yadifa): Update to 2.4.1.
* gnu: unbound: Update to 1.13.0.Vincent Legoll2020-12-21
| | | | | | * gnu/packages/dns.scm (unbound): Update to 1.13.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: knot: Update to 3.0.3.Tobias Geerinckx-Rice2020-12-17
| | | | * gnu/packages/dns.scm (knot): Update to 3.0.3.
* gnu: bind: Update to 9.16.10.Tobias Geerinckx-Rice2020-12-16
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.10.
* gnu: knot-resolver: Update to 5.2.1.Simon South2020-12-11
| | | | | | | | | | * 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>
* gnu: nsd: Update to 4.3.4.Tobias Geerinckx-Rice2020-12-06
| | | | * gnu/packages/dns.scm (nsd): Update to 4.3.4.
* gnu: knot-resolver: Move manual, examples to separate "doc" outputSimon South2020-12-06
| | | | | | | | * 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>
* gnu: knot-resolver: Update to 5.2.0.Simon South2020-12-06
| | | | | | | | | | | | | * 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>
* gnu: bind: Update to 9.16.9.Tobias Geerinckx-Rice2020-11-25
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.9.
* gnu: knot: Update to 3.0.2.Tobias Geerinckx-Rice2020-11-13
| | | | * gnu/packages/dns.scm (knot): Update to 3.0.2.
* gnu: bind: Update to 9.16.8.Tobias Geerinckx-Rice2020-10-21
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.8.
* gnu: yadifa: Strip spurious store references.Tobias Geerinckx-Rice2020-10-21
| | | | | * gnu/packages/dns.scm (yadifa)[arguments]: Add an ‘omit-spurious-references’ phase.
* gnu: yadifa: Update to 2.4.0.Tobias Geerinckx-Rice2020-10-21
| | | | | | | * gnu/packages/dns.scm (yadifa): Update to 2.4.0. [arguments]: Remove obsolete #:configure-flags. s update
* gnu: yadifa: Update to 2.3.11.Tobias Geerinckx-Rice2020-10-20
| | | | | * gnu/packages/dns.scm (yadifa): Update to 2.3.11. [source]: Update base URI.
* gnu: knot-resolver: Build with only knot:lib.Tobias Geerinckx-Rice2020-10-16
| | | | | | | This saves 13.9 MiB (~7.5%) of total ‘guix size’. * gnu/packages/dns.scm (knot-resolver)[inputs]: Replace knot with knot:lib.
* gnu: knot: Build separate outputs.Tobias Geerinckx-Rice2020-10-16
| | | | | | | | * 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.
* gnu: nsd: Update to 4.3.3.Tobias Geerinckx-Rice2020-10-13
| | | | * gnu/packages/dns.scm (nsd): Update to 4.3.3.
* gnu: knot: Update to 3.0.1.Tobias Geerinckx-Rice2020-10-13
| | | | | | | | * 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.
* gnu: knot: Enable XDP.Tobias Geerinckx-Rice2020-10-06
| | | | | | | * 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.
* gnu: knot: Fix typo.Tobias Geerinckx-Rice2020-10-06
| | | | | * gnu/packages/dns.scm (knot)[arguments]: Fix a typo in the #:configure-flags.
* gnu: knot: Fix test failure on aarch64-linux.Simon South2020-10-06
| | | | | | | | | | | * 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>
* gnu: knot: Build & install the Info manual.Simon South2020-10-06
| | | | | | | | * 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>
* gnu: knot: Enable DNS-over-HTTPS support in kdig.Simon South2020-10-06
| | | | | | * gnu/packages/dns.scm (knot)[inputs]: Add nghttp2:lib. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: knot: Remove obsolete configure flag.Tobias Geerinckx-Rice2020-10-05
| | | | | * gnu/packages/dns.scm (knot)[arguments]: Remove unused ‘--with-bash-completions’ configure flag.
* gnu: knot: Snip more pregenerated nonsource.Tobias Geerinckx-Rice2020-10-05
| | | | | | | | | | | | | | | 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.
* gnu: knot: Build the zone parsers from Ragel source.Tobias Geerinckx-Rice2020-10-05
| | | | | | | * 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.
* gnu: yadifa: Update to 2.3.10.Tobias Geerinckx-Rice2020-09-23
| | | | * gnu/packages/dns.scm (yadifa): Update to 2.3.10.
* gnu: knot-resolver: Update to 5.1.3.Tobias Geerinckx-Rice2020-09-20
| | | | | | * 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.
* gnu: knot: Update to 3.0.0.Tobias Geerinckx-Rice2020-09-19
| | | | | | * gnu/packages/dns.scm (knot): Update to 3.0.0. Order fields more conventionally. [source]: Remove obsolete snippet.
* gnu: bind: Update to 9.16.7.Tobias Geerinckx-Rice2020-09-16
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.7.
* gnu: knot: Update to 2.9.6.Tobias Geerinckx-Rice2020-09-01
| | | | * gnu/packages/dns.scm (knot): Update to 2.9.6.
* gnu: bind: Note that isc-dhcp bundles a BIND.Tobias Geerinckx-Rice2020-08-24
| | | | | | This follows up on commit dad963a4393ea51409baa63817b26b449ed58338. * gnu/packages/admin.scm (isc-bind): Comment.
* gnu: bind: Update to 9.16.6 [multiple CVE fixes].Tobias Geerinckx-Rice2020-08-20
| | | | | | | Fixes CVE-2020-8620, CVE-2020-8621, CVE-2020-8622, CVE-2020-8623, and CVE-2020-8624. * gnu/packages/dns.scm (isc-bind): Update to 9.16.6.
* gnu: Add dnssec-trigger.Raghav Gururajan2020-08-18
| | | | | | * gnu/packages/dns.scm (dnssec-trigger): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add ldns.Raghav Gururajan2020-08-18
| | | | | | | | * gnu/packages/dns.scm (ldns): New variable. * gnu/packages/patches/ldns-drill-examples.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: dnsmasq: Update to 2.82.Tobias Geerinckx-Rice2020-07-23
| | | | * gnu/packages/dns.scm (dnsmasq): Update to 2.82.
* gnu: nsd: Update to 4.3.2.Tobias Geerinckx-Rice2020-07-23
| | | | * gnu/packages/dns.scm (nsd): Update to 4.3.2.
* gnu: nsd: Update to 4.3.1.Vincent Legoll2020-07-21
| | | | | | * gnu/packages/dns.scm (nsd): Update to 4.3.1. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: bind: Update to 9.16.5.Tobias Geerinckx-Rice2020-07-15
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.5.
* gnu: Remove ".git" from "https://github/…/….git".Ludovic Courtès2020-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix swh) would sometimes return #f for these because the ".git" URLs are redirects to the non-".git" URLs. Consequently, 'guix lint -c archival' would keep saying "scheduled Software Heritage archival"; likewise, the fallback download code would fail. * gnu/packages/ada.scm, gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/algebra.scm, gnu/packages/android.scm, gnu/packages/animation.scm, gnu/packages/arcan.scm, gnu/packages/assembly.scm, gnu/packages/audio.scm, gnu/packages/authentication.scm, gnu/packages/avr.scm, gnu/packages/axoloti.scm, gnu/packages/backup.scm, gnu/packages/bash.scm, gnu/packages/benchmark.scm, gnu/packages/bioconductor.scm, gnu/packages/bioinformatics.scm, gnu/packages/bittorrent.scm, gnu/packages/boost.scm, gnu/packages/build-tools.scm, gnu/packages/c.scm, gnu/packages/calendar.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/chemistry.scm, gnu/packages/chez.scm, gnu/packages/clojure.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/compton.scm, gnu/packages/coq.scm, gnu/packages/cpp.scm, gnu/packages/cran.scm, gnu/packages/crypto.scm, gnu/packages/curl.scm, gnu/packages/databases.scm, gnu/packages/datastructures.scm, gnu/packages/debug.scm, gnu/packages/disk.scm, gnu/packages/distributed.scm, gnu/packages/django.scm, gnu/packages/dlang.scm, gnu/packages/dns.scm, gnu/packages/docker.scm, gnu/packages/education.scm, gnu/packages/efi.scm, gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/embedded.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/erlang.scm, gnu/packages/fabric-management.scm, gnu/packages/file-systems.scm, gnu/packages/finance.scm, gnu/packages/firmware.scm, gnu/packages/flashing-tools.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/fpga.scm, gnu/packages/game-development.scm, gnu/packages/games.scm, gnu/packages/genealogy.scm, gnu/packages/genimage.scm, gnu/packages/geo.scm, gnu/packages/gimp.scm, gnu/packages/gl.scm, gnu/packages/gnome-xyz.scm, gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/golang.scm, gnu/packages/gpodder.scm, gnu/packages/graph.scm, gnu/packages/graphics.scm, gnu/packages/graphviz.scm, gnu/packages/groff.scm, gnu/packages/groovy.scm, gnu/packages/gtk.scm, gnu/packages/guile-xyz.scm, gnu/packages/guile.scm, gnu/packages/hardware.scm, gnu/packages/haskell-apps.scm, gnu/packages/haskell-xyz.scm, gnu/packages/hexedit.scm, gnu/packages/i2p.scm, gnu/packages/ibus.scm, gnu/packages/image-processing.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/ipfs.scm, gnu/packages/java-graphics.scm, gnu/packages/java-maths.scm, gnu/packages/java.scm, gnu/packages/javascript.scm, gnu/packages/jrnl.scm, gnu/packages/julia.scm, gnu/packages/jupyter.scm, gnu/packages/kodi.scm, gnu/packages/language.scm, gnu/packages/lego.scm, gnu/packages/less.scm, gnu/packages/libusb.scm, gnu/packages/linux.scm, gnu/packages/lirc.scm, gnu/packages/lisp-xyz.scm, gnu/packages/llvm.scm, gnu/packages/logging.scm, gnu/packages/lolcode.scm, gnu/packages/lua.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/maths.scm, gnu/packages/maven.scm, gnu/packages/mes.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/node-xyz.scm, gnu/packages/ocaml.scm, gnu/packages/ocr.scm, gnu/packages/onc-rpc.scm, gnu/packages/opencl.scm, gnu/packages/opencog.scm, gnu/packages/pantheon.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/perl6.scm, gnu/packages/phabricator.scm, gnu/packages/popt.scm, gnu/packages/printers.scm, gnu/packages/prolog.scm, gnu/packages/protobuf.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/qt.scm, gnu/packages/radio.scm, gnu/packages/rails.scm, gnu/packages/rdf.scm, gnu/packages/rednotebook.scm, gnu/packages/rpc.scm, gnu/packages/rsync.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/screen.scm, gnu/packages/security-token.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/shellutils.scm, gnu/packages/simh.scm, gnu/packages/sml.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/stenography.scm, gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/synergy.scm, gnu/packages/telephony.scm, gnu/packages/terminals.scm, gnu/packages/tex.scm, gnu/packages/texinfo.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tmux.scm, gnu/packages/tor.scm, gnu/packages/toys.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/virtualization.scm, gnu/packages/vlang.scm, gnu/packages/vnc.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wireservice.scm, gnu/packages/wm.scm, gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
* gnu: isc-bind: List included utilities in the description.Maxim Cournoyer2020-07-11
| | | | | | | | | | A frequent question was: "Which package contained the 'dig' utility?" This change should make the question answerable through 'guix search'. * gnu/packages/dns.scm (isc-bind)[synopsis]: Remove leading article. [description]: Add a table listing the utilities contained in the 'utils' output and insert a missing space between two sentences. [home-page]: Update.
* gnu: maradns: Use CC-FOR-TARGET.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/dns.scm (maradns)[arguments]: Use CC-FOR-TARGET.
* gnu: maradns: Update to 3.5.0007.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/dns.scm (maradns): Update to 3.5.0007.
* gnu: knot-resolver: Enable automatic reloading of policy files.Simon South2020-06-25
| | | | | | * gnu/packages/dns.scm (knot-resolver)[inputs]: Add lua5.1-cqueues. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bind: Update to 9.16.4 [fixes CVE-2020-8618 & CVE-2020-8619].Tobias Geerinckx-Rice2020-06-17
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.4.
* gnu: knot: Update to 2.9.5.Tobias Geerinckx-Rice2020-05-27
| | | | * gnu/packages/dns.scm (knot): Update to 2.9.5.
* gnu: unbound: Update to 1.10.1.Vincent Legoll2020-05-27
| | | | | | * gnu/packages/dns.scm (unbound): Update to 1.10.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>