All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/25] Wrynose pull request
@ 2026-06-22  9:43 Anuj Mittal
  0 siblings, 0 replies; only message in thread
From: Anuj Mittal @ 2026-06-22  9:43 UTC (permalink / raw)
  To: openembedded-devel

Please merge these changes in wrynose. Changes tested on autobuilder and locally.

https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1561

The following changes since commit a43f0d532c399458cae44ce66f3799a220fbb497:

  README: update listed maintainer (2026-05-29 09:29:32 +0530)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded-contrib anujm/wrynose
  https://git.openembedded.org/meta-openembedded-contrib/log/?h=anujm/wrynose

for you to fetch changes up to 100027977216601000cbefc42c2ff6cf667e7b5e:

  hostapd: Fix clearing settings for color switch (2026-06-18 13:11:20 +0530)

----------------------------------------------------------------

Abhishek Bachiphale (1):
  dnsmasq: upgrade 2.92 -> 2.93

Andrej Kozemcak (1):
  poco: fix timezone and data time parser issue

Ankur Tyagi (4):
  libjs-jquery-cookie: patch CVE-2026-46625
  postfix: upgrade 3.10.9 -> 3.10.10
  python3-django: upgrade 5.2.14 -> 5.2.15
  python3-django: upgrade 6.0.5 -> 6.0.6

Anton Skorup (1):
  jq: patch CVE-2026-47770

Dmitry Baryshkov (1):
  mariadb: fix building for the ARMv8.3-A and later systems

Jason Schonberg (2):
  php: upgrade 8.5.5 -> 8.5.6
  php: upgrade 8.5.6 -> 8.5.7

Li Zhou (1):
  haveged: upgrade 1.9.19 -> 1.9.20

Markus Volk (1):
  pipewire: update 1.6.5 -> 1.6.6

Max Krummenacher (1):
  fio: fix build with musl

Mingli Yu (1):
  mariadb: Upgrade 11.4.10 -> 11.4.12

Naman Jain (1):
  nftables: Conditionally add ${PN}-python as RDEPENDS for ptest

Peter Kjellerstedt (2):
  php: Correct the license to PHP-3.01
  ttf-dejavu: Use "Bitstream-Vera" instead of "BitstreamVera" as license

Wang Mingyu (7):
  haveged: upgrade 1.9.20 -> 1.9.22
  imagemagick: upgrade 7.1.2-23 -> 7.1.2-24
  memcached: upgrade 1.6.41 -> 1.6.42
  gdm: upgrade 50.0 -> 50.1
  python3-vector: upgrade 1.8.0 -> 1.8.1
  python3-soupsieve: upgrade 2.8.3 -> 2.8.4
  proftpd: upgrade 1.3.9a -> 1.3.9b

