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 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-04-27 17:09:29 +02:00
parent 6149354fed
commit bfe2e9cb98
4 changed files with 4 additions and 4 deletions

View File

@ -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')

View File

@ -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'

View File

@ -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')

View File

@ -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"