Update Debian official packaging for 1.5.8.

pull/1600/head
Roger A. Light 7 years ago
parent 2c954b8f03
commit 2eeb01ce8c

7
debian/changelog vendored

@ -1,3 +1,10 @@
mosquitto (1.5.8-1) unstable; urgency=medium
* New upstream release.
* Remove bug-1162.patch, fixed upstream.
-- Roger A. Light <roger@atchoo.org> Wed, 06 Mar 2019 10:21:43 +0000
mosquitto (1.5.7-1) unstable; urgency=medium
* New upstream release.

@ -1,15 +0,0 @@
Description: Fix clients being disconnected in some situations when ACLs are in use. Issue #1162.
Author: Roger Light <roger@atchoo.org>
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;
}

@ -1,3 +1,2 @@
914525.patch
debian-config.patch
bug-1162.patch

Loading…
Cancel
Save