From: Kevin Day Date: Sun, 23 Nov 2025 05:04:47 +0000 (-0600) Subject: Update: Next micro version (0.7.4). X-Git-Tag: 0.7.4~26 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=a79633dcc7814db9fd91ed198470777cf643d7a7;p=kevux-firewall Update: Next micro version (0.7.4). The following are the commands that I ran to make this change: # find data/ sources/ specifications/ documents/ licenses/ install.sh -type f -exec sed -i -e 's|0\.7\.3|0.7.4|g' -e 's|^version_micro 3|version_micro 4|g' '{}' ';' # find sources/ -name *.h -exec sed -i -e 's|_program_version_micro_s F_string_ascii_3_s|_program_version_micro_s F_string_ascii_4_s|g' -e 's|_program_version_micro_s_length F_string_ascii_3_s_length|_program_version_micro_s_length F_string_ascii_4_s_length|g' '{}' ';' # sed -i -e 's|version_micro 3|version_micro 4|g' data/build/settings* data/build/stand_alone/settings.* --- diff --git a/data/build/settings b/data/build/settings index 32eca62..dcb8b6a 100644 --- a/data/build/settings +++ b/data/build/settings @@ -21,7 +21,7 @@ build_name firewall version_major 0 version_minor 7 -version_micro 3 +version_micro 4 version_file micro version_target minor diff --git a/data/documentation/man/man1/firewall.1 b/data/documentation/man/man1/firewall.1 index 5a2a111..4113037 100644 --- a/data/documentation/man/man1/firewall.1 +++ b/data/documentation/man/man1/firewall.1 @@ -1,4 +1,4 @@ -.TH FIREWALL "1" "April 2025" "Kevux - Firewall 0.7.3" "User Commands" +.TH FIREWALL "1" "April 2025" "Kevux - Firewall 0.7.4" "User Commands" .SH NAME firewall \- A basic iptables based firewall manager for the Kevux distribution. .SH SYNOPSIS diff --git a/documents/readme.bootstrap.txt b/documents/readme.bootstrap.txt index 505b40c..80095c0 100644 --- a/documents/readme.bootstrap.txt +++ b/documents/readme.bootstrap.txt @@ -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.3" project)\: + Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" 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.3 - │   │   └── libstatus_code.so.0.7.3 + │   │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4 + │   │   └── libstatus_code.so.0.7.4 │   └── 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.3" project)\: + Work Tree Sructure Example at file:"/tmp/work" (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" 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.3 - │   └── libstatus_code.so.0.7.3 + │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4 + │   └── libstatus_code.so.0.7.4 └── static └── libstatus_code.a " diff --git a/documents/readme.build.txt b/documents/readme.build.txt index 8008060..3eb596e 100644 --- a/documents/readme.build.txt +++ b/documents/readme.build.txt @@ -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.3" project)\: + Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" 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.3 - │   │   └── libstatus_code.so.0.7.3 + │   │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4 + │   │   └── libstatus_code.so.0.7.4 │   └── static │   └── libstatus_code.a ├── objects diff --git a/install.sh b/install.sh index 11c1b95..faad9c7 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ install_main() { local public_name="Simple FLL Project Install Script" local system_name=install local called_name=$(basename ${0}) - local version=0.7.3 + local version=0.7.4 local grab_next= local do_color=dark diff --git a/sources/c/main/common/string.h b/sources/c/main/common/string.h index d5352b1..437ad49 100644 --- a/sources/c/main/common/string.h +++ b/sources/c/main/common/string.h @@ -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_3_s + #define FIREWALL_program_version_micro_s F_string_ascii_4_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_3_s_length + #define FIREWALL_program_version_micro_s_length F_string_ascii_4_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