iotivity: update to version 1.2.1

This does the following changes:
* update to version 1.2.1
* add iotivity-resource-directory-lib, this is needed by most
  applications now
* do not activate security support by default, this caused some
  problems and needs some more settings to setup.
* use sqlite version from normal package feed instead of using an own
  version
* build against LEDE version of mbedtls
* update example security configuration
* remove some patches that went upstream
* add some new patches fixing problems observed in my environment, most
  of them are on their way upstream.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens
2016-09-29 14:26:18 +02:00
parent b1398d6862
commit 1e28dfe214
25 changed files with 926 additions and 568 deletions
Binary file not shown.
+24 -61
View File
@@ -8,83 +8,47 @@
{
"href": "/oic/res",
"rel": "",
"rt": "",
"if": ""
"rt": ["oic.wk.res"],
"if": ["oic.if.ll"]
},
{
"href": "/oic/d",
"rel": "",
"rt": "",
"if": ""
"rt": ["oic.wk.d"],
"if": ["oic.if.baseline", "oic.if.r"]
},
{
"href": "/oic/p",
"rel": "",
"rt": "",
"if": ""
},
{
"href": "/oic/res/d",
"rel": "",
"rt": "",
"if": ""
},
{
"href": "/oic/res/types/d",
"rel": "",
"rt": "",
"if": ""
},
{
"href": "/oic/ad",
"rel": "",
"rt": "",
"if": ""
"rt": ["oic.wk.p"],
"if": ["oic.if.baseline", "oic.if.r"]
},
{
"href": "/oic/sec/acl",
"rel": "",
"rt": "",
"if": ""
},
{
"href": "/oic/sec/amacl",
"rel": "",
"rt": "",
"if": ""
},
{
"href": "/oic/sec/doxm",
"rel": "",
"rt": "",
"if": ""
},
{
"href": "/oic/sec/pstat",
"rel": "",
"rt": "",
"if": ""
"rt": ["oic.r.acl"],
"if": ["oic.if.baseline"]
}
],
"permission": 2
},
{
"subjectuuid": "32323232-3232-3232-3232-323232323232",
"subjectuuid": "*",
"resources": [
{
"href": "/oic/sec/acl",
"href": "/oic/sec/doxm",
"rel": "",
"rt": "",
"if": ""
} ,
"rt": ["oic.r.doxm"],
"if": ["oic.if.baseline"]
},
{
"href": "/oic/sec/cred",
"href": "/oic/sec/pstat",
"rel": "",
"rt": "",
"if": ""
"rt": ["oic.r.pstat"],
"if": ["oic.if.baseline"]
}
],
"permission": 31
"permission": 2
},
{
"subjectuuid": "*",
@@ -92,11 +56,11 @@
{
"href": "*",
"rel": "",
"rt": "",
"if": ""
"rt": ["oic.core"],
"if": ["oic.if.baseline"]
}
],
"permission": 6
"permission": 7
}
]
},
@@ -108,8 +72,8 @@
"rowneruuid": "31313131-3131-3131-3131-313131313131",
"cm": 0,
"tm": 0,
"om": 3,
"sm": 3
"om": 4,
"sm": 4
},
"doxm": {
"oxms": [0],
@@ -118,8 +82,7 @@
"owned": true,
"deviceuuid": "31313131-3131-3131-3131-313131313131",
"devowneruuid": "32323232-3232-3232-3232-323232323232",
"rowneruuid": "31313131-3131-3131-3131-313131313131",
"dpc": false
"rowneruuid": "31313131-3131-3131-3131-313131313131"
},
"cred": {
"creds": [
@@ -133,6 +96,6 @@
}
}
],
"rowneruuid": "32323232-3232-3232-3232-323232323232"
"rowneruuid": "31313131-3131-3131-3131-313131313131"
}
}