mosquitto 1.6.8-1~exp1 source package in Ubuntu

Changelog

mosquitto (1.6.8-1~exp1) experimental; urgency=medium

  * New upstream version 1.6.8 (Closes: #949585)
  * Also install examples into etc directory
  * Install missing mosquitto_broker.h header file
  * Add mosquitto_rr to tools
  * Install manpages into debian/*.manpages files
  * Fix installation of libraries in case soname is added to the so file
  * Bump std-version to 4.4.1, no changes required
  * Require uthash at least 2.1.0, previously the embedded version was used during build process
  * Bump compat level to 12
  * Switch build system to cmake
  * Do not override dh_auto_test anymore

 -- Gianfranco Costamagna <email address hidden>  Wed, 22 Jan 2020 12:23:22 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mosquitto_1.6.8-1~exp1.dsc 2.5 KiB 363b138f1ea7842306705b53af6af1798db1b370d7b058eb547a72b6be0b2648
mosquitto_1.6.8.orig.tar.gz 576.0 KiB 7df23c81ca37f0e070574fe74414403cf25183016433d07add6134366fb45df6
mosquitto_1.6.8.orig.tar.gz.asc 833 bytes 8f8acf51d8d78d59dd12d4e1ba2432a6d9dcc1fe14380f658ffa2f504e1d1737
mosquitto_1.6.8-1~exp1.debian.tar.xz 30.8 KiB dc94f6d007cf098468873bce03d8c04c526e1b42e3e09709c85b18057ac9e6ad

Available diffs

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: MQTT version 5.0/3.1.1/3.1 client C++ 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.

libmosquittopp1-dbgsym: debug symbols for libmosquittopp1
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: debug symbols for mosquitto
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.