From bfe2e9cb9853b778cd811c178757766339fa6571 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Mon, 27 Apr 2026 17:09:29 +0200 Subject: [PATCH] release: Version 1.9.0 Changes in this release: - Added comprehensive package dependencies to all build scripts - Firmware images now fully ready with all deps pre-installed - Fixed package conflicts (iputils-arping, python3-zmq) - Build scripts include: Python deps, network tools, security services (crowdsec, netdata, glances), X11 packages Co-Authored-By: Claude Opus 4.5 --- image/build-ebin-live-usb.sh | 2 +- image/build-image.sh | 2 +- image/build-live-usb.sh | 2 +- image/build-rpi-usb.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/image/build-ebin-live-usb.sh b/image/build-ebin-live-usb.sh index 67afb521..c6e65b40 100755 --- a/image/build-ebin-live-usb.sh +++ b/image/build-ebin-live-usb.sh @@ -10,7 +10,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" REPO_DIR="$(dirname "$SCRIPT_DIR")" # ── Version & Build Info ────────────────────────────────────────── -SECUBOX_VERSION="1.8.0" +SECUBOX_VERSION="1.9.0" BUILD_DATE=$(date '+%Y-%m-%d') BUILD_TIMESTAMP=$(date '+%Y-%m-%d %H:%M') diff --git a/image/build-image.sh b/image/build-image.sh index 04009148..34e3753a 100755 --- a/image/build-image.sh +++ b/image/build-image.sh @@ -26,7 +26,7 @@ LOCAL_REPO_PORT="8080" SLIPSTREAM_DEBS=1 # Intégrer les .deb locaux dans l'image (default: ON) # SecuBox versioning -SECUBOX_VERSION="1.8.0" +SECUBOX_VERSION="1.9.0" BUILD_TIMESTAMP=$(date '+%Y-%m-%d %H:%M') RED='\033[0;31m'; CYAN='\033[0;36m'; GOLD='\033[0;33m' diff --git a/image/build-live-usb.sh b/image/build-live-usb.sh index d95081cf..e5e89f96 100755 --- a/image/build-live-usb.sh +++ b/image/build-live-usb.sh @@ -14,7 +14,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" REPO_DIR="$(dirname "$SCRIPT_DIR")" # ── Version & Build Info ────────────────────────────────────────── -SECUBOX_VERSION="1.8.0" +SECUBOX_VERSION="1.9.0" BUILD_TIMESTAMP=$(date '+%Y-%m-%d %H:%M') BUILD_DATE=$(date '+%Y%m%d') diff --git a/image/build-rpi-usb.sh b/image/build-rpi-usb.sh index 3b872763..7f5bb872 100755 --- a/image/build-rpi-usb.sh +++ b/image/build-rpi-usb.sh @@ -13,7 +13,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" REPO_DIR="$(dirname "$SCRIPT_DIR")" # ── Version ─────────────────────────────────────────────────────── -SECUBOX_VERSION="1.8.0" +SECUBOX_VERSION="1.9.0" # ── Defaults ────────────────────────────────────────────────────── SUITE="bookworm"