From 3bdbc82938282afc6d49c3bf25beb2d0db073b6c Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Wed, 13 May 2026 06:00:13 -0400 Subject: [PATCH] orage: upgrade 4.20.2 -> 4.20.3 - Fixed use-after-free in sound command execution (Issues #47 and #48). Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../recipes-apps/orage/{orage_4.20.2.bb => orage_4.20.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-apps/orage/{orage_4.20.2.bb => orage_4.20.3.bb} (88%) diff --git a/meta-xfce/recipes-apps/orage/orage_4.20.2.bb b/meta-xfce/recipes-apps/orage/orage_4.20.3.bb similarity index 88% rename from meta-xfce/recipes-apps/orage/orage_4.20.2.bb rename to meta-xfce/recipes-apps/orage/orage_4.20.3.bb index 461e471146..d3727f25df 100644 --- a/meta-xfce/recipes-apps/orage/orage_4.20.2.bb +++ b/meta-xfce/recipes-apps/orage/orage_4.20.3.bb @@ -7,7 +7,7 @@ DEPENDS = "gtk+ xfce4-panel libical popt" inherit xfce-app mime-xdg -SRC_URI[sha256sum] = "6bfd3da084c2977fb5cee26c8e94bf55e358da8e86dd2a83c6fa9174f24672a1" +SRC_URI[sha256sum] = "d9f6a3bcd1fdcd83d8277bc1996684a02d06ef60492b69c2404815f3314d640e" PACKAGECONFIG ??= "notify" PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"