guix-commits
[Top][All Lists]
Advanced

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

branch staging updated (5b15c07 -> 3bf5043)


From: Mark H. Weaver
Subject: branch staging updated (5b15c07 -> 3bf5043)
Date: Wed, 11 Jan 2017 02:49:56 +0000 (UTC)

mhw pushed a change to branch staging
in repository guix.

      from  5b15c07   Merge branch 'master' into staging
      adds  5ed9622   gnu: whois: Update to 5.2.14.
      adds  f6b1dd2   gnu: emacs-bui: Update to 1.1.0.
      adds  28fd01b   gnu: emacs-guix: Update to 0.2.2.
      adds  75fd35b   gnu: address@hidden: Update to 4.4.41.
      adds  d33f889   gnu: linux-libre: Update to 4.9.2.
      adds  cba53c6   gnu: ruby-sqlite3: Update to 1.3.13.
      adds  f031683   gnu: Add pcc.
      adds  313880c   gnu: e2fsck/static: Only copy e2fsck.
      adds  26905ec   file-systems: Refactor check-file-system.
      adds  ab4e939   file-systems: Refactor file-system predicates.
      adds  f3e44f5   gnu: Add btrfs-progs/static.
      adds  b1a505b   system: Add btrfs file system support.
      adds  dd1141e   http-client: Improve error reporting.
      adds  022c977   gnu: libgit2, python-pygit2: Update to 0.25.1 [security 
fixes].
      adds  1545a01   guix archive: Allow compilation in the absence of 
Guile-JSON.
      adds  3720371   gnu: address@hidden: Update hash for fixed upstream 
tarball.
      adds  d4acb6d   gnu: python-click: Update to 6.7.
      adds  6d3e08d   gnu: Add sysstat.
      adds  74d2129   gnu: e2fsprogs: Use symlinks instead of hard links.
      adds  082be6d   gnu: e2fsprogs: Remove timestamp from 'libext2fs.info.gz'.
      adds  39dc703   gnu: youtube-dl: Update to 2017.01.10.
      adds  88f2dd1   gnu: rofi: Update to 1.3.1.
      adds  3c0f791   gnu: gnutls: Replace with 3.5.8 [fixes 
GNUTLS-SA-2017-{1,2}].
      adds  0d11a69   gnu: xapian: Update to 1.4.2.
      adds  8966c6b   gnu: notmuch: Update to 0.23.5.
      adds  4b96149   gnu: libtiff: Fix CVE-2016-{10092,10093,10094} and others.
      adds  b0a5676   gnu: cracklib: Fix buffer overflow.
       new  3bf5043   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:
 doc/guix.texi                                      |    6 +-
 gnu/build/file-systems.scm                         |  196 ++++++++++++++------
 gnu/local.mk                                       |   16 ++
 gnu/packages/c.scm                                 |   34 +++-
 gnu/packages/emacs.scm                             |    8 +-
 gnu/packages/image.scm                             |   24 +++
 gnu/packages/linux.scm                             |  124 ++++++++++---
 gnu/packages/mail.scm                              |    4 +-
 gnu/packages/networking.scm                        |    6 +-
 gnu/packages/password-utils.scm                    |    3 +-
 .../patches/cracklib-fix-buffer-overflow.patch     |   39 ++++
 gnu/packages/patches/libtiff-CVE-2016-10092.patch  |   42 +++++
 gnu/packages/patches/libtiff-CVE-2016-10093.patch  |   53 ++++++
 gnu/packages/patches/libtiff-CVE-2016-10094.patch  |   34 ++++
 .../patches/libtiff-assertion-failure.patch        |   60 ++++++
 .../patches/libtiff-divide-by-zero-ojpeg.patch     |   63 +++++++
 .../patches/libtiff-divide-by-zero-tiffcp.patch    |  104 +++++++++++
 .../patches/libtiff-divide-by-zero-tiffcrop.patch  |   57 ++++++
 gnu/packages/patches/libtiff-divide-by-zero.patch  |   67 +++++++
 .../libtiff-heap-overflow-pixarlog-luv.patch       |  131 +++++++++++++
 .../libtiff-heap-overflow-tif-dirread.patch        |  132 +++++++++++++
 .../patches/libtiff-heap-overflow-tiffcp.patch     |   67 +++++++
 .../patches/libtiff-heap-overflow-tiffcrop.patch   |   60 ++++++
 gnu/packages/patches/libtiff-invalid-read.patch    |   64 +++++++
 .../patches/libtiff-null-dereference.patch         |   42 +++++
 .../patches/libtiff-tiffcp-underflow.patch         |   41 ++++
 gnu/packages/python.scm                            |    8 +-
 gnu/packages/ruby.scm                              |    6 +-
 gnu/packages/search.scm                            |    4 +-
 gnu/packages/tls.scm                               |   17 +-
 gnu/packages/version-control.scm                   |    6 +-
 gnu/packages/video.scm                             |    8 +-
 gnu/packages/xdisorg.scm                           |    4 +-
 gnu/system/linux-initrd.scm                        |    6 +
 gnu/tests/install.scm                              |   77 +++++++-
 guix/http-client.scm                               |    7 +-
 guix/scripts/archive.scm                           |    8 +-
 37 files changed, 1506 insertions(+), 122 deletions(-)
 create mode 100644 gnu/packages/patches/cracklib-fix-buffer-overflow.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2016-10092.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2016-10093.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2016-10094.patch
 create mode 100644 gnu/packages/patches/libtiff-assertion-failure.patch
 create mode 100644 gnu/packages/patches/libtiff-divide-by-zero-ojpeg.patch
 create mode 100644 gnu/packages/patches/libtiff-divide-by-zero-tiffcp.patch
 create mode 100644 gnu/packages/patches/libtiff-divide-by-zero-tiffcrop.patch
 create mode 100644 gnu/packages/patches/libtiff-divide-by-zero.patch
 create mode 100644 
gnu/packages/patches/libtiff-heap-overflow-pixarlog-luv.patch
 create mode 100644 gnu/packages/patches/libtiff-heap-overflow-tif-dirread.patch
 create mode 100644 gnu/packages/patches/libtiff-heap-overflow-tiffcp.patch
 create mode 100644 gnu/packages/patches/libtiff-heap-overflow-tiffcrop.patch
 create mode 100644 gnu/packages/patches/libtiff-invalid-read.patch
 create mode 100644 gnu/packages/patches/libtiff-null-dereference.patch
 create mode 100644 gnu/packages/patches/libtiff-tiffcp-underflow.patch



reply via email to

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