From: Philip Prindeville Date: Tue, 7 Jul 2026 01:51:24 +0000 (-0600) Subject: clixon: update to 7.8.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4b136c0bcbd6f725dccd5a9af60629275b6bcad4;p=openwrt-packages.git clixon: update to 7.8.0 Features optimized datastore YANG validation including incremental validation, a reduced XML config footprint, configurable datastore cache, many bugfixes and a prototype gRPC/gNMI implementation. Signed-off-by: Philip Prindeville --- diff --git a/utils/clixon/Makefile b/utils/clixon/Makefile index 23fb2c24e..7a7cdc9d0 100644 --- a/utils/clixon/Makefile +++ b/utils/clixon/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=clixon -PKG_VERSION:=7.7.0 +PKG_VERSION:=7.8.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/clicon/$(PKG_NAME)/tar.gz/$(PKG_VERSION)? -PKG_HASH:=2631e909670370a59d46e4eeeeb3779cd71f9e982b8c1fe493a4e278cbaff16b +PKG_HASH:=e40876959f55b341a3b15435318a0d86ff17f6b02090d3bebf66a281b5b61c52 PKG_MAINTAINER:=Olof Hagsand , Philip Prindeville PKG_LICENSE:=Apache-2.0