summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2026-05-13 06:00:13 -0400
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-13 20:46:50 -0700
commit3bdbc82938282afc6d49c3bf25beb2d0db073b6c (patch)
tree12d94c209e0c13d276d8f0aa083275e6ea72c0fb /meta-xfce
parent8b4ce3276c57cf2408f97a26a91464263e971e49 (diff)
downloadmeta-openembedded-3bdbc82938282afc6d49c3bf25beb2d0db073b6c.tar.gz
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 <schonm@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/orage/orage_4.20.3.bb (renamed from meta-xfce/recipes-apps/orage/orage_4.20.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/orage/orage_4.20.2.bb b/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"
7 7
8inherit xfce-app mime-xdg 8inherit xfce-app mime-xdg
9 9
10SRC_URI[sha256sum] = "6bfd3da084c2977fb5cee26c8e94bf55e358da8e86dd2a83c6fa9174f24672a1" 10SRC_URI[sha256sum] = "d9f6a3bcd1fdcd83d8277bc1996684a02d06ef60492b69c2404815f3314d640e"
11 11
12PACKAGECONFIG ??= "notify" 12PACKAGECONFIG ??= "notify"
13PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" 13PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"