The expected error message has changed between versions - update the test in the patch accordingly.
Signed-off-by: Gyorgy Sarvari <[email protected]> --- .../recipes-extended/redis/redis-7.0.13/CVE-2024-51741.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/redis/redis-7.0.13/CVE-2024-51741.patch b/meta-oe/recipes-extended/redis/redis-7.0.13/CVE-2024-51741.patch index e3a43fe896..b8e5bf4444 100644 --- a/meta-oe/recipes-extended/redis/redis-7.0.13/CVE-2024-51741.patch +++ b/meta-oe/recipes-extended/redis/redis-7.0.13/CVE-2024-51741.patch @@ -71,7 +71,7 @@ index d836f9c..0b83b89 100644 + $r2 auth key-permission-RW password + catch {$r2 SET x 5} err + set err -+ } {NOPERM No permissions to access a key} ++ } {NOPERM this user has no permissions to access one of the keys used as arguments} + + test {Validate read and write permissions format - no pattern} { + # No pattern results with R/W access to no key (currently we accept this syntax error) @@ -79,7 +79,7 @@ index d836f9c..0b83b89 100644 + $r2 auth key-permission-RW password + catch {$r2 SET x 5} err + set err -+ } {NOPERM No permissions to access a key} ++ } {NOPERM this user has no permissions to access one of the keys used as arguments} + test {Test separate read and write permissions on different selectors are not additive} { r ACL SETUSER key-permission-RW-selector on nopass "(%R~read* +@all)" "(%W~write* +@all)"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121642): https://lists.openembedded.org/g/openembedded-devel/message/121642 Mute This Topic: https://lists.openembedded.org/mt/116271506/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
