diff --git a/debian/changelog b/debian/changelog index 10619782..be7ef9c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mosquitto (1.5.8-1) unstable; urgency=medium + + * New upstream release. + * Remove bug-1162.patch, fixed upstream. + + -- Roger A. Light Wed, 06 Mar 2019 10:21:43 +0000 + mosquitto (1.5.7-1) unstable; urgency=medium * New upstream release. diff --git a/debian/patches/bug-1162.patch b/debian/patches/bug-1162.patch deleted file mode 100644 index 7227834b..00000000 --- a/debian/patches/bug-1162.patch +++ /dev/null @@ -1,15 +0,0 @@ -Description: Fix clients being disconnected in some situations when ACLs are in use. Issue #1162. -Author: Roger Light -Forwarded: not-needed ---- a/src/security_default.c -+++ b/src/security_default.c -@@ -642,9 +642,6 @@ - } - acl_tail = acl_tail->next; - } -- if(context->username && context->acl_list == NULL){ -- return MOSQ_ERR_INVAL; -- } - }else{ - context->acl_list = NULL; - } diff --git a/debian/patches/series b/debian/patches/series index 0c378e5b..380236d1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ 914525.patch debian-config.patch -bug-1162.patch