Skip to content

Commit 7d66900

Browse files
committed
Fix version inconsistencies
1 parent ae0060c commit 7d66900

File tree

6 files changed

+20
-24
lines changed

6 files changed

+20
-24
lines changed

CHANGES.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SI6 Networks IPv6 Toolkit (current)
1+
SI6 Networks IPv6 Toolkit 2.2
22
* All: Ensure consistency in version numbers across tools and documentation.
33

44
* path6: Fix bug that prevented setting TCP flags

CREDITS.TXT

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
CREDITS
22
-------
33

4-
** Contributors **
5-
6-
The following people sent patches that were incorporated into this release
7-
of the toolkit:
8-
9-
Jeroen Roovers
10-
Alexander Bluhm <bluhm@openbsd.org>
11-
Leonard Marschke <contact@marschke.me>
12-
Linus Lüssing <linus.luessing@c0d3.blue>
13-
Josh Brobst <josh@brob.st>
14-
154
** Package maintainers **
165

176
Availability of packages for different operating systems makes it easier for
@@ -56,7 +45,11 @@ of the toolkit:
5645
Alexander Bluhm <bluhm@openbsd.org>
5746
Alistair Crooks <agc@pkgsrc.org>
5847
Declan A Rieb <darieb@sandia.gov>
59-
48+
Jeroen Roovers
49+
Josh Brobst <josh@brob.st>
50+
Leonard Marschke <contact@marschke.me>
51+
Linus Lüssing <linus.luessing@c0d3.blue>
52+
6053
** Troubleshooting/Debugging **
6154

6255
Spotting bugs in networking tools can be tricky, since at times they only show

README.TXT

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
*******************************************************************************
2-
* SI6 Networks IPv6 IPv6 Toolkit (current) *
2+
* SI6 Networks IPv6 IPv6 Toolkit v2.2 *
33
*******************************************************************************
44

55
Description of each of the files and directories:
66
-------------------------------------------------
77

8-
.github Contains the GitHub Actions
9-
data: Contains the configuration files and miscellaneous databases.
10-
manuals: Contains the manual pages for the security assessment tools.
11-
tests: Contains the unit tests.
12-
tools: Contains the source code for the security assessment tools.
13-
CHANGES.TXT: Contains the changelog of the toolkit
8+
.github: GitHub Actions
9+
data: Configuration files and miscellaneous databases.
10+
manuals: Manual pages for the security assessment tools.
11+
tests: Unit tests.
12+
tools: Source code for the security assessment tools.
13+
14+
CHANGES.TXT: Contains the changelog of the toolkit.
1415
CREDITS.TXT: Contains the credits of this project.
15-
LICENSE.TXT: Contains the license for this software (GPLv3)
16+
GNUMakefile: Makefile for gmake.
17+
LICENSE.TXT: Contains the license for this software (GPLv3).
18+
Makefile: Makegile for make.
1619
README.TXT: This file.
1720

1821

tools/blackhole6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use Socket();
2727
use constant EXIT_SUCCESS => 0;
2828
use constant EXIT_FAILURE => 1;
2929

30-
$SI6TOOLKIT="SI6 Networks IPv6 Toolkit (current)";
30+
$SI6TOOLKIT="SI6 Networks IPv6 Toolkit 2.2";
3131

3232
$total=0;
3333
$response=0;

tools/ipv6toolkit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#define SI6_TOOLKIT "SI6 Networks' IPv6 Toolkit (current)"
1+
#define SI6_TOOLKIT "SI6 Networks' IPv6 Toolkit 2.2"
22
#define MAX_CMDLINE_OPT_LEN 40
33
#define DATE_STR_LEN 40

tools/script6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#
3030
# Please send any bug reports to Fernando Gont <fgont@si6networks.com>
3131

32-
$SI6_TOOLKIT="SI6 Networks IPv6 Toolkit (current)";
32+
$SI6_TOOLKIT="SI6 Networks IPv6 Toolkit 2.2";
3333
$SCRIPT6="script6: A tool to make complex IPv6 tasks easy";
3434
$USAGE="\
3535
Usage: script6 COMMAND [PARAMETERS]

0 commit comments

Comments
 (0)