($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: akuster808 <akuster808@gmail.com>
Cc: OpenEmbedded Devel List <openembedded-devel@lists.openembedded.org>
Subject: Re: kirkstone merge request: April 28th
Date: Sun, 28 Apr 2024 10:55:55 -0700	[thread overview]
Message-ID: <CAMKF1soXKMLa7v69CV1v01Ju6T1Y6pU9k=AipxNPbLV2_6cmHA@mail.gmail.com> (raw)
In-Reply-To: <8848eecd-9588-40ab-8806-0cafc2cf7554@gmail.com>

merged thanks Armin.

On Sun, Apr 28, 2024 at 10:14 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 8bb16533532b6abc2eded7d9961ab2a108fd7a5b:
>
>    dnsmasq: Upgrade 2.87 -> 2.90 (2024-03-25 07:11:05 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded kirkstone-next
>
> for you to fetch changes up to 5a6f7925bd2b885955c942573f70a5594f231563:
>
>    python3-twisted: Add python3-typing-extensions to RDEPENDS
> (2024-04-28 13:10:23 -0400)
>
> ----------------------------------------------------------------
> Ashish Sharma (1):
>        wireshark: Backport fix for CVE-2024-2955
>
> Derek Straka (1):
>        python3-pyyaml-include: add initial recipe for version 1.3.2
>
> Hains van den Bosch (2):
>        python3-twisted: Add python3-asyncio to RDEPENDS
>        python3-twisted: Add python3-typing-extensions to RDEPENDS
>
> Hitendra Prajapati (1):
>        wireshark: fix CVE-2023-6175
>
> Mingli Yu (1):
>        python3-pyyaml-include: Upgrade 1.3.2 -> 1.4.1
>
> Rahul Janani Pandi (3):
>        python3-pillow: Fix CVE-2023-50447
>        python3-django: fix CVE-2024-24680
>        python3-aiohttp: Fix CVE-2024-23334
>
> Rohini Sangam (1):
>        xterm: Security fix for CVE-2023-40359
>
> Soumya Sambu (2):
>        iniparser: Fix CVE-2023-33461
>        apache2: Upgrade v2.4.58 -> v2.4.59
>
> Tim Orling (1):
>        python3-pyyaml-include: switch to pytest --automake
>
> Xiangyu Chen (1):
>        bats: fix bats-format-pretty report error when multilib enabled
>
> nikhil (1):
>        giflib: Fix CVE CVE-2022-28506
>
>   .../recipes-support/wireshark/files/CVE-2023-6175.patch         | 246
> ++++++++++++++++++
>   .../recipes-support/wireshark/files/CVE-2024-2955.patch         | 52 ++++
>   meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb   | 2 +
>   meta-oe/recipes-devtools/giflib/files/CVE-2022-28506.patch      | 40 +++
>   meta-oe/recipes-devtools/giflib/giflib_5.2.1.bb                 | 4 +-
>   meta-oe/recipes-graphics/xorg-app/xterm/CVE-2023-40359.patch    | 388
> ++++++++++++++++++++++++++++
>   meta-oe/recipes-graphics/xorg-app/xterm_372.bb                  | 1 +
>   .../recipes-support/iniparser/iniparser/CVE-2023-33461.patch    | 51 ++++
>   meta-oe/recipes-support/iniparser/iniparser_4.1.bb              | 4 +-
>   meta-oe/recipes-test/bats/bats_1.6.1.bb                         | 1 +
>   .../python/python3-aiohttp/CVE-2024-23334.patch                 | 222
> ++++++++++++++++
>   meta-python/recipes-devtools/python/python3-aiohttp_3.8.6.bb    | 3 +
>   .../recipes-devtools/python/python3-django/CVE-2024-24680.patch | 48 ++++
>   meta-python/recipes-devtools/python/python3-django_2.2.28.bb    | 1 +
>   .../python/python3-pillow/CVE-2023-50447-1.patch                | 29 +++
>   .../python/python3-pillow/CVE-2023-50447-2.patch                | 31 +++
>   .../python/python3-pillow/CVE-2023-50447-3.patch                | 56 ++++
>   .../python/python3-pillow/CVE-2023-50447-4.patch                | 66 +++++
>   meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb     | 4 +
>   .../recipes-devtools/python/python3-pyyaml-include/run-ptest    | 3 +
>   .../recipes-devtools/python/python3-pyyaml-include_1.4.1.bb     | 29 +++
>   meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb   | 2 +
>   .../0004-apache2-log-the-SELinux-context-at-startup.patch       | 16 +-
>   .../apache2/0007-apache2-allow-to-disable-selinux-support.patch | 10 +-
>   .../apache2/{apache2_2.4.58.bb => apache2_2.4.59.bb} |   2 +-
>   25 files changed, 1295 insertions(+), 16 deletions(-)
>   create mode 100644
> meta-networking/recipes-support/wireshark/files/CVE-2023-6175.patch
>   create mode 100644
> meta-networking/recipes-support/wireshark/files/CVE-2024-2955.patch
>   create mode 100644
> meta-oe/recipes-devtools/giflib/files/CVE-2022-28506.patch
>   create mode 100644
> meta-oe/recipes-graphics/xorg-app/xterm/CVE-2023-40359.patch
>   create mode 100644
> meta-oe/recipes-support/iniparser/iniparser/CVE-2023-33461.patch
>   create mode 100644
> meta-python/recipes-devtools/python/python3-aiohttp/CVE-2024-23334.patch
>   create mode 100644
> meta-python/recipes-devtools/python/python3-django/CVE-2024-24680.patch
>   create mode 100644
> meta-python/recipes-devtools/python/python3-pillow/CVE-2023-50447-1.patch
>   create mode 100644
> meta-python/recipes-devtools/python/python3-pillow/CVE-2023-50447-2.patch
>   create mode 100644
> meta-python/recipes-devtools/python/python3-pillow/CVE-2023-50447-3.patch
>   create mode 100644
> meta-python/recipes-devtools/python/python3-pillow/CVE-2023-50447-4.patch
>   create mode 100755
> meta-python/recipes-devtools/python/python3-pyyaml-include/run-ptest
>   create mode 100644
> meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb
>   rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.58.bb =>
> apache2_2.4.59.bb} (99%)
>


      reply	other threads:[~2024-04-28 17:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-28 17:14 kirkstone merge request: April 28th akuster808
2024-04-28 17:55 ` Khem Raj [this message]

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='CAMKF1soXKMLa7v69CV1v01Ju6T1Y6pU9k=AipxNPbLV2_6cmHA@mail.gmail.com' \
    --to=raj.khem@gmail.com \
    --cc=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).