aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* gnu: Add tome4.•••* gnu/packages/games.scm (tome4): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Oleg Pykhalov2017-07-28
* bootloader: Use <menu-entry> for the bootloader side.•••* gnu/bootloader.scm (menu-entry-device-mount-point): New variable. Export it. (<menu-entry>: New field "device". * gnu/bootloader/grub.scm (grub-confgiuration-file): Handle <menu-entry> entries. * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Handle <menu-entry> entries. * gnu/system.scm (menu->entry->boot-parameters): Delete variable. (boot-parameters->menu-entry): New variable. Export it. (operating-system-bootcfg): Make OLD-ENTRIES a list of <menu-entry>. * guix/script/system.scm (reinstall-bootloader): Fix bootcfg usage. (perform-action): Fix bootcfg usage. Danny Milosavljevic2017-07-28
* gnu: guix: Add dependency on Guile-Git.•••* gnu/packages/package-management.scm (guix)[arguments] <wrap-program>: Add Guile-Git to PATH. [propagated-inputs]: Add GUILE-GIT. (guile2.0-guix)[propagated-inputs]: Add GUILE2.0-GIT. Ludovic Courtès2017-07-28
* gnu: guile-git: Update snapshot.•••* gnu/packages/guile.scm (guile-git): Update to commit e156a10. [native-inputs]: Add TEXINFO. Ludovic Courtès2017-07-28
* utils: Factorize XDG directory handling.•••* guix/ui.scm (config-directory): Remove. * guix/utils.scm (xdg-directory, config-directory): New procedures. (cache-directory): Rewrite in terms of 'xdg-directory'. * guix/scripts/substitute.scm (%narinfo-cache-directory): Pass #:ensure? #f to 'cache-directory'. Ludovic Courtès2017-07-28
* gnu: le-certs: Create OpenSSL hash symlinks.•••* gnu/packages/certs.scm (le-certs)[arguments]: Run 'c_rehash' on the result. [native-inputs]: New fields. Ludovic Courtès2017-07-28
* gnu: btrfs-progs: Update to 4.12.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.12. [outputs]: Remove inaccurate comment on size. Tobias Geerinckx-Rice2017-07-28
* gnu: redis: Update to 4.0.1.•••* gnu/packages/databases.scm (redis): Update to 4.0.1. Ben Woodcroft2017-07-28
* gnu: ruby-json-pure: Update to 2.1.0.•••* gnu/packages/ruby.scm (ruby-json-pure): Update to 2.1.0. [arguments]: Replace 'replace-git-ls-files' phase with 'fix-rakefile' and 'regenerate-gemspec' phases. [inputs]: Remove ruby-permutation, ruby-utils, ragel. Add ruby-test-unit, ruby-simplecov. Ben Woodcroft2017-07-28
* gnu: bundler: Update to 1.15.3.•••* gnu/packages/ruby.scm (bundler): Update to 1.15.3. Ben Woodcroft2017-07-28
* gnu: ruby-ffi: Update to 1.9.18.•••* gnu/packages/ruby.scm (ruby-ffi): Update to 1.9.18. Ben Woodcroft2017-07-28
* gnu: redis: Update to 4.0.0.•••* gnu/packages/databases.scm (redis): Update to 4.0.0. Ben Woodcroft2017-07-28
* gnu: ruby-nokogiri: Update to 1.8.0.•••* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.8.0. Ben Woodcroft2017-07-28
* gnu: ruby-mini-portile2: Update to 2.2.0.•••* gnu/packages/ruby.scm (ruby-mini-portile2): Update to 2.2.0. Ben Woodcroft2017-07-28
* gnu: nautilus: Update to 3.24.2.1.•••* gnu/packages/gnome.scm (nautilus): Update to 3.24.2.1. Tobias Geerinckx-Rice2017-07-28
* gnu: gptfdisk: Update description.•••* gnu/packages/disk.scm (gptfdisk): Remove outdated statement and use @dfn. Tobias Geerinckx-Rice2017-07-28
* gnu: goffice: Update to 3.24.2.1.•••* gnu/packages/gnome.scm (goffice): Update to 3.24.2.1. Tobias Geerinckx-Rice2017-07-28
* gnu: shotwell: Update to 0.26.2.•••* gnu/packages/gnome.scm (shotwell): Update to 0.26.2. Tobias Geerinckx-Rice2017-07-28
* gnu: whois: Update to 5.2.17.•••* gnu/packages/networking.scm (whois): Update to 5.2.17. Marius Bakke2017-07-28
* gnu: nss, nss-certs: Update to 3.32.•••This release includes minor code changes and many certificate updates: <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.32_release_notes> * gnu/packages/certs.scm (nss-certs): Update to 3.32. * gnu/packages/gnuzilla.scm (nss): Update to 3.32. [arguments]: Prevent another test file from being installed. * gnu/packages/patches/nss-pkgconfig.patch: Adjust. Marius Bakke2017-07-28
* gnu: nspr: Update to 4.16.•••* gnu/packages/gnuzilla.scm (nspr): Update to 4.16. Marius Bakke2017-07-27
* gnu: python-cryptography: Update to 2.0.2.•••* gnu/packages/python.scm (python-cryptography-vectors, python-cryptography): Update to 2.0.2. Marius Bakke2017-07-27
* gnu: subversion: Update to 1.8.18.•••* gnu/packages/version-control.scm (subversion): Update to 1.8.18. Leo Famulari2017-07-27
* gnu: net-tools: Update to 1.60-0.479bb4a7.•••This leaves net-tools-for-tests unchanged. Fixes <https://bugs.gnu.org/27811>. * gnu/packages/linux.scm (net-tools): Update to 1.60-0.479bb4a7. [source]: Use git-fetch. [inputs]: Remove the Debian patch. [arguments]: Use modify-phases. Remove the 'patch' phase. Disable SELINUX and AFBLUETOOTH from build configuration. Leo Famulari2017-07-27
* services: guix-publish: Run in a UTF-8 locale.•••Works around <https://bugs.gnu.org/26948>. * gnu/services/base.scm (guix-publish-shepherd-service): Pass #:environment-variables to 'make-forkexec-constructor'. Ludovic Courtès2017-07-27
* system: Add 'grep --color' alias in '.bash_profile' skeleton.•••* gnu/system/shadow.scm (default-skeletons)[profile]: Add 'grep' alias. Ludovic Courtès2017-07-27
* gnu: gzochi: Update to 0.11.1.•••* gnu/packages/game-development.scm (gzochi): Update to 0.11.1. (gzochi)[arguments]: Remove patch for `-Werror', which is no longer necessary. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julian Graham2017-07-27
* nls: Mark (guix scripts weather) as translatable.•••* po/guix/POTFILES.in: Add guix/scripts/weather.scm. Ludovic Courtès2017-07-27
* weather: Show "-m" option in help message.•••Reported by Alex Kost <alezost@gmail.com>. * guix/scripts/weather.scm (show-help): Show "-m". Ludovic Courtès2017-07-27
* gnu: openmpi: Add "static" output.•••* gnu/packages/mpi.scm (openmpi)[outputs]: New field. [arguments]: Add 'move-static-libraries' phase. Ludovic Courtès2017-07-27
* gnu: r-preprocesscore: Update to 1.38.1.•••* gnu/packages/statistics.scm (r-preprocesscore): Update to 1.38.1. Ricardo Wurmus2017-07-27
* gnu: Add cowsay.•••* gnu/packages/games.scm (cowsay): New variable. Ricardo Wurmus2017-07-27
* gnu: nnn: Update to 1.3.•••* gnu/packages/admin.scm (nnn): Update to 1.3. Tobias Geerinckx-Rice2017-07-27
* gnu: openmpi: Enable SGE support.•••* gnu/packages/mpi.scm (openmpi)[arguments]: Pass "--with-sge" in #:configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love2017-07-26
* gnu: mg: Add new phase to find 'diff'.•••* gnu/packages/text-editors.scm (mg)[phases]: Add new 'correct-location-of-difftool'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-07-26
* gnu: mg: Fetch source via HTTPS.•••* gnu/packages/text-editors.scm (mg)[source]: Use HTTPS. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-07-26
* gnu: mg: Update to 20170401.•••* gnu/packages/text-editors.scm (mg): Update to 20170401. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-07-26
* gnu: Add python-flask-principal.•••* gnu/packages/python.scm (python-flask-principal, python2-flask-principal): New variables. Danny Milosavljevic2017-07-26
* gnu: Add lziprecover.•••* gnu/packages/compression.scm (lziprecover): New variable. Tobias Geerinckx-Rice2017-07-26
* gnu: net-tools: Add a test-only variant and use it for GnuTLS.•••* gnu/packages/linux.scm (net-tools-for-tests): Add hidden net-tools variant. * gnu/packages/tls.scm (gnutls)[native-inputs]: Use net-tools-for-tests instead of net-tools. Leo Famulari2017-07-26
* gnu: mg: Move to (gnu packages text-editors).•••* gnu/packages/mg.scm: Remove. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove it. * gnu/packages/text-editors.scm (mg): New variable. Ludovic Courtès2017-07-26
* gnu: Add fcgiwrap service.•••* doc/guix.texi (Web Services): Add documentation. * gnu/services/web.scm (<fcgiwrap-configuration>): New record type. (fcgiwrap-accounts, fcgiwrap-shepherd-service): New service extensions. (fcgiwrap-service-type): New service type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Wingo2017-07-26
* gnu: glpk: Update to 4.63.•••* gnu/packages/maths.scm (glpk): Update to 4.63. Efraim Flashner2017-07-26
* gnu: leafpad: Use glib-or-gtk build-system.•••* gnu/packages/text-editors.scm (leafpad): Use glib-or-gtk build-system. Danny Milosavljevic2017-07-26
* gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation.•••* gnu/packages/mail.scm (claws-mail)[arguments]: Add make-flags to disable Gtk+ icon cache generation. Danny Milosavljevic2017-07-26
* gnu: evince: Update to 3.24.1.•••* gnu/packages/gnome.scm (evince): Update to 3.24.1. [source]: Remove obsolete patch. * gnu/packages/patches/evince-CVE-2017-1000083.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Kei Kebreau2017-07-25
* gnu: hplip: Update to 3.17.7.•••* gnu/packages/cups.scm (hplip): Update to 3.17.7. Tobias Geerinckx-Rice2017-07-25
* gnu: fdisk: Update to 2.0.0a1.•••* gnu/packages/disk.scm (fdisk): Update to 2.0.0a1. [arguments]: Make sure the build finds its own headers. Tobias Geerinckx-Rice2017-07-25
* gnu: sdparm: Update to 1.10.•••* gnu/packages/disk.scm (sdparm): Update to 1.10. Tobias Geerinckx-Rice2017-07-25
* git-download: Speed up 'git-predicate'.•••Adjust 'git-predicate' to use data structures that perform better when used with git repositories with a large number of files. Previously when matching either a regular file or directory, 'git-predicate' would search a list with a length equal to the number of files in the repository. As a search operation happens for roughly every file in the repository, this meant that the time taken to use 'git-predicate' to traverse all the files in a repository was roughly exponential with respect to the number of files in the repository. Now, for matching regular files or symlinks, 'git-predicate' uses a vhash using the inode value as the key. This should perform roughly in constant amount of time, instead of linear with respect to the number of files in the repository. For matching directories, 'git-predicate' now uses a tree structure stored in association lists. To check if a directory is in the tree, the tree is traversed from the root. The time complexity of this depends on the shape of the tree, but it should be an improvement on searching through the list of all files. * guix/git-download.scm (files->directory-tree, directory-in-tree?): New procedures. (git-predicate): Compute DIRECTORY-TREE. Turn INODES into a vhash. Adjust body of lambda accordingly. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines2017-07-25