gnu: git-remote-gcrypt: Update to 1.0.2. * gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.0.2.
gnu: dropbear: Update to 2018.76. * gnu/packages/ssh.scm (dropbear): Update to 2018.76.
gnu: Add sala. * gnu/packages/password-utils.scm (sala): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: guile-static-stripped: Add 'finit_module' wrapper. * gnu/packages/patches/guile-linux-syscalls.patch: Add 'load-linux-module/fd' procedure.
gnu: guile-static-stripped: Remove dependency on bash-minimal. Previously guile-static-stripped, which is embedded in the initrd, would depend on 'bash-minimal' and 'glibc'; the closure size was 77 MiB. Now the closure size is down to 45.7 MiB. Reported by Danny Milosavljevic <dannym@scratchpost.org> in <https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00505.html>. * gnu/packages/make-bootstrap.scm (%guile-static): Remove the 'pre-configure' phase. (%guile-static-stripped)[arguments]: Add #:allowed-references.
gnu: ccl: Patch absolute file-name. * gnu/packages/lisp.scm (ccl)[arguments]: In 'pre-build add substitution for /bin/pwd.
gnu: keepassxc: Enable various plugins. * gnu/packages/password-utils.scm (keepassxc)[arguments]: Add configure-flags to enable favicons, browser integration and ssh-agent. [inputs]: Add curl, libsodium.
gnu: keepassxc: Update to 2.3.0. * gnu/packages/password-utils.scm (keepassxc): Update to 2.3.0.
gnu: wavpack: Fix CVE-2018-6767. * gnu/packages/patches/wavpack-CVE-2018-6767.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/audio.scm (wavpack)[source](patches): Add it.
gnu: ldb: Update to 1.3.2. * gnu/packages/samba.scm (ldb): Update to 1.3.2.
gnu: p11-kit: Update to 0.23.10. * gnu/packages/tls.scm (p11-kit): Update to 0.23.10.
gnu: feh: Update to 2.24. * gnu/packages/image-viewers.scm (feh): Update to 2.24.
gnu: Add youtube-viewer. * gnu/packages/video.scm (youtube-viewer): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Add perl-gtk2. * gnu/packages/gtk.scm (perl-gtk2): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Add perl-pango. * gnu/packages/gtk.scm (perl-pango): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Add perl-glib. * gnu/packages/glib.scm (perl-glib): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Add perl-cairo. * gnu/packages/gtk.scm (perl-cairo): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: python-webencodings: Update to 0.5.1. * gnu/packages/python-web.scm (python-webencodings): Update to 0.5.1.
gnu: python-html5lib: Update to 1.0.1. * gnu/packages/python-web.scm (python-html5lib): Update to 1.0.1.
gnu: python-netifaces: Update to 0.10.6. * gnu/packages/python.scm (python-netifaces): Update to 0.10.6. [source](uri): Use PYPI-URI. [home-page]: Update.