mosquitto 2.0.17-1 source package in Ubuntu

Changelog

mosquitto (2.0.17-1) unstable; urgency=medium

  [ Philippe Coval ]
  * New upstream release
    - Fix for CVE-2023-28366, CVE-2023-0809, CVE-2023-3592
  * debian/patches: Remove debian-config.patch
  * debian/patches/missing-test.patch: Drop failed tests
  * debian/mosquitto.lintian-overrides: Refresh lintian report
  * debian/tests/control: Add python3-psutil for broker

  [ Joachim Zobel ]
  * applied patch for #993048 from Ethan Trevor <email address hidden>
    (Closes: #993048)
  * Fixed shared linkage of libwebsockets

  [ Gianfranco Costamagna ]
  * Comment out pid_file as per #993048
  * Refresh patches
  * Fix watch file

 -- Gianfranco Costamagna <email address hidden>  Wed, 13 Sep 2023 10:00:46 +0200

Upload details

Uploaded by:
Debian IoT Maintainers
Uploaded to:
Sid
Original maintainer:
Debian IoT Maintainers
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_2.0.17-1.dsc 2.6 KiB 49f5596bfd1779467dda2a086873b78db31f0db13d26c42ed05da7d1f224eb9a
mosquitto_2.0.17.orig.tar.xz 1.8 MiB e271da35f3579cac916639f34b916d676cdcb08e24ebe9071a88083962e2e717
mosquitto_2.0.17-1.debian.tar.xz 25.2 KiB c7ec4b22e9bb33acd67b4cfd3e1eb6a2024c9cb6cde7f356b2dd28f9661c30b5

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.