mosquitto: update to 2.0.9.
This commit is contained in:
parent
9af61085b2
commit
fe2329809f
1 changed files with 7 additions and 6 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'mosquitto'
|
# Template file for 'mosquitto'
|
||||||
pkgname=mosquitto
|
pkgname=mosquitto
|
||||||
version=1.6.3
|
version=2.0.9
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by openssl
|
make_build_args="WITH_WEBSOCKETS=yes WITH_BUNDLED_DEPS=no"
|
||||||
make_install_args="prefix=/usr"
|
make_install_args="prefix=/usr"
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
conf_files="/etc/mosquitto/mosquitto.conf"
|
conf_files="/etc/mosquitto/mosquitto.conf"
|
||||||
makedepends="c-ares-devel openssl-devel libwebsockets-devel libuv-devel"
|
makedepends="c-ares-devel openssl-devel uthash libwebsockets-devel cJSON-devel"
|
||||||
checkdepends="python bcunit-devel"
|
|
||||||
short_desc="MQTT version 3.1/3.1.1/5.0 compatible message broker"
|
short_desc="MQTT version 3.1/3.1.1/5.0 compatible message broker"
|
||||||
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
||||||
license="EPL-1.0, BSD-3-Clause-Attribution"
|
license="EPL-1.0, BSD-3-Clause-Attribution"
|
||||||
homepage="https://mosquitto.org"
|
homepage="https://mosquitto.org"
|
||||||
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
|
||||||
checksum=9ef5cc75f4fe31d7bf50654ddf4728ad9e1ae2e5609a4b42ecbbcb4a209ed17e
|
checksum=1b8553ef64a1cf5e4f4cfbe098330ae612adccd3d37f35b2db6f6fab501b01d4
|
||||||
|
# CUnit dependency is missing
|
||||||
|
make_check=no
|
||||||
|
|
||||||
system_accounts="_mosquitto"
|
system_accounts="_mosquitto"
|
||||||
_mosquitto_homedir="/var/lib/mosquitto"
|
_mosquitto_homedir="/var/lib/mosquitto"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue