guix-commits
[Top][All Lists]
Advanced

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

branch staging updated (1622637 -> 6f8cda1)


From: Marius Bakke
Subject: branch staging updated (1622637 -> 6f8cda1)
Date: Sun, 28 May 2017 17:48:03 -0400 (EDT)

mbakke pushed a change to branch staging
in repository guix.

      from  1622637   gnu: Add liboauth.
      adds  12f37d6   gnu: graphite2/fixed: Update to 1.3.10.
      adds  d771ba6   gnu: icecat: Add more fixes from upstream mozilla-esr52.
      adds  ba69e8f   gnu: Add knot-service-type.
      adds  dc443f5   gnu: emacs-exwm: Fix DISPLAY environment variable issue.
      adds  3dba9b3   gnu: build: Improve docstrings.
      adds  ad2ef26   gnu: Add python-sql.
      adds  b208f71   gnu: Add python-genshi.
      adds  ecca63b   gnu: Add python-relatorio.
      adds  48174fb   gnu: Add trytond.
      adds  1685548   gnu: Add tryton.
      adds  574e4e1   gnu: Add florence.
      adds  65e7d52   gnu: Add python-radon
      adds  21fea1d   gnu: synfigstudio: Update to 1.2.0.
      adds  ca40d4e   gnu: diamond: Update to 0.9.2.
      adds  3803b06   gnu: gajim: Fix CVE-2016-10376.
      adds  802907e   gnu: pari-gp: Update to 2.9.2.
      adds  2ac2b17   gnu: synfigstudio: Fix UI bug.
      adds  3d90fa9   build-system: Add 'font-build-system'.
      adds  b2f89c1   gnu: font-inconsolata: Use 'font-build-system'.
      adds  5978658   gnu: font-ubuntu: Use 'font-build-system'.
      adds  2e88401   gnu: font-dejavu: Use 'font-build-system'.
      adds  e46e0de   gnu: font-bitstream-vera: Use 'font-build-system'.
      adds  3cae150   gnu: offlineimap: Update to 7.1.1.
      adds  22e6656   gnu: libtiff: Update replacement to 4.0.8 [security 
fixes].
      adds  5cd0122   gnu: synfigstudio: Fix patch name in 'gnu/local.mk'.
      adds  0fd0bb5   gnu: rxvt-unicode: Disable an unwanted code execution 
