summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-03 19:36:00 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-06 20:25:33 -0400
commit8e7bae430033dea46f0f9bc1b42070fa45b9f9fc (patch)
tree2a3e117507a9b487c2524166799934c2987fed95 /meta-gnome
parent4d847e7da98967a1de4a29818ff44d29e9751143 (diff)
downloadmeta-openembedded-8e7bae430033dea46f0f9bc1b42070fa45b9f9fc.tar.gz
gfbgraph: upgrade 0.2.4 -> 0.2.5
================= 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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gfbgraph/gfbgraph/0001-Update-rest-requirement-to-rest-1.0.patch14
-rw-r--r--meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb (renamed from meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb)3
2 files changed, 1 insertions, 16 deletions
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
13Signed-off-by: Tim Orling <ticotimo@gmail.com> 13Signed-off-by: Tim Orling <ticotimo@gmail.com>
14 14
15--- 15---
16 .dir-locals.el | 2 +-
17 configure.ac | 2 +- 16 configure.ac | 2 +-
18 gfbgraph/Makefile.am | 2 +- 17 gfbgraph/Makefile.am | 2 +-
19 libgfbgraph.pc.in | 2 +- 18 libgfbgraph.pc.in | 2 +-
20 4 files changed, 4 insertions(+), 4 deletions(-) 19 4 files changed, 4 insertions(+), 4 deletions(-)
21 20
22diff --git a/.dir-locals.el b/.dir-locals.el
23index 77abbf0..d39cdf2 100644
24--- a/.dir-locals.el
25+++ b/.dir-locals.el
26@@ -3,7 +3,7 @@
27 "/usr/include/json-glib-1.0"
28 "/usr/include/goa-1.0"
29 "/usr/lib64/goa-1.0/include"
30- "/usr/include/rest-0.7"
31+ "/usr/include/rest-1.0"
32 "/usr/include/dbus-1.0"
33 "/usr/lib64/dbus-1.0/include"
34 "/usr/include/gio-unix-2.0/"
35diff --git a/configure.ac b/configure.ac 21diff --git a/configure.ac b/configure.ac
36index fd1231f..9b49f3f 100644 22index fd1231f..9b49f3f 100644
37--- a/configure.ac 23--- 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.5.bb
index 2b36003635..f3b54e7d05 100644
--- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb
+++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb
@@ -16,8 +16,7 @@ inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check
16REQUIRED_DISTRO_FEATURES = "x11" 16REQUIRED_DISTRO_FEATURES = "x11"
17 17
18SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch" 18SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch"
19SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba" 19SRC_URI[archive.sha256sum] = "9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3"
20SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379"
21 20
22do_install:append() { 21do_install:append() {
23 # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which 22 # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which