From 8e7bae430033dea46f0f9bc1b42070fa45b9f9fc Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 3 Apr 2022 19:36:00 +0200 Subject: gfbgraph: upgrade 0.2.4 -> 0.2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ================= LibGFBGraph 0.2.5 ================= The changes include: - Fix CVE-2021-39358 by forcing TLS certificate validation by Douglas R. Reno. - Temporarily disable testcases by Leesoo Ahn. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../0001-Update-rest-requirement-to-rest-1.0.patch | 14 ------------ .../recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb | 26 ---------------------- .../recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb | 25 +++++++++++++++++++++ 3 files changed, 25 insertions(+), 40 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb create mode 100644 meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph/0001-Update-rest-requirement-to-rest-1.0.patch b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph/0001-Update-rest-requirement-to-rest-1.0.patch index c24a9e569f..21c623ea5b 100644 --- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph/0001-Update-rest-requirement-to-rest-1.0.patch +++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph/0001-Update-rest-requirement-to-rest-1.0.patch @@ -13,25 +13,11 @@ Upstream-Status: Submitted Signed-off-by: Tim Orling --- - .dir-locals.el | 2 +- configure.ac | 2 +- gfbgraph/Makefile.am | 2 +- libgfbgraph.pc.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -diff --git a/.dir-locals.el b/.dir-locals.el -index 77abbf0..d39cdf2 100644 ---- a/.dir-locals.el -+++ b/.dir-locals.el -@@ -3,7 +3,7 @@ - "/usr/include/json-glib-1.0" - "/usr/include/goa-1.0" - "/usr/lib64/goa-1.0/include" -- "/usr/include/rest-0.7" -+ "/usr/include/rest-1.0" - "/usr/include/dbus-1.0" - "/usr/lib64/dbus-1.0/include" - "/usr/include/gio-unix-2.0/" diff --git a/configure.ac b/configure.ac index fd1231f..9b49f3f 100644 --- a/configure.ac diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb deleted file mode 100644 index 2b36003635..0000000000 --- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "A GObject library for Facebook Graph API" -SECTION = "x11/gnome" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a" - -DEPENDS = " \ - glib-2.0 \ - json-glib \ - rest \ - gnome-online-accounts \ -" - -inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check - -# for gnome-online-accounts -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch" -SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba" -SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379" - -do_install:append() { - # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which - # is not a standard path exactly - rm -rf ${D}${prefix}/doc -} diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb new file mode 100644 index 0000000000..f3b54e7d05 --- /dev/null +++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb @@ -0,0 +1,25 @@ +SUMMARY = "A GObject library for Facebook Graph API" +SECTION = "x11/gnome" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a" + +DEPENDS = " \ + glib-2.0 \ + json-glib \ + rest \ + gnome-online-accounts \ +" + +inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check + +# for gnome-online-accounts +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch" +SRC_URI[archive.sha256sum] = "9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3" + +do_install:append() { + # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which + # is not a standard path exactly + rm -rf ${D}${prefix}/doc +} -- cgit v1.2.3-54-g00ecf