From 1ba099d1fe925d721af489c9fabe7cae57aded78 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sun, 27 Sep 2015 21:32:30 +0000 Subject: - update to 1.4.4 1.4.4 - 20150916 ================ Broker: - Don't leak sockets when outgoing bridge with multiple addresses cannot connect. Closes #477571. - Fix cross compiling of websockets. Closes #475807. - Fix memory free related crashes on openwrt. Closes #475707. - Fix excessive calls to message retry check. 1.4.3 - 20150818 ================ Broker: - Fix incorrect bridge notification on initial connection. Closes #467096. - Build fixes for OpenBSD. - Fix incorrect behaviour for autosave_interval, most noticable for autosave_interval=1. Closes #465438. - Fix handling of outgoing QoS>0 messages for bridges that could not be sent because the bridge connection was down. - Free unused topic tree elements. Closes #468987. - Fix some potential memory leaks. Closes #470253. - Fix potential crash on libwebsockets error. Client library: - Add missing error strings to mosquitto_strerror. - Handle fragmented TLS packets without a delay. Closes #470660. - Fix incorrect loop timeout being chosen when using threaded interface and keepalive = 0. Closes #471334. - Increment inflight messages count correctly. Closes #474935. Clients: - Report error string on connection failure rather than error code. PR: 202742 Submitted by: stb@lassitu.de Approved by: maintainer timout (one month) --- net/mosquitto/Makefile | 2 +- net/mosquitto/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index a32dc2ff5351..5f9a6d511dc8 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.4 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ diff --git a/net/mosquitto/distinfo b/net/mosquitto/distinfo index 9ef4c072aa83..6ea89b56d864 100644 --- a/net/mosquitto/distinfo +++ b/net/mosquitto/distinfo @@ -1,2 +1,2 @@ -SHA256 (mosquitto-1.4.2.tar.gz) = 5ebc3800a0018bfbec62dcc3748fb29f628df068acd39c62c4ef651d9276647e -SIZE (mosquitto-1.4.2.tar.gz) = 323815 +SHA256 (mosquitto-1.4.4.tar.gz) = c643c7123708aadcd29287dda7b5ce7c910f75b02956a8fc4fe65ad2ea767a5f +SIZE (mosquitto-1.4.4.tar.gz) = 325077 -- cgit v1.2.3