From 7d6690031ca7d438f2ea759776753c20e7cd7804 Mon Sep 17 00:00:00 2001 From: Fernando Gont Date: Mon, 2 Dec 2024 00:49:21 -0300 Subject: [PATCH] Fix version inconsistencies --- CHANGES.TXT | 2 +- CREDITS.TXT | 17 +++++------------ README.TXT | 19 +++++++++++-------- tools/blackhole6 | 2 +- tools/ipv6toolkit.h | 2 +- tools/script6 | 2 +- 6 files changed, 20 insertions(+), 24 deletions(-) diff --git a/CHANGES.TXT b/CHANGES.TXT index 267cb6b..748d39d 100644 --- a/CHANGES.TXT +++ b/CHANGES.TXT @@ -1,4 +1,4 @@ -SI6 Networks IPv6 Toolkit (current) +SI6 Networks IPv6 Toolkit 2.2 * All: Ensure consistency in version numbers across tools and documentation. * path6: Fix bug that prevented setting TCP flags diff --git a/CREDITS.TXT b/CREDITS.TXT index 766e3e0..e249b2f 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -1,17 +1,6 @@ CREDITS ------- -** Contributors ** - -The following people sent patches that were incorporated into this release -of the toolkit: - - Jeroen Roovers - Alexander Bluhm - Leonard Marschke - Linus Lüssing - Josh Brobst - ** Package maintainers ** Availability of packages for different operating systems makes it easier for @@ -56,7 +45,11 @@ of the toolkit: Alexander Bluhm Alistair Crooks Declan A Rieb - + Jeroen Roovers + Josh Brobst + Leonard Marschke + Linus Lüssing + ** Troubleshooting/Debugging ** Spotting bugs in networking tools can be tricky, since at times they only show diff --git a/README.TXT b/README.TXT index 6e6efb7..2308481 100644 --- a/README.TXT +++ b/README.TXT @@ -1,18 +1,21 @@ ******************************************************************************* -* SI6 Networks IPv6 IPv6 Toolkit (current) * +* SI6 Networks IPv6 IPv6 Toolkit v2.2 * ******************************************************************************* Description of each of the files and directories: ------------------------------------------------- - .github Contains the GitHub Actions - data: Contains the configuration files and miscellaneous databases. - manuals: Contains the manual pages for the security assessment tools. - tests: Contains the unit tests. - tools: Contains the source code for the security assessment tools. - CHANGES.TXT: Contains the changelog of the toolkit + .github: GitHub Actions + data: Configuration files and miscellaneous databases. + manuals: Manual pages for the security assessment tools. + tests: Unit tests. + tools: Source code for the security assessment tools. + + CHANGES.TXT: Contains the changelog of the toolkit. CREDITS.TXT: Contains the credits of this project. - LICENSE.TXT: Contains the license for this software (GPLv3) + GNUMakefile: Makefile for gmake. + LICENSE.TXT: Contains the license for this software (GPLv3). + Makefile: Makegile for make. README.TXT: This file. diff --git a/tools/blackhole6 b/tools/blackhole6 index c125e5b..998b196 100755 --- a/tools/blackhole6 +++ b/tools/blackhole6 @@ -27,7 +27,7 @@ use Socket(); use constant EXIT_SUCCESS => 0; use constant EXIT_FAILURE => 1; -$SI6TOOLKIT="SI6 Networks IPv6 Toolkit (current)"; +$SI6TOOLKIT="SI6 Networks IPv6 Toolkit 2.2"; $total=0; $response=0; diff --git a/tools/ipv6toolkit.h b/tools/ipv6toolkit.h index 3e2afaa..3d11071 100644 --- a/tools/ipv6toolkit.h +++ b/tools/ipv6toolkit.h @@ -1,3 +1,3 @@ -#define SI6_TOOLKIT "SI6 Networks' IPv6 Toolkit (current)" +#define SI6_TOOLKIT "SI6 Networks' IPv6 Toolkit 2.2" #define MAX_CMDLINE_OPT_LEN 40 #define DATE_STR_LEN 40 diff --git a/tools/script6 b/tools/script6 index 3e453c1..9c32deb 100755 --- a/tools/script6 +++ b/tools/script6 @@ -29,7 +29,7 @@ # # Please send any bug reports to Fernando Gont -$SI6_TOOLKIT="SI6 Networks IPv6 Toolkit (current)"; +$SI6_TOOLKIT="SI6 Networks IPv6 Toolkit 2.2"; $SCRIPT6="script6: A tool to make complex IPv6 tasks easy"; $USAGE="\ Usage: script6 COMMAND [PARAMETERS]