guix-commits
[Top][All Lists]
Advanced

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

branch master updated (0cb4ef1 -> 6afe154)


From: guix-commits
Subject: branch master updated (0cb4ef1 -> 6afe154)
Date: Tue, 27 Apr 2021 02:00:20 -0400 (EDT)

lfam pushed a change to branch master
in repository guix.

    from 0cb4ef1  gnu: GIMP: Update to 2.10.24.
     new c48b8fe  gnu: gst-plugins-good: Fix CVE-2021-3497 and CVE-2021-3498.
     new 46a65b5  gnu: gst-libav: Fix a stack corruption bug.
     new 163693f  gnu: gst-plugins-bad: Fix an overflow when processing video 
files.
     new 5a91856  gnu: gst-plugins-base: Fix an invalid read when parsing ID3v2 
tags.
     new 32db6f5  gnu: gst-plugins-ugly: Fix some out-of-bounds reads.
     new 6afe154  gnu: xorg-server: Update to 1.20.11 [fixes CVE-2021-3472].

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/local.mk                                       |   6 +
 gnu/packages/gstreamer.scm                         |   8 +-
 .../gst-libav-64channels-stack-corruption.patch    |  31 +++
 .../patches/gst-plugins-bad-fix-overflow.patch     | 263 +++++++++++++++++++++
 .../gst-plugins-base-fix-id3v2-invalid-read.patch  |  40 ++++
 .../patches/gst-plugins-good-CVE-2021-3497.patch   | 174 ++++++++++++++
 .../patches/gst-plugins-good-CVE-2021-3498.patch   |  22 ++
 .../gst-plugins-ugly-fix-out-of-bound-reads.patch  | 119 ++++++++++
 gnu/packages/xorg.scm                              |  30 ++-
 9 files changed, 689 insertions(+), 4 deletions(-)
 create mode 100644 
gnu/packages/patches/gst-libav-64channels-stack-corruption.patch
 create mode 100644 gnu/packages/patches/gst-plugins-bad-fix-overflow.patch
 create mode 100644 
gnu/packages/patches/gst-plugins-base-fix-id3v2-invalid-read.patch
 create mode 100644 gnu/packages/patches/gst-plugins-good-CVE-2021-3497.patch
 create mode 100644 gnu/packages/patches/gst-plugins-good-CVE-2021-3498.patch
 create mode 100644 
gnu/packages/patches/gst-plugins-ugly-fix-out-of-bound-reads.patch



reply via email to

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