Message ID | 4d9e595a-b765-4364-b92c-18deebdc7ce0@gmail.com |
---|---|
State | New |
Headers | show |
Series | kirkstone merge request: Marck 25th | expand |
merged thanks Armin On Mon, Mar 25, 2024 at 4:14 AM akuster808 <akuster808@gmail.com> wrote: > > The following changes since commit fda737ec0cc1d2a5217548a560074a8e4d5ec580: > > mbedtls: Upgrade 3.5.0 -> 3.5.2 (2024-02-28 08:18:18 -0500) > > are available in the Git repository at: > > https://git.openembedded.org/meta-openembedded kirkstone-next > > for you to fetch changes up to 8bb16533532b6abc2eded7d9961ab2a108fd7a5b: > > dnsmasq: Upgrade 2.87 -> 2.90 (2024-03-25 07:11:05 -0400) > > ---------------------------------------------------------------- > Anuj Mittal (1): > opencv: fix reproducibility issues > > Soumya Sambu (4): > openvpn: ignore CVE-2023-7235 > postgresql: Upgrade to 14.11 > unixodbc: Fix CVE-2024-1013 > dnsmasq: Upgrade 2.87 -> 2.90 > > Vivek Kumbhar (1): > openjpeg: Backport fix CVE-2021-3575 > > Yogita Urade (1): > c-ares: fix CVE-2024-25629 > > meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 1 - > meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch | 31 --- > meta-networking/recipes-support/dnsmasq/dnsmasq_2.87.bb | 7 - > meta-networking/recipes-support/dnsmasq/dnsmasq_2.90.bb | 3 + > .../recipes-support/dnsmasq/files/CVE-2023-28450.patch | 48 ----- > meta-networking/recipes-support/openvpn/openvpn_2.5.6.bb | 3 + > .../0001-configure.ac-bypass-autoconf-2.69-version-check.patch | 6 +- > meta-oe/recipes-dbs/postgresql/files/CVE-2023-5868.patch | 125 > ------------ > meta-oe/recipes-dbs/postgresql/files/CVE-2023-5869.patch | 294 > ---------------------------- > meta-oe/recipes-dbs/postgresql/files/CVE-2023-5870.patch | 108 > ---------- > .../postgresql/{postgresql_14.9.bb => postgresql_14.11.bb} | 7 +- > meta-oe/recipes-graphics/openjpeg/openjpeg/CVE-2021-3575.patch | 45 +++++ > meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb | 1 + > meta-oe/recipes-support/c-ares/c-ares/CVE-2024-25629.patch | 34 ++++ > meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb | 1 + > meta-oe/recipes-support/opencv/opencv_4.5.5.bb | 34 ++-- > meta-oe/recipes-support/unixodbc/files/CVE-2024-1013.patch | 53 +++++ > meta-oe/recipes-support/unixodbc/unixodbc_2.3.9.bb | 1 + > 18 files changed, 163 insertions(+), 639 deletions(-) > delete mode 100644 > meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch > delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.87.bb > create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.90.bb > delete mode 100644 > meta-networking/recipes-support/dnsmasq/files/CVE-2023-28450.patch > delete mode 100644 > meta-oe/recipes-dbs/postgresql/files/CVE-2023-5868.patch > delete mode 100644 > meta-oe/recipes-dbs/postgresql/files/CVE-2023-5869.patch > delete mode 100644 > meta-oe/recipes-dbs/postgresql/files/CVE-2023-5870.patch > rename meta-oe/recipes-dbs/postgresql/{postgresql_14.9.bb => > postgresql_14.11.bb} (61%) > create mode 100644 > meta-oe/recipes-graphics/openjpeg/openjpeg/CVE-2021-3575.patch > create mode 100644 > meta-oe/recipes-support/c-ares/c-ares/CVE-2024-25629.patch > create mode 100644 > meta-oe/recipes-support/unixodbc/files/CVE-2024-1013.patch >