| Message ID | 20260815025044.437694-5-khem.raj@oss.qualcomm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python] python3-pystemd: add python3-wheel-native to DEPENDS | expand |
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.23.8.bb b/meta-networking/recipes-connectivity/samba/samba_4.23.11.bb similarity index 99% rename from meta-networking/recipes-connectivity/samba/samba_4.23.8.bb rename to meta-networking/recipes-connectivity/samba/samba_4.23.11.bb index 3fc3df5471..49599f29f9 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.23.8.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.23.11.bb @@ -39,7 +39,7 @@ SRC_URI:append:libc-musl = " \ file://samba-4.3.9-remove-getpwent_r.patch \ " -SRC_URI[sha256sum] = "976129847456dc5b78c00f8ffb79dc605c49d6aaca8b2aa772fd22dbb69fae01" +SRC_URI[sha256sum] = "089fdeeaf83593d8f9a16847a86b6cad2fc90f7a893eb8d9d5f509bbecadc0d4" UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.19(\.\d+)+).tar.gz"
Stay within the 4.23.x stable series (do not touch the sibling talloc/tdb/tevent/ldb recipes). This picks up two intervening point releases: - 4.23.9: bug-fix release (use-after-free in ACL claims/conditions handling, CTDB read-only record use-after-free/resource leak, RODC auth fixes, among others). - 4.23.10: security release fixing CVE-2026-6949 (TSIG/DNS OOB write crash), CVE-2026-58216 (KDC kpasswd OOB read crash), CVE-2026-58218 (DNS TKEY cache-flood DoS), CVE-2026-58221 (LDAP privilege escalation via internal LDB special DNs), CVE-2026-58222 (LDAP Compare filter used as protected-attribute disclosure oracle) and CVE-2026-58224 (CTDB protocol bounds-checking gaps). - 4.23.11: further bug fixes (DRS memory leak, pthreadpool fork race, RODC/NTLMv2 trust fixes, CephFS vfs crashes). All 13 existing patches (including the musl-only pam/getpwent_r ones) still apply cleanly against 4.23.11 with offset only, no fuzz, so none needed to be reworked or dropped. LIC_FILES_CHKSUM for COPYING is unchanged. Build-verified with cleansstate + full build for qemux86-64. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> --- .../samba/{samba_4.23.8.bb => samba_4.23.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/samba/{samba_4.23.8.bb => samba_4.23.11.bb} (99%)