summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/glade/glade_3.36.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* glade: fix CVE-2020-36774Zhang Peng2025-07-061-0/+1
| | | | | | | | | | | | | | | | CVE-2020-36774: plugins/gtk+/glade-gtk-box.c in GNOME Glade before 3.38.1 and 3.39.x before 3.40.0 mishandles widget rebuilding for GladeGtkBox, leading to a denial of service (application crash). Reference: [https://nvd.nist.gov/vuln/detail/CVE-2020-36774] Upstream patches: [https://gitlab.gnome.org/GNOME/glade/-/commit/7acdd3c6f6934f47b8974ebc2190a59ea5d2ed17] Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* glade: update 3.22.2 -> 3.36.0Jason Schonberg2025-07-061-0/+32
Fix HOMEPAGE License Update: COPYING.GPL - whitespace changes and change of address of the Free Software Foundation. COPYING.LGPL - whitespace changes and change of address of the Free Software Foundation. | checking for itstool... no | configure: error: itstool not found add itstool-native to DEPENDS to address configure failure. | ERROR: glade-3.36.0-r0 do_configure: QA Issue: AM_GNU_GETTEXT used but no inherit gettext [configure-gettext] inherit gettext to address QA error. The code of gladeui/glade-command.c has changed from using G_OBJECT (prop) to GLADE_PROPERTY (prop) G_OBJECT (widget) to GLADE_WIDGET (widget) thus resolving the incompatible pointer types seen in glade 3.22.2. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (master: ecca54d9307a523d6f644e70294a37d6f89548ee) Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>