Wei Zhang (1):
  hostapd: Fix clearing settings for color switch

 .../gdm/{gdm_50.0.bb => gdm_50.1.bb}          |   2 +-
 .../{pipewire_1.6.5.bb => pipewire_1.6.6.bb}  |   8 +-
 .../files/0001-Fix-build-with-musl.patch      |  50 --
 .../{postfix_3.10.9.bb => postfix_3.10.10.bb} |   3 +-
 .../{proftpd_1.3.9a.bb => proftpd_1.3.9b.bb}  |   2 +-
 .../recipes-filter/nftables/nftables_1.1.6.bb |   5 +-
 .../{dnsmasq_2.92.bb => dnsmasq_2.93.bb}      |   6 +-
 .../dnsmasq/files/CVE-2026-4891.patch         |  40 --
 .../dnsmasq/files/CVE-2026-4892.patch         |  36 --
 .../dnsmasq/files/CVE-2026-4893.patch         |  34 --
 .../dnsmasq/files/CVE-2026-5172.patch         |  34 --
 ...emcached_1.6.41.bb => memcached_1.6.42.bb} |   2 +-
 ...inux-prctl.h-include-to-fix-musl-con.patch |  33 ++
 meta-oe/recipes-benchmark/fio/fio_3.42.bb     |   1 +
 ...learing-up-settings-for-color-switch.patch |  34 ++
 .../hostapd/hostapd_2.11.bb                   |   1 +
 ...e_11.4.10.bb => mariadb-native_11.4.12.bb} |   0
 meta-oe/recipes-dbs/mysql/mariadb.inc         |   3 +-
 ...b11be28ae9b2432b2a661bf38a197cf9514d.patch |  52 ++
 ...{mariadb_11.4.10.bb => mariadb_11.4.12.bb} |   0
 .../jq/jq/CVE-2026-47770.patch                | 484 ++++++++++++++++++
 meta-oe/recipes-devtools/jq/jq_1.8.1.bb       |   1 +
 .../php/{php_8.5.5.bb => php_8.5.7.bb}        |   4 +-
 .../{haveged_1.9.19.bb => haveged_1.9.22.bb}  |   4 +-
 .../ttf-fonts/ttf-dejavu_2.37.bb              |   2 +-
 ...ck_7.1.2-23.bb => imagemagick_7.1.2-24.bb} |   2 +-
 .../libjs-jquery-cookie/CVE-2026-46625.patch  |  63 +++
 .../libjs/libjs-jquery-cookie_3.0.5.bb        |   4 +-
 ...er-trailing-timezone-designators-Tim.patch | 240 +++++++++
 meta-oe/recipes-support/poco/poco_1.15.2.bb   |   1 +
 ...ngo_5.2.14.bb => python3-django_5.2.15.bb} |   2 +-
 ...jango_6.0.5.bb => python3-django_6.0.6.bb} |   2 +-
 ...ve_2.8.3.bb => python3-soupsieve_2.8.4.bb} |   2 +-
 ...ector_1.8.0.bb => python3-vector_1.8.1.bb} |   2 +-
 34 files changed, 939 insertions(+), 220 deletions(-)
 rename meta-gnome/recipes-gnome/gdm/{gdm_50.0.bb => gdm_50.1.bb} (96%)
 rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_1.6.5.bb => pipewire_1.6.6.bb} (99%)
 delete mode 100644 meta-networking/recipes-daemons/postfix/files/0001-Fix-build-with-musl.patch
 rename meta-networking/recipes-daemons/postfix/{postfix_3.10.9.bb => postfix_3.10.10.bb} (98%)
 rename meta-networking/recipes-daemons/proftpd/{proftpd_1.3.9a.bb => proftpd_1.3.9b.bb} (99%)
 rename meta-networking/recipes-support/dnsmasq/{dnsmasq_2.92.bb => dnsmasq_2.93.bb} (95%)
 delete mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-4891.patch
 delete mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-4892.patch
 delete mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-4893.patch
 delete mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-5172.patch
 rename meta-networking/recipes-support/memcached/{memcached_1.6.41.bb => memcached_1.6.42.bb} (95%)
 create mode 100644 meta-oe/recipes-benchmark/fio/fio/0001-backend-remove-linux-prctl.h-include-to-fix-musl-con.patch
 create mode 100644 meta-oe/recipes-connectivity/hostapd/hostapd/0002-hostapd-Fix-clearing-up-settings-for-color-switch.patch
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_11.4.10.bb => mariadb-native_11.4.12.bb} (100%)
 create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/c21bb11be28ae9b2432b2a661bf38a197cf9514d.patch
 rename meta-oe/recipes-dbs/mysql/{mariadb_11.4.10.bb => mariadb_11.4.12.bb} (100%)
 create mode 100644 meta-oe/recipes-devtools/jq/jq/CVE-2026-47770.patch
 rename meta-oe/recipes-devtools/php/{php_8.5.5.bb => php_8.5.7.bb} (99%)
 rename meta-oe/recipes-extended/haveged/{haveged_1.9.19.bb => haveged_1.9.22.bb} (91%)
 rename meta-oe/recipes-support/imagemagick/{imagemagick_7.1.2-23.bb => imagemagick_7.1.2-24.bb} (99%)
 create mode 100644 meta-oe/recipes-support/libjs/libjs-jquery-cookie/CVE-2026-46625.patch
 create mode 100644 meta-oe/recipes-support/poco/poco/0004-Fix-DateTimeParser-trailing-timezone-designators-Tim.patch
 rename meta-python/recipes-devtools/python/{python3-django_5.2.14.bb => python3-django_5.2.15.bb} (61%)
 rename meta-python/recipes-devtools/python/{python3-django_6.0.5.bb => python3-django_6.0.6.bb} (75%)
 rename meta-python/recipes-devtools/python/{python3-soupsieve_2.8.3.bb => python3-soupsieve_2.8.4.bb} (85%)
 rename meta-python/recipes-devtools/python/{python3-vector_1.8.0.bb => python3-vector_1.8.1.bb} (88%)

-- 
2.54.0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-22  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-22  9:43 [PATCH 00/25] Wrynose pull request Anuj Mittal

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.