mosquitto: update to 1.5.7.

This commit is contained in:
maxice8 2019-02-14 00:04:14 -02:00 committed by maxice8
parent 9c0ae75815
commit d157c0cdcf

View file

@ -1,6 +1,6 @@
# Template file for 'mosquitto'
pkgname=mosquitto
version=1.5.6
version=1.5.7
revision=1
build_style=gnu-makefile
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
@ -14,14 +14,16 @@ maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
license="EPL-1.0, BSD-3-Clause-Attribution"
homepage="http://mosquitto.org"
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
checksum=d5bdc13cc668350026376d57fc14de10aaee029f6840707677637d15e0751a40
checksum=d4024c3388502d50be4192991e90d66dfb344376104df3f63846c9f201779955
case "$XBPS_TARGET_MACHINE" in
*-musl)
post_extract() {
sed -i 's/-lanl//' config.mk
}
esac
post_extract() {
case "$XBPS_TARGET_MACHINE" in
*-musl)
post_extract() {
vsed -e 's/-lanl//' -i config.mk
}
esac
}
pre_install() {
sed -i 's,sbin,bin,g' */Makefile