From 61842ca57520b184be5111b7fedf72a5d58d6bbc Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Mon, 24 Mar 2014 11:23:02 +1100 Subject: [PATCH] connman: upgrade to 1.22 Highlights: - If VPN is split routed and not the default service, then allow DNS queries also to be sent to VPN DNS server. - Session API fixes - Memory leak fixes - Crash fixes - NTP kiss-of-death packet support - Support for full USB gadget networking. Now USB gadget network can be used without tethering. Signed-off-by: Jonathan Liu Signed-off-by: Richard Purdie --- .../connman/{connman_1.21.bb => connman_1.22.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/connman/{connman_1.21.bb => connman_1.22.bb} (68%) diff --git a/meta/recipes-connectivity/connman/connman_1.21.bb b/meta/recipes-connectivity/connman/connman_1.22.bb similarity index 68% rename from meta/recipes-connectivity/connman/connman_1.21.bb rename to meta/recipes-connectivity/connman/connman_1.22.bb index 48ed20edcc..4bd986f0e0 100644 --- a/meta/recipes-connectivity/connman/connman_1.21.bb +++ b/meta/recipes-connectivity/connman/connman_1.22.bb @@ -5,7 +5,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ file://add_xuser_dbus_permission.patch \ file://connman \ " -SRC_URI[md5sum] = "483633162b819c8b99fec970f92e311d" -SRC_URI[sha256sum] = "e80f4e9c639ef016e9c497c122c349dbc9e6dc78a9976f986134739ee208c08a" +SRC_URI[md5sum] = "4f45ab2035d1028a287d14427ce61774" +SRC_URI[sha256sum] = "64d9a8ab83c99943514bb64984142fef409177a93c64e1aace84eaf13c7bddde" RRECOMMENDS_${PN} = "connman-conf" -- 2.40.1