]> Kevux Git Server - kevux-firewall/commitdiff
Update: Next micro version (0.7.5).
authorKevin Day <Kevin@kevux.org>
Fri, 9 Jan 2026 01:18:06 +0000 (19:18 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 9 Jan 2026 01:18:06 +0000 (19:18 -0600)
The following are the commands that I ran to make this change:
  # find data/ sources/ documents/ licenses/ install.sh -type f -exec sed -i -e 's|0\.7\.4|0.7.5|g' -e 's|^version_micro 4|version_micro 5|g' '{}' ';'
  # find sources/ -name *.h -exec sed -i -e 's|_program_version_micro_s F_string_ascii_4_s|_program_version_micro_s F_string_ascii_5_s|g' -e 's|_program_version_micro_s_length F_string_ascii_4_s_length|_program_version_micro_s_length F_string_ascii_5_s_length|g' '{}' ';'
  # sed -i -e 's|version_micro 4|version_micro 5|g' data/build/settings* data/build/stand_alone/settings.*

data/build/settings
data/documentation/man/man1/firewall.1
documents/readme.bootstrap.txt
documents/readme.build.txt
install.sh
sources/c/program/firewall/main/common/string.h

index b4b3444bcfe9591a9faed78b9e7e4beb12acd215..07d4837c81db93544a94386a1dd181a38c1e4657 100644 (file)
@@ -22,7 +22,7 @@ build_name firewall
 
 version_major 0
 version_minor 7
-version_micro 4
+version_micro 5
 version_file micro
 version_target minor
 
index 41130373bfe7d1943a3297f38d8603c089acf704..87dd8a1c1771b64432e56fe6909c2ba3b7ab0451 100644 (file)
@@ -1,4 +1,4 @@
-.TH FIREWALL "1" "April 2025" "Kevux - Firewall 0.7.4" "User Commands"
+.TH FIREWALL "1" "April 2025" "Kevux - Firewall 0.7.5" "User Commands"
 .SH NAME
 firewall \- A basic iptables based firewall manager for the Kevux distribution.
 .SH SYNOPSIS
index 80095c01f37479d6cc26bfdbb524cc766869ab1e..b6ced550badb4010e9245fca683642da8b510f5b 100644 (file)
@@ -49,7 +49,7 @@ Bootstrap Readme Documentation:
 
   If one of the build sub-directories, such as includes, libraries, programs, and settings, is empty or missing after a successful build, then there are no files of that type to install.
 
-  Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" project)\:
+  Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.5" project)\:
     block:"
       build/
       ├── documents
@@ -69,8 +69,8 @@ Bootstrap Readme Documentation:
       │   ├── shared
       │   │   ├── libstatus_code.so -> libstatus_code.so.0
       │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.7
-      │   │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4
-      │   │   └── libstatus_code.so.0.7.4
+      │   │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.5
+      │   │   └── libstatus_code.so.0.7.5
       │   └── static
       │       └── libstatus_code.a
       ├── objects
@@ -114,7 +114,7 @@ Bootstrap Readme Documentation:
           └── sources_settings-settings.main.built
     "
 
-  Work Tree Sructure Example at file:"/tmp/work" (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" project)\:
+  Work Tree Sructure Example at file:"/tmp/work" (using the FLL:"Featureless Linux Library" code:"status_code-0.7.5" project)\:
     block:"
       /tmp/work/
       ├── includes
@@ -132,8 +132,8 @@ Bootstrap Readme Documentation:
           ├── shared
           │   ├── libstatus_code.so -> libstatus_code.so.0
           │   ├── libstatus_code.so.0 -> libstatus_code.so.0.7
-          │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4
-          │   └── libstatus_code.so.0.7.4
+          │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.5
+          │   └── libstatus_code.so.0.7.5
           └── static
               └── libstatus_code.a
     "
index 3eb596e23806534c9f108d98c7ed09537e583fd3..84397f4417dd7f365ed26a9e8fdc6d79d0de8aea 100644 (file)
@@ -50,7 +50,7 @@ Build Readme Documentation:
     code:"cp -vR build/programs/shared/* /usr/bin/"
     code:"cp -vR build/settings/* /etc/"
 
-  Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" project)\:
+  Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.5" project)\:
     block:"
       build/
       ├── documents
@@ -70,8 +70,8 @@ Build Readme Documentation:
       │   ├── shared
       │   │   ├── libstatus_code.so -> libstatus_code.so.0
       │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.7
-      │   │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4
-      │   │   └── libstatus_code.so.0.7.4
+      │   │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.5
+      │   │   └── libstatus_code.so.0.7.5
       │   └── static
       │       └── libstatus_code.a
       ├── objects
index 827c21a393b9fcfc4de0ccbc67c47e4c6a8b1d43..d433004a2b5508f835a0a1aac26651498a819673 100755 (executable)
@@ -23,7 +23,7 @@ install_main() {
   local public_name="Simple Kevux Firewall Project Install Script"
   local system_name=install
   local called_name=$(basename ${0})
-  local version=0.7.4
+  local version=0.7.5
 
   local grab_next=
   local do_color=dark
index 437ad49c0b8919dab7644758ba91c5c614d9f2c3..2863483bde29bbbfc81e5c2082ca5c59d6e01804 100644 (file)
@@ -22,11 +22,11 @@ extern "C" {
 #ifndef _di_firewall_program_version_s_
   #define FIREWALL_program_version_major_s F_string_ascii_0_s
   #define FIREWALL_program_version_minor_s F_string_ascii_7_s
-  #define FIREWALL_program_version_micro_s F_string_ascii_4_s
+  #define FIREWALL_program_version_micro_s F_string_ascii_5_s
 
   #define FIREWALL_program_version_major_s_length F_string_ascii_0_s_length
   #define FIREWALL_program_version_minor_s_length F_string_ascii_7_s_length
-  #define FIREWALL_program_version_micro_s_length F_string_ascii_4_s_length
+  #define FIREWALL_program_version_micro_s_length F_string_ascii_5_s_length
 
   #if !(defined(FIREWALL_program_version_nano_prefix_s) && defined(FIREWALL_program_version_nano_prefix_s_length))
     #define FIREWALL_program_version_nano_prefix_s