Message ID | 54a40e2b-8aa2-4cca-84b2-cf1b3ccbec49@gmail.com |
---|---|
State | New |
Headers | show |
Series | kirkstone merge request: June 4th | expand |
Hi Armin, my recent fix for lmsensors (fc88c96c4e40 lmsensors: Fix build without sensord) is missing from kirkstone-next and scarthgap-next. Is there any reason for the backport not being accepted? Leonard Am Mittwoch, dem 04.06.2025 um 07:30 -0400 schrieb Armin Kuster via lists.openembedded.org: > The following changes since commit > e42549cef364ae09b3b7c8b64bbeab32e50f1bb0: > > net-snmp: fix memory leak (2025-04-20 13:43:55 -0400) > > are available in the Git repository at: > > git://git.openembedded.org/meta-openembedded kirkstone-next > > for you to fetch changes up to > 45bddd258a3d1ded925faf8389e01bb948dc7f5b: > > poppler: fix CVE-2025-43903 (2025-05-25 14:48:44 -0400) > > ---------------------------------------------------------------- > Soumya Sambu (1): > python3-twisted: Fix CVE-2024-41671 > > Yogita Urade (3): > poppler: fix CVE-2025-32364 > poppler: fix CVE-2025-32365 > poppler: fix CVE-2025-43903 > > Zhang Peng (1): > frr: fix CVE-2024-55553 > > meta-networking/recipes-protocols/frr/frr/CVE-2024-55553.patch | > 304 > ++++++++++++++++++++++++++++ > meta-networking/recipes-protocols/frr/frr_8.2.2.bb | 1 > + > meta-oe/recipes-support/poppler/poppler/CVE-2025-32364.patch | > 28 +++ > meta-oe/recipes-support/poppler/poppler/CVE-2025-32365.patch | > 41 ++++ > meta-oe/recipes-support/poppler/poppler/CVE-2025-43903.patch | > 54 +++++ > meta-oe/recipes-support/poppler/poppler_22.04.0.bb | 3 > + > .../python/python3-twisted/CVE-2024-41671-0001.patch | > 33 +++ > .../python/python3-twisted/CVE-2024-41671-0002.patch | > 196 > ++++++++++++++++++ > meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb | 3 > + > 9 files changed, 663 insertions(+) > create mode 100644 > meta-networking/recipes-protocols/frr/frr/CVE-2024-55553.patch > create mode 100644 > meta-oe/recipes-support/poppler/poppler/CVE-2025-32364.patch > create mode 100644 > meta-oe/recipes-support/poppler/poppler/CVE-2025-32365.patch > create mode 100644 > meta-oe/recipes-support/poppler/poppler/CVE-2025-43903.patch > create mode 100644 > meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671- > 0001.patch > create mode 100644 > meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671- > 0002.patch > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#117737): > https://lists.openembedded.org/g/openembedded-devel/message/117737 > Mute This Topic: https://lists.openembedded.org/mt/113464215/7270266 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: > https://lists.openembedded.org/g/openembedded-devel/unsub [ > L.Anderweit@phytec.de] > -=-=-=-=-=-=-=-=-=-=-=- >
merged now, thanks Armin. On Wed, Jun 4, 2025 at 4:30 AM akuster808 <akuster808@gmail.com> wrote: > > The following changes since commit e42549cef364ae09b3b7c8b64bbeab32e50f1bb0: > > net-snmp: fix memory leak (2025-04-20 13:43:55 -0400) > > are available in the Git repository at: > > git://git.openembedded.org/meta-openembedded kirkstone-next > > for you to fetch changes up to 45bddd258a3d1ded925faf8389e01bb948dc7f5b: > > poppler: fix CVE-2025-43903 (2025-05-25 14:48:44 -0400) > > ---------------------------------------------------------------- > Soumya Sambu (1): > python3-twisted: Fix CVE-2024-41671 > > Yogita Urade (3): > poppler: fix CVE-2025-32364 > poppler: fix CVE-2025-32365 > poppler: fix CVE-2025-43903 > > Zhang Peng (1): > frr: fix CVE-2024-55553 > > meta-networking/recipes-protocols/frr/frr/CVE-2024-55553.patch | 304 > ++++++++++++++++++++++++++++ > meta-networking/recipes-protocols/frr/frr_8.2.2.bb | 1 + > meta-oe/recipes-support/poppler/poppler/CVE-2025-32364.patch | 28 +++ > meta-oe/recipes-support/poppler/poppler/CVE-2025-32365.patch | 41 ++++ > meta-oe/recipes-support/poppler/poppler/CVE-2025-43903.patch | 54 +++++ > meta-oe/recipes-support/poppler/poppler_22.04.0.bb | 3 + > .../python/python3-twisted/CVE-2024-41671-0001.patch | 33 +++ > .../python/python3-twisted/CVE-2024-41671-0002.patch | 196 > ++++++++++++++++++ > meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb | 3 + > 9 files changed, 663 insertions(+) > create mode 100644 > meta-networking/recipes-protocols/frr/frr/CVE-2024-55553.patch > create mode 100644 > meta-oe/recipes-support/poppler/poppler/CVE-2025-32364.patch > create mode 100644 > meta-oe/recipes-support/poppler/poppler/CVE-2025-32365.patch > create mode 100644 > meta-oe/recipes-support/poppler/poppler/CVE-2025-43903.patch > create mode 100644 > meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0001.patch > create mode 100644 > meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0002.patch >