libmosquitto: Update from 1.5.1 to 1.5.2
This commit is contained in:
parent
e185a1bcb7
commit
b1833bb9f5
@ -1,8 +1,7 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://mosquitto.org/
|
||||
TERMUX_PKG_DESCRIPTION="MQTT library"
|
||||
TERMUX_PKG_VERSION=1.5.1
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SHA256=8557bc7ae34dfaf32a0fb56d2491b7a7f731269c88337227233013502df4d5b0
|
||||
TERMUX_PKG_VERSION=1.5.2
|
||||
TERMUX_PKG_SHA256=7e90ccfe95179cfe6bf7d7f725281dd83041f241a8f093c9d3883b926584de9c
|
||||
TERMUX_PKG_SRCURL=https://mosquitto.org/files/source/mosquitto-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_DEPENDS="c-ares, openssl"
|
||||
TERMUX_PKG_MAINTAINER="Nathaniel Wesley Filardo @nwf"
|
||||
|
@ -1,16 +0,0 @@
|
||||
Submitted upstream at https://github.com/eclipse/mosquitto/pull/932
|
||||
|
||||
diff -u -r ../mosquitto-1.5.1/lib/net_mosq.c ./lib/net_mosq.c
|
||||
--- ../mosquitto-1.5.1/lib/net_mosq.c 2018-08-16 16:05:26.000000000 +0000
|
||||
+++ ./lib/net_mosq.c 2018-08-23 17:45:34.544680239 +0000
|
||||
@@ -103,7 +103,9 @@
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
ERR_remove_state(0);
|
||||
#endif
|
||||
- ENGINE_cleanup();
|
||||
+ #ifndef OPENSSL_NO_ENGINE
|
||||
+ ENGINE_cleanup();
|
||||
+ #endif
|
||||
CONF_modules_unload(1);
|
||||
ERR_free_strings();
|
||||
EVP_cleanup();
|
Loading…
Reference in New Issue
Block a user