summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-22gnu: ibus-libpinyin: Update to 1.9.0.Ricardo Wurmus
* gnu/packages/ibus.scm (ibus-libpinyin): Update to 1.9.0.
2017-04-22gnu: libpinyin: Adjust indentation.Ricardo Wurmus
* gnu/packages/ibus.scm (libpinyin)[arguments]: Adjust indentation.
2017-04-22gnu: libpinyin: Update to 2.0.0.Ricardo Wurmus
* gnu/packages/ibus.scm (libpinyin): Update to 2.0.0.
2017-04-21gnu: Remove unused patches.Leo Famulari
* 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.
2017-04-21tests: Adjust to the addition of a new Coreutils version.Ludovic Courtès
* 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.
2017-04-21derivations: Restore UTF-8 encoding of build scripts.Ludovic Courtès
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.
2017-04-21gnu: libsodium: Update to 1.0.12.Leo Famulari
* gnu/packages/crypto.scm (libsodium): Update to 1.0.12.
2017-04-22gnu: Add crawl.nee
* gnu/packages/games.scm (crawl): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-21gnu: Add libbson.Corentin Bocquillon
* gnu/packages/serialization.scm (libbson): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-04-21gnu: mutt: Update to 1.8.2.Leo Famulari
* gnu/packages/mail.scm (mutt): Update to 1.8.2.
2017-04-21gnu: neomutt: Don't rewrite the source file-name.Leo Famulari
* gnu/packages/mail.scm (neomutt)[file-name]: Remove field.
2017-04-21gnu: neomutt: Update to 20170421.ng0
* 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>
2017-04-21gnu: icecat: Fix GTK 3 file chooser crash.Clément Lassieur
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add a 'wrap-program' phase to set XDG_DATA_DIRS.
2017-04-21gnu: Add mcomix.nee
* gnu/packages/image-viewers.scm (mcomix): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-21store: Support 'ssh://' URIs in 'GUIX_DAEMON_SOCKET'.Ludovic Courtès
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.
2017-04-21ssh: Decompose 'connect-to-remote-daemon'.Ludovic Courtès
* guix/ssh.scm (remote-daemon-channel): New procedure. (connect-to-remote-daemon): Implement in terms of it.
2017-04-21ssh: Move 'open-ssh-session' to (guix ssh).Ludovic Courtès
* guix/scripts/copy.scm (%compression, open-ssh-session): Move to... * guix/ssh.scm: ... here. Use '&message' conditions instead of calling 'leave'.
2017-04-21offload: Avoid using '_' as a 'match' pattern.Ludovic Courtès
* guix/scripts/offload.scm (host-key->type+key, machine-load) (process-request, guix-offload): Do not use '_' as a 'match' pattern.
2017-04-21store: Add support for remote connections via 'guix://' URIs.Ludovic Courtès
* guix/store.scm (open-inet-socket): New procedure. (connect-to-daemon): Support the 'guix' URI scheme. * doc/guix.texi (The Store): Document it.
2017-04-21store: Add 'system-error-to-connection-error' macro.Ludovic Courtès
* guix/store.scm (system-error-to-connection-error): New macro. (open-unix-domain-socket): Use it instead of 'catch'.
2017-04-21store: 'GUIX_DAEMON_SOCKET' can now be a URI.Ludovic Courtès
* 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.
2017-04-21gnu: guile: Update to 2.2.2.Andy Wingo
* gnu/packages/guile.scm (guile-2.2): Update to 2.2.2.
2017-04-21gnu: libsamplerate: Correct license after 0.1.9 update.Marius Bakke
This is a followup to e1f68c96685fd607fcf00f08edd2f9cdfafabe2e. * gnu/packages/pulseaudio.scm (libsamplerate)[license]: Change GPL2+ to BSD-2.
2017-04-21gnu: imlib2: Update to 1.4.10.Marius Bakke
* gnu/packages/image.scm (imlib2): Update to 1.4.10.
2017-04-21gnu: sdl-gfx: Update to 2.0.26.Marius Bakke
* gnu/packages/sdl.scm (sdl-gfx): Update to 2.0.26.
2017-04-21gnu: portaudio: Update to 190600.20161030.Marius Bakke
* gnu/packages/audio.scm (portaudio): Update to 190600.20161030. * gnu/packages/patches/portaudio-audacity-compat.patch: Adjust line endings.
2017-04-21gnu: soxr: Update to 0.1.2.Marius Bakke
* gnu/packages/audio.scm (soxr): Update to 0.1.2.
2017-04-21gnu: python-pyopenssl: Update to 17.0.0.Marius Bakke
* 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.
2017-04-21gnu: proteinortho: Update to 5.16.Ben Woodcroft
* gnu/packages/bioinformatics.scm (proteinortho): Update to 5.16.
2017-04-21gnu: diamond: Update to 0.8.38.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.38.
2017-04-21gnu: miniupnpc: Use @dfn mark-up.Tobias Geerinckx-Rice
gnu/packages/upnp.scm (miniupnpc)[description]: Use @dfn.
2017-04-21gnu: miniupnpc: Update to 2.0.20170421.Tobias Geerinckx-Rice
gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20170421.
2017-04-21gnu: fortify-headers: Use @code mark-up.Tobias Geerinckx-Rice
* gnu/packages/suckless.scm (fortify-headers)[description]: Use @code.
2017-04-21gnu: Use HTTPS on 2f30.org.Tobias Geerinckx-Rice
* gnu/packages/suckless.scm (spoon, xbattmon, wificurse, skroll, sbm) (prout, noice, fortify-headers, colors)[source, home-page]: Use HTTPS. (human)[home-page]: Likewise. * gnu/packages/version-control.scm (stagit)[source, home-page]: Likewise.
2017-04-21gnu: version-control: Use HTTPS where possible.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (git)[home-page]: Use HTTPS. (cvs)[source, home-page]: Likewise.
2017-04-21gnu: git-crypt: Double-space Texinfo mark-up.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (git-crypt)[description]: Use two spaces where one would suffice.
2017-04-21gnu: diffstat: Use @command mark-up.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (diffstat)[synopsis, description]: Use @command.
2017-04-21gnu: diffstat: Update to 1.61.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (diffstat): Update to 1.61. [source]: Add http://invisible-mirror.net mirror.
2017-04-21gnu: neon: Use @enumerate mark-up.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (neon)[description]: Use @enumerate.
2017-04-21gnu: neon: Update to 0.30.2.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (neon): Update to 0.30.2.
2017-04-21gnu: cgit: Update to 1.1.Vasile Dumitrascu
* gnu/packages/version-control.scm (cgit): Update to 1.1. (git@2.9): Rename to... (git@2.10): ... this. Update to 2.10. (cgit)[inputs]: Replace git@2.9 with git@2.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-21gnu: tmux: Update to 2.4.Vasile Dumitrascu
* gnu/packages/tmux.scm (tmux): Update to 2.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-21gnu: cargo: Simplify unpacking.Danny Milosavljevic
Fixes <http://bugs.gnu.org/26166>. * gnu/packages/rust.scm (cargo) [arguments]<:modules>: Add (srfi srfi-1). [arguments]<:phases>: Adapt 'unpack-submodule-sources' phase to more clearly seperate the tasks it does. Add helper procedures 'unpack', 'touch', 'install-rust-library'. [arguments]<:phases>: Rename 'set-cargo-home' to 'set-environment-up' and make it use official cargo directories. [arguments]<:phases>: Remove 'configure' phase.
2017-04-21gnu: icecat: Update to 52.0.2-gnu1; add fixes from ESR 52.1.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat): Update to 52.0.2-gnu1. [source]: Remove all patches except "icecat-avoid-bundled-libraries.patch". Add selected fixes from the upstream mozilla-esr52 repository, up to 52.1. Remove "dom/devicestorage" in the snippet. [inputs]: Remove gstreamer and gst-plugins-base. Add ffmpeg and gtk+3. Move yasm to native-inputs. [native-inputs]: Add autoconf-2.13 and yasm. [arguments]: In configure-flags, remove the following switches which are no longer accepted: --enable-{pango,svg,canvas,mathml,gstreamer=1.0} and "--disable-gnomevfs". Use "--enable-default-toolkit=cairo-gtk3" to switch to Gtk+3. Remove the 'remove-h264parse-from-blacklist' phase. Adapt the 'arrange-to-link-libxul-with-libraries-it-might-dlopen' phase as needed. In the 'configure' phase, set the AUTOCONF environment variable. (mozilla-patch): Update the URL pattern to fetch from the mozilla-esr52 repository. * gnu/packages/patches/icecat-avoid-bundled-libraries.patch: Adapt to mozilla-esr52. * gnu/packages/patches/icecat-binutils.patch: Remove file. * gnu/packages/patches/icecat-bug-1299500-pt10.patch: New file. * gnu/local.mk (dist_patch_DATA): Remove "icecat-binutils.patch". Add "icecat-bug-1299500-pt10.patch".
2017-04-21gnu: Add autoconf@2.13.Mark H Weaver
* gnu/packages/autotools.scm (autoconf-2.13): New variable.
2017-04-21gnu: nss: Disable long b64 tests.Mark H Weaver
Suggested by Marius Bakke <mbakke@fastmail.com> in <https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00440.html>. * gnu/packages/patches/nss-disable-long-b64-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (nss)[source]: Add patch.
2017-04-21gnu: nss: Update to 3.30.2 [fixes CVE-2017-5461].Mark H Weaver
* gnu/packages/gnuzilla.scm (nss): Update to 3.30.2.
2017-04-21gnu: graphite2: Add fixes for CVE-2017-5436 and other bugs.Mark H Weaver
* gnu/packages/fontutils.scm (graphite2)[replacement]: New field. (graphite2/fixed): New variable. * gnu/packages/patches/graphite2-CVE-2017-5436.patch, gnu/packages/patches/graphite2-check-code-point-limit.patch, gnu/packages/patches/graphite2-fix-32-bit-wrap-arounds.patch, gnu/packages/patches/graphite2-non-linear-classes-even-number.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
2017-04-20gnu: hypre: Delete unused patches.Eric Bavier
* gnu/packages/patches/hypre-doc-tables.patch, gnu/packages/patches/hypre-ldflags.patch: Delete. * gnu/local.mk (dist_patch_DATA): Remove them.
2017-04-20derivations: Avoid string-to-bytevector conversions.Ludovic Courtès
On Guile 2.2.1, this yields a 5% speedup on: guix build libreoffice xmonad certbot -n --no-substitutes --no-build-hook * guix/derivations.scm (derivation->string): Rename to... (derivation->bytevector): ... this. Use 'open-bytevector-output-port' instead of 'call-with-output-string'. (derivation-hash): Remove string-to-bytevector conversion before 'sha256' call. (build-expression->derivation): Use 'add-data-to-store' and an bytevector port instead of a string port for the expression.