From aca61b8dc7033e22f6d635845e1814ecdb7ea9c4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 21 Feb 2022 21:19:59 +0800 Subject: gnome-autoar: upgrade 0.4.2 -> 0.4.3 Changelog: ========= * Prevent NULL dereference when extracting to root * Do not include basename in error messages * Do not request password when encryption is unsupported * Propagate libarchive errors when extraction failed Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../gnome-autoar/gnome-autoar_0.4.2.bb | 21 --------------------- .../gnome-autoar/gnome-autoar_0.4.3.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb create mode 100644 meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.3.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb deleted file mode 100644 index 24e7760fa8..0000000000 --- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "GNOME archive library" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -DEPENDS = " \ - gtk+3 \ - libarchive \ -" - -GNOMEBASEBUILDCLASS = "meson" -GIR_MESON_ENABLE_FLAG = 'enabled' -GIR_MESON_DISABLE_FLAG = 'disabled' -GTKDOC_MESON_OPTION = "gtk_doc" - -inherit gnomebase gobject-introspection gtk-doc vala - -SRC_URI[archive.sha256sum] = "1d20694079300e12feabdb77304a969d1cc190d1d12a949be845cad01c78a5d3" - -do_compile:prepend() { - export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" -} diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.3.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.3.bb new file mode 100644 index 0000000000..0015e9f05b --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.3.bb @@ -0,0 +1,21 @@ +SUMMARY = "GNOME archive library" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +DEPENDS = " \ + gtk+3 \ + libarchive \ +" + +GNOMEBASEBUILDCLASS = "meson" +GIR_MESON_ENABLE_FLAG = 'enabled' +GIR_MESON_DISABLE_FLAG = 'disabled' +GTKDOC_MESON_OPTION = "gtk_doc" + +inherit gnomebase gobject-introspection gtk-doc vala + +SRC_URI[archive.sha256sum] = "7bdf0789553496abddc3c963b0ce7363805c0c02c025feddebcaacc787249e88" + +do_compile:prepend() { + export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" +} -- cgit v1.2.3-54-g00ecf