vector.
      adds  2b95f24   gnu: certbot, python-acme: Update to 0.14.2.
      adds  aa401f9   syscalls: Add 'thread-name' and 'set-thread-name'.
      adds  8902d0f   scripts: Set thread names.
      adds  ce67601   gnu: Add emacs-restclient.
      adds  78dfc9e   gnu: Add spectrwm.
      adds  a8d0c9c   gnu: Add emacs-direnv.
      adds  6c1db13   gnu: parallel: Update to 20170522.
       new  6f8cda1   Merge branch 'master' into staging

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:
 Makefile.am                                        |   2 +
 doc/guix.texi                                      | 418 +++++++++++++++
 gnu/build/file-systems.scm                         |   9 +-
 gnu/local.mk                                       |  20 +-
 gnu/packages/accessibility.scm                     |  78 +++
 gnu/packages/algebra.scm                           |   4 +-
 gnu/packages/animation.scm                         |  47 +-
 gnu/packages/bioinformatics.scm                    |   4 +-
 gnu/packages/emacs.scm                             |  62 +++
 gnu/packages/fonts.scm                             | 119 +----
 gnu/packages/fontutils.scm                         |  15 +-
 gnu/packages/gnuzilla.scm                          |  56 +-
 gnu/packages/image.scm                             |  18 +-
 gnu/packages/mail.scm                              |   4 +-
 gnu/packages/messaging.scm                         |   2 +
 gnu/packages/parallel.scm                          |   4 +-
 gnu/packages/patches/gajim-CVE-2016-10376.patch    |  57 ++
 gnu/packages/patches/graphite2-CVE-2017-5436.patch |  25 -
 .../patches/graphite2-check-code-point-limit.patch |  50 --
 .../graphite2-fix-32-bit-wrap-arounds.patch        |  93 ----
 .../graphite2-non-linear-classes-even-number.patch |  26 -
 gnu/packages/patches/libtiff-CVE-2017-7593.patch   | 113 ----
 gnu/packages/patches/libtiff-CVE-2017-7594.patch   |  54 --
 .../patches/libtiff-multiple-UBSAN-crashes.patch   | 449 ----------------
 ...hon-genshi-add-support-for-python-3.4-AST.patch | 151 ++++++
 .../python-genshi-buildable-on-python-2.7.patch    |  25 +
 ...hon-genshi-disable-speedups-on-python-3.3.patch |  32 ++
 .../python-genshi-fix-tests-on-python-3.5.patch    | 112 ++++
 .../patches/python-genshi-isstring-helper.patch    |  37 ++
 ...on-genshi-stripping-of-unsafe-script-tags.patch |  51 ++
 .../patches/rxvt-unicode-escape-sequences.patch    |  35 ++
 gnu/packages/patches/synfig-build-fix.patch        |  61 ---
 .../patches/synfigstudio-fix-ui-with-gtk3.patch    |  55 ++
 gnu/packages/python.scm                            | 122 +++++
 gnu/packages/tls.scm                               |   6 +-
 gnu/packages/tryton.scm                            |  93 ++++
 gnu/packages/wm.scm                                |  79 ++-
 gnu/packages/xdisorg.scm                           |   1 +
 gnu/services/dns.scm                               | 593 +++++++++++++++++++++
 guix/build-system/{ruby.scm => font.scm}           | 102 ++--
 guix/build/font-build-system.scm                   |  71 +++
 guix/build/syscalls.scm                            |  49 ++
 guix/scripts/offload.scm                           |   4 +-
 guix/scripts/publish.scm                           |  11 +-
 guix/scripts/substitute.scm                        |   4 +
 guix/workers.scm                                   |  18 +-
 tests/syscalls.scm                                 |   8 +
 47 files changed, 2336 insertions(+), 1113 deletions(-)
 create mode 100644 gnu/packages/accessibility.scm
 create mode 100644 gnu/packages/patches/gajim-CVE-2016-10376.patch
 delete mode 100644 gnu/packages/patches/graphite2-CVE-2017-5436.patch
 delete mode 100644 gnu/packages/patches/graphite2-check-code-point-limit.patch
 delete mode 100644 gnu/packages/patches/graphite2-fix-32-bit-wrap-arounds.patch
 delete mode 100644 
gnu/packages/patches/graphite2-non-linear-classes-even-number.patch
 delete mode 100644 gnu/packages/patches/libtiff-CVE-2017-7593.patch
 delete mode 100644 gnu/packages/patches/libtiff-CVE-2017-7594.patch
 delete mode 100644 gnu/packages/patches/libtiff-multiple-UBSAN-crashes.patch
 create mode 100644 
gnu/packages/patches/python-genshi-add-support-for-python-3.4-AST.patch
 create mode 100644 
gnu/packages/patches/python-genshi-buildable-on-python-2.7.patch
 create mode 100644 
gnu/packages/patches/python-genshi-disable-speedups-on-python-3.3.patch
 create mode 100644 
gnu/packages/patches/python-genshi-fix-tests-on-python-3.5.patch
 create mode 100644 gnu/packages/patches/python-genshi-isstring-helper.patch
 create mode 100644 
gnu/packages/patches/python-genshi-stripping-of-unsafe-script-tags.patch
 create mode 100644 gnu/packages/patches/rxvt-unicode-escape-sequences.patch
 delete mode 100644 gnu/packages/patches/synfig-build-fix.patch
 create mode 100644 gnu/packages/patches/synfigstudio-fix-ui-with-gtk3.patch
 create mode 100644 gnu/packages/tryton.scm
 create mode 100644 gnu/services/dns.scm
 copy guix/build-system/{ruby.scm => font.scm} (60%)
 create mode 100644 guix/build/font-build-system.scm



reply via email to

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