mbox series

mickledore merge request Sept 22nd

Message ID 099ed3ed-bab2-9659-b148-b66a74e04cdb@gmail.com
State New
Headers show
Series mickledore merge request Sept 22nd | expand

Pull-request

https://git.openembedded.org/meta-openembedded mickledore-next

Message

akuster808 Sept. 22, 2023, 12:30 p.m. UTC
The following changes since commit 57c516973978ca2667339bf1aae7dc722b5bcac7:

   tcpdump: upgrade 4.99.3 -> 4.99.4 (2023-09-05 13:40:23 -0400)

are available in the Git repository at:

   https://git.openembedded.org/meta-openembedded mickledore-next

for you to fetch changes up to 32c529d435c45e60151c714936d451ed9e341466:

   poppler: fix CVE-2023-34872 (2023-09-19 07:22:00 -0400)

----------------------------------------------------------------
Chen Qi (2):
       grpc: fix CVE-2023-32732
       grpc: fix CVE-2023-33953

Chris Dimich (1):
       image_types_sparse: Fix syntax error

Martin Jansa (4):
       mongodb: enable hardware crc32 only with crc in TUNE_FEATURES
       khronos-cts.inc: respect MLPREFIX when appending DEPENDS with 
anonymous python
       libcyusbserial: fix installed-vs-shipped QA issue with multilib
       tcpreplay: fix pcap detection with /usr/lib32 multilib

Polampalli, Archana (1):
       python3-appdirs: print ptest results in unified format

Yogita Urade (1):
       poppler: fix CVE-2023-34872

  ...1-configure.ac-unify-search-dirs-for-pcap-and-add-lib3.patch | 82 
++++++++++
  meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.4.bb    | 9 +-
  meta-oe/classes/image_types_sparse.bbclass                      | 12 +-
  .../meta-python/recipes-dbs/mongodb/mongodb_git.bb              | 1 +
  ...1-backport-iomgr-EventEngine-Improve-server-handling-o.patch | 224 
++++++++++++++++++++++++++++
  .../recipes-devtools/grpc/grpc/0001-fix-CVE-2023-32732.patch    | 81 
++++++++++
  meta-oe/recipes-devtools/grpc/grpc_1.50.1.bb                    | 2 +
  meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc              | 4 +-
  ...1-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch | 43 
++++++
  meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb    | 4 +-
  meta-oe/recipes-support/poppler/poppler/CVE-2023-34872.patch    | 46 
++++++
  meta-oe/recipes-support/poppler/poppler_23.03.0.bb              | 1 +
  meta-python/recipes-devtools/python/python3-appdirs/run-ptest   | 2 +-
  13 files changed, 498 insertions(+), 13 deletions(-)
  create mode 100644 
meta-networking/recipes-support/tcpreplay/tcpreplay/0001-configure.ac-unify-search-dirs-for-pcap-and-add-lib3.patch
  create mode 100644 
meta-oe/recipes-devtools/grpc/grpc/0001-backport-iomgr-EventEngine-Improve-server-handling-o.patch
  create mode 100644 
meta-oe/recipes-devtools/grpc/grpc/0001-fix-CVE-2023-32732.patch
  create mode 100644 
meta-oe/recipes-support/libcyusbserial/libcyusbserial/0001-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch
  create mode 100644 
meta-oe/recipes-support/poppler/poppler/CVE-2023-34872.patch

Comments

Khem Raj Sept. 22, 2023, 1:37 p.m. UTC | #1
merged thanks Armin

On Fri, Sep 22, 2023 at 5:30 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 57c516973978ca2667339bf1aae7dc722b5bcac7:
>
>    tcpdump: upgrade 4.99.3 -> 4.99.4 (2023-09-05 13:40:23 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded mickledore-next
>
> for you to fetch changes up to 32c529d435c45e60151c714936d451ed9e341466:
>
>    poppler: fix CVE-2023-34872 (2023-09-19 07:22:00 -0400)
>
> ----------------------------------------------------------------
> Chen Qi (2):
>        grpc: fix CVE-2023-32732
>        grpc: fix CVE-2023-33953
>
> Chris Dimich (1):
>        image_types_sparse: Fix syntax error
>
> Martin Jansa (4):
>        mongodb: enable hardware crc32 only with crc in TUNE_FEATURES
>        khronos-cts.inc: respect MLPREFIX when appending DEPENDS with
> anonymous python
>        libcyusbserial: fix installed-vs-shipped QA issue with multilib
>        tcpreplay: fix pcap detection with /usr/lib32 multilib
>
> Polampalli, Archana (1):
>        python3-appdirs: print ptest results in unified format
>
> Yogita Urade (1):
>        poppler: fix CVE-2023-34872
>
>   ...1-configure.ac-unify-search-dirs-for-pcap-and-add-lib3.patch | 82
> ++++++++++
>   meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.4.bb    | 9 +-
>   meta-oe/classes/image_types_sparse.bbclass                      | 12 +-
>   .../meta-python/recipes-dbs/mongodb/mongodb_git.bb              | 1 +
>   ...1-backport-iomgr-EventEngine-Improve-server-handling-o.patch | 224
> ++++++++++++++++++++++++++++
>   .../recipes-devtools/grpc/grpc/0001-fix-CVE-2023-32732.patch    | 81
> ++++++++++
>   meta-oe/recipes-devtools/grpc/grpc_1.50.1.bb                    | 2 +
>   meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc              | 4 +-
>   ...1-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch | 43
> ++++++
>   meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb    | 4 +-
>   meta-oe/recipes-support/poppler/poppler/CVE-2023-34872.patch    | 46
> ++++++
>   meta-oe/recipes-support/poppler/poppler_23.03.0.bb              | 1 +
>   meta-python/recipes-devtools/python/python3-appdirs/run-ptest   | 2 +-
>   13 files changed, 498 insertions(+), 13 deletions(-)
>   create mode 100644
> meta-networking/recipes-support/tcpreplay/tcpreplay/0001-configure.ac-unify-search-dirs-for-pcap-and-add-lib3.patch
>   create mode 100644
> meta-oe/recipes-devtools/grpc/grpc/0001-backport-iomgr-EventEngine-Improve-server-handling-o.patch
>   create mode 100644
> meta-oe/recipes-devtools/grpc/grpc/0001-fix-CVE-2023-32732.patch
>   create mode 100644
> meta-oe/recipes-support/libcyusbserial/libcyusbserial/0001-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch
>   create mode 100644
> meta-oe/recipes-support/poppler/poppler/CVE-2023-34872.patch