From 3bdbc82938282afc6d49c3bf25beb2d0db073b6c Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Wed, 13 May 2026 06:00:13 -0400 Subject: 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 --- meta-xfce/recipes-apps/orage/orage_4.20.2.bb | 22 ---------------------- meta-xfce/recipes-apps/orage/orage_4.20.3.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-xfce/recipes-apps/orage/orage_4.20.2.bb create mode 100644 meta-xfce/recipes-apps/orage/orage_4.20.3.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/orage/orage_4.20.2.bb b/meta-xfce/recipes-apps/orage/orage_4.20.2.bb deleted file mode 100644 index 461e471146..0000000000 --- a/meta-xfce/recipes-apps/orage/orage_4.20.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Xfce Calender" -HOMEPAGE = "https://docs.xfce.org/apps/orage/start" -SECTION = "x11/application" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -DEPENDS = "gtk+ xfce4-panel libical popt" - -inherit xfce-app mime-xdg - -SRC_URI[sha256sum] = "6bfd3da084c2977fb5cee26c8e94bf55e358da8e86dd2a83c6fa9174f24672a1" - -PACKAGECONFIG ??= "notify" -PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" - -PACKAGES =+ "xfce4-orageclock-plugin" -FILES:${PN} += " \ - ${datadir}/dbus-1 \ - ${datadir}/metainfo \ - ${datadir}/themes \ -" -FILES:xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" -FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" diff --git a/meta-xfce/recipes-apps/orage/orage_4.20.3.bb b/meta-xfce/recipes-apps/orage/orage_4.20.3.bb new file mode 100644 index 0000000000..d3727f25df --- /dev/null +++ b/meta-xfce/recipes-apps/orage/orage_4.20.3.bb @@ -0,0 +1,22 @@ +SUMMARY = "Xfce Calender" +HOMEPAGE = "https://docs.xfce.org/apps/orage/start" +SECTION = "x11/application" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +DEPENDS = "gtk+ xfce4-panel libical popt" + +inherit xfce-app mime-xdg + +SRC_URI[sha256sum] = "d9f6a3bcd1fdcd83d8277bc1996684a02d06ef60492b69c2404815f3314d640e" + +PACKAGECONFIG ??= "notify" +PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" + +PACKAGES =+ "xfce4-orageclock-plugin" +FILES:${PN} += " \ + ${datadir}/dbus-1 \ + ${datadir}/metainfo \ + ${datadir}/themes \ +" +FILES:xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" +FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" -- cgit v1.2.3-54-g00ecf