update to mosquitto-2.0.11

This commit is contained in:
sthen 2021-06-10 08:38:48 +00:00
parent 5908ad12d9
commit 737dd4aa8b
4 changed files with 9 additions and 10 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.45 2021/05/04 16:34:03 tb Exp $
# $OpenBSD: Makefile,v 1.46 2021/06/10 08:38:48 sthen Exp $
COMMENT = opensource MQTT broker
V = 2.0.10
V = 2.0.11
DISTNAME = mosquitto-$V
REVISION = 0
SHARED_LIBS += mosquitto 2.0 # 1.5
SHARED_LIBS += mosquittopp 2.0 # 1.5

View File

@ -1,2 +1,2 @@
SHA256 (mosquitto-2.0.10.tar.gz) = AYj3shuR1tgOmSuNYRa6hRRos70VQDDooAPtKPtvSkQ=
SIZE (mosquitto-2.0.10.tar.gz) = 759106
SHA256 (mosquitto-2.0.11.tar.gz) = ezanGYvOhc8xsTL1xu423PXa34b7doUB6x4RzpXU94o=
SIZE (mosquitto-2.0.11.tar.gz) = 760325

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-lib_options_c,v 1.1 2021/05/04 16:34:03 tb Exp $
$OpenBSD: patch-lib_options_c,v 1.2 2021/06/10 08:38:48 sthen Exp $
https://github.com/eclipse/mosquitto/issues/2198
Index: lib/options.c
--- lib/options.c.orig
+++ lib/options.c
@@ -394,7 +394,7 @@ int mosquitto_opts_set(struct mosquitto *mosq, enum mo
@@ -392,7 +392,7 @@ int mosquitto_opts_set(struct mosquitto *mosq, enum mo
#ifdef WITH_TLS
mosq->ssl_ctx = (SSL_CTX *)value;
if(mosq->ssl_ctx){
@ -14,7 +14,7 @@ Index: lib/options.c
SSL_CTX_up_ref(mosq->ssl_ctx);
#else
CRYPTO_add(&(mosq->ssl_ctx)->references, 1, CRYPTO_LOCK_SSL_CTX);
@@ -502,7 +502,7 @@ int mosquitto_void_option(struct mosquitto *mosq, enum
@@ -500,7 +500,7 @@ int mosquitto_void_option(struct mosquitto *mosq, enum
#ifdef WITH_TLS
mosq->ssl_ctx = (SSL_CTX *)value;
if(mosq->ssl_ctx){

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-test_broker_Makefile,v 1.5 2021/04/05 14:30:35 sthen Exp $
$OpenBSD: patch-test_broker_Makefile,v 1.6 2021/06/10 08:38:48 sthen Exp $
don't terminate make if these result in an error exit code
Index: test/broker/Makefile
--- test/broker/Makefile.orig
+++ test/broker/Makefile
@@ -155,8 +155,8 @@ test : test-compile 01 02 03 04 05 06 07 08 09 10 11 1
@@ -156,8 +156,8 @@ test : test-compile 01 02 03 04 05 06 07 08 09 10 11 1
ifeq ($(WITH_TLS),yes)
./08-ssl-bridge.py
./08-ssl-connect-cert-auth-crl.py