summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
AgeCommit message (Expand)Author
2021-11-03gnu: knot: Update to 3.1.3....* gnu/packages/dns.scm (knot): Update to 3.1.3. Tobias Geerinckx-Rice
2021-11-03gnu: snd: Update to 4.3.8....* gnu/packages/dns.scm (snd): Update to 4.3.8. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2021-10-29gnu: knot-resolver: Update to 5.4.2....* gnu/packages/dns.scm (knot-resolver): Update to 5.4.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Simon South
2021-10-13gnu: Add cloudflare-cli...* gnu/packages/dns.scm (cloudflare-cli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stephen Paul Weber
2021-10-05gnu: Add rbldnsd....* gnu/packages/dns.scm (rbldnsd): New public variable. Tobias Geerinckx-Rice
2021-10-04gnu: knot: Unambiguously enable XDP....* gnu/packages/dns.scm (knot)[arguments]: Replace "--enable-xdp=auto" with "--enable-xdp=yes" which now supports using the system libbpf. Tobias Geerinckx-Rice
2021-10-03gnu: knot: Honour PARALLEL-BUILD?....* gnu/packages/dns.scm (knot)[arguments]: Spawn multiple make jobs if requested. Tobias Geerinckx-Rice
2021-10-03gnu: knot: Don't build static libraries....* gnu/packages/dns.scm (knot)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice
2021-10-03gnu: knot: Update to 3.1.2....* 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. Tobias Geerinckx-Rice
2021-10-03gnu: yadifa: Update to 2.5.1 [security fixes]....* gnu/packages/dns.scm (yadifa): Update to 2.5.1. Tobias Geerinckx-Rice
2021-10-03gnu: dnsmasq: Prepare for cross-compilation....* gnu/packages/dns.scm (dnsmasq)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice
2021-10-03gnu: dnsmasq: Update to 2.86....* gnu/packages/dns.scm (dnsmasq): Update to 2.86. Tobias Geerinckx-Rice
2021-09-04gnu: nsd: Update to 4.3.7....* gnu/packages/dns.scm (nsd): Update to 4.3.7. Tobias Geerinckx-Rice
2021-09-04gnu: unbound: Update to 1.13.2....* gnu/packages/dns.scm (unbound): Update to 1.13.2. Tobias Geerinckx-Rice
2021-08-25gnu: knot-resolver: Update to 5.4.1....* gnu/packages/dns.scm (knot-resolver): Update to 5.4.1. Simon South
2021-07-27gnu: knot-resolver: Update to 5.4.0....* gnu/packages/dns.scm (knot-resolver): Update to 5.4.0. Signed-off-by: Leo Famulari <leo@famulari.name> Simon South
2021-06-20gnu: knot: Update to 3.0.7....* gnu/packages/dns.scm (knot): Update to 3.0.7. Tobias Geerinckx-Rice
2021-06-13doc, gnu, guix: Fix typos....* 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> Paul A. Patience
2021-06-09gnu: maradns: Update to 3.5.0020....* gnu/packages/dns.scm (maradns): Update to 3.5.0020. Tobias Geerinckx-Rice
2021-06-09gnu: yadifa: Enable the TCP manager....* gnu/packages/dns.scm (yadifa)[arguments]: Add "--enable-tcp-manager" to #:configure-flags. Tobias Geerinckx-Rice
2021-06-09gnu: yadifa: Update to 2.5.0....* gnu/packages/dns.scm (yadifa): Update to 2.5.0. Tobias Geerinckx-Rice
2021-06-01gnu: unbound: Enable DoH support....* gnu/packages/dns.scm (unbound)[inputs]: Add NGHTTP2:LIB. [arguments]: Add "--with-libnghttp2" to #:configure-flags. Marius Bakke
2021-05-20gnu: bind: Update to 9.16.16....* gnu/packages/dns.scm (isc-bind): Update to 9.16.16. Tobias Geerinckx-Rice
2021-05-13gnu: knot: Update to 3.0.6....* gnu/packages/dns.scm (knot): Update to 3.0.6. Tobias Geerinckx-Rice
2021-05-06gnu: knot-resolver: Update to 5.3.2....* gnu/packages/dns.scm (knot-resolver): Update to 5.3.2. Tobias Geerinckx-Rice
2021-04-28gnu: bind: Update to 9.16.15 [fixes CVE-2021-25214, CVE-2021-25215, CVE-2021-......* gnu/packages/dns.scm (isc-bind): Update to 9.16.15. Tobias Geerinckx-Rice
2021-04-09gnu: dnsmasq: Update to 2.85 [fixes CVE-2021-3448]....* gnu/packages/dns.scm (dnsmasq): Update to 2.85. Tobias Geerinckx-Rice
2021-04-07gnu: nsd: Update to 4.3.6....* gnu/packages/dns.scm (nsd): Update to 4.3.6. Tobias Geerinckx-Rice
2021-04-03gnu: knot-resolver: Update to 5.3.1....* gnu/packages/dns.scm (knot-resolver): Update to 5.3.1. Tobias Geerinckx-Rice
2021-04-01gnu: Fix packages that were importing Guile modules from the host....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. Ludovic Courtès
2021-03-28gnu: hnsd: Update to 1.0.0....* gnu/packages/dns.scm (hnsd): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zheng Junjie
2021-03-27gnu: knot: Update to 3.0.5....* gnu/packages/dns.scm (knot): Update to 3.0.5. Tobias Geerinckx-Rice
2021-03-21gnu: openresolv: Update to 3.12.0....* gnu/packages/dns.scm (openresolv): Update to 3.12.0. Tobias Geerinckx-Rice
2021-03-18gnu: bind: Update to 9.16.13....* gnu/packages/dns.scm (isc-bind): Update to 9.16.13. Tobias Geerinckx-Rice
2021-03-04gnu: unbound: Update to 1.13.1....* gnu/packages/dns.scm (unbound): Update to 1.13.1. Tobias Geerinckx-Rice
2021-03-04gnu: yadifa: Update to 2.4.2....* gnu/packages/dns.scm (yadifa): Update to 2.4.2. Tobias Geerinckx-Rice
2021-03-02gnu: knot-resolver: Update to 5.3.0....* gnu/packages/dns.scm (knot-resolver): Update to 5.3.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Simon South
2021-02-18gnu: BIND: Point out where to find the release notes....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. Leo Famulari
2021-02-17gnu: bind: Update to 9.16.12 [fixes CVE-2020-8625]....* gnu/packages/dns.scm (bind): Update to 9.16.12. Tobias Geerinckx-Rice
2021-02-15gnu: knot: Update to 3.0.4....* gnu/packages/dns.scm (knot): Update to 3.0.4. Tobias Geerinckx-Rice
2021-02-15gnu: nsd: Update to 4.3.5....* gnu/packages/dns.scm (nsd): Update to 4.3.5. Tobias Geerinckx-Rice
2021-01-28gnu: dnsmasq: Update to 2.84....* gnu/packages/dns.scm (dnsmasq): Update to 2.84. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll
2021-01-26gnu: bind: Edit synopsis & description....* gnu/packages/dns.scm (isc-bind)[synopsys]: Use @acronym. [description]: Likewise. Edit. Tobias Geerinckx-Rice
2021-01-21gnu: dnsmasq: Update to 2.83 [security fixes]....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. Pierre Langlois
2021-01-21gnu: bind: Update to 9.16.11....* gnu/packages/dns.scm (bind): Update to 9.16.11. Tobias Geerinckx-Rice
2020-12-22gnu: yadifa: Update to 2.4.1....* gnu/packages/dns.scm (yadifa): Update to 2.4.1. Tobias Geerinckx-Rice
2020-12-21gnu: unbound: Update to 1.13.0....* gnu/packages/dns.scm (unbound): Update to 1.13.0. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll
2020-12-17gnu: knot: Update to 3.0.3....* gnu/packages/dns.scm (knot): Update to 3.0.3. Tobias Geerinckx-Rice
2020-12-16gnu: bind: Update to 9.16.10....* gnu/packages/dns.scm (isc-bind): Update to 9.16.10. Tobias Geerinckx-Rice
2020-12-11gnu: knot-resolver: Update to 5.2.1....* 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> Simon South