mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 09:14:33 +00:00
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:
parent
6149354fed
commit
bfe2e9cb98
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user