aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-01 11:42:30 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-01 17:09:26 +0100
commit391fe3ee8538ed91f8859ea4516e9f92b26b5daf (patch)
treef4aa43384e303a3f06395262ea01e1e4873ce95d
parentebdc2dfee213e0db37bdad668c66cf4a58f18398 (diff)
downloadaports-391fe3ee8538ed91f8859ea4516e9f92b26b5daf.tar.bz2
aports-391fe3ee8538ed91f8859ea4516e9f92b26b5daf.tar.xz
main/mosquitto: upgrade to 1.6.8
-rw-r--r--main/mosquitto/APKBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/main/mosquitto/APKBUILD b/main/mosquitto/APKBUILD
index 15cc87091f..52e54089ca 100644
--- a/main/mosquitto/APKBUILD
+++ b/main/mosquitto/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Pedro Filipe <xpecex@outlook.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mosquitto
-pkgver=1.6.7
+pkgver=1.6.8
pkgrel=0
pkgdesc="An Open Source MQTT v3.1 Message Broker"
url="https://mosquitto.org/"
@@ -46,7 +46,6 @@ prepare() {
}
build() {
- cd "$builddir"
# PSK not supported by libressl
make \
WITH_MEMORY_TRACKING=no \
@@ -58,13 +57,10 @@ build() {
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
-
make prefix=/usr DESTDIR="$pkgdir" install
mv "$pkgdir"/etc/mosquitto/mosquitto.conf.example \
@@ -91,7 +87,7 @@ clients() {
mv "$pkgdir"/usr/bin/mosquitto_[ps]ub "$subpkgdir"/usr/bin/
}
-sha512sums="0a75cf192483053ce78c6d9e3be158bdf66366d7731a68cf29e24731f6936027af1d86045c2b973f642e42e58efa033dbfd17842e3e95550bac4c1f44ab346e9 mosquitto-1.6.7.tar.gz
+sha512sums="c15897df4e0979ee29a1e67cc671f56db600a078e9eb0bea376248b3f53b13ceed36616ad3678e2c9e07d6834a6d75e4efca2c40086069c1546e0223be04c071 mosquitto-1.6.8.tar.gz
fb000f9fa1ef94cbf3811a23b5692c0c8f9e2df945959cef6005462715e99d6f75cf6b31bd496271ffc17634024aed986771a73962fef865c0d386f6c194fb33 config.patch
21df2006a5eb9e1248cf261e555ded8e80e79f2a2d2a55b1f8a153af7c0feb867f3b3bd71efbe4d8569e3031c65f3e144794724f012e7539244a9bd97b6b6bb3 disable-ci-tests.patch
d5406c258351133d85fc90056d78286a0ed1defde90e68d84fa9a1d65244d2baef76fd30fd04855e4bf6fc87532ef8ff274a6b70564f09f69fc6d14b5106fef0 mosquitto.initd"