diff --git a/obuspa/Makefile b/obuspa/Makefile index 257681031..fa750be69 100644 --- a/obuspa/Makefile +++ b/obuspa/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obuspa -PKG_VERSION:=10.0.7.11 +PKG_VERSION:=10.0.7.12 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/obuspa.git -PKG_SOURCE_VERSION:=1594e87bdb9481e6aa4f4cfbe7d975d2094713e6 +PKG_SOURCE_VERSION:=567bc255d8847a113864882dfe8b76fc1b2cfdf7 PKG_MAINTAINER:=Vivek Dutta PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.zst PKG_MIRROR_HASH:=skip diff --git a/obuspa/patches/0004-bulkdata_extn.patch b/obuspa/patches/0004-bulkdata_extn.patch index abf4e2bec..4bd37c9b2 100644 --- a/obuspa/patches/0004-bulkdata_extn.patch +++ b/obuspa/patches/0004-bulkdata_extn.patch @@ -574,7 +574,7 @@ Index: obuspa-10.0.4.0/src/core/device_bulkdata.c + param_type = param_type_value[0]; // First character denotes the type of the parameter + param_value = ¶m_type_value[1]; // Subsequent characters contain the parameter's value + -+ strncpy(buff, param_path, sizeof(buff)); ++ USP_STRNCPY(buff, param_path, sizeof(buff)); + for (pch = strtok_r(buff, ".", &pchr); pch != NULL; pch = strtok_r(NULL, ".", &pchr)) { + int idx; + JsonNode *obj = element;