Skip to content

Commit 92662dc

Browse files
committed
[mosq] bump version to 1.4.1
1 parent 2fec554 commit 92662dc

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

openwrt/package/mosquitto/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=mosquitto
11-
PKG_SOURCE_VERSION:=79f3b57da5b5a4498bcbe1e97917ce3aff874245
12-
PKG_VERSION:=2015-02-18
11+
PKG_SOURCE_VERSION:=9c9df007460f98bed029c61f070a50a7eff23ab5
12+
PKG_VERSION:=2015-04-03
1313
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
1414

1515
PKG_SOURCE_PROTO:=git
@@ -33,13 +33,13 @@ define Package/$(PKG_NAME)/default
3333
CATEGORY:=Network
3434
TITLE:=mosquitto - an MQTT message broker
3535
URL:=http://www.mosquitto.org/
36-
DEPENDS:= +librt +libwebsockets +libuuid
36+
DEPENDS:= +librt +libuuid
3737
endef
3838

3939
define Package/$(PKG_NAME)
4040
$(call Package/mosquitto/default)
4141
TITLE+= (with SSL support)
42-
DEPENDS+= +libopenssl
42+
DEPENDS+= +libopenssl +libwebsockets-openssl
4343
VARIANT:=ssl
4444
endef
4545

openwrt/package/mosquitto/patches/100-libwebsockets-fixes.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)