2026.94 - 23 July 2026 - Fix scp build failure regression from 2026.93 The new ascii_isdigit() etc wasn't linked.
- Print square brackets around ipv6 addresses with ports, eg [2a00:f10:400:2:1c00:bcff:fe00:1c6]:22 Patch from Seo Suchan - Support longer paths in scp. - Avoid some build warnings, add increase github action coverage of config options. 2026.93 - 21 July 2026 Note >> for compatibility/configuration changes - Security: Fix a use-after-free in X11 forwarding that could possibly lead to memory corruption. This is vulnerable to authenticated users if X11 forwarding is enabled. By default X11 forwarding is not built. In 2026.89 the server is running as the authenticated user for X11 forwarding, in earlier versions it runs as root. This removes X11 "single connection" which has probably never been used. Reported by @peter-pe https://github.com/mkj/dropbear/commit/882f83806d5e133037cd28e954a878984ef7b9c4 - >> "permitlisten" authorized_keys lines will now be ignored if the port is invalid (>65535). From Basavaraj S Maneppagol. - >> In 2026.92, the configure option --enable-plugin-deprecated wasn't correctly renamed. This is now implemented. Patch from Alexander Dahl - Two factor auth "-t" is no longer deprecated, it will be kept. The "DEPRECATED_TWO_FACTOR" option is ignored, and no longer required. - Fix out of bounds read during utmp/wtmp log file handling, reported by Basavaraj S Maneppagol. - More robust handling of ascii inputs for some platforms. From Basavaraj S Maneppagol - Convert manpages to mdoc format, from shrub [Updated 16 July: This is no longer planned to be removed, future releases will ignore DEPRECATED_TWO_FACTOR and always enable it, like previously] Signed-off-by: Richard Purdie <[email protected]> --- .../dropbear/{dropbear_2026.92.bb => dropbear_2026.94.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/dropbear/{dropbear_2026.92.bb => dropbear_2026.94.bb} (98%) diff --git a/meta/recipes-core/dropbear/dropbear_2026.92.bb b/meta/recipes-core/dropbear/dropbear_2026.94.bb similarity index 98% rename from meta/recipes-core/dropbear/dropbear_2026.92.bb rename to meta/recipes-core/dropbear/dropbear_2026.94.bb index 4d9a9e10ebc..dd9863d96d1 100644 --- a/meta/recipes-core/dropbear/dropbear_2026.92.bb +++ b/meta/recipes-core/dropbear/dropbear_2026.94.bb @@ -27,7 +27,7 @@ SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ " -SRC_URI[sha256sum] = "91dcb5234de8dea68dd82c55411c9fc986b457ab58372a780ee8a870419c2f7e" +SRC_URI[sha256sum] = "e098034a843699200c8c977a991fff73159735bf795d5f72ef672c41a6b1ae81" MIRRORS += "http://matt.ucc.asn.au/dropbear/releases/ https://dropbear.nl/mirror/releases/" PAM_SRC_URI = "file://0005-dropbear-enable-pam.patch \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242043): https://lists.openembedded.org/g/openembedded-core/message/242043 Mute This Topic: https://lists.openembedded.org/mt/120463316/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
