summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* derivations: Adjust builder encoding test.Ludovic Courtès2017-04-22
| | | | | | | This is a followup to 9231ef12f2a595b8f1e677dbe50cc499555302b6. * tests/derivations.scm ("build-expression->derivation and builder encoding"): Set '%default-port-encoding' to "UTF-8".
* gnu: xf86-video-nouveau: Update to 1.0.15.Marius Bakke2017-04-22
| | | | | * gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.15. [home-page]: Use HTTPS.
* gnu: emacs: Update to 25.2.Marius Bakke2017-04-22
| | | | | * gnu/packages/emacs.scm (emacs, emacs-minimal, emacs-no-x, emacs-no-x-toolkit): Update to 25.2.
* gnu: xdg-utils: Update to 1.1.1.Marius Bakke2017-04-22
| | | | | | | | | * gnu/packages/freedesktop.scm (xdg-utils): Update to 1.1.1. [source]: Adjust file name. [native-inputs]: Add DOCBOOK-XSL, DOCBOOK-XML-4.1.2, LIBXSLT, W3M and XMLTO. [arguments]<#:phases>: Add 'patch-hardcoded-paths' and 'locate-catalog-files' phases. New parameter. [home-page]: Update to new home.
* gnu: linux-libre: Update to 4.10.12.Mark H Weaver2017-04-21
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.12. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.24.Mark H Weaver2017-04-21
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.24.
* gnu: linux-libre@4.4: Update to 4.4.63.Mark H Weaver2017-04-21
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.63.
* gnu: Add guile2.2-ssh.Ludovic Courtès2017-04-22
| | | | * gnu/packages/ssh.scm (guile2.2-ssh): New variable.
* download: Work around Guile 2.2 bug with 'time-monotonic' objects.Ludovic Courtès2017-04-22
| | | | * guix/build/download.scm (time-monotonic) [guile-2.2]: New variable.
* gnu: Add policycoreutils.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (policycoreutils): New variable.
* gnu: Add python-setools.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (python-setools): New variable.
* gnu: Add python-ipy.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/networking.scm (python-ipy): New variable.
* gnu: Add python-sepolgen.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (python-sepolgen): New variable.
* gnu: Add secilc.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (secilc): New variable.
* gnu: Add libsemanage.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (libsemanage): New variable.
* gnu: Add libselinux.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (libselinux): New variable.
* gnu: Add checkpolicy.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (checkpolicy): New variable.
* gnu: Add libsepol.Ricardo Wurmus2017-04-22
| | | | | * gnu/packages/selinux.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: ibus-libpinyin: Update to 1.9.0.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/ibus.scm (ibus-libpinyin): Update to 1.9.0.
* gnu: libpinyin: Adjust indentation.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/ibus.scm (libpinyin)[arguments]: Adjust indentation.
* gnu: libpinyin: Update to 2.0.0.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/ibus.scm (libpinyin): Update to 2.0.0.
* gnu: Remove unused patches.Leo Famulari2017-04-21
| | | | | | | | | | | | | | * gnu/packages/patches/gcc-libiberty-printf-decl.patch, gnu/packages/patches/grub-CVE-2015-8370.patch, gnu/packages/patches/grub-freetype.patch, gnu/packages/patches/grub-gets-undeclared.patch, gnu/packages/patches/guile-arm-fixes.patch, gnu/packages/patches/mplayer2-theora-fix.patch, gnu/packages/patches/soprano-find-clucene.patch, gnu/packages/patches/util-linux-CVE-2017-2616.patch, gnu/packages/patches/xf86-video-intel-compat-api.patch, gnu/packages/patches/xf86-video-intel-glibc-2.20.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* tests: Adjust to the addition of a new Coreutils version.Ludovic Courtès2017-04-21
| | | | | | * tests/scripts-build.scm ("options->transformation, with-input"): Use 'specification->package' rather than refer to Coreutils by its variable. This is a followup to e162050dfc0dee708a7ac5bfcf37d2afd6081604.
* derivations: Restore UTF-8 encoding of build scripts.Ludovic Courtès2017-04-21
| | | | | | | | | | | Reported by Mark H Weaver <mhw@netris.org> at <https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00457.html>. * guix/derivations.scm (build-expression->derivation): Use a string output port for the expression. This reverts part of 2dce88d5bbe7a65e101c0734d1c6db44ecc8c299. * tests/derivations.scm ("build-expression->derivation and builder encoding"): New test.
* gnu: libsodium: Update to 1.0.12.Leo Famulari2017-04-21
| | | | * gnu/packages/crypto.scm (libsodium): Update to 1.0.12.
* gnu: Add crawl.nee2017-04-22
| | | | | | * gnu/packages/games.scm (crawl): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add libbson.Corentin Bocquillon2017-04-21
| | | | | | * gnu/packages/serialization.scm (libbson): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: mutt: Update to 1.8.2.Leo Famulari2017-04-21
| | | | * gnu/packages/mail.scm (mutt): Update to 1.8.2.
* gnu: neomutt: Don't rewrite the source file-name.Leo Famulari2017-04-21
| | | | * gnu/packages/mail.scm (neomutt)[file-name]: Remove field.
* gnu: neomutt: Update to 20170421.ng02017-04-21
| | | | | | | | * gnu/packages/mail.scm (neomutt): Update to 20170421. [native-inputs]: Add 'gettext-minimal'. [description]: Clarify the state of neomutt as it is now a microfork of mutt. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: icecat: Fix GTK 3 file chooser crash.Clément Lassieur2017-04-21
| | | | | * gnu/packages/gnuzilla.scm (icecat)[arguments]: Add a 'wrap-program' phase to set XDG_DATA_DIRS.
* gnu: Add mcomix.nee2017-04-21
| | | | | | * gnu/packages/image-viewers.scm (mcomix): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* store: Support 'ssh://' URIs in 'GUIX_DAEMON_SOCKET'.Ludovic Courtès2017-04-21
| | | | | | | | | | | This allows 'guix' commands to talk to a remote store over SSH. * guix/store.scm (connect-to-daemon)[connect]: Call 'resolve-interface' for unknown URI schemes. * guix/store/ssh.scm: New file. * Makefile.am (MODULES): Add it. * doc/guix.texi (The Store): Document it. Mark remote access as experimental.
* ssh: Decompose 'connect-to-remote-daemon'.Ludovic Courtès2017-04-21
| | | | | * guix/ssh.scm (remote-daemon-channel): New procedure. (connect-to-remote-daemon): Implement in terms of it.
* ssh: Move 'open-ssh-session' to (guix ssh).Ludovic Courtès2017-04-21
| | | | | | * guix/scripts/copy.scm (%compression, open-ssh-session): Move to... * guix/ssh.scm: ... here. Use '&message' conditions instead of calling 'leave'.
* offload: Avoid using '_' as a 'match' pattern.Ludovic Courtès2017-04-21
| | | | | * guix/scripts/offload.scm (host-key->type+key, machine-load) (process-request, guix-offload): Do not use '_' as a 'match' pattern.
* store: Add support for remote connections via 'guix://' URIs.Ludovic Courtès2017-04-21
| | | | | | * guix/store.scm (open-inet-socket): New procedure. (connect-to-daemon): Support the 'guix' URI scheme. * doc/guix.texi (The Store): Document it.
* store: Add 'system-error-to-connection-error' macro.Ludovic Courtès2017-04-21
| | | | | * guix/store.scm (system-error-to-connection-error): New macro. (open-unix-domain-socket): Use it instead of 'catch'.
* store: 'GUIX_DAEMON_SOCKET' can now be a URI.Ludovic Courtès2017-04-21
| | | | | | | | | | | * guix/store.scm (%daemon-socket-file): Rename to... (%daemon-socket-uri): ... this. (connect-to-daemon): New procedure. (open-connection): Rename 'file' to 'uri'. Use 'connect-to-daemon' instead of 'open-unix-domain-socket'. * guix/tests.scm (open-connection-for-tests): Rename 'file' to 'uri'. * tests/guix-build.sh: Add tests. * tests/store.scm ("open-connection with file:// URI"): New tests.
* gnu: guile: Update to 2.2.2.Andy Wingo2017-04-21
| | | | * gnu/packages/guile.scm (guile-2.2): Update to 2.2.2.
* gnu: imlib2: Update to 1.4.10.Marius Bakke2017-04-21
| | | | * gnu/packages/image.scm (imlib2): Update to 1.4.10.
* gnu: sdl-gfx: Update to 2.0.26.Marius Bakke2017-04-21
| | | | * gnu/packages/sdl.scm (sdl-gfx): Update to 2.0.26.
* gnu: portaudio: Update to 190600.20161030.Marius Bakke2017-04-21
| | | | | * gnu/packages/audio.scm (portaudio): Update to 190600.20161030. * gnu/packages/patches/portaudio-audacity-compat.patch: Adjust line endings.
* gnu: soxr: Update to 0.1.2.Marius Bakke2017-04-21
| | | | * gnu/packages/audio.scm (soxr): Update to 0.1.2.
* gnu: python-pyopenssl: Update to 17.0.0.Marius Bakke2017-04-21
| | | | | | * gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 17.0.0. [native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0. * gnu/packages/patches/python-pyopenssl-skip-network-test.patch: Adjust.
* gnu: proteinortho: Update to 5.16.Ben Woodcroft2017-04-21
| | | | * gnu/packages/bioinformatics.scm (proteinortho): Update to 5.16.
* gnu: diamond: Update to 0.8.38.Ben Woodcroft2017-04-21
| | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.8.38.
* gnu: miniupnpc: Use @dfn mark-up.Tobias Geerinckx-Rice2017-04-21
| | | | gnu/packages/upnp.scm (miniupnpc)[description]: Use @dfn.
* gnu: miniupnpc: Update to 2.0.20170421.Tobias Geerinckx-Rice2017-04-21
| | | | gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20170421.
* gnu: fortify-headers: Use @code mark-up.Tobias Geerinckx-Rice2017-04-21
| | | | * gnu/packages/suckless.scm (fortify-headers)[description]: Use @code.