mosquitto 1.6.9-1 source package in Ubuntu

Changelog

mosquitto (1.6.9-1) unstable; urgency=medium

  * New upstream release.
  * Revert change enabling SRV functionality, it is disabled by default
    upstream and of little benefit to any end user, but adds reasonable
    complexity to the code.
  * Remove patches 1568, 1569, 1570 - applied upstream.

 -- Roger A. Light <email address hidden>  Tue, 03 Mar 2020 15:16:15 +0000

Upload details

Uploaded by:
Roger Light
Uploaded to:
Sid
Original maintainer:
Roger Light
Architectures:
any all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe net

Downloads

File Size SHA-256 Checksum
mosquitto_1.6.9-1.dsc 2.3 KiB a30b8dba8cadcd58b323b8f87d06c6bca49331466422ae5f157710aed935f609
mosquitto_1.6.9.orig.tar.gz 596.6 KiB 412979b2db0a0020bd02fa64f0a0de9e7000b84462586e32b67f29bb1f6c1685
mosquitto_1.6.9-1.debian.tar.xz 18.0 KiB 65c0a6a397f61140655c3440bd159a1019a21102ec7a6aacc134b72b4537b888

No changes file available.

Binary packages built by this source

libmosquitto-dev: MQTT version 5.0/3.1.1/3.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 5.0/3.1.1/3.1 clients. This package is
 needed to do development with libmosquitto1.

libmosquitto1: MQTT version 5.0/3.1.1/3.1 client library

 This is a C library for implementing MQTT version 5.0/3.1.1/3.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-dbgsym: debug symbols for libmosquitto1
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: No summary available for libmosquittopp1 in ubuntu groovy.

No description available for libmosquittopp1 in ubuntu groovy.

libmosquittopp1-dbgsym: No summary available for libmosquittopp1-dbgsym in ubuntu groovy.

No description available for libmosquittopp1-dbgsym in ubuntu groovy.

mosquitto: MQTT version 5.0/3.1.1/3.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 5.0/3.1.1/3.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-clients-dbgsym: debug symbols for mosquitto-clients
mosquitto-dbgsym: No summary available for mosquitto-dbgsym in ubuntu groovy.

No description available for mosquitto-dbgsym in ubuntu groovy.

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.