guix-commits
[Top][All Lists]
Advanced

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

branch master updated (8966c6b -> b0a5676)


From: Leo Famulari
Subject: branch master updated (8966c6b -> b0a5676)
Date: Tue, 10 Jan 2017 22:53:08 +0000 (UTC)

lfam pushed a change to branch master
in repository guix.

      from  8966c6b   gnu: notmuch: Update to 0.23.5.
       new  4b96149   gnu: libtiff: Fix CVE-2016-{10092,10093,10094} and others.
       new  b0a5676   gnu: cracklib: Fix buffer overflow.

The 2 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:
 gnu/local.mk                                       |   16 +++
 gnu/packages/image.scm                             |   24 ++++
 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 ++++++
 19 files changed, 1098 insertions(+), 1 deletion(-)
 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]