summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
Commit message (Collapse)AuthorAge
* gnu: bind: Update to 9.16.24.Tobias Geerinckx-Rice2021-12-15
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.24.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | 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-10
|\
| * gnu: bind: Update to 9.16.23 [fixes CVE-2021-25218, CVE-2021-25219].Tobias Geerinckx-Rice2021-12-09
| | | | | | | | | | | | | | | | * 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-05
|\|
| * gnu: yadifa: Update to 2.5.3.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | | | * 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-22
|/ | | | | | | | * 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-08
| | | | * gnu/packages/dns.scm (knot): Update to 3.1.4.
* gnu: knot: Update to 3.1.3.Tobias Geerinckx-Rice2021-11-03
| | | | * gnu/packages/dns.scm (knot): Update to 3.1.3.
* gnu: snd: Update to 4.3.8.Tobias Geerinckx-Rice2021-11-03
| | | | | * 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-29
| | | | | | * 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-13
| | | | | | * gnu/packages/dns.scm (cloudflare-cli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add rbldnsd.Tobias Geerinckx-Rice2021-10-05
| | | | * gnu/packages/dns.scm (rbldnsd): New public variable.
* gnu: knot: Unambiguously enable XDP.Tobias Geerinckx-Rice2021-10-04
| | | | | * gnu/packages/dns.scm (knot)[arguments]: Replace "--enable-xdp=auto" with "--enable-xdp=yes" which now supports using the system libbpf.
* gnu: knot: Honour PARALLEL-BUILD?.Tobias Geerinckx-Rice2021-10-03
| | | | | * gnu/packages/dns.scm (knot)[arguments]: Spawn multiple make jobs if requested.
* gnu: knot: Don't build static libraries.Tobias Geerinckx-Rice2021-10-03
| | | | | * gnu/packages/dns.scm (knot)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: knot: Update to 3.1.2.Tobias Geerinckx-Rice2021-10-03
| | | | | | | * 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.
* gnu: yadifa: Update to 2.5.1 [security fixes].Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/dns.scm (yadifa): Update to 2.5.1.
* gnu: dnsmasq: Prepare for cross-compilation.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/dns.scm (dnsmasq)[arguments]: Use CC-FOR-TARGET.
* gnu: dnsmasq: Update to 2.86.Tobias Geerinckx-Rice2021-10-03
| | | | * gnu/packages/dns.scm (dnsmasq): Update to 2.86.
* gnu: nsd: Update to 4.3.7.Tobias Geerinckx-Rice2021-09-04
| | | | * gnu/packages/dns.scm (nsd): Update to 4.3.7.
* gnu: unbound: Update to 1.13.2.Tobias Geerinckx-Rice2021-09-04
| | | | * gnu/packages/dns.scm (unbound): Update to 1.13.2.
* gnu: knot-resolver: Update to 5.4.1.Simon South2021-08-25
| | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.4.1.
* gnu: knot-resolver: Update to 5.4.0.Simon South2021-07-27
| | | | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.4.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: knot: Update to 3.0.7.Tobias Geerinckx-Rice2021-06-20
| | | | * gnu/packages/dns.scm (knot): Update to 3.0.7.
* doc, gnu, guix: Fix typos.Paul A. Patience2021-06-13
| | | | | | | | | | | | | | | | * 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>
* gnu: maradns: Update to 3.5.0020.Tobias Geerinckx-Rice2021-06-09
| | | | * gnu/packages/dns.scm (maradns): Update to 3.5.0020.
* gnu: yadifa: Enable the TCP manager.Tobias Geerinckx-Rice2021-06-09
| | | | * gnu/packages/dns.scm (yadifa)[arguments]: Add "--enable-tcp-manager" to #:configure-flags.
* gnu: yadifa: Update to 2.5.0.Tobias Geerinckx-Rice2021-06-09
| | | | * gnu/packages/dns.scm (yadifa): Update to 2.5.0.
* gnu: unbound: Enable DoH support.Marius Bakke2021-06-01
| | | | | * gnu/packages/dns.scm (unbound)[inputs]: Add NGHTTP2:LIB. [arguments]: Add "--with-libnghttp2" to #:configure-flags.
* gnu: bind: Update to 9.16.16.Tobias Geerinckx-Rice2021-05-20
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.16.
* gnu: knot: Update to 3.0.6.Tobias Geerinckx-Rice2021-05-13
| | | | * gnu/packages/dns.scm (knot): Update to 3.0.6.
* gnu: knot-resolver: Update to 5.3.2.Tobias Geerinckx-Rice2021-05-06
| | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.3.2.
* gnu: bind: Update to 9.16.15 [fixes CVE-2021-25214, CVE-2021-25215, ↵Tobias Geerinckx-Rice2021-04-28
| | | | | | CVE-2021-25216]. * gnu/packages/dns.scm (isc-bind): Update to 9.16.15.
* gnu: dnsmasq: Update to 2.85 [fixes CVE-2021-3448].Tobias Geerinckx-Rice2021-04-09
| | | | * gnu/packages/dns.scm (dnsmasq): Update to 2.85.
* gnu: nsd: Update to 4.3.6.Tobias Geerinckx-Rice2021-04-07
| | | | * gnu/packages/dns.scm (nsd): Update to 4.3.6.
* gnu: knot-resolver: Update to 5.3.1.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.3.1.
* gnu: Fix packages that were importing Guile modules from the host.Ludovic Courtès2021-04-01
| | | | | | | | | | | | | | 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.
* gnu: hnsd: Update to 1.0.0.Zheng Junjie2021-03-28
| | | | | | * gnu/packages/dns.scm (hnsd): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: knot: Update to 3.0.5.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/dns.scm (knot): Update to 3.0.5.
* gnu: openresolv: Update to 3.12.0.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/dns.scm (openresolv): Update to 3.12.0.
* gnu: bind: Update to 9.16.13.Tobias Geerinckx-Rice2021-03-18
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.13.
* gnu: unbound: Update to 1.13.1.Tobias Geerinckx-Rice2021-03-04
| | | | * gnu/packages/dns.scm (unbound): Update to 1.13.1.
* gnu: yadifa: Update to 2.4.2.Tobias Geerinckx-Rice2021-03-04
| | | | * gnu/packages/dns.scm (yadifa): Update to 2.4.2.
* gnu: knot-resolver: Update to 5.3.0.Simon South2021-03-02
| | | | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.3.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: BIND: Point out where to find the release notes.Leo Famulari2021-02-18
| | | | | | | 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.
* gnu: bind: Update to 9.16.12 [fixes CVE-2020-8625].Tobias Geerinckx-Rice2021-02-17
| | | | * gnu/packages/dns.scm (bind): Update to 9.16.12.
* gnu: knot: Update to 3.0.4.Tobias Geerinckx-Rice2021-02-15
| | | | * gnu/packages/dns.scm (knot): Update to 3.0.4.
* gnu: nsd: Update to 4.3.5.Tobias Geerinckx-Rice2021-02-15
| | | | * gnu/packages/dns.scm (nsd): Update to 4.3.5.
* gnu: dnsmasq: Update to 2.84.Vincent Legoll2021-01-28
| | | | | | * gnu/packages/dns.scm (dnsmasq): Update to 2.84. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>