Age | Commit message (Collapse) | Author |
|
* gnu/packages/dns.scm (knot): Update to 3.1.8.
|
|
* gnu/packages/dns.scm (bind): Update to 9.16.29.
|
|
* gnu/packages/dns.scm (nsd): Update to 4.4.0.
|
|
* gnu/packages/dns.scm (dnsmasq)[arguments]: Use PKG-CONFIG-FOR-TARGET.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/dns.scm (knot): Update to 3.1.6.
|
|
* gnu/packages/dns.scm (isc-bind): Update to 9.16.27.
|
|
* gnu/packages/dns.scm (isc-bind): Update to 9.16.26.
|
|
Since commit 6f36d0c89e3bf19bb7bb8f7f5b77de30c9af861b, Meson no longer
propagates Python.
* gnu/packages/dns.scm (knot-resolver)[inputs]: Add PYTHON.
|
|
* gnu/packages/dns.scm (isc-bind): Update to 9.16.25.
|
|
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.4.
|
|
* gnu/packages/dns.scm (dnssec-trigger)[arguments]:
Rewrite as G-expressions.
[inputs, native-inputs]: Remove input labels.
|
|
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.
|
|
* gnu/packages/dns.scm (ldns)[arguments]:
Rewrite as a keyword/gexp list.
|
|
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.
|
|
* gnu/packages/dns.scm (ldns)[native-inputs]:
Remove input labels.
|
|
* gnu/packages/dns.scm (ldns)[native-inputs]: Remove oksh.
|
|
* gnu/packages/dns.scm (ldns): Update to 1.8.1.
[source]: Remove needless parameterisation.
|
|
* gnu/packages/dns.scm (knot): Update to 3.1.5.
|
|
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.3.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/dns.scm (nsd): Update to 4.3.9.
|
|
* gnu/packages/dns.scm (isc-bind): Update to 9.16.24.
|
|
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
|
|
|
|
* 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.
|
|
|
|
* gnu/packages/dns.scm (yadifa): Update to 2.5.3.
[arguments]: Don't explicitly return #t from phases.
|
|
* 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/packages/dns.scm (knot): Update to 3.1.4.
|
|
* gnu/packages/dns.scm (knot): Update to 3.1.3.
|
|
* gnu/packages/dns.scm (snd): Update to 4.3.8.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.2.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/dns.scm (cloudflare-cli): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/dns.scm (rbldnsd): New public variable.
|
|
* gnu/packages/dns.scm (knot)[arguments]: Replace "--enable-xdp=auto"
with "--enable-xdp=yes" which now supports using the system libbpf.
|
|
* gnu/packages/dns.scm (knot)[arguments]:
Spawn multiple make jobs if requested.
|
|
* gnu/packages/dns.scm (knot)[arguments]: Add "--disable-static"
to #:configure-flags.
|
|
* 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/packages/dns.scm (yadifa): Update to 2.5.1.
|
|
* gnu/packages/dns.scm (dnsmasq)[arguments]: Use CC-FOR-TARGET.
|
|
* gnu/packages/dns.scm (dnsmasq): Update to 2.86.
|
|
* gnu/packages/dns.scm (nsd): Update to 4.3.7.
|
|
* gnu/packages/dns.scm (unbound): Update to 1.13.2.
|
|
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.1.
|
|
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/dns.scm (knot): Update to 3.0.7.
|
|
* 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/packages/dns.scm (maradns): Update to 3.5.0020.
|
|
* gnu/packages/dns.scm (yadifa)[arguments]: Add "--enable-tcp-manager" to #:configure-flags.
|
|
* gnu/packages/dns.scm (yadifa): Update to 2.5.0.
|
|
* gnu/packages/dns.scm (unbound)[inputs]: Add NGHTTP2:LIB.
[arguments]: Add "--with-libnghttp2" to #:configure-flags.
|