From c7cf4acd01a28632ff980d1e44a7bcaf8c9aad20e7ecd3646f8ca8e7c84b58f0 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Fri, 7 Nov 2025 17:23:22 +0100 Subject: [PATCH] V8.13.392.2025.11.07 Signed-off-by: Marc S. Weidner --- .gitea/trigger/t_generate_PRIVATE_trixie_1.yaml | 2 +- .gitea/workflows/generate_PRIVATE_trixie_1.yaml | 12 +++++++++++- var/color.var.sh | 6 +++--- var/global.var.sh | 13 ------------- 4 files changed, 15 insertions(+), 18 deletions(-) diff --git a/.gitea/trigger/t_generate_PRIVATE_trixie_1.yaml b/.gitea/trigger/t_generate_PRIVATE_trixie_1.yaml index 2f4a4b1..dbfc567 100644 --- a/.gitea/trigger/t_generate_PRIVATE_trixie_1.yaml +++ b/.gitea/trigger/t_generate_PRIVATE_trixie_1.yaml @@ -10,6 +10,6 @@ # SPDX-Security-Contact: security@coresecret.eu build: - counter: 1023 + counter: 1024 version: V8.13.392.2025.11.07 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml diff --git a/.gitea/workflows/generate_PRIVATE_trixie_1.yaml b/.gitea/workflows/generate_PRIVATE_trixie_1.yaml index 9e7c877..c4f06b8 100644 --- a/.gitea/workflows/generate_PRIVATE_trixie_1.yaml +++ b/.gitea/workflows/generate_PRIVATE_trixie_1.yaml @@ -65,15 +65,25 @@ jobs: apt-get install -y --no-install-recommends \ apt-utils \ bash \ + bat \ ca-certificates \ curl \ + debootstrap \ git \ + gnupg-utils \ gnupg \ + gpg-agent \ + gpgv \ + live-build \ + lsb-release \ openssh-client \ openssl \ perl \ + pinentry-curses \ + pinentry-tty \ sudo \ - util-linux + util-linux \ + whois - name: ⚙️ Check GnuPG Version. run: | diff --git a/var/color.var.sh b/var/color.var.sh index 35066eb..2335dcf 100644 --- a/var/color.var.sh +++ b/var/color.var.sh @@ -14,7 +14,7 @@ guard_sourcing || return "${ERR_GUARD_SRCE}" ### Definition of color variables. -declare -grx BLA='\e[90m' # Beautiful black For the techno fans. +declare -grx BLA='\e[90m' # Beautiful black for the techno fans. declare -grx RED='\e[91m' # Bright red. declare -grx GRE='\e[92m' # Vibrant green. declare -grx YEL='\e[93m' # Fancy yellow @@ -23,7 +23,7 @@ declare -grx MAG='\e[95m' # Super gay magenta. declare -grx CYA='\e[96m' # Lovely cyan. declare -grx WHI='\e[97m' # Fantastic color mix. declare -grx RES='\e[0m' # Forget everything. -declare -grx TAB='\t' # Tabulator. -declare -grx NL='\n' # New line. +declare -grx TAB='\t' # Insert a fresh tabulator. +declare -grx NL='\n' # Print a crystal clear new line. # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/var/global.var.sh b/var/global.var.sh index 389500d..39ecb67 100644 --- a/var/global.var.sh +++ b/var/global.var.sh @@ -55,19 +55,6 @@ declare -gx VAR_SIGNING_KEY_PASS="" declare -gx VAR_SIGNING_KEY_PASSFILE="" declare -gx VAR_SIGNING_KEY="" -### Definition of color variables. -declare -grx BLA='\e[90m' # Beautiful black for the techno fans. -declare -grx RED='\e[91m' # Bright red. -declare -grx GRE='\e[92m' # Vibrant green. -declare -grx YEL='\e[93m' # Fancy yellow -declare -grx BLU='\e[94m' # Organic blue. -declare -grx MAG='\e[95m' # Super gay magenta. -declare -grx CYA='\e[96m' # Lovely cyan. -declare -grx WHI='\e[97m' # Fantastic color mix. -declare -grx RES='\e[0m' # Forget everything. -declare -grx TAB='\t' # Insert a fresh tabulator. -declare -grx NL='\n' # Print a crystal clear new line. - ### Definition of error codes. declare -gir ERR_UNCRITICAL=127 declare -gir ERR_NOT_USER_0=128 # Not running as root