From 47a062e08af8fe76b46bc53570f8290032a10853 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Jos=C3=A9=20Bollo?= <jose.bollo@iot.bzh>
Date: Fri, 1 Sep 2017 19:33:20 +0200
Subject: [PATCH] App-FW: Update namings and bug fixes
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

af-main:
========
 - set the version to 4.1
 - make names of binder revelant for ps and journal: afbd-APPID
 - reduce the default verbosity to WARNING
 - when AGL_DEVEL
   - set default token to HELLO
   - include --monitoring
   - set the verbosity to NOTICE
 - fix subpath of libraries to 'lib' always
 - fix --no-httpd option

af-binder:
==========
 - set the version to 4.1
 - verbosity distinguishes WARNING and NOTICE
 - enforce use of AFB_ prefixed verbose macros
 - report verbose message in monitoring
 - check that API of --ws-server exists
 - atomically dump the stack on signals
 - fix starve bug (MAJOR)
 - fix @t bug on random token (CRITICAL: SPEC-854)
 - fix subcall bugs (MAJOR)
 - fix possible SIGSEGV in dlopen (MAJOR: SPEC-662)
 - fix memory leak when upgrading protocol

Bug-AGL: SPEC-854
Bug-AGL: SPEC-662

Change-Id: Ifb7aee5e72c5f9d738c11b9b24e7e07b128e80fc
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10763
Reviewed-by: José Bollo <jobol@nonadev.net>
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
---
 meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 +-
 meta-app-framework/recipes-core/af-main/af-main_1.0.inc    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
index 91e620448..874ef820f 100644
--- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
+++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "170aef20bc3a59d5139c2eff8794d9ba4c83a2e5"
+SRCREV = "159c895986f2358d6df8bb5804cc4419cc6b457f"
 PV = "master+git${SRCPV}"
 
 S = "${WORKDIR}/git"
diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc
index e872fd769..a2a752400 100644
--- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc
+++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc
@@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "c6a0f3884ebb85f6c9b6eec631ac78b6fe27f4f5"
+SRCREV = "2bbe66dda7fadf2d08a57e2b0e0fa8841a118c81"
 PV = "master+git${SRCPV}"
 
 S = "${WORKDIR}/git"
-- 
2.16.6