All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Anuj Mittal" <anuj.mittal@intel.com>
To: richard.purdie@linuxfoundation.org,
	openembedded-core@lists.openembedded.org
Subject: [gatesgarth][PATCH 00/21] pull request (cover letter only)
Date: Thu, 12 Nov 2020 11:59:54 +0800	[thread overview]
Message-ID: <cover.1605153374.git.anuj.mittal@intel.com> (raw)

Please merge these changes in gatesgarth.

Thanks,

Anuj

The following changes since commit b1eb390bbcb995c0da70478e17f9170721c75341:

  scripts/buildhistory_analysis: Avoid tracebacks from file comparision code (2020-10-30 12:37:53 +0000)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib stable/gatesgarth-next

Alexander Kanavin (1):
  apt: remove host contamination with gtest

Chee Yang Lee (1):
  ruby: fix CVE-2020-25613

Jose Quaresma (12):
  gstreamer1.0: Fix reproducibility issue around libcap
  gstreamer1.0: Update 1.16.2 -> Update 1.16.3
  gstreamer1.0-plugins-base: Update 1.16.2 -> Update 1.16.3
  gstreamer1.0-plugins-good: Update 1.16.2 -> Update 1.16.3
  gstreamer1.0-plugins-bad: Update 1.16.2 -> Update 1.16.3
  gstreamer1.0-plugins-ugly: Update 1.16.2 -> Update 1.16.3
  gstreamer1.0-libav: Update 1.16.2 -> Update 1.16.3
  gstreamer1.0-vaapi: Update 1.16.2 -> Update 1.16.3
  gstreamer1.0-rtsp-server: Update 1.16.2 -> Update 1.16.3
  gstreamer1.0-omx: Update 1.16.2 -> Update 1.16.3
  gstreamer1.0-python: Update 1.16.2 -> Update 1.16.3
  gst-validate: Update 1.16.2 -> Update 1.16.3

Khem Raj (1):
  qemuboot.bbclass: Fix a typo

Mark Jonas (2):
  libsdl2: Fix directfb syntax error
  libsdl2: Fix directfb SDL_RenderFillRect

Mingli Yu (1):
  update_udev_hwdb: clean hwdb.bin

Yann E. MORIN (2):
  common-licenses: add bzip2-1.0.4
  recipes-core/busybox: fixup licensing information

