gnu: xclip: Use a descriptive source file name. * gnu/packages/xdisorg.scm (xclip)[source]: Set the file-name.
gnu: guix: Update snapshot. * gnu/packages/package-management.scm (guix): Update to b547349.
gnu: Add simplescreenrecorder. * gnu/packages/video.scm (simplescreenrecorder): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
gnu: spice: Fix CVE-2017-7506. * gnu/packages/patches/spice-CVE-2017-7506.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/spice.scm (spice)[source]: Use it.
gnu: usbredir: Use HTTPS home-page URL. * gnu/packages/spice.scm (usbredir)[home-page]: Use HTTPS URL.
gnu: virt-viewer: Update to 5.0. * gnu/packages/spice.scm (virt-viewer): Update to 5.0.
gnu: hyperrogue: Update to 9.4n. * gnu/packages/games.scm (hyperrogue): Update to 9.4n.
gnu: et: Fix typo in description. * gnu/packages/ssh.scm (et)[description]: Fix typo.
gnu: man-db: Update to 2.7.6.1 [fixes CVE-2015-1336]. * gnu/packages/man.scm (man-db): Update to 2.7.6.1. [arguments]: Add '--disable-cache-owner' to #:configure-flags.
gnu: nginx: Update to 1.12.1 [fixes CVE-2017-7529]. * gnu/packages/web.scm (nginx): Update to 1.12.1.
gnu: shadow: Fix cross-compilation. * gnu/packages/admin.scm (shadow)[arguments] <set-nscd-file-name>: Refer to "cross-libc" when cross-compiling.
gnu: inetutils: Allow for cross-compilation. * gnu/packages/admin.scm (inetutils)[arguments]: Pass "--with-path-procnet-dev".
gnu: linux-pam: Disable NIS when cross-compiling. * gnu/packages/linux.scm (linux-pam)[arguments]: Pass "--disable-nis" when cross-compiling.
gnu: mpg123: Update to 1.25.2 [fixes CVE-2017-10683]. * gnu/packages/mp3.scm (mpg123): Update to 1.25.2.
gnu: Add lollypop. * gnu/packages/gnome.scm (lollypop): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
gnu: hop: Update to 3.1.0-pre2. * gnu/packages/scheme.scm (hop): Update to 3.1.0-pre2. [source]: Remove unnecessary patch. [arguments]: Enable tests; disable parallel building; specify BIGLOO in make-flags. [inputs]: Add libgc, libunistring, libuv, pcre and sqlite. * gnu/local.mk (dist_patch_DATA): Remove unnecessary patch. * gnu/packages/patches/hop-linker-flags.patch: Delete file.
gnu: bigloo: Update to 4.3a. * gnu/packages/scheme.scm (bigloo): Update to 4.3a. [source]: Remove old patch. Add snippet. [arguments]: Adjust the build phases accordingly. [inputs]: Add libgc, libunistring, libuv, openssl, pcre and sqlite.
gnu: libpipeline: Update to 1.4.2. * gnu/packages/man.scm (libpipeline): Update to 1.4.2.
gnu: offlineimap: Update to 7.1.2. * gnu/packages/mail.scm (offlineimap): Update to 7.1.2.
gnu: sshuttle: Move python-pytest-runner. * gnu/packages/vpn.scm (sshuttle)[native-inputs]: Mark python-pytest-runner as a test-only dependency, following up commit 447f75825fbe473f0684d4664dde01d9d3a02d75.