aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/lirc.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2016-03-17 13:08:30 +0100
committerRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2016-03-21 15:53:40 +0100
commit9128db2178ab29f665352b0a2b4494c1df4c1afe (patch)
treee915aa29975740d7be8bf6353773bfa28aa9e718 /gnu/services/lirc.scm
parentce16d1dc94035a89841085a628c93acc39563e45 (diff)
downloadguix-9128db2178ab29f665352b0a2b4494c1df4c1afe.tar.gz
guix-9128db2178ab29f665352b0a2b4494c1df4c1afe.zip
gnu: Add ustr.
* gnu/packages/textutils.scm (ustr): New variable.
Diffstat (limited to 'gnu/services/lirc.scm')
0 files changed, 0 insertions, 0 deletions
200'>2020-10-06gnu: knot: Enable XDP....* 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. Tobias Geerinckx-Rice 2020-10-06gnu: knot: Fix typo....* gnu/packages/dns.scm (knot)[arguments]: Fix a typo in the #:configure-flags. Tobias Geerinckx-Rice 2020-10-06gnu: knot: Fix test failure on aarch64-linux....* 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> Simon South 2020-10-06gnu: knot: Build & install the Info manual....* 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> Simon South 2020-10-06gnu: knot: Enable DNS-over-HTTPS support in kdig....* gnu/packages/dns.scm (knot)[inputs]: Add nghttp2:lib. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Simon South 2020-10-05gnu: knot: Remove obsolete configure flag....* gnu/packages/dns.scm (knot)[arguments]: Remove unused ‘--with-bash-completions’ configure flag. Tobias Geerinckx-Rice 2020-10-05gnu: knot: Snip more pregenerated nonsource....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. Tobias Geerinckx-Rice 2020-10-05gnu: knot: Build the zone parsers from Ragel source....* 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. Tobias Geerinckx-Rice 2020-09-23gnu: yadifa: Update to 2.3.10....* gnu/packages/dns.scm (yadifa): Update to 2.3.10. Tobias Geerinckx-Rice 2020-09-20gnu: knot-resolver: Update to 5.1.3....* 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. Tobias Geerinckx-Rice 2020-09-19gnu: knot: Update to 3.0.0....* gnu/packages/dns.scm (knot): Update to 3.0.0. Order fields more conventionally. [source]: Remove obsolete snippet. Tobias Geerinckx-Rice 2020-09-16gnu: bind: Update to 9.16.7....* gnu/packages/dns.scm (isc-bind): Update to 9.16.7. Tobias Geerinckx-Rice 2020-09-01gnu: knot: Update to 2.9.6....* gnu/packages/dns.scm (knot): Update to 2.9.6. Tobias Geerinckx-Rice 2020-08-24gnu: bind: Note that isc-dhcp bundles a BIND....This follows up on commit dad963a4393ea51409baa63817b26b449ed58338. * gnu/packages/admin.scm (isc-bind): Comment. Tobias Geerinckx-Rice 2020-08-20gnu: bind: Update to 9.16.6 [multiple CVE fixes]....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. Tobias Geerinckx-Rice 2020-08-18gnu: Add dnssec-trigger....* gnu/packages/dns.scm (dnssec-trigger): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan 2020-08-18gnu: Add ldns....* 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> Raghav Gururajan