Yongxin Liu (1):
  grub: clean up CVE patches

 meta/classes/qemuboot.bbclass                 |  2 +-
 meta/files/common-licenses/bzip2-1.0.4        | 43 ++++++++++++++++
 ...08-calloc-Use-calloc-at-most-places.patch} | 10 ++--
 ...ow-checking-primitives-where-we-do-.patch} | 10 ++--
 ...e-after-free-when-redefining-a-func.patch} | 10 ++--
 ...r-overflows-in-initrd-size-handling.patch} | 10 ++--
 ...we-always-have-an-overflow-checking.patch} |  0
 ...d-LVM-cache-logical-volume-handling.patch} |  0
 ...-arithmetic-primitives-that-check-f.patch} |  0
 ...sed-fields-from-grub_script_functio.patch} |  0
 meta/recipes-bsp/grub/grub2.inc               | 16 +++---
 meta/recipes-core/busybox/busybox.inc         |  7 +--
 ...t-configure-packages-on-installation.patch |  2 +-
 ...-init-tables-from-dpkg-configuration.patch |  2 +-
 ...n-dpkg-configure-a-at-the-end-of-our.patch |  2 +-
 ...ibapt-do-not-use-gtest-from-the-host.patch | 40 +++++++++++++++
 meta/recipes-devtools/apt/apt_1.8.2.1.bb      |  1 +
 .../ruby/ruby/CVE-2020-25613.patch            | 40 +++++++++++++++
 meta/recipes-devtools/ruby/ruby_2.7.1.bb      |  1 +
 .../libsdl2/directfb-renderfillrect-fix.patch | 33 +++++++++++++
 ...ectfb-spurious-curly-brace-missing-e.patch | 49 +++++++++++++++++++
 .../libsdl2/libsdl2_2.0.12.bb                 |  2 +
 ...idate_1.16.2.bb => gst-validate_1.16.3.bb} |  4 +-
 ...1.16.2.bb => gstreamer1.0-libav_1.16.3.bb} |  4 +-
 ...x_1.16.2.bb => gstreamer1.0-omx_1.16.3.bb} |  4 +-
 ....bb => gstreamer1.0-plugins-bad_1.16.3.bb} |  4 +-
 ...bb => gstreamer1.0-plugins-base_1.16.3.bb} |  4 +-
 ...bb => gstreamer1.0-plugins-good_1.16.3.bb} |  4 +-
 ...bb => gstreamer1.0-plugins-ugly_1.16.3.bb} |  4 +-
 ...son.build-fix-builds-with-python-3.8.patch | 24 ---------
 ....16.2.bb => gstreamer1.0-python_1.16.3.bb} |  8 ++-
 ....bb => gstreamer1.0-rtsp-server_1.16.3.bb} |  4 +-
 ...1.16.2.bb => gstreamer1.0-vaapi_1.16.3.bb} |  4 +-
 .../gstreamer/gstreamer1.0/capfix.patch       | 37 --------------
 ...er1.0_1.16.2.bb => gstreamer1.0_1.16.3.bb} |  9 ++--
 scripts/postinst-intercepts/update_udev_hwdb  |  1 +
 36 files changed, 279 insertions(+), 116 deletions(-)
 create mode 100644 meta/files/common-licenses/bzip2-1.0.4
 rename meta/recipes-bsp/grub/files/{0003-calloc-Use-calloc-at-most-places.patch => CVE-2020-14308-calloc-Use-calloc-at-most-places.patch} (99%)
 rename meta/recipes-bsp/grub/files/{0005-malloc-Use-overflow-checking-primitives-where-we-do-.patch => CVE-2020-14309-CVE-2020-14310-CVE-2020-14311-malloc-Use-overflow-checking-primitives-where-we-do-.patch} (99%)
 rename meta/recipes-bsp/grub/files/{0007-script-Avoid-a-use-after-free-when-redefining-a-func.patch => CVE-2020-15706-script-Avoid-a-use-after-free-when-redefining-a-func.patch} (95%)
 rename meta/recipes-bsp/grub/files/{0008-linux-Fix-integer-overflows-in-initrd-size-handling.patch => CVE-2020-15707-linux-Fix-integer-overflows-in-initrd-size-handling.patch} (96%)
 rename meta/recipes-bsp/grub/files/{0001-calloc-Make-sure-we-always-have-an-overflow-checking.patch => calloc-Make-sure-we-always-have-an-overflow-checking.patch} (100%)
 rename meta/recipes-bsp/grub/files/{0002-lvm-Add-LVM-cache-logical-volume-handling.patch => lvm-Add-LVM-cache-logical-volume-handling.patch} (100%)
 rename meta/recipes-bsp/grub/files/{0004-safemath-Add-some-arithmetic-primitives-that-check-f.patch => safemath-Add-some-arithmetic-primitives-that-check-f.patch} (100%)
 rename meta/recipes-bsp/grub/files/{0006-script-Remove-unused-fields-from-grub_script_functio.patch => script-Remove-unused-fields-from-grub_script_functio.patch} (100%)
 create mode 100644 meta/recipes-devtools/apt/apt/0001-test-libapt-do-not-use-gtest-from-the-host.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2020-25613.patch
 create mode 100644 meta/recipes-graphics/libsdl2/libsdl2/directfb-renderfillrect-fix.patch
 create mode 100644 meta/recipes-graphics/libsdl2/libsdl2/directfb-spurious-curly-brace-missing-e.patch
 rename meta/recipes-multimedia/gstreamer/{gst-validate_1.16.2.bb => gst-validate_1.16.3.bb} (87%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.16.2.bb => gstreamer1.0-libav_1.16.3.bb} (90%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.16.2.bb => gstreamer1.0-omx_1.16.3.bb} (92%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.16.2.bb => gstreamer1.0-plugins-bad_1.16.3.bb} (98%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.16.2.bb => gstreamer1.0-plugins-base_1.16.3.bb} (96%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.16.2.bb => gstreamer1.0-plugins-good_1.16.3.bb} (96%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.16.2.bb => gstreamer1.0-plugins-ugly_1.16.3.bb} (90%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-python/0001-meson.build-fix-builds-with-python-3.8.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.16.2.bb => gstreamer1.0-python_1.16.3.bb} (80%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.16.2.bb => gstreamer1.0-rtsp-server_1.16.3.bb} (86%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.16.2.bb => gstreamer1.0-vaapi_1.16.3.bb} (93%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/capfix.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.16.2.bb => gstreamer1.0_1.16.3.bb} (90%)

-- 
2.28.0


             reply	other threads:[~2020-11-12  4:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12  3:59 Anuj Mittal [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-25  2:00 [gatesgarth][PATCH 00/21] pull request (cover letter only) Anuj Mittal
2020-12-02  1:10 Anuj Mittal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1605153374.git.anuj.mittal@intel.com \
    --to=anuj.mittal@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.