[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (c4a1b6c -> 0d12bc7)
From: |
Ludovic Courtès |
Subject: |
branch core-updates updated (c4a1b6c -> 0d12bc7) |
Date: |
Fri, 26 Dec 2014 23:20:53 +0000 |
civodul pushed a change to branch core-updates
in repository guix.
from c4a1b6c Merge branch 'master' into 'core-updates'.
new 9426440 packages: Apply patches with "patch --force".
adds f912da3 nls: Add French translation.
adds 6454b33 services: Make 'nscd-service' configurable; cache
hosts/services by default.
adds 61ff0a3 install: Use a low-memory nscd caching policy.
adds de51bf5 gnu: Add xdotool.
adds 3155744 gnu: python-numpy-bootstrap: Reduce matrix size in
failing test.
adds d814f92 gnu: xfce4-panel: Support panel plugins from other
packages.
adds bfb8486 gnu: Add xfce4-battery-plugin.
adds 5afbfb9 gnu: youtube-dl: Update to 2014.12.15.
adds 5a659a4 gnu: Add vala.
adds 6cb8946 gnu: Add bullet.
adds ebf5ad4 tests: Use 'test-assertm' for profiles.
adds bea2683 profiles: Fix removal of the next-to-last item in a
profile.
adds 9f8552f gnu: icecat: Apply security updates for
CVE-2014-{1587,1590,1592,1593,1594}.
adds 6b282cc gnu: lcms: Update to 2.6.
adds a6e8185 gnu: ghostscript: Update to 9.14.0.
adds dec7ab5 gnu: groff: Update to 1.22.3.
adds a142e38 gnu: groff: Disable parallel builds.
adds f3cd952 gnu: samtools: disable tests for non-64-bit systems
adds b336da2 gnu: tmux: Update to 1.9a.
adds 81de564 gnu: Add bedtools
adds 6a84316 Revert "gnu: python-numpy-bootstrap: Reduce matrix size
in failing test."
adds ea0a52d gnu: Add Test::Tester.
adds 9dc8a15 gnu: Add Test::NoWarnings.
adds 0ad3969 gnu: Add Test::Deep.
adds 7576cbd gnu: Add Test::Simple.
adds 80db991 gnu: linux-libre: Update to 3.18.1
adds 46a3e00 gnu: icecat: Build with PulseAudio support.
adds 6f8fe4b build/python-build-system: Fix easy-install.pth
collisions.
adds 6fa1446 gnu: Add xcffib
adds 63cd6e5 gnu: Add cairocffi.
adds 25f9a06 gnu: matplotlib: Add gtk3 backends and optional
dependency. Adjust inputs.
adds 9e09972 gnu: cairocffi: Move to python module.
adds cdae969 gnu: Add Clone.
adds c9bf64d syscalls: Add more procedures for network interfaces.
adds 7f5c2a9 services: static-networking-service: Switch to (guix
build syscalls).
adds 2c7ee16 gnu: Add bowtie
adds 3645756 Merge branch 'nix' into 'master'.
adds 9ac97e8 Remove 'nix-upstream' submodule.
adds 24d5689 services: xorg: Make SLiM sessions configurable.
adds ea57378 gnu: Add vte.
adds eea3e54 gnu: Add xfce4-terminal.
adds ce44657 Really remove the 'nix-upstream' submodule.
adds d95523f packages: Sort Scheme file lists used by 'fold-packages'.
adds a193b82 Optimize package-transitive-supported-systems.
adds afc720d gnu: matplotlib: Comment out python2-matplotlib.
adds 78a2745 build-system/python: Fix 'package-with-explicit-python'.
adds 764c077 Revert "gnu: matplotlib: Comment out python2-matplotlib."
adds 53a427c gnu: ntp: Update to 4.2.8.
adds fb916f4 gnu: qemu: Update to 2.2.0.
adds ee97be9 gnu: Add fastjar.
adds be7134b gnu: Add pysam.
adds bf7688f nls: Add French translation for packages.
new 763a401 Merge branch 'master' into core-updates
new 0d12bc7 gnu: gcc-4.8: Update to 4.8.4.
The 3 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:
.gitmodules | 3 -
bootstrap | 12 +-
doc/guix.texi | 85 +-
gnu-system.am | 12 +-
gnu/packages.scm | 41 +-
gnu/packages/bioinformatics.scm | 116 +-
gnu/packages/compression.scm | 20 +
gnu/packages/game-development.scm | 48 +
gnu/packages/gcc.scm | 5 +-
gnu/packages/ghostscript.scm | 11 +-
gnu/packages/gnome.scm | 89 +-
gnu/packages/gnuzilla.scm | 15 +-
gnu/packages/groff.scm | 12 +-
gnu/packages/linux.scm | 4 +-
gnu/packages/ntp.scm | 34 +-
gnu/packages/patches/gcc-fix-pr61801.patch | 25 -
.../patches/icecat-CVE-2014-1587-bug-1042567.patch | 30 +
.../patches/icecat-CVE-2014-1587-bug-1072847.patch | 19 +
.../patches/icecat-CVE-2014-1587-bug-1079729.patch | 191 ++
.../patches/icecat-CVE-2014-1587-bug-1080312.patch | 308 ++
.../patches/icecat-CVE-2014-1587-bug-1089207.patch | 119 +
gnu/packages/patches/icecat-CVE-2014-1590.patch | 33 +
gnu/packages/patches/icecat-CVE-2014-1592.patch | 400 +++
gnu/packages/patches/icecat-CVE-2014-1593.patch | 154 +
gnu/packages/patches/icecat-CVE-2014-1594.patch | 34 +
gnu/packages/patches/xfce4-panel-plugins.patch | 115 +
gnu/packages/perl.scm | 109 +
gnu/packages/python.scm | 266 ++-
gnu/packages/qemu.scm | 4 +-
gnu/packages/tmux.scm | 4 +-
gnu/packages/video.scm | 4 +-
gnu/packages/xdisorg.scm | 42 +
gnu/packages/xfce.scm | 68 +-
gnu/services/base.scm | 121 +-
gnu/services/networking.scm | 72 +-
gnu/services/xorg.scm | 71 +-
gnu/system/install.scm | 13 +-
guix/build-system/python.scm | 42 +-
guix/build/python-build-system.scm | 35 +-
guix/build/syscalls.scm | 200 ++-
guix/packages.scm | 66 +-
guix/profiles.scm | 8 +-
nix-upstream | 1 -
nix/AUTHORS | 2 +
nix/COPYING | 504 +++
nix/boost/assert.hpp | 38 +
nix/boost/format.hpp | 64 +
nix/boost/format/exceptions.hpp | 96 +
nix/boost/format/feed_args.hpp | 247 ++
nix/boost/format/format_class.hpp | 135 +
nix/boost/format/format_fwd.hpp | 49 +
nix/boost/format/format_implementation.cc | 256 ++
nix/boost/format/free_funcs.cc | 71 +
nix/boost/format/group.hpp | 680 ++++
nix/boost/format/internals.hpp | 167 +
nix/boost/format/internals_fwd.hpp | 65 +
nix/boost/format/macros_default.hpp | 48 +
nix/boost/format/parsing.cc | 454 +++
nix/boost/throw_exception.hpp | 47 +
nix/libstore/build.cc | 3351 ++++++++++++++++++++
nix/libstore/derivations.cc | 278 ++
nix/libstore/derivations.hh | 93 +
nix/libstore/gc.cc | 748 +++++
nix/libstore/globals.cc | 240 ++
nix/libstore/globals.hh | 218 ++
nix/libstore/local-store.cc | 2010 ++++++++++++
nix/libstore/local-store.hh | 333 ++
nix/libstore/misc.cc | 220 ++
nix/libstore/misc.hh | 38 +
nix/libstore/optimise-store.cc | 180 ++
nix/libstore/pathlocks.cc | 199 ++
nix/libstore/pathlocks.hh | 45 +
nix/libstore/references.cc | 122 +
nix/libstore/references.hh | 11 +
nix/libstore/remote-store.cc | 602 ++++
nix/libstore/remote-store.hh | 104 +
nix/libstore/schema.sql | 44 +
nix/libstore/store-api.cc | 331 ++
nix/libstore/store-api.hh | 366 +++
nix/libstore/worker-protocol.hh | 60 +
nix/libutil/affinity.cc | 55 +
nix/libutil/affinity.hh | 9 +
nix/libutil/archive.cc | 335 ++
nix/libutil/archive.hh | 75 +
nix/libutil/hash.cc | 382 +++
nix/libutil/hash.hh | 113 +
nix/libutil/serialise.cc | 259 ++
nix/libutil/serialise.hh | 133 +
nix/libutil/types.hh | 86 +
nix/libutil/util.cc | 1105 +++++++
nix/libutil/util.hh | 349 ++
nix/libutil/xml-writer.cc | 94 +
nix/libutil/xml-writer.hh | 69 +
nix/nix-daemon/nix-daemon.cc | 939 ++++++
nix/sync-with-upstream | 89 -
po/guix/LINGUAS | 1 +
po/guix/fr.po | 1368 ++++++++
po/packages/LINGUAS | 1 +
po/packages/fr.po | 1567 +++++++++
tests/profiles.scm | 30 +-
tests/syscalls.scm | 34 +-
101 files changed, 22297 insertions(+), 373 deletions(-)
delete mode 100644 .gitmodules
create mode 100644 gnu/packages/game-development.scm
delete mode 100644 gnu/packages/patches/gcc-fix-pr61801.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2014-1587-bug-1042567.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2014-1587-bug-1072847.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2014-1587-bug-1079729.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2014-1587-bug-1080312.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2014-1587-bug-1089207.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2014-1590.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2014-1592.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2014-1593.patch
create mode 100644 gnu/packages/patches/icecat-CVE-2014-1594.patch
create mode 100644 gnu/packages/patches/xfce4-panel-plugins.patch
delete mode 160000 nix-upstream
create mode 100644 nix/AUTHORS
create mode 100644 nix/COPYING
create mode 100644 nix/boost/assert.hpp
create mode 100644 nix/boost/format.hpp
create mode 100644 nix/boost/format/exceptions.hpp
create mode 100644 nix/boost/format/feed_args.hpp
create mode 100644 nix/boost/format/format_class.hpp
create mode 100644 nix/boost/format/format_fwd.hpp
create mode 100644 nix/boost/format/format_implementation.cc
create mode 100644 nix/boost/format/free_funcs.cc
create mode 100644 nix/boost/format/group.hpp
create mode 100644 nix/boost/format/internals.hpp
create mode 100644 nix/boost/format/internals_fwd.hpp
create mode 100644 nix/boost/format/macros_default.hpp
create mode 100644 nix/boost/format/parsing.cc
create mode 100644 nix/boost/throw_exception.hpp
create mode 100644 nix/libstore/build.cc
create mode 100644 nix/libstore/derivations.cc
create mode 100644 nix/libstore/derivations.hh
create mode 100644 nix/libstore/gc.cc
create mode 100644 nix/libstore/globals.cc
create mode 100644 nix/libstore/globals.hh
create mode 100644 nix/libstore/local-store.cc
create mode 100644 nix/libstore/local-store.hh
create mode 100644 nix/libstore/misc.cc
create mode 100644 nix/libstore/misc.hh
create mode 100644 nix/libstore/optimise-store.cc
create mode 100644 nix/libstore/pathlocks.cc
create mode 100644 nix/libstore/pathlocks.hh
create mode 100644 nix/libstore/references.cc
create mode 100644 nix/libstore/references.hh
create mode 100644 nix/libstore/remote-store.cc
create mode 100644 nix/libstore/remote-store.hh
create mode 100644 nix/libstore/schema.sql
create mode 100644 nix/libstore/store-api.cc
create mode 100644 nix/libstore/store-api.hh
create mode 100644 nix/libstore/worker-protocol.hh
create mode 100644 nix/libutil/affinity.cc
create mode 100644 nix/libutil/affinity.hh
create mode 100644 nix/libutil/archive.cc
create mode 100644 nix/libutil/archive.hh
create mode 100644 nix/libutil/hash.cc
create mode 100644 nix/libutil/hash.hh
create mode 100644 nix/libutil/serialise.cc
create mode 100644 nix/libutil/serialise.hh
create mode 100644 nix/libutil/types.hh
create mode 100644 nix/libutil/util.cc
create mode 100644 nix/libutil/util.hh
create mode 100644 nix/libutil/xml-writer.cc
create mode 100644 nix/libutil/xml-writer.hh
create mode 100644 nix/nix-daemon/nix-daemon.cc
delete mode 100755 nix/sync-with-upstream
create mode 100644 po/guix/fr.po
create mode 100644 po/packages/fr.po
- branch core-updates updated (c4a1b6c -> 0d12bc7),
Ludovic Courtès <=