guix-commits
[Top][All Lists]
Advanced

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

branch master updated (dcd9c25 -> e170571)


From: Mark H. Weaver
Subject: branch master updated (dcd9c25 -> e170571)
Date: Mon, 20 Jul 2015 00:29:07 +0000

mhw pushed a change to branch master
in repository guix.

      from  dcd9c25   system: Default to Linux-libre 4.0.
      adds  1f4335a   gnu: openssl: Update to 1.0.2d.
      adds  5d6792f   gnu: bootstrap: Create a wrapper for guile to set the 
system load path.
      adds  6f317fa   gnu: gcc-4.9: Update to 4.9.3.
      adds  c2ba49e   gnu: coreutils: Update to 8.24.
      adds  79e09ef   gnu: gettext: Update to 0.19.5.
      adds  302af59   gnu: ed: Update to 1.12.
      adds  87da4f1   gnu: mpfr: Update to 3.1.3.
      adds  5182657   gnu: libunistring: Update to 0.9.6.
      adds  f7b55b0   gnu: texinfo: Use version 6.0 by default.
      adds  f9aec67   gnu: libidn: Update to 1.31.
      adds  c273728   gnu: libgpg-error: Update to 1.19.
      adds  8ba24e6   gnu: nss: Update to 3.19.2.
      adds  47ed8e0   gnu: texinfo: Add procps to native-inputs to fix tests.
      adds  db35fb8   gnu: bash: Update to 4.3.39.
      adds  16f7190   gnu: pcre: Enable more features.
      adds  aa72511   gnu: Require NEON on armhf.
      adds  686784d   tests: Adjust tests for new bootstrap Guile.
      adds  161094c   packages: Rewrite 'transitive-inputs' to be linear and 
remove duplicates.
      adds  f727ec5   gnu: perl: Do not retain references to Binutils and other 
build-time tools.
      adds  3c7d023   build-system/gnu: Pass --build=<triplet> to configure by 
default.
      adds  b2314ca   gnu: gmp: Remove --build from configure-flags.
      adds  28b26ca   gnu: xbindkeys: Remove --build from configure flags.
      adds  92e7909   gnu: sysfsutils-1: Remove --build from configure flags.
      adds  412a242   gnu: liba52: Remove --build from configure flags.
      adds  7a34576   gnu: corkscrew: Pass triplet instead of system as --build 
and --host.
      adds  1b9cf4a   gnu: util-linux: Use 'modify-phases'.
      adds  7e51249   gnu: util-linux: Fix file name of 'umount' in 'eject'.
      adds  c6d33a9   gnu: Adjust packages to new handling of propagated inputs.
      adds  2e9511d   packages: patch-and-repack: Build tarballs 
deterministically.
      adds  c09e6a5   gnu: Build tarballs deterministically.
      adds  46472ec   gnu: python: Set source file times to 1980 to fix test.
      adds  3a286b9   gnu: mplayer: Enable use of NEON on armhf.
      adds  84811c2   gnu: qt: On armhf, enable use of NEON.
      adds  25338e9   gnu: libgnome: Move popt to propagated-inputs.
      adds  c6f9098   gnu: freetype: Update to 2.6.
      adds  3599576   Merge branch 'master' into core-updates
      adds  3684741   Merge branch 'master' into core-updates
      adds  385ae06   gnu: unzip: Fix CVE-2014-9636 and some other bugs.
      adds  bbd1961   gnu: ghc: Don't pass --build=<triplet> to configure.
      adds  1084ec0   gnu: perl-net-ssleay: Avoid patching source in 'origin'.
      adds  3bacb7a   python-build-system: Add 'ensure-no-mtimes-pre-1980' 
phase.
      adds  a640d3d   gnu: libgnome: Leave only one 'propagated-inputs' field.
      adds  81e558f   gnu: subversion: Skip the faulty test.
      adds  e4d8016   gnu: libpsl: Update to 0.7.1.
      adds  355e53c   gnu: git:  Adjust to new handling of propagated inputs.
      adds  2fdc682   gnu: icecat: Add patch to adapt to freetype 2.6.
      adds  e120271   gnu: openssl: Work around GCC code generation bug on ARM 
with NEON.
      adds  b7e147f   gnu: libpsl: Fix source URL.
      adds  f90ef3c   gnu: clisp: Do not pass --build=<triplet> to configure.
      adds  b40c3d0   gnu: ninja: Use modify-phases.
      adds  47f315a   gnu: ninja: Apply the patch in a phase to avoid 
