guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (a06af9f -> 4c0d38b)


From: Ludovic Courtès
Subject: branch core-updates updated (a06af9f -> 4c0d38b)
Date: Tue, 31 Mar 2015 21:13:41 +0000

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

      from  a06af9f   gnu: tzdata: Update to 2015b.
      adds  4c153a9   gnu: icecat: Apply fixes for CVE-2015-{0817,0818} and 
other selected bugs.
      adds  a31a6d2   gnu: Add gnome-mines.
      adds  e4160d0   gnu: openssh: Update to 6.8p1.
      adds  af5b817   gnu: openblas: build for all supported CPUs.
      adds  aad6f5b   gnu: Add IBus.
      adds  e768277   gnu: Add LIRC.
      adds  aa4ed92   services: Add 'lirc-service'.
      adds  52b7662   services: guix-service: Add service documentation.
      adds  0afc0af   gnu: nano: Update to 2.4.0.
      adds  9355498   gnu: tor: Update to 0.2.5.11.
      adds  e1ac691   gnu: global: Update to 6.4.
      adds  2406601   gnu: wpa-supplicant: Install DBUS access configuration.
      adds  122c87e   Fix remaining references to "substitute-binary".
      adds  ee3b55e   gnu: Add libva.
      adds  9b5db9b   gnu: freeglut: Add mesa to propagated inputs.
      adds  060ad3d   gnu: Add libwebp.
      adds  894e2cb   gnu: Add leptonica.
      adds  9e617a5   gnu: Rename (gnu packages ocrad) to (gnu packages ocr).
      adds  d814be3   gnu: Add tesseract-ocr.
      adds  6f6c8b6   gnu: Add vapoursynth.
      adds  1c1178c   gnu: Add mpv.
      adds  2babe98   gnu: linux-libre: Update to 3.18.10
      adds  3bfc99c   gnu: Add Catch.
      adds  b4a9c92   gnu: Add UnQLite.
      adds  065b795   gnu: Add tocc.
      adds  b39fc6f   doc: Update gexp wrt. extensibility.
      adds  d9ae938   gexp: Add 'local-file'.
      adds  2242ff4   gexp: Slightly simplify 'lower-inputs'.
      adds  18ad5bf   gnu: xbindkeys: Pass --build to configure.
      adds  e930c2a   gnu: liba52: Pass --build to configure.
      adds  41fd233   gnu: tzdata: Update to 2015b.
      adds  b47be02   gnu: portaudio: Patch for Audacity compatibility.
      adds  147479c   gnu: Add audacity.
      adds  8d30be3   Revert "gnu: tzdata: Update to 2015b."
      adds  96af558   elf: Add missing argument in 'elf-segment'.
      adds  e9f1fa3   gnu: Add missing copyright line.
      adds  f73b8e3   install: Create /var/tmp.
      adds  9af288a   gnu: ngircd: Fix test suite.
      adds  8e91321   gnu: Add cutadapt.
      adds  de07c0d   gnu: Add vcftools.
      adds  3cff95c   gnu: Add python-decorator.
      adds  32f77c0   gnu: Add python-networkx.
      adds  49261e4   gnu: pbtranscript-tofu: Delete pre-built libraries.
      adds  c537210   gnu: pbtranscript-tofu: Add missing inputs.
      adds  fbbcf69   gnu: xterm: Update to 317.
      adds  4e7b6b4   tests: Fix module name for 'lint'.
      adds  15aa2c3   Add (guix build gremlin).
       new  023dd28   Merge branch 'master' into core-updates
       new  f8503e2   utils: 'modify-phases' no longer introduces quotes.
       new  1968262   utils: 'find-files' takes an arbitrary predicate as its 
second argument.
       new  4c0d38b   gnu: Update bootstrap binaries for x86_64 and i686.

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:
 Makefile.am                                        |    2 +
 doc/guix.texi                                      |   74 ++++-
 gnu-system.am                                      |   16 +-
 gnu/build/install.scm                              |    3 +-
 gnu/packages/admin.scm                             |   10 +-
 gnu/packages/audacity.scm                          |  102 ++++++
 gnu/packages/audio.scm                             |   19 +-
 gnu/packages/bash.scm                              |    4 +-
 gnu/packages/bioinformatics.scm                    |   88 ++++++-
 gnu/packages/bootstrap/i686-linux/bash             |  Bin 1331220 -> 1351732 
bytes
 gnu/packages/bootstrap/i686-linux/mkdir            |  Bin 725756 -> 714316 
bytes
 gnu/packages/bootstrap/i686-linux/tar              |  Bin 1140196 -> 1285420 
bytes
 gnu/packages/bootstrap/i686-linux/xz               |  Bin 865372 -> 861836 
bytes
 gnu/packages/bootstrap/x86_64-linux/bash           |  Bin 1419928 -> 1425560 
bytes
 gnu/packages/bootstrap/x86_64-linux/mkdir          |  Bin 799312 -> 792448 
bytes
 gnu/packages/bootstrap/x86_64-linux/tar            |  Bin 1229888 -> 1369912 
