summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-07-30gnu: Add perl-importer.Leo Famulari
* gnu/packages/perl.scm (perl-importer): New variable.
2017-07-30gnu: Add perl-file-sharedir-dist.Leo Famulari
* gnu/packages/perl.scm (perl-file-sharedir-dist): New variable.
2017-07-30gnu: perl: Add missing dependencies on Module::Install.Marius Bakke
Perl 5.26 and later does not provide this module. * gnu/packages/databases.scm (perl-sql-abstract)[native-inputs]: Add PERL-MODULE-INSTALL. * gnu/packages/perl.scm (perl-moosex-emulate-class-accessor-fast, perl-file-zglob, perl-object-signature, perl-test-utf8, perl-time-duration, perl-benchmark-timer, perl-class-accessor-grouped, perl-class-c3-componentised, perl-term-encoding)[native-inputs]: Likewise. * gnu/packages/web.scm (perl-http-parser-xs, perl-uri-template, perl-www-curl)[native-inputs]: Likewise. * gnu/packages/xml.scm (perl-xml-atom)[native-inputs]: Likewise.
2017-07-28gnu: perl-xs-object-magic: Fix build with perl@5.26.Marius Bakke
* gnu/packages/perl.scm (perl-xs-object-magic)[native-inputs]: Add PERL-MODULE-INSTALL.
2017-07-28gnu: perl-mousex-nativetraits: Fix build with perl@5.26.Marius Bakke
* gnu/packages/perl.scm (perl-mousex-nativetraits)[native-inputs]: Add PERL-MODULE-INSTALL.
2017-07-28gnu: perl-anyevent-i3: Update to 0.17.Marius Bakke
* gnu/packages/wm.scm (perl-anyevent-i3): Update to 0.17.
2017-07-28Merge branch 'master' into core-updatesMarius Bakke
2017-07-28gnu: whois: Update to 5.2.17.Marius Bakke
* gnu/packages/networking.scm (whois): Update to 5.2.17.
2017-07-28gnu: nss, nss-certs: Update to 3.32.Marius Bakke
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.
2017-07-27gnu: perl-gd-securityimage: Fix build with Perl 5.26.0.Leo Famulari
* gnu/packages/gd.scm (perl-gd-securityimage)[arguments]: Set PERL_USE_UNSAFE_INC in new 'set-env' phase.
2017-07-27gnu: perl-feed-find: Fix build with Perl 5.26.0.Leo Famulari
* gnu/packages/web.scm (perl-feed-find)[arguments]: Set PERL_USE_UNSAFE_INC in new 'set-env' phase.
2017-07-27gnu: nspr: Update to 4.16.Marius Bakke
* gnu/packages/gnuzilla.scm (nspr): Update to 4.16.
2017-07-27gnu: python-cryptography: Update to 2.0.2.Marius Bakke
* gnu/packages/python.scm (python-cryptography-vectors, python-cryptography): Update to 2.0.2.
2017-07-27gnu: perl-encode-hanextra: Fix build with Perl 5.26.0.Leo Famulari
* gnu/packages/perl.scm (perl-encode-hanextra)[arguments]: Set PERL_USE_UNSAFE_INC in new 'set-env' phase.
2017-07-27gnu: subversion: Update to 1.8.18.Leo Famulari
* gnu/packages/version-control.scm (subversion): Update to 1.8.18.
2017-07-27gnu: net-tools: Update to 1.60-0.479bb4a7.Leo Famulari
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.
2017-07-27services: guix-publish: Run in a UTF-8 locale.Ludovic Courtès
Works around <https://bugs.gnu.org/26948>. * gnu/services/base.scm (guix-publish-shepherd-service): Pass #:environment-variables to 'make-forkexec-constructor'.
2017-07-27system: Add 'grep --color' alias in '.bash_profile' skeleton.Ludovic Courtès
* gnu/system/shadow.scm (default-skeletons)[profile]: Add 'grep' alias.
2017-07-27gnu: gzochi: Update to 0.11.1.Julian Graham
* 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>
2017-07-27nls: Mark (guix scripts weather) as translatable.Ludovic Courtès
* po/guix/POTFILES.in: Add guix/scripts/weather.scm.
2017-07-27weather: Show "-m" option in help message.Ludovic Courtès
Reported by Alex Kost <alezost@gmail.com>. * guix/scripts/weather.scm (show-help): Show "-m".
2017-07-27gnu: openmpi: Add "static" output.Ludovic Courtès
* gnu/packages/mpi.scm (openmpi)[outputs]: New field. [arguments]: Add 'move-static-libraries' phase.
2017-07-27gnu: po4a: Work around "dotless @INC" build issues.Ricardo Wurmus
* gnu/packages/gettext.scm (po4a)[arguments]: Add build phase "set-search-path".
2017-07-27gnu: r-preprocesscore: Update to 1.38.1.Ricardo Wurmus
* gnu/packages/statistics.scm (r-preprocesscore): Update to 1.38.1.
2017-07-27gnu: Add cowsay.Ricardo Wurmus
* gnu/packages/games.scm (cowsay): New variable.
2017-07-27gnu: nnn: Update to 1.3.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (nnn): Update to 1.3.
2017-07-26gnu: openmpi: Enable SGE support.Dave Love
* gnu/packages/mpi.scm (openmpi)[arguments]: Pass "--with-sge" in #:configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-26gnu: mg: Add new phase to find 'diff'.ng0
* gnu/packages/text-editors.scm (mg)[phases]: Add new 'correct-location-of-difftool'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-26gnu: mg: Fetch source via HTTPS.ng0
* gnu/packages/text-editors.scm (mg)[source]: Use HTTPS. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-26gnu: mg: Update to 20170401.ng0
* gnu/packages/text-editors.scm (mg): Update to 20170401. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-26gnu: Add python-flask-principal.Danny Milosavljevic
* gnu/packages/python.scm (python-flask-principal, python2-flask-principal): New variables.
2017-07-26gnu: Add lziprecover.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lziprecover): New variable.
2017-07-26gnu: net-tools: Add a test-only variant and use it for GnuTLS.Leo Famulari
* 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.
2017-07-26gnu: synfig: Fix boost build error.Ricardo Wurmus
* gnu/packages/animation.scm (synfig)[arguments]: Add phase "fix-boost-build-error".
2017-07-26gnu: mg: Move to (gnu packages text-editors).Ludovic Courtès
* gnu/packages/mg.scm: Remove. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove it. * gnu/packages/text-editors.scm (mg): New variable.
2017-07-26gnu: Add fcgiwrap service.Andy Wingo
* 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>
2017-07-26gnu: glpk: Update to 4.63.Efraim Flashner
* gnu/packages/maths.scm (glpk): Update to 4.63.
2017-07-26gnu: perl-anyevent: Update to 7.14.Efraim Flashner
* gnu/packages/libevent.scm (perl-anyevent): Update to 7.14.
2017-07-26gnu: leafpad: Use glib-or-gtk build-system.Danny Milosavljevic
* gnu/packages/text-editors.scm (leafpad): Use glib-or-gtk build-system.
2017-07-26gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation.Danny Milosavljevic
* gnu/packages/mail.scm (claws-mail)[arguments]: Add make-flags to disable Gtk+ icon cache generation.
2017-07-25gnu: evince: Update to 3.24.1.Kei Kebreau
* 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.
2017-07-25gnu: hplip: Update to 3.17.7.Tobias Geerinckx-Rice
* gnu/packages/cups.scm (hplip): Update to 3.17.7.
2017-07-25gnu: fdisk: Update to 2.0.0a1.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (fdisk): Update to 2.0.0a1. [arguments]: Make sure the build finds its own headers.
2017-07-25gnu: sdparm: Update to 1.10.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (sdparm): Update to 1.10.
2017-07-25git-download: Speed up 'git-predicate'.Christopher Baines
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>
2017-07-25offload: Fix potential file descriptor and memory leak.Ludovic Courtès
The '%slots' list could grow indefinitely; in practice though, guix-daemon is likely to restart 'guix offload' often enough. * guix/scripts/offload.scm (%slots): Remove. (choose-build-machine): Don't 'set!' %SLOTS. Return the acquired slot as a second value. (process-request): Adjust accordingly. Release the returned slot after 'transfer-and-offload'.
2017-07-25offload: Disconnect sessions created by 'machine-load'.Ludovic Courtès
This fixes a memory leak that can be seen by running: (map (lambda _ (machine-load m)) (iota 1000)) * guix/scripts/offload.scm (machine-load): Add call to 'disconnect!'.
2017-07-25gnu: neofetch: Fix search path.Oleg Pykhalov
* gnu/packages/admin.scm (neofetch): Fix "No such file or directory" for distro logo. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-07-25gnu: chess: Update to 6.2.5.Marius Bakke
* gnu/packages/games.scm (chess): Update to 6.2.5.
2017-07-25gnu: feh: Update to 2.19.1.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 2.19.1.