From 08c0aae9a5345424c985772222fe0c2020ca04ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B-Alex=20Oprea?= Date: Tue, 24 Jul 2018 16:44:04 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ owsd ] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------------------------------------------------------------------------- * ddaaafa use mac as ubusx event prefix refs #15472 * 1c99f70 use mac as ubusx object prefix refs #15472 * 5f2da35 add cmdline parameter to control the ubusx prefix type refs #15472 * db5477b wsubus: match origin case insensitively refs #15501 * 19a429e prepare for: ubusx object prefix change from ip to mac refs #15472 ------------------------------------------------------------------------------- commit ddaaafa5cd5a6b4fbeb554afd03e982559ceab88 Author: Ionuț-Alex Oprea Date: 2018-07-24 16:41:15 +0200 use mac as ubusx event prefix refs #15472 Base directory -> / src/local_stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 1c99f70271531871468ebe538b516152092c9d4f Author: Ionuț-Alex Oprea Date: 2018-07-24 16:29:14 +0200 use mac as ubusx object prefix refs #15472 Base directory -> / src/local_stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 5f2da3522ceb95c44f200d6ffa24d62eb31d0fed Author: Ionuț-Alex Oprea Date: 2018-07-24 16:19:12 +0200 add cmdline parameter to control the ubusx prefix type refs #15472 Base directory -> / src/local_stub.c | 11 +++++++++++ src/main.c | 9 +++++++++ src/wsubus_client.h | 1 + 3 files changed, 21 insertions(+) ------------------------------------------------------------------------------- commit db5477ba0ef4596b4b68c73a16c042f6d8400474 Author: Reidar Cederqvist Date: 2018-07-23 14:25:47 +0200 wsubus: match origin case insensitively refs #15501 Base directory -> / src/wsubus.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 19a429e78c025c03ec11fb20229c389e453a8825 Author: Ionuț-Alex Oprea Date: 2018-07-20 15:32:37 +0200 prepare for: ubusx object prefix change from ip to mac refs #15472 The ubus objects that belong to other routers and are published through ubusx have a prefix to identify the remote router. This is normally the ip, for example: 192.168.1.201/router.system This commit adds a function that can change this prefix to the corresponding mac(as seen in the dhcp leases), for example: 06:22:07:67:75:9a/router.system Note that this commit does not enable this functionality, only adds it. Base directory -> / src/local_stub.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) ------------------------------------------------------------------------------- --- owsd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owsd/Makefile b/owsd/Makefile index 15611cb5a..959af0d31 100644 --- a/owsd/Makefile +++ b/owsd/Makefile @@ -10,7 +10,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO=git PKG_SOURCE_URL:=http://public.inteno.se/owsd.git -PKG_SOURCE_VERSION:=f0147e754b1018ef51b96ec21f40b921a30e6a6e +PKG_SOURCE_VERSION:=ddaaafa5cd5a6b4fbeb554afd03e982559ceab88 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=${PKG_NAME}-${PKG_VERSION} PKG_MAINTAINER:=Sartura Support for Inteno