summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-10lint: Report patches that cannot be found.Ludovic Courtès
* guix/scripts/lint.scm (check-patch-file-names): Wrap body in 'guard'. * tests/lint.scm ("patches: not found"): New test.
2015-04-10lint: Rename 'check-patches' to 'check-patch-file-names'.Ludovic Courtès
* guix/scripts/lint.scm (check-patches): Rename to... (check-patch-file-names): ... this. Rename 'filename' to 'file'. (%checkers): Adjust accordingly. * tests/lint.scm ("patches: file names"): Likewise.
2015-04-10gnu: curl: Update to 7.41.0. Support CURLOPT_CAPATH on GnuTLS.Tomáš Čech
Fixes <http://bugs.gnu.org/20121>. * gnu/packages/patches/curl-gss-api-fix.patch: Delete file. * gnu/packages/patches/curl-support-capath-on-gnutls.patch, gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch: New files. * gnu-system.am (dist_patch_DATA): Add new patches and remove old one. * gnu/packages/curl.scm (curl): Update to 7.41.0. Add new patches and remove old one. Disable one unit test. Modified-By: Mark H Weaver <mhw@netris.org>
2015-04-10gnu: gnome-themes-standard: Update to 3.16.0.宋文武
This is a followup to 12f7f4a. * gnu/packages/gnome.scm (gnome-themes-standard): Update hash.
2015-04-09gnu: python-2: Restore python-libffi-mips-n32-fix.patch.Mark H Weaver
This patch was removed in 08c045091e8d8da3b4c677540ed577e8f2448b0d, but it's still needed for python-2. * gnu/packages/patches/python-libffi-mips-n32-fix.patch: Restore it. * gnu-system.am (dist_patch_DATA): Add it back.
2015-04-10python: Update to 3.4.3Cyril Roelandt
* gnu/packages/python.scm (python): Update from 3.3.5 to 3.4.3. * gnu/packages/patches/python-fix-tests.patch: Update the required test fixes. * gnu/packages/patches/python-libffi-mips-n32-fix.patch: Remove it... * gnu-system.am (dist_patch_DATA): ... and do not reference it here.
2015-04-09Add Bash completion file.Ludovic Courtès
* etc/completion/bash/guix: New file. * Makefile.am (dist_bashcompletion_DATA): New variable. * configure.ac: Add --with-bash-completion-dir.
2015-04-09gnu: Add geocode-glib.Andy Wingo
* gnu/packages/gnome.scm (geocode-glib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-09gnu: gnome-desktop: Update to 3.16.0.Andy Wingo
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.16.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-09Merge branch 'master' into core-updatesLudovic Courtès
2015-04-09gnu: libtasn1: Update to 4.4 [fix for CVE-2015-2806].Ludovic Courtès
* gnu/packages/gnutls.scm (libtasn1): Update to 4.4.
2015-04-09gnu: nettle: Update to 3.1.Ludovic Courtès
* gnu/packages/nettle.scm (nettle): Update to 3.1. Add 'arguments' field.
2015-04-09gnu: nettle: Make version 3 the default.Ludovic Courtès
* gnu/packages/nettle.scm (nettle): Rename to... (nettle-2): ... this. (nettle-3): Rename to... (nettle): ... this. * gnu/packages/gnutls.scm (gnutls): Use NETTLE-2. * gnu/packages/lsh.scm (lsh): Likewise.
2015-04-09gnu: Add Shogun.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (shogun): New variable.
2015-04-09gnu: gcc: Do not pass -dynamic-linker to linker when !shared on arm.Mark H Weaver
Fixes <http://bugs.gnu.org/20102>. * gnu/packages/patches/gcc-arm-link-spec-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-4.8, gcc-4.9): Add patch. * gnu/packages/cross-base.scm (cross-gcc): Preserve patches from gcc-4.8. Co-Authored-By: Ludovic Courtès <ludo@gnu.org>
2015-04-08http-client: Add workaround for HTTP pipelining on Guile <= 2.0.9.Ludovic Courtès
Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>. * guix/http-client.scm (make-delimited-input-port): New procedure. Install it in (web response) for Guile <= 2.0.9.
2015-04-08activation: Remove undeclared user accounts and groups.Ludovic Courtès
Fixes <http://bugs.gnu.org/19795>. Reported by David Thompson <dthompson2@worcester.edu>. * gnu/build/activation.scm (enumerate, current-users, current-groups, delete-user, delete-group): New procedures. (activate-users+groups): Add calls to 'delete-user' and 'delete-group'. * doc/guix.texi (User Accounts): Add a paragraph about statelessness. Explain that passwords are preserved.
2015-04-08gnu: Add ghc-http.Federico Beffa
* gnu/packages/haskell.scm (ghc-http): New variable.
2015-04-08gnu: Add ghc-network-uri.Federico Beffa
* gnu/packages/haskell.scm (ghc-network-uri): New variable.
2015-04-08gnu: Add ghc-network.Federico Beffa
* gnu/packages/haskell.scm (ghc-network): New variable.
2015-04-08gnu: Add ghc-vector.Federico Beffa
* gnu/packages/haskell.scm (ghc-vector): New variable.
2015-04-08gnu: Add ghc-parsec.Federico Beffa
* gnu/packages/haskell.scm (ghc-parsec): New variable.
2015-04-08gnu: Add ghc-split.Federico Beffa
* gnu/packages/haskell.scm (ghc-split): New variable.
2015-04-08gnu: Add ghc-unordered-containers.Federico Beffa
* gnu/packages/haskell.scm (ghc-unordered-containers): New variable.
2015-04-08gnu: Add ghc-fgl.Federico Beffa
* gnu/packages/haskell.scm (ghc-fgl): New variable.
2015-04-08gnu: Add ghc-containers.Federico Beffa
* gnu/packages/haskell.scm (ghc-containers): New variable.
2015-04-08gnu: Add ghc-syb.Federico Beffa
* gnu/packages/haskell.scm (ghc-syb): New variable.
2015-04-08gnu: Add ghc-case-insensitive.Federico Beffa
* gnu/packages/haskell.scm (ghc-case-insensitive): New variable.
2015-04-08gnu: Add ghc-quickcheck.Federico Beffa
* gnu/packages/haskell.scm (ghc-quickcheck): New variable.
2015-04-08gnu: Add ghc-tf-random.Federico Beffa
* gnu/packages/haskell.scm (ghc-tf-random): New variable.
2015-04-08gnu: Add ghc-primitive.Federico Beffa
* gnu/packages/haskell.scm (ghc-primitive): New variable.
2015-04-08gnu: Add ghc-random.Federico Beffa
* gnu/packages/haskell.scm (ghc-random): New variable.
2015-04-08gnu: Add ghc-hunitFederico Beffa
* gnu/packages/haskell.scm (ghc-hunit): New variable.
2015-04-08gnu: Add ghc-hashable.Federico Beffa
* gnu/packages/haskell.scm (ghc-hashable): New variable.
2015-04-08gnu: Add ghc-text.Federico Beffa
* gnu/packages/haskell.scm (ghc-text): New variable.
2015-04-08gnu: Add ghc-parallel.Federico Beffa
* gnu/packages/haskell.scm (ghc-parallel): New variable.
2015-04-08gnu: Add ghc-stm.Federico Beffa
* gnu/packages/haskell.scm (ghc-stm): New variable.
2015-04-08gnu: Add ghc-zlib.Federico Beffa
* gnu/packages/haskell.scm (ghc-zlib): New variable.
2015-04-08gnu: Add ghc-paths.Federico Beffa
* gnu/packages/haskell.scm: (ghc-paths): New variable.
2015-04-08gnu: Add ghc-mtl.Federico Beffa
* gnu/packages/haskell.scm: (ghc-mtl): New variable.
2015-04-08profiles: Generate GHC's package database cache.Federico Beffa
* guix/profiles.scm (ghc-package-cache-file): New procedure. (profile-derivation): Add 'ghc-package-cache?' keyword argument. If true (the default), add the result of 'ghc-package-cache-file' to 'inputs'. * guix/scripts/package.scm (guix-package)[process-actions]: Pass #:ghc-package-cache? to 'profile-generation'. * tests/packages.scm ("--search-paths with pattern"): Likewise. * tests/profiles.scm ("profile-derivation"): Likewise.
2015-04-08build-system/haskell: Update configure flags, 'haddock' and %standard-phases.Federico Beffa
* guix/build/haskell-build-system.scm (%standard-phases): move 'haddock phase before 'install phase. * guix/build/haskell-build-system.scm (haddock): Simplify it as the 'install phase takes care of copying files. * guix/build/haskell-build-system.scm (configure): Add '--libsubdir' flag. Fix use of '--extra-include-dirs' and '--extra-lib-dirs' flags. Use 'doc', 'bin' and 'lib' outputs if they are defined. * guix/build/haskell-build-system.scm (make-ghc-package-database, register): Aligh location of 'package.conf.d' directory with '--libsubdir' flag.
2015-04-08import: Add hackage importer.Federico Beffa
* guix/import/hackage.scm: New file. * tests/hackage.scm: New file.
2015-04-08import: Add hackage importer.Federico Beffa
* guix/scripts/import.scm (importers): Add hackage. * guix/scripts/import/hackage.scm: New file. * po/guix/POTFILES.in: Add guix/scripts/import.scm. * doc/guix.texi: Add section on 'hackage' importer.
2015-04-08gnu: Add libsecret.宋文武
* gnu/packages/gnome.scm (libsecret): New variable.
2015-04-08gnu: Add geoclue.Andy Wingo
* gnu/packages/gnome.scm (geoclue): New variable. * gnu/packages/patches/geoclue-config.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-08gnu: Add colord service.Andy Wingo
* gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/services/colord.scm. * gnu/services/colord.scm: New file. * doc/guix.texi (Various Services): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2015-04-08gnu: Add colord package.Andy Wingo
* gnu/packages/gnome.scm (colord): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-08build: Enable silent rules by default.Ludovic Courtès
* configure.ac: Use 'AM_SILENT_RULES'.
2015-04-08gnu: guix: Update development snapshot.Ludovic Courtès
* gnu/packages/package-management.scm (guix-devel): Update to 0b13161.