summaryrefslogtreecommitdiff
path: root/package/mosquitto
AgeCommit message (Collapse)Author
2016-06-12mosquitto: update to 1.4.9Waldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-10-22mosquitto: update and fix compile with libresslWaldemar Brodkorb
2015-10-22ssl: rework ssl supportWaldemar Brodkorb
Use libressl as default, where SSL is required. Allow to choose openssl. Disable SSL where not strictly required to build.
2015-06-28use CONFIG_STYLE cmake, disable MEM-TRACK as it doesn't work with uClibc-ngWaldemar Brodkorb
2015-06-28add mosquitto and c-aresjseitter@stz-gab.de
Signed-off-by: Joerg Seitter <joerg.seitter@stz-gab.de>