mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
mosquitto: update to 1.6.0.
This commit is contained in:
parent
27f8f29716
commit
a513e4fb0b
2 changed files with 17 additions and 4 deletions
13
srcpkgs/mosquitto/patches/fix-musl.patch
Normal file
13
srcpkgs/mosquitto/patches/fix-musl.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git client/client_shared.h client/client_shared.h
|
||||||
|
index 18686cd..f0711f8 100644
|
||||||
|
--- client/client_shared.h
|
||||||
|
+++ client/client_shared.h
|
||||||
|
@@ -18,6 +18,7 @@ Contributors:
|
||||||
|
#define CLIENT_CONFIG_H
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
+#include <sys/time.h> /* for timeval */
|
||||||
|
|
||||||
|
/* pub_client.c modes */
|
||||||
|
#define MSGMODE_NONE 0
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'mosquitto'
|
# Template file for 'mosquitto'
|
||||||
pkgname=mosquitto
|
pkgname=mosquitto
|
||||||
version=1.5.8
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
|
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
|
||||||
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 libressl-devel libuuid-devel libwebsockets-devel"
|
makedepends="c-ares-devel libressl-devel libwebsockets-devel"
|
||||||
checkdepends="python"
|
checkdepends="python bcunit-devel"
|
||||||
short_desc="MQTT version 3.1/3.1.1 compatible message broker"
|
short_desc="MQTT version 3.1/3.1.1 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="http://mosquitto.org"
|
homepage="http://mosquitto.org"
|
||||||
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
|
||||||
checksum=78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4
|
checksum=bd730d461f5f0adf6740abf2424c76c6d1263db0011fbb073c7a5c7eb8cc188b
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue