mosquitto 1.4.15-1 source package in Ubuntu
Changelog
mosquitto (1.4.15-1) unstable; urgency=high * SECURITY UPDATE: If a SIGHUP is sent to the broker when there are no more file descriptors, then opening the configuration file will fail and security settings will be set back to their default values. - debian/patches/mosquitto-1.4.10_cve-2017-7652.patch: When reloading configuration, do this into a separate config struct. If nothing fails, then copy the new config over the old config. - CVE-2017-7652 * SECURITY UPDATE: Unauthenticated clients can cause excessive memory usage. This has the potential to lead to an OOM situation and the broker being killed by the system. - debian/patches/mosquitto-1.4.10_cve-2017-7652.patch: Limit the maximum size of CONNECT packet to a reasonable value, and add "memory_limit" option to set the maximum memory the broker will use. - CVE-2017-7651 * New upstream release. * Remove upstart support, which had accidently been reinstated in 1.4.14-2. * Bumped standards version to 4.1.3, no changes required. * Fix global-files-wildcard-not-first-paragraph-in-dep5-copyright. -- Roger A. Light <email address hidden> Wed, 28 Feb 2018 11:29:47 +0000
Upload details
- Uploaded by:
- Roger Light
- Uploaded to:
- Sid
- Original maintainer:
- Roger Light
- Architectures:
- any all
- Section:
- net
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mosquitto_1.4.15-1.dsc | 2.4 KiB | 72596ccb967b942634f01febc36b43085cc25b3b7f48b14e2242b1b1be04554f |
mosquitto_1.4.15.orig.tar.gz | 360.3 KiB | 7d3b3e245a3b4ec94b05678c8199c806359737949f4cfe0bf936184f6ca89a83 |
mosquitto_1.4.15-1.debian.tar.xz | 25.2 KiB | 81380e304f5303750ff1f3b161256845a9b0bcb6112013a82d984006e5b674e4 |
Available diffs
No changes file available.
Binary packages built by this source
- libmosquitto-dev: MQTT version 3.1/3.1.1 client library, development files
This is the header and man page for the libmosquitto1 C library, which is a
library for implementing MQTT version 3.1/3.1.1 clients. This package is
needed to do development with libmosquitto1.
- libmosquitto1: MQTT version 3.1/3.1.1 client library
This is a C library for implementing MQTT version 3.1/3.1.1 clients.
.
MQTT provides a method of carrying out messaging using a publish/subscribe
model. It is lightweight, both in terms of bandwidth usage and ease of
implementation. This makes it particularly useful at the edge of the network
where a sensor or other simple device may be implemented using an arduino for
example.
- libmosquitto1-dbg: debugging symbols for libmosquitto binaries
This package contains debugging files used to investigate problems with
the binaries provided by the libmosquitto1 package.
- libmosquittopp-dev: MQTT version 3.1 client C++ library, development files
This is the header and man page for the libmosquittopp1 C++ library, which is
a library for implementing MQTT version 3.1 clients. This package is needed to
do development with libmosquittopp1.
- libmosquittopp1: MQTT version 3.1/3.1.1 client C++ library
This is a C++ library for implementing MQTT version 3.1/3.1.1 clients.
.
MQTT provides a method of carrying out messaging using a publish/subscribe
model. It is lightweight, both in terms of bandwidth usage and ease of
implementation. This makes it particularly useful at the edge of the network
where a sensor or other simple device may be implemented using an arduino for
example.
- libmosquittopp1-dbg: debugging symbols for libmosquittopp binaries
This package contains debugging files used to investigate problems with
the binaries provided by the libmosquittopp1 package.
- mosquitto: MQTT version 3.1/3.1.1 compatible message broker
This is a message broker that supports version 3.1 and 3.1.1 of the MQTT
protocol.
.
MQTT provides a method of carrying out messaging using a publish/subscribe
model. It is lightweight, both in terms of bandwidth usage and ease of
implementation. This makes it particularly useful at the edge of the network
where a sensor or other simple device may be implemented using an arduino for
example.
- mosquitto-clients: Mosquitto command line MQTT clients
This is two MQTT version 3.1/3.1.1 command line clients. mosquitto_pub can be
used to publish messages to a broker and mosquitto_sub can be used to
subscribe to a topic to receive messages.
.
MQTT provides a method of carrying out messaging using a publish/subscribe
model. It is lightweight, both in terms of bandwidth usage and ease of
implementation. This makes it particularly useful at the edge of the network
where a sensor or other simple device may be implemented using an arduino for
example.
- mosquitto-dbg: debugging symbols for mosquitto binaries
This package contains debugging files used to investigate problems with
the binaries provided by the packages mosquitto, mosquitto-clients,
libmosquitto1 and libmosquittopp1.
- mosquitto-dev: Development files for Mosquitto
Mosquitto is a message broker that supports the MQTT protocol.
.
This package contains the include files used if you wish to compile a package
which requires Mosquitto's source file headers.