guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (378640e -> b8f99f4)


From: Marius Bakke
Subject: branch core-updates updated (378640e -> b8f99f4)
Date: Wed, 15 Mar 2017 12:59:01 -0400 (EDT)

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

      from  378640e   gnu: qemu-minimal: Add aarch64 to target list.
       new  adb984d   Revert "gnu: nss: Build for aarch64-linux with 64-bit 
support."
      adds  12773de   gnu: Add guile2.2-lib.
      adds  b111bce   download: Export '%x509-certificate-directory'.
      adds  b974386   gnu: guile-cairo: Use 'modify-phases'.
      adds  0f11f64   gnu: guile-cairo: Honor the Guile effective version.
      adds  a70782d   gnu: wireless-regdb: Update to 2017.03.07.
      adds  ae196fa   build: On 2.2, build package files with almost no 
optimizations.
      adds  944a5cd   gnu: Add dovecot-trees.
      adds  a4651f6   gnu: Add dovecot-libsodium-plugin.
      adds  28958b6   gnu: python-parsedatetime: Update to 2.3.
      adds  3b2dc9e   upstream: Avoid '_' as a pattern variable in 'match'.
      adds  d779305   gnu: aria2: Update to 1.31.0.
      adds  8cac5bc   gnu: windowmaker: Update to 0.95.8.
      adds  962cbb2   gnu: windowmaker: Use modify-phases syntax.
      adds  9b05ccf   gnu: address@hidden: Update to 4.1.39.
      adds  6b63c43   pack: Add '--localstatedir' option.
      adds  df12920   nls: Mark (guix scripts pack) as translatable.
      adds  5895ec8   pack: Add '--symlink'.
      adds  9099a45   gnu: asciidoc: Add XML and XSLT support.
      adds  d19c1b4   gnu: Add ocaml-sexplib.
      adds  ef0051b   gnu: Add ocaml-typerep.
      adds  d1d90df   gnu: Add ocaml-variantslib.
      adds  334436f   gnu: Add ocaml-ppx-sexp-conv.
      adds  14af90c   gnu: Add ocaml-ppx-variants-conv.
      adds  651563b   gnu: Add ocaml-ppx-here.
      adds  a43160e   gnu: Add ocaml-ppx-assert.
      adds  250ac43   gnu: Add ocaml-ppx-enumerate.
      adds  d220318   gnu: Add ocaml-ppx-let.
      adds  edda7eb   gnu: Add ocaml-ppx-typerep-conv.
      adds  0313490   Revert "gnu: nss, nss-certs: Update to 3.29.3."
      adds  796d2f2   Revert "gnu: nss: Use 'modify-phases' syntax."
      adds  36f213f   pack: Use maximum compression; use '-n' for gzip.
      adds  850edd7   pack: Add unit test.
      adds  2eab5db   Revert "gnu: gitolite: Fix shebangs in hooks."
      adds  35dcfed   gnu: w3m: Update to 0.5.3+git20170102 [security fixes].
      adds  b2d748e   gnu: samtools: End installation phases with truth.
      adds  6d57723   gnu: grue-hunter: Correctly install documentation.
      adds  d540156   gnu: znc: Update to 1.6.5.
      adds  a988cbb   gnu: stress-make: Fix description.
      adds  17753e6   gnu: youtube-dl: Update to 2017.03.15.
      adds  708e762   gnu: obs: Update to 18.0.1.
      adds  68c10f3   gnu: conky: Update to 1.10.6.
      adds  283234a   gnu: direnv: Update to 2.11.3.
      adds  27bf00e   gnu: python-waf: Update to 1.9.8.
      adds  bd10215   gnu: mariadb: Update to 10.1.22 [fixes CVE-2017-3302 and 
CVE-2017-3313].
      adds  bc551cf   maint: Mention address@hidden in 'HACKING'.
      adds  81a0f1c   zlib: Don't rely on EBADF being ignored by 'fport_close'.
      adds  70dfdd5   syscalls: Adjust 'clone' to Guile 2.2.
      adds  a9a0227   store: Adjust UTF-8 test to Guile 2.2.
      adds  13159c6   tests: Expect less accurate location info in 2.2.0.
      adds  608e42e   build: Prefer Guile 2.2 over 2.0.
       new  4b7e5c1   Merge branch 'master' into core-updates
       new  db3c06d   gnu: nss: Use 'modify-phases' syntax.
       new  1461dd2   Revert "Revert "gnu: nss: Build for aarch64-linux with 
64-bit support.""
       new  d027b00   gnu: nss: Increase test timeouts.
       new  b8f99f4   gnu: nss, nss-certs: Update to 3.29.3.

The 6 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:
 HACKING                                            |  10 +-
 Makefile.am                                        |   3 +-
 build-aux/compile-all.scm                          |  33 +++-
 configure.ac                                       |   8 +-
 doc/guix.texi                                      |  42 ++++-
 gnu/build/install.scm                              |  30 +--
 gnu/local.mk                                       |   1 +
 gnu/packages/bioinformatics.scm                    |   6 +-
 gnu/packages/bittorrent.scm                        |   4 +-
 gnu/packages/conky.scm                             |   4 +-
 gnu/packages/databases.scm                         |   4 +-
 gnu/packages/debug.scm                             |  12 +-
 gnu/packages/documentation.scm                     |  22 ++-
 gnu/packages/games.scm                             |   6 +-
 gnu/packages/gnustep.scm                           |  65 ++++---
 gnu/packages/gnuzilla.scm                          |   3 +-
 gnu/packages/gtk.scm                               |  78 ++++----
 gnu/packages/guile.scm                             |   3 +
 gnu/packages/linux.scm                             |   8 +-
 gnu/packages/mail.scm                              | 101 ++++++++++-
 gnu/packages/messaging.scm                         |   4 +-
 gnu/packages/ocaml.scm                             | 202 +++++++++++++++++++++
 .../patches/nss-increase-test-timeout.patch        |  25 +++
 gnu/packages/python.scm                            |  18 +-
 gnu/packages/shellutils.scm                        |   4 +-
 gnu/packages/version-control.scm                   |  11 --
 gnu/packages/video.scm                             |   8 +-
 gnu/packages/w3m.scm                               |   4 +-
 guix/build/download.scm                            |   3 +-
 guix/build/syscalls.scm                            |  45 ++++-
 guix/scripts/pack.scm                              | 151 +++++++++++----
 guix/upstream.scm                                  |   4 +-
 guix/zlib.scm                                      |  29 +--
 po/guix/POTFILES.in                                |   1 +
 tests/guix-system.sh                               |   9 +-
 tests/pack.scm                                     |  79 ++++++++
 tests/store.scm                                    |   4 +-
 tests/zlib.scm                                     |  11 +-
 38 files changed, 846 insertions(+), 209 deletions(-)
 create mode 100644 gnu/packages/patches/nss-increase-test-timeout.patch
 create mode 100644 tests/pack.scm



reply via email to

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