[PR #534] [MERGED] Fix: install mosquitto from mosquitto repo #2580

Closed
opened 2025-11-20 05:30:44 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/534
Author: @dsiebel
Created: 11/27/2024
Status: Merged
Merged: 11/27/2024
Merged by: @MickLesk

Base: mainHead: mosquitto-modern


📝 Commits (1)

  • bff5b31 fix: install mosquitto from mosquitto repo

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 install/mqtt-install.sh (+5 -0)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

The mosquitto version from the official debian repositories is still 2.0.11, which was released in 2021, according to their git repository.
Running the update script would only ever update other packages, but never mosquitto.

This PR changes the install script to use the debian repository provided by Eclipse / Mosquitto, to get more recent versions.

This change will only affect new installs. Existing containers will continue to happily (not) update to any newer mosquitto version.

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/534 **Author:** [@dsiebel](https://github.com/dsiebel) **Created:** 11/27/2024 **Status:** ✅ Merged **Merged:** 11/27/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `mosquitto-modern` --- ### 📝 Commits (1) - [`bff5b31`](https://github.com/community-scripts/ProxmoxVE/commit/bff5b311d6dd85e17c1f28f39f02ea72e79efaf1) fix: install mosquitto from mosquitto repo ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `install/mqtt-install.sh` (+5 -0) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description The `mosquitto` version from the official debian repositories is still [`2.0.11`, which was released in 2021, according to their git repository](https://github.com/eclipse-mosquitto/mosquitto/releases/tag/v2.0.11). Running the `update` script would only ever update other packages, but never `mosquitto`. This PR changes the install script to use the debian repository provided by Eclipse / Mosquitto, to get more recent versions. This change will only affect new installs. Existing containers will continue to happily (not) update to any newer `mosquitto` version. ## Type of change Please check the relevant option(s): - [x] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [ ] Documentation updated (I have updated any relevant documentation) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:30:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2580