mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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>
This commit is contained in:
parent
4d847e7da9
commit
8e7bae4300
|
|
@ -13,25 +13,11 @@ Upstream-Status: Submitted
|
|||
Signed-off-by: Tim Orling <ticotimo@gmail.com>
|
||||
|
||||
---
|
||||
.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
|
||||
|
|
|
|||
|
|
@ -16,8 +16,7 @@ inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check
|
|||
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"
|
||||
SRC_URI[archive.sha256sum] = "9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3"
|
||||
|
||||
do_install:append() {
|
||||
# they install all the autotools files (NEWS AUTHORS..) to /usr/doc which
|
||||
Loading…
Reference in New Issue
Block a user