summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* derivations: Introduce 'read-derivation-from-file'.Ludovic Courtès2017-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids the open/fstat/close syscalls upon a cache hit that we had with the previous idiom: (call-with-input-file file read-derivation) where caching happened in 'read-derivation' itself. * guix/derivations.scm (%read-derivation): Rename to... (read-derivation): ... this. (read-derivation-from-file): New procedure. (derivation-prerequisites, substitution-oracle) (derivation-prerequisites-to-build): (derivation-path->output-path, derivation-path->output-paths): (derivation-path->base16-hash, map-derivation): Use 'read-derivation-from-file' instead of (call-with-input-file … read-derivation). * guix/grafts.scm (item->deriver): Likewise. * guix/scripts/build.scm (log-url, options->things-to-build): Likewise. * guix/scripts/graph.scm (file->derivation): Remove. (derivation-dependencies, %derivation-node-type): Use 'read-derivation-from-file' instead. * guix/scripts/offload.scm (guix-offload): Likewise. * guix/scripts/perform-download.scm (guix-perform-download): Likewise. * guix/scripts/publish.scm (load-derivation): Remove. (narinfo-string): Use 'read-derivation-from-file'.
* store: Speed up 'add-to-store'.Ludovic Courtès2017-06-12
| | | | * guix/store.scm (add-to-store): Remove 'lstat' call.
* gnu: crawl: Fix savegame upgrades.nee2017-06-12
| | | | | | | | * gnu/packages/patches/crawl-upgrade-saves.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/games.scm (crawl)[source]: Apply patch. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: aircrack-ng: Fix building on non-Intel machines.Efraim Flashner2017-06-12
| | | | | * gnu/packages/networking.scm (aircrack-ng)[arguments]: Only use system optimizations on x86_64 and i686 machines.
* gnu: Add minicom.Danny Milosavljevic2017-06-12
| | | | * gnu/packages/engineering.scm (minicom): New variable.
* gnu: stellarium: Update to 0.15.2.Danny Milosavljevic2017-06-12
| | | | * gnu/packages/astronomy.scm (stellarium): Update to 0.15.2.
* gnu: stellarium: Fix build with Qt 5.9.Danny Milosavljevic2017-06-12
| | | | | * gnu/packages/astronomy.scm (stellarium)[arguments]: Add phase "patch-version-check".
* gnu: libmwaw: Fix CVE-2017-9433.Leo Famulari2017-06-12
| | | | | | * gnu/packages/patches/libmwaw-CVE-2017-9433.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/libreoffice.scm (libmwaw)[source]: Use it.
* gnu: libmwaw: Update to 0.3.11.Leo Famulari2017-06-12
| | | | * gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.11.
* gnu: youtube-dl: Update to 2017.06.12.Tobias Geerinckx-Rice2017-06-12
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.06.12.
* gnu: mcelog: Update to 153.Tobias Geerinckx-Rice2017-06-12
| | | | * gnu/packages/linux.scm (mcelog): Update to 153.
* gnu: libgweather: Update to 3.24.1.Kei Kebreau2017-06-11
| | | | * gnu/packages/gnome.scm (libgweather): Update to 3.24.1.
* gnu: mate-menus: Update to 1.18.0.Kei Kebreau2017-06-11
| | | | * gnu/packages/mate.scm (mate-menus): Update to 1.18.0.
* gnu: libmateweather: Update to 1.18.1.Kei Kebreau2017-06-11
| | | | | * gnu/packages/mate.scm (libmateweather): Update to 1.18.1. [arguments]: Remove obsolete "--with-gtk" flag.
* gnu: mate-desktop: Update to 1.18.0.Kei Kebreau2017-06-11
| | | | | | * gnu/packages/mate.scm (mate-desktop): Update to 1.18.0. [arguments]: Remove obsolete configure flags. [inputs]: Remove python-2.
* file-systems: Handle EIO error in 'ENOENT-safe' as well.Adam Van Ymeren2017-06-11
| | | | | | | | | | | | Trying to boot GuixSD when an audio CD is in the drive will die with an "input/output error" when trying to read the superblock from the cd drive. This patch catches and warns in this case rather than dying. * gnu/build/file-systems.scm (ENOENT-safe): Handle EIO. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* packages: Add 'specifications->manifest'.Ludovic Courtès2017-06-11
| | | | | | | * gnu/packages.scm (specifications->manifest): New procedure. * doc/guix.texi (Invoking guix package): Change example from using '(compose list specification->package+output)' to using 'specifications->manifest'.
* gnu: mercurial: Update to 4.2.1.eacces2017-06-11
| | | | | | * gnu/packages/version-control.scm (mercurial): Update to 4.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-icon-theme: Update to 1.18.2.Kei Kebreau2017-06-11
| | | | * gnu/packages/mate.scm (mate-icon-theme): Update to 1.18.2.
* gnu: Add five-or-more.nee2017-06-11
| | | | | | * gnu/packages/gnome.scm (five-or-more): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: exiv2: Update to 0.26.Marius Bakke2017-06-11
| | | | | * gnu/packages/image.scm (exiv2): Update to 0.26. [source]: Add new download location.
* gnu: libextractor: Update to 1.4.Marius Bakke2017-06-11
| | | | | | | * gnu/packages/gnunet.scm (libextractor): Update to 1.4. [source]: Remove obsolete patch and snippet. * gnu/packages/patches/libextractor-ffmpeg-3.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: alsa-plugins: Update to 1.1.4.Marius Bakke2017-06-11
| | | | * gnu/packages/linux.scm (alsa-plugins): Update to 1.1.4.
* gnu: alsa-utils: Update to 1.1.4.Marius Bakke2017-06-11
| | | | * gnu/packages/linux.scm (alsa-utils): Update to 1.1.4.
* gnu: gnutls: Replace with 3.5.13.Marius Bakke2017-06-11
| | | | | | | | | | | | | | | | This update addresses the following security advisories: GNUTLS-SA-2017-3 (aka CVE-2017-7869) and GNUTLS-SA-2017-4. See <https://gnutls.org/security.html> and <https://gnutls.org/news.html>. * gnu/packages/patches/gnutls-skip-pkgconfig-test.patch, gnu/packages/patches/gnutls-skip-trust-store-test.patch: New files. * gnu/local.mk (dist_patch_DATA): Register patches. * gnu/packages/tls.scm (gnutls)[replacement]: New field. (gnutls-3.5.13): New variable. (gnutls/guile-2.2)[replacement]: New field. Set #f. [source]: Inherit from GNUTLS-3.5.13.
* gnu: tor: Update to 0.3.0.8 [security fixes].Marius Bakke2017-06-11
| | | | | | | | Fixes CVE-2017-0375 and CVE-2017-0376, among other things. https://blog.torproject.org/blog/tor-0308-released-fix-hidden-services-also-are-02429-02514-02612-0278-02814-and-02911 * gnu/packages/tor.scm (tor): Update to 0.3.0.8.
* gnu: slop: Update to 6.3.45.Marius Bakke2017-06-11
| | | | | * gnu/packages/xdisorg.scm (slop): Update to 6.3.45. [inputs]: Add ICU4C.
* gnu: Add python-swagger-spec-validator.Danny Milosavljevic2017-06-10
| | | | | * gnu/packages/python.scm (python-swagger-spec-validator, python2-swagger-spec-validator): New variables.
* gnu: wine: Update to 2.10.Rutger Helling2017-06-10
| | | | | | * gnu/packages/wine.scm (wine): Update to 2.10. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: libgxps: Add "/" before name in source URL.djwj2017-06-10
| | | | | | * gnu/packages/gnome.scm (libgxps)[source]: Add "/". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: avidemux: Limit supported architectures.Efraim Flashner2017-06-10
| | | | | * gnu/packages/video.scm (avidemux)[supported-systems]: New field, limit to x86_64, i686 and armhf.
* file-systems: Provide string->ext*-uuid, string->btrfs-uuid.Danny Milosavljevic2017-06-10
| | | | | * gnu/build/file-systems.scm (string->ext2-uuid, string->ext3-uuid, string->ext4-uuid, string->btrfs-uuid): New variables. Export them.
* bootloader: Fix rebase error on f96752e commit.Mathieu Othacehe2017-06-10
| | | | | * gnu/system.scm (menu-entry->boot-parameters): Rename boot-name to bootloader-name.
* bootloader: Rename boot-name to bootloader-name.Mathieu Othacehe2017-06-10
| | | | | | * gnu/system (<boot-parameters>)[boot-name]: Rename field to... [bootloader-name]: ... this. Adjust users. * gnu/scripts/system.scm: Adjust accordingly.
* gnu: evince: Enable XPS document support.Kei Kebreau2017-06-09
| | | | * gnu/packages/gnome.scm (evince)[inputs]: Add libarchive and libgxps.
* gnu: Add libgxps.Kei Kebreau2017-06-09
| | | | * gnu/packages/gnome.scm (libgxps): New variable.
* gnu: xf86-video-openchrome: Update to 0.6.0.Marius Bakke2017-06-10
| | | | * gnu/packages/xorg.scm (xf86-video-openchrome): Update to 0.6.0.
* gnu: xf86-video-ati: Update to 7.9.0.Marius Bakke2017-06-10
| | | | * gnu/packages/xorg.scm (xf86-video-ati): Update to 7.9.0.
* gnu: slop: Update to 6.3.43.Marius Bakke2017-06-10
| | | | * gnu/packages/xdisorg.scm (slop): Update to 6.3.43.
* gnu: xclip: Update to 0.13.Marius Bakke2017-06-10
| | | | | | | | | Yet another GitHub casualty. See: https://sourceforge.net/projects/xclip/ * gnu/packages/xdisorg.scm (xclip): Update to 0.13. [source, home-page]: Change to new home. [native-inputs]: Add AUTOCONF and AUTOMAKE. [arguments]: Add "bootstrap" phase.
* gnu: Add smu.ng02017-06-10
| | | | | | * gnu/packages/markup.scm (smu): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Rename (gnu packages markdown) to (gnu packages markup).ng02017-06-10
| | | | | | | | * gnu/packages/markdown.scm: Rename this ... * gnu/packages/markup.scm: ... to this. * gnu-system.am (GNU_SYSTEM_MODULES): Change markdown.scm to markup.scm. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: capnproto: Update to 0.6.1.Marius Bakke2017-06-09
| | | | * gnu/packages/serialization.scm (capnproto): Update to 0.6.1.
* gnu: ffmpeg: Update to 3.3.2.Marius Bakke2017-06-09
| | | | * gnu/packages/video.scm (ffmpeg): Update to 3.3.2.
* gnu: p11-kit: Update to 0.23.7.Marius Bakke2017-06-09
| | | | | | | | Newer releases are only available on GitHub. See release announcements: https://lists.freedesktop.org/archives/p11-glue/2017-June/000661.html * gnu/packages/tls.scm (p11-kit): Update to 0.23.7. [source]: Remove obsolete substitution.
* gnu: python-paramiko: Update to 2.1.2.宋文武2017-06-09
| | | | | * gnu/packages.scm (python-paramiko, python2-paramiko): Update to 2.1.2. Enable tests.
* file-systems: Provide string->iso9660-uuid.Danny Milosavljevic2017-06-09
| | | | | | * gnu/build/file-systems.scm (string->iso9660-uuid): New variable. Export it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* pull: Add a dependency to guile-git.Mathieu Othacehe2017-06-09
| | | | | | | * build-aux/build-self.scm (guile-git, guile-bytestructures): New variables. (build): Add guile-git and guile-bytestructures to %load-path and %load-compiled-path.
* guix: git: Add new module.Mathieu Othacehe2017-06-09
| | | | | | * guix/git.scm: New file. * configure.ac: Check for (guile git). * Makefile.am: Build guix/git.scm if (guile git) is available.
* gnu: linux-libre: Update to 4.11.4.Mark H Weaver2017-06-09
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.4. (%linux-libre-hash): Update hash.