guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (9b1bf33 -> 77a3979)


From: Mark H. Weaver
Subject: branch core-updates updated (9b1bf33 -> 77a3979)
Date: Tue, 06 Jan 2015 18:42:44 +0000

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

      from  9b1bf33   gnu: Remove a bunch of now unneeded '--mandir' configure 
flags.
      adds  c7bdc7e   gnu: cpio: Add fixes for CVE-2014-9112.
      adds  e5da2f3   gnu: unzip: Add fixes for CVE-2014-{8139,8140,8141}.
      adds  2d2301e   gnu: Import (gnu packages) into (gnu packages zip).
      adds  63d526e   gnu: mutt: Add fix for CVE-2014-9116.
      adds  171bf17   gnu: libdrm: Remove old version 2.4.33.
      adds  0f481f0   gnu: mesa: Fix build on non-intel systems.
      adds  27ef7f4   gnu: perl-xml-simple: Propagate XML::Parser.
      adds  f4e9727   gnu: icon-naming-utils: Wrap with PERL5LIB to find 
XML::Simple.
      adds  4b2fd11   gnu: minetest: Update to 0.4.11.
      adds  e13f715   gnu: libtool: Add 2.4.4.
      adds  ee06af5   gnu: Search for patches under $GUIX_PACKAGE_PATH.
      adds  fcdebad   gnu: gcc-4.9: Fix build on MIPS.
      adds  828c0be   pk-crypto: Improve docstring of signature-related 
procedures.
      adds  15ddeff   Merge commit a1dd396cc02922372314c35c8035a38bfeea08df of 
branch 'nix'.
      adds  63cbe7a   build: Check for <tr1/unordered_set>, now used by the 
daemon.
      adds  4379c35   doc: guix-daemon now automatically creates 
'…/profiles/per-user'.
      adds  9331ba5   linux-boot: Make /etc/mtab a symlink to /proc/self/mounts.
      adds  ffc200d   gnu: libtool-2.4.4: Disable tests on MIPS.
      adds  50ec743   gnu: git: Update to 2.2.1.
      adds  1c38551   gnu: Add git-manpages.
      adds  d976258   gnu: git-manpages: Install under $out/share/man, not 
$out/share.
      adds  aebb05b   gnu: automake: Update to 1.15.
       new  23800e4   Merge branch 'master' into core-updates
       new  cd06768   gnu: mit-krb5: Build with default gcc.
       new  97f94f5   gnu: gtk+: Include xorg-server in native-inputs on MIPS; 
enable tests.
       new  d2e8428   gnu: texlive: Fix target-system check.
       new  7cd802f   gnu: boost: Fix target-system check.
       new  cf0a154   gnu: gawk: Fix target-system check.
       new  0d93648   gnu: icu4c: Avoid use of 'patchelf'; fix build on ARM 
systems.
       new  77a3979   gnu: swig: Build a UTF-8 locale for the tests.

The 8 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:
 config-daemon.ac                                   |    2 +-
 doc/guix.texi                                      |   17 +-
 gnu-system.am                                      |   13 +-
 gnu/build/file-systems.scm                         |    9 +-
 gnu/build/linux-boot.scm                           |    5 +-
 gnu/packages.scm                                   |   17 +-
 gnu/packages/autotools.scm                         |   32 +++-
 gnu/packages/boost.scm                             |    4 +-
 gnu/packages/cpio.scm                              |   15 ++-
 gnu/packages/games.scm                             |   11 +-
 gnu/packages/gawk.scm                              |    4 +-
 gnu/packages/gcc.scm                               |   24 ++-
 gnu/packages/gl.scm                                |   13 +-
 gnu/packages/gnome.scm                             |   12 +
 gnu/packages/gtk.scm                               |   15 +-
 gnu/packages/icu4c.scm                             |   31 +--
 gnu/packages/mail.scm                              |    3 +-
 gnu/packages/mit-krb5.scm                          |    6 +-
 gnu/packages/patches/cpio-CVE-2014-9112-pt1.patch  |  231 ++++++++++++++++++++
 gnu/packages/patches/cpio-CVE-2014-9112-pt2.patch  |   51 +++++
 gnu/packages/patches/cpio-CVE-2014-9112-pt3.patch  |   23 ++
 gnu/packages/patches/cpio-CVE-2014-9112-pt4.patch  |  105 +++++++++
 gnu/packages/patches/cpio-CVE-2014-9112-pt5.patch  |   88 ++++++++
 gnu/packages/patches/libtool-2.4-skip-tests.patch  |   24 ++
 .../patches/minetest-subgame-env-var.patch         |   92 --------
 gnu/packages/patches/mutt-CVE-2014-9116.patch      |   46 ++++
 gnu/packages/patches/unzip-CVE-2014-8139.patch     |   49 ++++
 gnu/packages/patches/unzip-CVE-2014-8140.patch     |   27 +++
 gnu/packages/patches/unzip-CVE-2014-8141.patch     |  137 ++++++++++++
 gnu/packages/swig.scm                              |   13 +
 gnu/packages/texlive.scm                           |    3 +-
 gnu/packages/version-control.scm                   |   53 +++++-
 gnu/packages/xdisorg.scm                           |   22 --
 gnu/packages/xml.scm                               |    2 +-
 gnu/packages/zip.scm                               |    6 +-
 guix/build/syscalls.scm                            |    4 +-
 guix/pk-crypto.scm                                 |   14 +-
 nix/libstore/build.cc                              |    1 +
 nix/libstore/derivations.cc                        |   16 +-
 nix/libstore/derivations.hh                        |    4 +-
 nix/libstore/local-store.cc                        |   33 +++-
 nix/libstore/local-store.hh                        |   19 ++-
 nix/libstore/misc.cc                               |    2 +-
 nix/libstore/optimise-store.cc                     |   76 ++++++-
 nix/libutil/archive.cc                             |    2 +-
 nix/libutil/util.cc                                |    2 +-
 nix/libutil/util.hh                                |    2 +
 tests/guix-package.sh                              |   23 ++-
 48 files changed, 1164 insertions(+), 239 deletions(-)
 create mode 100644 gnu/packages/patches/cpio-CVE-2014-9112-pt1.patch
 create mode 100644 gnu/packages/patches/cpio-CVE-2014-9112-pt2.patch
 create mode 100644 gnu/packages/patches/cpio-CVE-2014-9112-pt3.patch
 create mode 100644 gnu/packages/patches/cpio-CVE-2014-9112-pt4.patch
 create mode 100644 gnu/packages/patches/cpio-CVE-2014-9112-pt5.patch
 create mode 100644 gnu/packages/patches/libtool-2.4-skip-tests.patch
 delete mode 100644 gnu/packages/patches/minetest-subgame-env-var.patch
 create mode 100644 gnu/packages/patches/mutt-CVE-2014-9116.patch
 create mode 100644 gnu/packages/patches/unzip-CVE-2014-8139.patch
 create mode 100644 gnu/packages/patches/unzip-CVE-2014-8140.patch
 create mode 100644 gnu/packages/patches/unzip-CVE-2014-8141.patch



reply via email to

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