gnu: Add daemontools. * gnu/packages/admin.scm (daemontools): New variable.
gnu: Add go-gopkg.in-check.v1. * gnu/packages/check.scm (go-gopkg.in-check.v1): New variable.
gnu: Add go-github.com-jessevdk-go-flags. * gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): New variable.
gnu: Add go-github.com-howeyc-gopass. * gnu/packages/terminals.scm (go-github.com-howeyc-gopass): New variable.
gnu: Add go-golang.org-x-crypto-ssh-terminal. * gnu/packages/terminals.scm (go-golang.org-x-crypto-ssh-terminal): New variable.
gnu: libdvdcss: Update to 1.4.1. * gnu/packages/video.scm (libdvdcss): Update to 1.4.1.
gnu: libbluray: Update to 1.0.2. * gnu/packages/video.scm (libbluray): Update to 1.0.2. [arguments]: Add `refer-to-libxml2-in-.pc-file' phase.
gnu: mate-themes: Update to 3.22.14. * gnu/packages/mate.scm (mate-themes): Update to 3.22.14.
gnu: jansson: Update to 2.10. * gnu/packages/web.scm (jansson): Update to 2.10.
gnu: nginx: Update to 1.13.8. * gnu/packages/web.scm (nginx): Update to 1.13.8.
gnu: nginx: Fix typo in description. * gnu/packages/web.scm (nginx)[description]: Add hyphen.
gnu: nginx, nginx-documentation: End phases with #t. * gnu/packages/web.scm (nginx, nginx-documentation)[arguments]: End phases with #t. Substitute INVOKE for SYSTEM*.
gnu: uhttpmock: Update to 0.5.1. * gnu/packages/web.scm (uhttpmock): Update to 0.5.1.
gnu: uwsgi: Update to 2.0.15. * gnu/packages/web.scm (uwsgi): Update to 2.0.15.
gnu: stunnel: Update to 5.44. * gnu/packages/web.scm (stunnel): Update to 5.44.
gnu: hiawatha: Update to 10.7. * gnu/packages/web.scm (hiawatha): Update to 10.7.
gnu: rsync: Update to 3.1.3. * gnu/packages/rsync.scm (rsync): Update to 3.1.3. [source]: Remove patches for fixed CVEs. [properties]: Remove field. * packages/patches/rsync-CVE-2017-16548.patch: Delete file. * packages/patches/rsync-CVE-2017-17433.patch: Delete file. * packages/patches/rsync-CVE-2017-17433-fix-tests.patch: Delete file. * packages/patches/rsync-CVE-2017-17434-pt1.patch: Delete file. * packages/patches/rsync-CVE-2017-17434-pt2.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Remove them.
gnu: procenv: Find 'check' during configure phase. * gnu/packages/linux.scm (procenv)[native-inputs]: Add pkg-config.
gnu: python-uniseg: Switch to PyPi source to get missing ucd.sqlite3. Fixes <https://bugs.gnu.org/30189>. * gnu/packages/python.scm (python-uniseg)[source]: Fetch from PyPi. [native-inputs]: Add unzip. Signed-off-by: Leo Famulari <leo@famulari.name>
etc: Add installation script. * etc/guix-install.sh: New file. * Makefile.am (EXTRA_DIST): Add it. * doc/guix.texi (Binary Installation): Mention it. Co-authored-by: sharlatan <sharlatanus@gmail.com>