gnu: ifdtool: Fix Texinfo markup. * gnu/packages/flashing-tools.scm (ifdtool)[description]: Fix Texinfo markup.
pack: Add '--manifest'. * guix/scripts/pack.scm (%options, show-help): Add --manifest. (guix-pack)[manifest-from-args]: New procedure. Use it. * doc/guix.texi (Invoking guix pack): Document --manifest. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
pull: Update the %sbindir variable in (guix config) when building. Fixes <https://bugs.gnu.org/30370>. * build-aux/build-self.scm (guix): New variable. (builder): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: me-cleaner: Update synopsis. * gnu/packages/flashing-tools.scm (me-cleaner)[synopsis]: Modify.
services: mingetty: Move tty optionality to agetty. Follow-up to 5a9902c8acd63916c6c80cf3c61be6ee814b7e3d. * gnu/services/base.scm (mingetty-shepherd-service): Move tty optionality check to... (agetty-shepherd-service): ...here.
gnu: Add me-cleaner. * gnu/packages/flashing-tools.scm (me-cleaner): New variable.
gnu: Add intelmetool. * gnu/packages/flashing-tools.scm (intelmetool): New variable.
gnu: Add ifdtool. * gnu/packages/flashing-tools.scm (ifdtool): New variable.
services: agetty: Add agetty instance to base services. Make its tty optional. * gnu/services/base.scm (%base-services): Instantiate agetty-service. (default-serial-port): New variable. (agetty-shepherd-service): Make tty optional, default to the above. * doc/guix.texi (agetty-configuration): Update "tty" documentation. * gnu/system/install.scm (agetty-default-service): Delete variable. (embedded-installation-os): Remove agetty-default-service instance. Add "console" kernel-argument.
gnu: cuirass: Update to 4ab2f2c. Previous revision had (web server fiberized) installed in the wrong place, and would thus fail to start. * gnu/packages/ci.scm (cuirass): Update to 4ab2f2c.
gnu: crypto++: Update to 6.0.0. * gnu/packages/crypto.scm (crypto++): Update to 6.0.0. * gnu/packages/patches/crypto++-fix-dos-in-asn.1-decoders.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: nss-mdns: Update to 0.12.0. * gnu/packages/avahi.scm (nss-mdns): Update to 0.12 + patch. (nss-mdns-0.10.0): Remove. * gnu/services/avahi.scm (avahi-service-type): Use NSS-MDNS again.
gnu: cuirass: Update to 8080c17. * gnu/packages/ci.scm (cuirass): Update to 8080c17. [inputs]: Add GUILE-FIBERS. [arguments] <wrap-program>: Add Fibers to the search path in the wrapper.
gnu: guile-sqlite3: Update to 10c13a7. * gnu/packages/guile.scm (guile-sqlite3): Update to 10c13a7.
gnu: Add cat-avatar-generator-service. * gnu/services/web.scm (cat-avatar-generator-service): New variable. * doc/guix.text (Web Services): Document it.
gnu: Add cat-avatar-generator. * gnu/packages/web.scm (cat-avatar-generator): New variable.
gnu: yadifa: Update to 2.3.8. * gnu/packages/dns.scm (yadifa): Update to 2.3.8.
gnu: strace: Update to 4.21. * gnu/packages/linux.scm (strace): Update to 4.21. [source](uri): Releases are now served from GitHub.
gnu: fio: Update to 3.4. * gnu/packages/benchmark.scm (fio): Update to 3.4.
gnu: Add emacs-scratch-el. * gnu/packages/emacs.scm (emacs-scratch-el): New public variable.