'patch-and-repack'.
      adds  c5c4c4b   gnu: rapidjson: Build without -Werror.
      adds  2e83954   gnu: ninja: Do not report files with mtime = 0 as missing.
      adds  aa27987   gnu: cross-base: Distinguish cross Linux headers from 
native headers.
      adds  1b4e48d   Merge branch 'master' into core-updates
       new  e170571   Merge branch 'core-updates'

The 1 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:
 doc/guix.texi                                      |    2 +-
 gnu-system.am                                      |    9 ++-
 gnu/packages/admin.scm                             |    6 ++-
 gnu/packages/base.scm                              |    5 +-
 gnu/packages/bash.scm                              |    8 ++-
 gnu/packages/bootstrap.scm                         |   38 ++++++++++-
 gnu/packages/commencement.scm                      |    1 +
 gnu/packages/cross-base.scm                        |    8 ++-
 gnu/packages/ed.scm                                |    4 +-
 gnu/packages/emacs.scm                             |    3 +-
 gnu/packages/fontutils.scm                         |    4 +-
 gnu/packages/gcc.scm                               |   12 +--
 gnu/packages/gettext.scm                           |    5 +-
 gnu/packages/gnome.scm                             |    6 +-
 gnu/packages/gnupg.scm                             |    4 +-
 gnu/packages/gnuzilla.scm                          |    1 +
 gnu/packages/haskell.scm                           |    5 ++
 gnu/packages/libidn.scm                            |    4 +-
 gnu/packages/libunistring.scm                      |    4 +-
 gnu/packages/linux.scm                             |   38 ++++++-----
 gnu/packages/lisp.scm                              |    5 +-
 gnu/packages/make-bootstrap.scm                    |    4 +-
 gnu/packages/multiprecision.scm                    |   14 +---
 gnu/packages/ninja.scm                             |   54 ++++++++-------
 gnu/packages/patches/coreutils-dummy-man.patch     |   21 ------
 gnu/packages/patches/gettext-msgunfmt.patch        |   58 ----------------
 gnu/packages/patches/icecat-freetype-2.6.patch     |   14 ++++
 gnu/packages/patches/ninja-zero-mtime.patch        |   19 +++++
 .../patches/subversion-sqlite-3.8.9-fix.patch      |   73 ++++++++++++++++++++
 gnu/packages/patches/unzip-CVE-2014-9636.patch     |   41 +++++++++++
 .../unzip-allow-greater-hostver-values.patch       |   16 ++++
 .../unzip-increase-size-of-cfactorstr.patch        |   18 +++++
 .../patches/unzip-initialize-symlink-flag.patch    |   22 ++++++
 gnu/packages/patches/unzip-remove-build-date.patch |   19 +++++
 gnu/packages/pcre.scm                              |    3 +
 gnu/packages/perl.scm                              |   10 +++-
 gnu/packages/python.scm                            |   50 +++++++++-----
 gnu/packages/qt.scm                                |    3 +-
 gnu/packages/ssh.scm                               |    7 +-
 gnu/packages/texinfo.scm                           |   28 ++++---
 gnu/packages/tls.scm                               |   40 ++++++++---
 gnu/packages/version-control.scm                   |   20 +++---
 gnu/packages/video.scm                             |   31 +-------
 gnu/packages/web.scm                               |   23 +++---
 gnu/packages/xdisorg.scm                           |    7 --
 gnu/packages/zip.scm                               |   36 ++++++----
 guix/build-system/gnu.scm                          |    4 +
 guix/build/gnu-build-system.scm                    |    5 +-
 guix/build/python-build-system.scm                 |   15 ++++
 guix/packages.scm                                  |   48 +++++++++----
 tests/gexp.scm                                     |    7 ++-
 tests/packages.scm                                 |   30 +++++++-
 tests/size.scm                                     |   19 ++++--
 53 files changed, 615 insertions(+), 316 deletions(-)
 delete mode 100644 gnu/packages/patches/coreutils-dummy-man.patch
 delete mode 100644 gnu/packages/patches/gettext-msgunfmt.patch
 create mode 100644 gnu/packages/patches/icecat-freetype-2.6.patch
 create mode 100644 gnu/packages/patches/ninja-zero-mtime.patch
 create mode 100644 gnu/packages/patches/unzip-CVE-2014-9636.patch
 create mode 100644 
gnu/packages/patches/unzip-allow-greater-hostver-values.patch
 create mode 100644 gnu/packages/patches/unzip-increase-size-of-cfactorstr.patch
 create mode 100644 gnu/packages/patches/unzip-initialize-symlink-flag.patch
 create mode 100644 gnu/packages/patches/unzip-remove-build-date.patch



reply via email to

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