update to mosquitto-2.0.15

This commit is contained in:
sthen 2022-10-03 22:12:47 +00:00
parent a9db871390
commit 5f6c7e1d58
7 changed files with 12 additions and 12 deletions

View File

@ -1,9 +1,9 @@
COMMENT = opensource MQTT broker
V = 2.0.14
V = 2.0.15
DISTNAME = mosquitto-$V
SHARED_LIBS += mosquitto 2.0 # 1.5
SHARED_LIBS += mosquitto 2.1 # 1.5
SHARED_LIBS += mosquittopp 2.0 # 1.5
CATEGORIES = net

View File

@ -1,2 +1,2 @@
SHA256 (mosquitto-2.0.14.tar.gz) = 0N3o/bEsr24kJrTygIGRmi/ONEh3O9uK8NPNX+V3aSU=
SIZE (mosquitto-2.0.14.tar.gz) = 787414
SHA256 (mosquitto-2.0.15.tar.gz) = RzWx0y4/kceoiWdB2IowIuiXMKHuiXlG3s+g3ycDmsY=
SIZE (mosquitto-2.0.15.tar.gz) = 792632

View File

@ -10,8 +10,8 @@ Index: man/CMakeLists.txt
- if(XSLTPROC)
+ if(FALSE)
function(compile_manpage page)
add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/man/${page}
COMMAND xsltproc ${CMAKE_SOURCE_DIR}/man/${page}.xml -o ${CMAKE_SOURCE_DIR}/man/
add_custom_command(OUTPUT ${PROJECT_SOURCE_DIR}/man/${page}
COMMAND xsltproc ${PROJECT_SOURCE_DIR}/man/${page}.xml -o ${PROJECT_SOURCE_DIR}/man/
@@ -25,8 +25,6 @@ if(NOT WIN32)
compile_manpage("mosquitto-tls.7")
compile_manpage("mqtt.7")

View File

@ -1,7 +1,7 @@
Index: mosquitto.conf
--- mosquitto.conf.orig
+++ mosquitto.conf
@@ -204,7 +204,7 @@
@@ -206,7 +206,7 @@
# If run as a non-root user, this setting has no effect.
# Note that on Windows this has no effect and so mosquitto should be started by
# the user you wish it to run as.
@ -10,7 +10,7 @@ Index: mosquitto.conf
# =================================================================
# Listeners
@@ -465,7 +465,7 @@
@@ -468,7 +468,7 @@
# Note that if the broker is running as a Windows service it will default to
# "log_dest none" and neither stdout nor stderr logging is available.
# Use "log_dest none" if you wish to disable logging.

View File

@ -5,7 +5,7 @@
Index: test/broker/Makefile
--- test/broker/Makefile.orig
+++ test/broker/Makefile
@@ -54,7 +54,7 @@ msg_sequence_test:
@@ -55,7 +55,7 @@ msg_sequence_test:
./02-subpub-qos1-oversize-payload.py
./02-subpub-qos1.py
./02-subpub-qos2-1322.py
@ -14,7 +14,7 @@ Index: test/broker/Makefile
./02-subpub-qos2-pubrec-error.py
./02-subpub-qos2-receive-maximum-1.py
./02-subpub-qos2-receive-maximum-2.py
@@ -145,8 +145,8 @@ msg_sequence_test:
@@ -146,8 +146,8 @@ msg_sequence_test:
ifeq ($(WITH_TLS),yes)
./08-ssl-bridge.py
./08-ssl-connect-cert-auth-crl.py

View File

@ -1,7 +1,7 @@
Index: test/broker/c/Makefile
--- test/broker/c/Makefile.orig
+++ test/broker/c/Makefile
@@ -36,7 +36,7 @@ ${PLUGINS} : %.so: %.c
@@ -37,7 +37,7 @@ ${PLUGINS} : %.so: %.c
${TESTS} : %.test: %.c

View File

@ -1,7 +1,7 @@
Index: test/lib/c/Makefile
--- test/lib/c/Makefile.orig
+++ test/lib/c/Makefile
@@ -1,7 +1,7 @@
@@ -3,7 +3,7 @@ include ../../../config.mk
.PHONY: all clean reallyclean
CFLAGS=-I../../../include -Werror