summaryrefslogtreecommitdiffstats
path: root/misc/mosquitto
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mosquitto')
-rw-r--r--misc/mosquitto/README14
-rw-r--r--misc/mosquitto/mosquitto.SlackBuild17
-rw-r--r--misc/mosquitto/mosquitto.info9
3 files changed, 24 insertions, 16 deletions
diff --git a/misc/mosquitto/README b/misc/mosquitto/README
index 379c1ea333..5f700971eb 100644
--- a/misc/mosquitto/README
+++ b/misc/mosquitto/README
@@ -1,9 +1,9 @@
-Eclipse Mosquitto (TM) is an open source (EPL/EDL licensed) message broker that
-implements the MQTT protocol versions 3.1 and 3.1.1. MQTT provides a
-lightweight method of carrying out messaging using a publish/subscribe model.
-This makes it suitable for "Internet of Things" messaging such as with
-low power sensors or mobile devices such as phones, embedded computers or
-microcontrollers like the Arduino.
+Eclipse Mosquitto (TM) is an open source (EPL/EDL licensed) message
+broker that implements the MQTT protocol versions 3.1 and 3.1.1. MQTT
+provides a lightweight method of carrying out messaging using a
+publish/subscribe model. This makes it suitable for "Internet of
+Things" messaging such as with low power sensors or mobile devices
+such as phones, embedded computers or microcontrollers like the
+Arduino.
Mosquitto is an iot.eclipse.org project.
-
diff --git a/misc/mosquitto/mosquitto.SlackBuild b/misc/mosquitto/mosquitto.SlackBuild
index c72351f492..93d7df9a7e 100644
--- a/misc/mosquitto/mosquitto.SlackBuild
+++ b/misc/mosquitto/mosquitto.SlackBuild
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for mosquitto
-# Copyright 2011-2021 Christoph Willing, Brisbane Australia
+# Copyright 2011-2023 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,10 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=mosquitto
-VERSION=${VERSION:-2.0.7}
+VERSION=${VERSION:-2.0.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -35,7 +38,11 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -109,4 +116,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/misc/mosquitto/mosquitto.info b/misc/mosquitto/mosquitto.info
index 232153d116..e64261628f 100644
--- a/misc/mosquitto/mosquitto.info
+++ b/misc/mosquitto/mosquitto.info
@@ -1,10 +1,11 @@
PRGNAM="mosquitto"
-VERSION="2.0.7"
+VERSION="2.0.18"
HOMEPAGE="https://mosquitto.org/"
-DOWNLOAD="https://mosquitto.org/files/source/mosquitto-2.0.7.tar.gz"
-MD5SUM="56de4e27533ab53697245809feea95bf"
+DOWNLOAD="https://mosquitto.org/files/source/mosquitto-2.0.18.tar.gz"
+MD5SUM="7fe95d0bef1aacd291d21d7752fbd21b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="c-ares"
+REQUIRES=""
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"
+