iotivity: update to version 0.9.2
authorHauke Mehrtens <hauke.mehrtens@lantiq.com>
Mon, 24 Aug 2015 16:53:48 +0000 (18:53 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 29 Aug 2015 20:15:25 +0000 (22:15 +0200)
commit0ec3a557677af9eb617e1451f5963148904e9e83
treef7d3e549e5af6e85c02bf80fecc1d44d6faeb451
parentd0554e68a0c14efd87872c6a04e705a5ff001810
iotivity: update to version 0.9.2

This brings IoTivity to version 0.9.2 in addition it does the following:
* split C and C++ Stack into two packages
* backport some patches which are adding missing dependencies to the shared libs
* remove patches merged upstream
* add some other patches fixing some problems, most of them are already merged upstream
* activate security and logging support

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
21 files changed:
net/iotivity/Makefile
net/iotivity/patches/001-no_unit_test.patch
net/iotivity/patches/004-use-env.patch
net/iotivity/patches/010-libcoap-fix-big-endian-problems.patch [deleted file]
net/iotivity/patches/011-cdsk-fix-big-endian-problem.patch [deleted file]
net/iotivity/patches/030-fix-missing-lib.patch [deleted file]
net/iotivity/patches/040-fix-things-manager.patch [deleted file]
net/iotivity/patches/050-fix-OICMidle.patch [deleted file]
net/iotivity/patches/060-liboc-add-missing-depending-library.patch [new file with mode: 0644]
net/iotivity/patches/061-things-manager-libTGMSDKLibrary.so-add-missing-depen.patch [new file with mode: 0644]
net/iotivity/patches/062-soft-sensor-manager-libSSMCore.so-add-missing-depend.patch [new file with mode: 0644]
net/iotivity/patches/063-mqtt-fan-libmosquittopp.so-add-missing-depending-lib.patch [new file with mode: 0644]
net/iotivity/patches/064-protocol-plugin-libfanserver_mqtt_plugin.so-and-libl.patch [new file with mode: 0644]
net/iotivity/patches/065-resource-manipulation-libserver_builder.so-add-missi.patch [new file with mode: 0644]
net/iotivity/patches/066-csdk-remove-dependency-to-liboc_logger.so-in-c-code.patch [new file with mode: 0644]
net/iotivity/patches/067-csdk-libconnectivity_abstraction.so-add-missing-depe.patch [new file with mode: 0644]
net/iotivity/patches/068-build-make-build-fail-if-unresolved-symbols-found.patch [new file with mode: 0644]
net/iotivity/patches/070-Avoid-Segv-by-testing-address-field-before-using-it.patch [new file with mode: 0644]
net/iotivity/patches/090-resource-encapsulation-fix-build-without-curl.patch [new file with mode: 0644]
net/iotivity/patches/140-remove-glib2.patch [new file with mode: 0644]
net/iotivity/patches/200-examples-OICMiddle-try-to-load-security-configuratio.patch [new file with mode: 0644]