Message ID | 20250927063216.1865627-1-ankur.tyagi85@gmail.com |
---|---|
Headers | show |
Series | Trying to keep recipes in the walnascar branch updated with useful fixes from the master branch. | expand |
I have notes about two patches: 02/21: I wouldn't change defconfig in a stable branch. 17/21: Despite the semver-like versioning, this looks like a full fledged feature release, with over a 1.3k commits and a long list of new features and changes. Otherwise I plan to test the rest (assuming no other objections arise), thanks a lot. On 9/27/25 08:31, Ankur Tyagi via lists.openembedded.org wrote: > I have tried to carefully review the change logs and commit logs while updating > recipe versions. > > Did basic validation by building against qemux86-64 and qemuarm64 > machine targets. > > Ankur Tyagi (1): > lsscsi: fix versioning > > Changqing Li (1): > pahole: fix a Segmentation fault error > > Jason Schonberg (1): > Remove the use of http://ftp.gnome.org/pub/gnome > > Jeroen Hofstee (1): > php: ignore CVE-2024-3566 > > Khem Raj (2): > tomlplusplus: Fix test failures with clang/libcxx > safec: Pass Qunused-arguments when using clang > > Leon Anavi (1): > ssd1306: Update to newer version > > Miaoqing Pan (1): > hostapd: enable 802.11be, SAE-PK, OWE, SuiteB, ACS, and MBO support > > Nitin Wankhade (1): > iperf3: Fix CVE-2025-54350 > > Peace Lee (1): > guider: Upgrade 3.9.8 -> 3.9.9 > > Peter Kjellerstedt (1): > hostapd: Backport a patch to build SAE-PK correctly > > Wang Mingyu (9): > gensio: upgrade 2.8.7 -> 2.8.15 > libimobiledevice-glue: upgrade 1.3.1 -> 1.3.2 > ser2net: upgrade 4.6.4 -> 4.6.5 > mm-common: upgrade 1.0.6 -> 1.0.7 > valijson: upgrade 1.0.4 -> 1.0.5 > valijson: upgrade 1.0.5 -> 1.0.6 > tk: upgrade 9.0.1 -> 9.0.2 > sexpect: upgrade 2.3.14 -> 2.3.15 > iptraf-ng: upgrade 1.2.1 -> 1.2.2 > > Yi Zhao (1): > tk8: upgrade 8.6.15 -> 8.6.17 > > .../iperf3/iperf3/CVE-2025-54350.patch | 24 +++++++++ > .../recipes-benchmark/iperf3/iperf3_3.18.bb | 3 +- > meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb | 2 + > .../{gensio_2.8.7.bb => gensio_2.8.15.bb} | 4 +- > ...e64-for-hostapd-CONFIG_SAE_PK-builds.patch | 40 ++++++++++++++ > .../hostapd/hostapd/defconfig | 28 ++++++++++ > .../hostapd/hostapd_2.11.bb | 1 + > ....3.1.bb => libimobiledevice-glue_1.3.2.bb} | 2 +- > .../{ser2net_4.6.4.bb => ser2net_4.6.5.bb} | 2 +- > .../libsigc++-2.0/libsigc++-2.0_2.12.1.bb | 2 +- > .../libsigc++-2.0/libsigc++-3_3.6.0.bb | 2 +- > ...{mm-common_1.0.6.bb => mm-common_1.0.7.bb} | 4 +- > .../proxy-libintl/proxy-libintl_20100902.bb | 4 +- > meta-oe/recipes-core/safec/safec_3.7.1.bb | 3 ++ > .../recipes-devtools/glade/glade_3.36.0.bb | 2 +- > .../{guider_3.9.8.bb => guider_3.9.9.bb} | 8 +-- > ...{iptraf-ng_1.2.1.bb => iptraf-ng_1.2.2.bb} | 4 +- > ...r-Fix-elf_functions-cleanup-on-error.patch | 54 +++++++++++++++++++ > .../recipes-devtools/pahole/pahole_1.29.bb | 3 +- > meta-oe/recipes-devtools/php/php_8.4.10.bb | 1 + > .../{sexpect_2.3.14.bb => sexpect_2.3.15.bb} | 4 +- > .../recipes-devtools/ssd1306/ssd1306_git.bb | 2 +- > .../tcltk/{tk8_8.6.15.bb => tk8_8.6.17.bb} | 2 +- > .../tcltk/{tk_9.0.1.bb => tk_9.0.2.bb} | 2 +- > .../tomlplusplus/tomlplusplus_git.bb | 4 ++ > .../{valijson_1.0.4.bb => valijson_1.0.6.bb} | 4 +- > .../gnome-themes/gnome-themes-extra_3.28.bb | 2 +- > meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb | 2 +- > 28 files changed, 187 insertions(+), 28 deletions(-) > create mode 100644 meta-oe/recipes-benchmark/iperf3/iperf3/CVE-2025-54350.patch > rename meta-oe/recipes-connectivity/gensio/{gensio_2.8.7.bb => gensio_2.8.15.bb} (92%) > create mode 100644 meta-oe/recipes-connectivity/hostapd/hostapd/0001-Include-base64-for-hostapd-CONFIG_SAE_PK-builds.patch > rename meta-oe/recipes-connectivity/libimobiledevice-glue/{libimobiledevice-glue_1.3.1.bb => libimobiledevice-glue_1.3.2.bb} (89%) > rename meta-oe/recipes-connectivity/ser2net/{ser2net_4.6.4.bb => ser2net_4.6.5.bb} (91%) > rename meta-oe/recipes-core/mm-common/{mm-common_1.0.6.bb => mm-common_1.0.7.bb} (78%) > rename meta-oe/recipes-devtools/guider/{guider_3.9.8.bb => guider_3.9.9.bb} (75%) > rename meta-oe/recipes-devtools/iptraf/{iptraf-ng_1.2.1.bb => iptraf-ng_1.2.2.bb} (89%) > create mode 100644 meta-oe/recipes-devtools/pahole/files/0001-btf_encoder-Fix-elf_functions-cleanup-on-error.patch > rename meta-oe/recipes-devtools/sexpect/{sexpect_2.3.14.bb => sexpect_2.3.15.bb} (82%) > rename meta-oe/recipes-devtools/tcltk/{tk8_8.6.15.bb => tk8_8.6.17.bb} (97%) > rename meta-oe/recipes-devtools/tcltk/{tk_9.0.1.bb => tk_9.0.2.bb} (97%) > rename meta-oe/recipes-devtools/valijson/{valijson_1.0.4.bb => valijson_1.0.6.bb} (90%) > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#119954): https://lists.openembedded.org/g/openembedded-devel/message/119954 > Mute This Topic: https://lists.openembedded.org/mt/115461658/6084445 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >