iotivity: update to version 1.2.1
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 29 Sep 2016 12:26:18 +0000 (14:26 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 9 Jan 2017 22:31:22 +0000 (23:31 +0100)
commit1e28dfe214b6e6403c83b2292d98683a34569136
tree856f7c57fd1a4db3e12f27cdb04f7a89a84ec9c2
parentb1398d686294d926b1bd270e4a4f29f7642d6155
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>
25 files changed:
net/iotivity/Makefile
net/iotivity/files/etc/iotivity/oic_svr_db.cbor
net/iotivity/files/etc/iotivity/oic_svr_db.json
net/iotivity/patches/001-no_unit_test.patch
net/iotivity/patches/004-use-env.patch
net/iotivity/patches/020-Do-not-set-architecture-specific-flags.patch
net/iotivity/patches/021-add-some-more-architectures.patch
net/iotivity/patches/030-remove-check-for-curl.patch
net/iotivity/patches/040-linux-Use-system-sqlite3.patch [new file with mode: 0644]
net/iotivity/patches/040-remove-provisioning.patch [deleted file]
net/iotivity/patches/050-csdk-move-OCEntityHandlerResponse-from-stack-to-heap.patch [new file with mode: 0644]
net/iotivity/patches/051-csdk-move-OCClientResponse-from-stack-to-heap.patch [new file with mode: 0644]
net/iotivity/patches/053-src-move-OCClientResponse-from-stack-to-heap.patch [new file with mode: 0644]
net/iotivity/patches/054-resource-encapsulation-deactivate-test-covergae.patch [deleted file]
net/iotivity/patches/060-security-fix-reading-of-permission-attribute-from-co.patch [deleted file]
net/iotivity/patches/061-Remove-the-endianness-dependency-for-credential.patch [deleted file]
net/iotivity/patches/062-Fix-memory-corruption-when-reading-inetgers-from-cbo.patch [deleted file]
net/iotivity/patches/070-Resource-container-Backported-init-fix-to-1.1-rel.patch [deleted file]
net/iotivity/patches/070-ssl-fix-compilation-against-non-debug-mbedtls.patch [new file with mode: 0644]
net/iotivity/patches/071-ssl-call-mbedtls_version_get_string-only-if-availabl.patch [new file with mode: 0644]
net/iotivity/patches/072-ssl-call-mbedtls_ssl_conf_renegotiation-only-if-avai.patch [new file with mode: 0644]
net/iotivity/patches/075-ssl-enable-usage-of-patched-mbed-functions-condition.patch [new file with mode: 0644]
net/iotivity/patches/078-use-system-mbedtls.patch [new file with mode: 0644]
net/iotivity/patches/080-zigbee_wrapper-do-not-check-for-floating-point.patch [new file with mode: 0644]
net/iotivity/patches/140-remove-glib2.patch