icwmp: 9.3.0

This commit is contained in:
Amin Ben Romdhane 2023-04-18 00:14:30 +02:00
parent 9d9f5980d3
commit 7dab676e68

View file

@ -1,5 +1,5 @@
# #
# Copyright (C) 2020-2022 IOPSYS Software Solutions AB # Copyright (C) 2020-2023 IOPSYS Software Solutions AB
# #
# This is free software, licensed under the BSD-3-Clause # This is free software, licensed under the BSD-3-Clause
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=icwmp PKG_NAME:=icwmp
PKG_VERSION:=9.2.1 PKG_VERSION:=9.3.0
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git
PKG_SOURCE_VERSION:=c94d21de94d15bee1af9c7a4a2749c3625403843 PKG_SOURCE_VERSION:=9db8e0f900c823a41274277a2673efa3fc17a123
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip PKG_MIRROR_HASH:=skip
@ -29,7 +29,7 @@ define Package/icwmp/default
CATEGORY:=Utilities CATEGORY:=Utilities
SUBMENU:=TRx69 SUBMENU:=TRx69
TITLE:=TR069 CWMP client TITLE:=TR069 CWMP client
DEPENDS:=+libuci +libubox +libblobmsg-json +libubus +libjson-c +libcurl +mxml +libuuid +libbbf_api DEPENDS:=+libuci +libubox +libblobmsg-json +libubus +libjson-c +libcurl +mxml +libuuid +libbbfdm-api
endef endef
define Package/icwmp-openssl define Package/icwmp-openssl