mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2 3/4] mosquitto: version bump 1.4.14 -> 1.6.4
Date: Fri,  9 Aug 2019 14:25:57 +0200	[thread overview]
Message-ID: <20190809122558.19065-4-ada@thorsis.com> (raw)
In-Reply-To: <20190809122558.19065-1-ada@thorsis.com>

This includes a lot of security fixes, bug fixes, fixed build issues,
new features, and removed features. See ChangeLog for details:

https://mosquitto.org/ChangeLog.txt

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/mosquitto.in   |  5 -----
 rules/mosquitto.make | 14 ++++++++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/rules/mosquitto.in b/rules/mosquitto.in
index d7eb813c1..7ed65bf34 100644
--- a/rules/mosquitto.in
+++ b/rules/mosquitto.in
@@ -5,7 +5,6 @@ menuconfig MOSQUITTO
 	prompt "mosquitto                     "
 	select OPENSSL	if MOSQUITTO_TLS
 	select C_ARES	if MOSQUITTO_SRV
-	select LIBUUID	if MOSQUITTO_UUID
 	help
 	  Open source MQTT message broker, library, and client.
 
@@ -27,10 +26,6 @@ config MOSQUITTO_SRV
 	bool
 	prompt "SRV lookup support"
 
-config MOSQUITTO_UUID
-	bool
-	prompt "UUID as client id"
-
 endif
 
 # vim: ft=kconfig noet tw=72
diff --git a/rules/mosquitto.make b/rules/mosquitto.make
index 63cd2dca5..4faabf783 100644
--- a/rules/mosquitto.make
+++ b/rules/mosquitto.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MOSQUITTO) += mosquitto
 #
 # Paths and names
 #
-MOSQUITTO_VERSION	:= 1.4.14
-MOSQUITTO_MD5		:= 6b0966e93f118bc71ad7b61600a6c2d3
+MOSQUITTO_VERSION	:= 1.6.4
+MOSQUITTO_MD5		:= c89df444afb121d795f8af5b4fd97d78
 MOSQUITTO		:= mosquitto-$(MOSQUITTO_VERSION)
 MOSQUITTO_SUFFIX	:= tar.gz
 MOSQUITTO_URL		:= https://mosquitto.org/files/source/$(MOSQUITTO).$(MOSQUITTO_SUFFIX)
@@ -43,13 +43,19 @@ MOSQUITTO_MAKE_OPT	:= \
 	WITH_PERSISTENCE=yes \
 	WITH_MEMORY_TRACKING=yes \
 	WITH_SYS_TREE=yes \
+	WITH_SYSTEMD=no \
 	WITH_SRV=$(call ptx/yesno, PTXCONF_MOSQUITTO_SRV) \
-	WITH_UUID=$(call ptx/yesno, PTXCONF_MOSQUITTO_UUID) \
 	WITH_WEBSOCKETS=no \
 	WITH_EC=yes \
 	WITH_DOCS=no \
 	WITH_SOCKS=yes \
-	WITH_ADNS=no
+	WITH_STRIP=yes \
+	WITH_STATIC_LIBRARIES=no \
+	WITH_SHARED_LIBRARIES=yes \
+	WITH_ADNS=no \
+	WITH_EPOLL=yes \
+	WITH_BUNDLED_DEPS=yes \
+	WITH_COVERAGE=no
 MOSQUITTO_INSTALL_OPT	:= \
 	$(MOSQUITTO_MAKE_OPT) \
 	install
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2019-08-09 12:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-09 12:25 [ptxdist] [PATCH v2 0/4] mosquitto: Version bump and systemd support Alexander Dahl
2019-08-09 12:25 ` [ptxdist] [PATCH v2 1/4] rootfs: Add 'mosquitto' user and group Alexander Dahl
2019-08-09 12:25 ` [ptxdist] [PATCH v2 2/4] mosquitto: Install default config file Alexander Dahl
2019-08-09 12:25 ` Alexander Dahl [this message]
2019-08-09 12:25 ` [ptxdist] [PATCH v2 4/4] mosquitto: Add systemd service unit Alexander Dahl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190809122558.19065-4-ada@thorsis.com \
    --to=ada@thorsis.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox