mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
Binary file not shown.
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user