aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rsync.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/rsync.scm')
0 files changed, 0 insertions, 0 deletions
a1da86b'>gnu: ldns: Do not depend directly on nss-certs....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. Leo Famulari 2021-12-25gnu: ldns: Gexp arguments....* gnu/packages/dns.scm (ldns)[arguments]: Rewrite as a keyword/gexp list. Tobias Geerinckx-Rice 2021-12-25gnu: ldns: Make Python non-native....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. Tobias Geerinckx-Rice 2021-12-25gnu: ldns: Remove input labels....* gnu/packages/dns.scm (ldns)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice 2021-12-25gnu: ldns: Remove unused native input....* gnu/packages/dns.scm (ldns)[native-inputs]: Remove oksh. Tobias Geerinckx-Rice 2021-12-25gnu: ldns: Update to 1.8.1....* gnu/packages/dns.scm (ldns): Update to 1.8.1. [source]: Remove needless parameterisation. Tobias Geerinckx-Rice 2021-12-22gnu: knot: Update to 3.1.5....* gnu/packages/dns.scm (knot): Update to 3.1.5. Tobias Geerinckx-Rice 2021-12-17gnu: knot-resolver: Update to 5.4.3....* gnu/packages/dns.scm (knot-resolver): Update to 5.4.3. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2021-12-17gnu: nsd: Update to 4.3.9....* gnu/packages/dns.scm (nsd): Update to 4.3.9. Tobias Geerinckx-Rice 2021-12-15gnu: bind: Update to 9.16.24....* gnu/packages/dns.scm (isc-bind): Update to 9.16.24. Tobias Geerinckx-Rice 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-09gnu: bind: Update to 9.16.23 [fixes CVE-2021-25218, CVE-2021-25219]....* 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. Tobias Geerinckx-Rice 2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus 2021-11-27gnu: yadifa: Update to 2.5.3....* gnu/packages/dns.scm (yadifa): Update to 2.5.3. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2021-11-22gnu: openresolv: Wrap resolvconf....* 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> Vivien Kraus