From 9fdc3d6126f8cf898d9c953c7d0a339fd4e2e07c Mon Sep 17 00:00:00 2001 From: vdutta <vivek.dutta@iopsys.eu> Date: Thu, 23 Mar 2023 19:04:01 +0530 Subject: [PATCH] icwmp: Fix probable crashes --- icwmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icwmp/Makefile b/icwmp/Makefile index 1df0717f0..83524f50a 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=8.4.26.0 +PKG_VERSION:=8.4.26.1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/icwmp.git -PKG_SOURCE_VERSION:=84074d23fb56179ccb510dcbdd5393b2292bd6a1 +PKG_SOURCE_VERSION:=195fcb32c2c1373635b35cc3704ccc9b40cf9c95 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip -- GitLab