lp:mosquitto

Owned by Roger Light
Get this repository:
git clone https://git.launchpad.net/mosquitto

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/eclipse/mosquitto.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log

Branches

Name Last Modified Last Commit
develop 2025-12-08 20:57:17 UTC
Fix libdir location in pkgconfig files.

Author: Rich Mattes
Author Date: 2024-04-01 02:33:12 UTC

Fix libdir location in pkgconfig files.

The pkgconfig files currently hardcode the library directory as
${prefix}/lib, but the library installation directory in config.mk is
set as lib${LIB_SUFFIX}. This causes a mismatch between the library
installation directory and the pkgconfig file on redhat-based 64-bit
systems.

This commit remedies the issue for both the Makefile and CMake build by
modifying the pkgconfig files to use CMAKE_INSTALL_LIBDIR instead of
"lib". In the CMake system, this directly reflects the installation
path. The Makefiles were modified to replace CMAKE_INSTALL_LIBDIR with
lib${LIB_SUFFIX}, matching the libdir definition in config.mk and
following the pattern used in defining the prefix.

Signed-off-by: Rich Mattes <richmattes@gmail.com>

fixes 2025-12-08 20:51:49 UTC
Fix libdir location in pkgconfig files.

Author: Rich Mattes
Author Date: 2024-04-01 02:33:12 UTC

Fix libdir location in pkgconfig files.

The pkgconfig files currently hardcode the library directory as
${prefix}/lib, but the library installation directory in config.mk is
set as lib${LIB_SUFFIX}. This causes a mismatch between the library
installation directory and the pkgconfig file on redhat-based 64-bit
systems.

This commit remedies the issue for both the Makefile and CMake build by
modifying the pkgconfig files to use CMAKE_INSTALL_LIBDIR instead of
"lib". In the CMake system, this directly reflects the installation
path. The Makefiles were modified to replace CMAKE_INSTALL_LIBDIR with
lib${LIB_SUFFIX}, matching the libdir definition in config.mk and
following the pattern used in defining the prefix.

Signed-off-by: Rich Mattes <richmattes@gmail.com>

macos-test 2025-12-08 18:52:36 UTC
Add testing to Mac OS workflow

Author: Roger Light
Author Date: 2025-08-14 07:44:36 UTC

Add testing to Mac OS workflow

windows-testing 2025-12-08 18:51:24 UTC
Windows: Fix slow tests

Author: Roger Light
Author Date: 2025-09-09 13:47:36 UTC

Windows: Fix slow tests

handle-publish-refactor 2025-11-30 21:53:26 UTC
Add mosquitto_plugin_publish*()

Author: Roger Light
Author Date: 2025-10-22 21:22:10 UTC

Add mosquitto_plugin_publish*()

These allow plugins to publish messages on the broker that can
be consumed by other plugins in the message-in event

master 2025-08-10 07:24:09 UTC
Update dependency list for coverity-scan-develop

Author: Roger Light
Author Date: 2025-08-10 07:24:09 UTC

Update dependency list for coverity-scan-develop

release/2.0 2025-03-08 06:51:58 UTC
Update test certs - seemingly broken due to merge

Author: Roger Light
Author Date: 2025-03-08 06:51:58 UTC

Update test certs - seemingly broken due to merge

ci-ptest 2024-02-29 19:34:46 UTC
CI ptest

Author: Roger Light
Author Date: 2024-02-29 19:34:46 UTC

CI ptest

release/1.6 2022-05-25 15:35:31 UTC
Fix tests build.

Author: Roger Light
Author Date: 2022-05-25 15:35:22 UTC

Fix tests build.

dynamic-bridge 2021-11-16 21:31:37 UTC
Fix man page installation.

Author: Roger Light
Author Date: 2021-11-16 21:31:37 UTC

Fix man page installation.

Closes #2363. Thanks to yvs2014.

release/1.5 2021-03-11 20:01:22 UTC
Bump version.

Author: Roger Light
Author Date: 2021-03-11 20:01:22 UTC

Bump version.

debian 2021-02-28 23:29:31 UTC
Only create /run/mosquitto at runtime.

Author: Roger Light
Author Date: 2021-02-28 23:29:31 UTC

Only create /run/mosquitto at runtime.

Per policy, packages shouldn't contain directories in /run. This means
/run/mosquitto should be created at boot time. Closes #983429.

debian-mosquitto 2019-04-26 13:54:43 UTC
Add --retry 30 to mosquitto.init.

Author: Roger Light
Author Date: 2019-04-26 13:54:43 UTC

Add --retry 30 to mosquitto.init.

113 of 13 results
This repository contains Public information 
Everyone can see this information.

Subscribers