guix-commits
[Top][All Lists]
Advanced

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

branch security-updates updated (f809cc8 -> 0ea7fc7)


From: Mark H. Weaver
Subject: branch security-updates updated (f809cc8 -> 0ea7fc7)
Date: Wed, 03 Feb 2016 01:59:44 +0000

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

      from  f809cc8   Merge branch 'master' into security-updates
      adds  f1d9231   gnu: python-pillow: Update to 3.1.0.
      adds  55ba649   gnu: wayland: Build documentation.
      adds  917708c   gnu: python-apsw: Update to 3.9.2-r1.
      adds  e3f755f   gnu: Add pinball.
      adds  ff853a2   build: Use the right section and source for man pages.
      adds  efdcb6f   install: Make it clear that we refer to the root by label.
      adds  629a064   guix build: Transformations operate on single objects.
      adds  ccd7158   doc: Add subsections to 'Invoking guix build'.
      adds  88ad6de   guix build: Separate transformation options.
      adds  b8638f0   guix package: Support package transformation options.
      adds  689b658   build: Really enable Guile warnings.
      adds  a4db2dd   build: Remove semicolons from Guile warnings.
      adds  f0907d9   build-system/python: Use 'ensure-keyword-arguments'.
      adds  47c0f92   guix build: Add '--with-input'.
      adds  70fd33e   emacs: command: Disambiguate "w" key in build options.
      adds  6009df6   gnu: ccache: Update to 3.2.4.
      adds  2c5e497   gnu: keepassx: Update to 2.0.1.
      adds  4efc8eb   gnu: Update socat to 1.7.3.1.
      adds  5e764e2   gnu: linux-libre: Update to 4.4.1.
      adds  17db070   gnu: linux-libre: Generalize 'kernel-config' to support 
variants.
      adds  adddd5b   gnu: Add linux-libre-4.1.
      adds  0889321   gnu: ntp: Update to 4.2.8p6.
      adds  ce294c0   gnu: Update sortmerna to 2.1.
      adds  2b2f2fc   gnu: Add python-colorama.
      adds  f5bcec6   gnu: Add python-rsa.
      adds  c0aacfa   gnu: Add python-pluggy.
      adds  a4af21c   gnu: Add python-tox.
      adds  ba9da24   gnu: Add python-jmespath.
      adds  935fcd5   gnu: Add python-botocore.
      adds  f861b8b   gnu: Add awscli.
      adds  6a44697   gnu: Add python-hypothesis.
      adds  aaa49e8   licenses: Add the Unlicense.
      adds  7517e73   gnu: Add python-pytest-subtesthack.
      adds  8c44dab   gnu: vdirsyncer: Update to 0.8.1.
      adds  81fc64d   gnu: aspell: Wrap binary to find dictionaries.
      adds  400ed6a   gnu: eudev: Add variant that depends on libblkid.
      adds  e81e5fa   gnu: openssl: Add alternate url.
      adds  6a20384   gnu: webkitgtk: Update to 2.10.7.
      adds  4c28ca1   gnu: yelp: Update to 3.18.1.
       new  0ea7fc7   Merge branch 'master' into security-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:
 Makefile.am                                        |    6 +-
 build-aux/compile-all.scm                          |   20 +-
 doc.am                                             |    6 +-
 doc/guix.texi                                      |  405 +++++++-----
 emacs/guix-command.el                              |    5 +-
 gnu-system.am                                      |    6 +-
 gnu/packages/aspell.scm                            |   10 +
 gnu/packages/bioinformatics.scm                    |    4 +-
 gnu/packages/ccache.scm                            |    7 +-
 gnu/packages/dav.scm                               |    8 +-
 gnu/packages/freedesktop.scm                       |    3 +
 gnu/packages/games.scm                             |   40 ++-
 gnu/packages/gnome.scm                             |   10 +-
 ...x-libre-i686.conf => linux-libre-4.1-i686.conf} |  611 +++++--------------
 ...bre-x86_64.conf => linux-libre-4.1-x86_64.conf} |  667 +++++--------------
 gnu/packages/linux.scm                             |   70 ++-
 gnu/packages/networking.scm                        |    4 +-
 gnu/packages/ntp.scm                               |    4 +-
 gnu/packages/password-utils.scm                    |    5 +-
 .../patches/linux-libre-CVE-2016-0728.patch        |   84 ---
 gnu/packages/patches/pinball-const-fix.patch       |   11 +
 gnu/packages/patches/pinball-cstddef.patch         |   38 ++
 .../patches/pinball-missing-separators.patch       |  101 +++
 gnu/packages/patches/pinball-src-deps.patch        |   24 +
 gnu/packages/patches/pinball-system-ltdl.patch     |   18 +
 gnu/packages/python.scm                            |  270 ++++++++-
 gnu/packages/tls.scm                               |    7 +-
 gnu/packages/webkit.scm                            |    4 +-
 gnu/services/base.scm                              |    4 +-
 gnu/system.scm                                     |    5 +-
 gnu/system/install.scm                             |    3 +-
 guix/build-system/python.scm                       |   13 +-
 guix/licenses.scm                                  |    7 +
 guix/scripts/build.scm                             |  211 +++++--
 guix/scripts/package.scm                           |   16 +-
 tests/guix-build.sh                                |   14 +-
 tests/scripts-build.scm                            |   88 +++
 37 files changed, 1452 insertions(+), 1357 deletions(-)
 copy gnu/packages/{linux-libre-i686.conf => linux-libre-4.1-i686.conf} (94%)
 copy gnu/packages/{linux-libre-x86_64.conf => linux-libre-4.1-x86_64.conf} 
(94%)
 delete mode 100644 gnu/packages/patches/linux-libre-CVE-2016-0728.patch
 create mode 100644 gnu/packages/patches/pinball-const-fix.patch
 create mode 100644 gnu/packages/patches/pinball-cstddef.patch
 create mode 100644 gnu/packages/patches/pinball-missing-separators.patch
 create mode 100644 gnu/packages/patches/pinball-src-deps.patch
 create mode 100644 gnu/packages/patches/pinball-system-ltdl.patch
 create mode 100644 tests/scripts-build.scm



reply via email to

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