guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated (1421afa -> ee54085)


From: Ludovic Courtès
Subject: branch core-updates updated (1421afa -> ee54085)
Date: Thu, 09 Apr 2015 19:11:20 +0000

civodul pushed a change to branch core-updates
in repository guix.

      from  1421afa   gnu: gcc: Do not pass -dynamic-linker to linker when 
!shared on arm.
       new  0be199c   gnu: nettle: Make version 3 the default.
       new  2891974   gnu: nettle: Update to 3.1.
       new  afd4079   gnu: libtasn1: Update to 4.4 [fix for CVE-2015-2806].
      adds  d525da8   gnu: inetutils: Apply syslogd patch.
      adds  0b13161   tests: Skip 'guix-package-net.sh' when prerequisites 
aren't met.
      adds  1dccdb7   gnu: guix: Update development snapshot.
      adds  032c7c5   build: Enable silent rules by default.
      adds  bba229a   gnu: Add libsecret.
      adds  863af4e   import: Add hackage importer.
      adds  b29455c   import: Add hackage importer.
      adds  283cce5   build-system/haskell: Update configure flags, 'haddock' 
and %standard-phases.
      adds  042bc82   profiles: Generate GHC's package database cache.
      adds  7d5baa3   gnu: Add ghc-mtl.
      adds  0939da6   gnu: Add ghc-paths.
      adds  3d3613d   gnu: Add ghc-zlib.
      adds  a39f393   gnu: Add ghc-stm.
      adds  e916e21   gnu: Add ghc-parallel.
      adds  deb36de   gnu: Add ghc-text.
      adds  775be80   gnu: Add ghc-hashable.
      adds  c3b90c0   gnu: Add ghc-hunit
      adds  df596b9   gnu: Add ghc-random.
      adds  4af803a   gnu: Add ghc-primitive.
      adds  c272160   gnu: Add ghc-tf-random.
      adds  dc0ae39   gnu: Add ghc-quickcheck.
      adds  7a1e8c7   gnu: Add ghc-case-insensitive.
      adds  eaa3088   gnu: Add ghc-syb.
      adds  61c0209   gnu: Add ghc-containers.
      adds  c5043f4   gnu: Add ghc-fgl.
      adds  01a687d   gnu: Add ghc-unordered-containers.
      adds  d692228   gnu: Add ghc-split.
      adds  fa468e8   gnu: Add ghc-parsec.
      adds  f50fc13   gnu: Add ghc-vector.
      adds  abfed25   gnu: Add ghc-network.
      adds  9ce031c   gnu: Add ghc-network-uri.
      adds  a231ef7   gnu: Add ghc-http.
      adds  9bea87a   activation: Remove undeclared user accounts and groups.
      adds  0cc0095   http-client: Add workaround for HTTP pipelining on Guile 
<= 2.0.9.
       new  ee54085   Merge branch 'master' into core-updates

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac                                  |    3 +
 doc/guix.texi                                 |   47 ++-
 gnu-system.am                                 |    1 +
 gnu/build/activation.scm                      |   49 ++-
 gnu/packages/admin.scm                        |   10 +-
 gnu/packages/gnome.scm                        |   48 ++
 gnu/packages/gnutls.scm                       |    6 +-
 gnu/packages/haskell.scm                      |  648 +++++++++++++++++++++-
 gnu/packages/lsh.scm                          |    4 +-
 gnu/packages/nettle.scm                       |   19 +-
 gnu/packages/package-management.scm           |    7 +-
 gnu/packages/patches/inetutils-syslogd.patch  |   20 +
 guix/build/haskell-build-system.scm           |   44 +-
 guix/http-client.scm                          |   41 ++
 guix/import/hackage.scm                       |  767 +++++++++++++++++++++++++
 guix/profiles.scm                             |   60 ++-
 guix/scripts/import.scm                       |    2 +-
 guix/scripts/import/{cpan.scm => hackage.scm} |   41 +-
 guix/scripts/package.scm                      |    1 +
 po/guix/POTFILES.in                           |    1 +
 tests/guix-package-net.sh                     |    8 +
 tests/hackage.scm                             |  134 +++++
 tests/packages.scm                            |    1 +
 tests/profiles.scm                            |    2 +
 24 files changed, 1902 insertions(+), 62 deletions(-)
 create mode 100644 gnu/packages/patches/inetutils-syslogd.patch
 create mode 100644 guix/import/hackage.scm
 copy guix/scripts/import/{cpan.scm => hackage.scm} (59%)
 create mode 100644 tests/hackage.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]