From 3d6b30875ea4fe2c2b38f6cb5d2fed9ce2b22ae8 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 9 Jan 2026 13:45:27 +0100 Subject: [PATCH] chore: Bump package versions for v0.14.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version updates: - luci-app-bandwidth-manager: 0.4.0 → 0.5.0 - luci-app-crowdsec-dashboard: 0.6.0 → 0.7.0 - luci-app-media-flow: 0.5.2 → 0.6.0 - luci-app-ndpid: 1.0.0 → 1.1.0 - luci-app-secubox-netifyd: 1.1.0 → 1.2.0 - secubox-core: 0.9.0 → 0.10.0 Co-Authored-By: Claude Opus 4.5 --- package/secubox/luci-app-bandwidth-manager/Makefile | 2 +- package/secubox/luci-app-crowdsec-dashboard/Makefile | 2 +- package/secubox/luci-app-media-flow/Makefile | 2 +- package/secubox/luci-app-ndpid/Makefile | 2 +- package/secubox/luci-app-secubox-netifyd/Makefile | 2 +- package/secubox/secubox-core/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/secubox/luci-app-bandwidth-manager/Makefile b/package/secubox/luci-app-bandwidth-manager/Makefile index 264c3416..2658df4b 100644 --- a/package/secubox/luci-app-bandwidth-manager/Makefile +++ b/package/secubox/luci-app-bandwidth-manager/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-bandwidth-manager -PKG_VERSION:=0.4.0 +PKG_VERSION:=0.5.0 PKG_RELEASE:=2 PKG_ARCH:=all PKG_LICENSE:=Apache-2.0 diff --git a/package/secubox/luci-app-crowdsec-dashboard/Makefile b/package/secubox/luci-app-crowdsec-dashboard/Makefile index 421be45d..1ac1bf7c 100644 --- a/package/secubox/luci-app-crowdsec-dashboard/Makefile +++ b/package/secubox/luci-app-crowdsec-dashboard/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-crowdsec-dashboard -PKG_VERSION:=0.6.0 +PKG_VERSION:=0.7.0 PKG_RELEASE:=8 PKG_ARCH:=all diff --git a/package/secubox/luci-app-media-flow/Makefile b/package/secubox/luci-app-media-flow/Makefile index 2a01dc5a..f6568f4c 100644 --- a/package/secubox/luci-app-media-flow/Makefile +++ b/package/secubox/luci-app-media-flow/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-media-flow -PKG_VERSION:=0.5.2 +PKG_VERSION:=0.6.0 PKG_RELEASE:=1 PKG_ARCH:=all PKG_LICENSE:=Apache-2.0 diff --git a/package/secubox/luci-app-ndpid/Makefile b/package/secubox/luci-app-ndpid/Makefile index 2d0e2650..39acb02f 100644 --- a/package/secubox/luci-app-ndpid/Makefile +++ b/package/secubox/luci-app-ndpid/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-ndpid -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.1.0 PKG_RELEASE:=1 PKG_ARCH:=all diff --git a/package/secubox/luci-app-secubox-netifyd/Makefile b/package/secubox/luci-app-secubox-netifyd/Makefile index e15ea41f..b40af183 100644 --- a/package/secubox/luci-app-secubox-netifyd/Makefile +++ b/package/secubox/luci-app-secubox-netifyd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-secubox-netifyd -PKG_VERSION:=1.1.0 +PKG_VERSION:=1.2.0 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_MAINTAINER:=CyberMind diff --git a/package/secubox/secubox-core/Makefile b/package/secubox/secubox-core/Makefile index 319efc50..4202f3eb 100644 --- a/package/secubox/secubox-core/Makefile +++ b/package/secubox/secubox-core/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=secubox-core -PKG_VERSION:=0.9.0 +PKG_VERSION:=0.10.0 PKG_RELEASE:=3 PKG_ARCH:=all PKG_LICENSE:=GPL-2.0