From eb06147743afacdcc2233453fddb418f205b27b3 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 12 Dec 2024 16:24:06 +0530 Subject: [PATCH] mosquitto-auth-shadow: updated dependency on mosquitto-ssl to avoid ambiguity --- mosquitto-auth-shadow/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mosquitto-auth-shadow/Makefile b/mosquitto-auth-shadow/Makefile index 6e442a3fd..5c0dead78 100644 --- a/mosquitto-auth-shadow/Makefile +++ b/mosquitto-auth-shadow/Makefile @@ -14,7 +14,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto-auth-shadow -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.0.1 PKG_MAINTAINER:=Erik Karlsson PKG_LICENSE:=EPL-2.0 @@ -27,7 +27,7 @@ define Package/mosquitto-auth-shadow SECTION:=net CATEGORY:=Network TITLE:=mosquitto - /etc/shadow authentication plugin - DEPENDS:=mosquitto + DEPENDS:=+mosquitto-ssl USERID:=mosquitto=200:mosquitto=200 mosquitto=200:shadow=11 endef