bytes
 gnu/packages/bootstrap/x86_64-linux/xz             |  Bin 926000 -> 927264 
bytes
 gnu/packages/check.scm                             |   45 +++-
 gnu/packages/code.scm                              |   20 +-
 gnu/packages/databases.scm                         |   28 ++-
 gnu/packages/gl.scm                                |   17 +-
 gnu/packages/gnome.scm                             |   45 +++
 gnu/packages/gnuzilla.scm                          |    9 +-
 gnu/packages/graphics.scm                          |    5 +-
 gnu/packages/ibus.scm                              |   92 ++++++
 gnu/packages/image.scm                             |   97 ++++++
 gnu/packages/key-mon.scm                           |    2 +-
 gnu/packages/linux.scm                             |    4 +-
 gnu/packages/lirc.scm                              |   61 ++++
 gnu/packages/maths.scm                             |    7 +-
 gnu/packages/messaging.scm                         |   17 +-
 gnu/packages/nano.scm                              |    4 +-
 gnu/packages/ocr.scm                               |   93 ++++++
 gnu/packages/ocrad.scm                             |   46 ---
 .../patches/audacity-fix-ffmpeg-binding.patch      |   32 ++
 gnu/packages/patches/icecat-CVE-2015-0817.patch    |   44 +++
 .../patches/icecat-CVE-2015-0818-pt1.patch         |   67 ++++
 .../patches/icecat-CVE-2015-0818-pt2.patch         |   28 ++
 gnu/packages/patches/icecat-bug-1127780.patch      |   25 ++
 gnu/packages/patches/icecat-bug-1144991.patch      |   76 +++++
 gnu/packages/patches/icecat-bug-1145870.patch      |   43 +++
 gnu/packages/patches/icecat-bug-1146339.patch      |  162 ++++++++++
 gnu/packages/patches/lirc-localstatedir.patch      |   13 +
 .../patches/portaudio-audacity-compat.patch        |  324 ++++++++++++++++++++
 gnu/packages/plotutils.scm                         |    6 +-
 gnu/packages/python.scm                            |   57 ++++
 gnu/packages/search.scm                            |   69 ++++-
 gnu/packages/ssh.scm                               |    9 +-
 gnu/packages/tor.scm                               |    6 +-
 gnu/packages/video.scm                             |  166 ++++++++++
 gnu/packages/xdisorg.scm                           |   10 +-
 gnu/packages/xorg.scm                              |    4 +-
 gnu/services/base.scm                              |    1 +
 gnu/services/lirc.scm                              |   68 ++++
 guix/build/cmake-build-system.scm                  |    4 +-
 guix/build/glib-or-gtk-build-system.scm            |    6 +-
 guix/build/gnu-dist.scm                            |   10 +-
 guix/build/gremlin.scm                             |  236 ++++++++++++++
 guix/build/perl-build-system.scm                   |    8 +-
 guix/build/python-build-system.scm                 |   12 +-
 guix/build/ruby-build-system.scm                   |   10 +-
 guix/build/utils.scm                               |   72 +++--
 guix/build/waf-build-system.scm                    |    8 +-
 guix/elf.scm                                       |    3 +-
 guix/gexp.scm                                      |   59 +++-
 nix/nix-daemon/guix-daemon.cc                      |    2 +-
 po/guix/POTFILES.in                                |    2 +-
 tests/gexp.scm                                     |   26 ++
 tests/gremlin.scm                                  |   57 ++++
 tests/guix-daemon.sh                               |    4 +-
 tests/guix-system.sh                               |    2 +-
 tests/lint.scm                                     |    3 +-
 72 files changed, 2452 insertions(+), 192 deletions(-)
 create mode 100644 gnu/packages/audacity.scm
 create mode 100644 gnu/packages/ibus.scm
 create mode 100644 gnu/packages/lirc.scm
 create mode 100644 gnu/packages/ocr.scm
 delete mode 100644 gnu/packages/ocrad.scm
 create mode 100644 gnu/packages/patches/audacity-fix-ffmpeg-binding.patch
 create mode 100644 gnu/packages/patches/icecat-CVE-2015-0817.patch
 create mode 100644 gnu/packages/patches/icecat-CVE-2015-0818-pt1.patch
 create mode 100644 gnu/packages/patches/icecat-CVE-2015-0818-pt2.patch
 create mode 100644 gnu/packages/patches/icecat-bug-1127780.patch
 create mode 100644 gnu/packages/patches/icecat-bug-1144991.patch
 create mode 100644 gnu/packages/patches/icecat-bug-1145870.patch
 create mode 100644 gnu/packages/patches/icecat-bug-1146339.patch
 create mode 100644 gnu/packages/patches/lirc-localstatedir.patch
 create mode 100644 gnu/packages/patches/portaudio-audacity-compat.patch
 create mode 100644 gnu/services/lirc.scm
 create mode 100644 guix/build/gremlin.scm
 create mode 100644 tests/gremlin.scm



reply via email to

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