Skip to content

Commit

Permalink
Merge pull request #647 from jjnicola/release
Browse files Browse the repository at this point in the history
Prepare for release 20.8.1
  • Loading branch information
jjnicola committed Feb 1, 2021
2 parents 54211aa + 3d30d59 commit e057eb8
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [20.08.1] (unreleased)
## [20.08.1] (2021.02.01)

### Added
- Extend nasl lint to detect if function parameter is used twice. [#590](https://github.com/greenbone/openvas/pull/590)
Expand Down Expand Up @@ -36,7 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix technique switch for getting the appropriate interface to use for IPv6 dst addr. [#636](https://github.com/greenbone/openvas/pull/636)
- Fix host count. Set to -1 when the target string is invalid. [#646](https://github.com/greenbone/openvas/pull/646)

[20.08]: https://github.com/greenbone/openvas/compare/v20.8.0...openvas-20.08
[20.08.1]: https://github.com/greenbone/openvas/compare/v20.8.0...v20.8.1

## [20.08] (2020-08-11)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cmake_minimum_required (VERSION 3.0)
message ("-- Configuring the Scanner...")

project (openvas
VERSION 20.8.0
VERSION 20.8.1
LANGUAGES C)

if (POLICY CMP0005)
Expand Down
2 changes: 1 addition & 1 deletion doc/openvas-nasl-lint.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH OPENVAS-NASL-LINT 1 "May 26, 2015"
.TH OPENVAS-NASL-LINT 1 "February, 2021"
.SH NAME
openvas-nasl-lint \- OpenVAS standalone NASL linter
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/openvas-nasl.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH NASL 1 "October 2018" "Greenbone Vulnerability Management" "NASL Attack Scripting Language"
.TH NASL 1 "February 2021" "Greenbone Vulnerability Management" "NASL Attack Scripting Language"
.SH NAME
openvas-nasl \- NASL Attack Scripting Language
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/openvas.8.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH OpenVAS 8 "June 2019" "Greenbone Vulnerability Management" "User Manuals"
.TH OpenVAS 20.8.1 "February 2021" "Greenbone Vulnerability Management" "User Manuals"
.SH NAME
openvas \- The Scanner of the Greenbone Vulnerability Management
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion misc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -fPIC")
# we require CMake >= 3.0
set (MISC_VERSION_MAJOR 20)
set (MISC_VERSION_MINOR 8)
set (MISC_VERSION_PATCH 0)
set (MISC_VERSION_PATCH 1)

if (PROJECT_BETA_RELEASE)
set (MISC_VERSION_SUFFIX "+beta${PROJECT_BETA_RELEASE}")
Expand Down
2 changes: 1 addition & 1 deletion nasl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# we require CMake >= 3.0
set (NASL_VERSION_MAJOR 20)
set (NASL_VERSION_MINOR 8)
set (NASL_VERSION_PATCH 0)
set (NASL_VERSION_PATCH 1)

if (PROJECT_BETA_RELEASE)
set (NASL_VERSION_SUFFIX "+beta${PROJECT_BETA_RELEASE}")
Expand Down
5 changes: 3 additions & 2 deletions nasl/nasl.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* Based on work Copyright (C) 2002 - 2005 Tenable Network Security
/* Portions Copyright (C) 2009-2021 Greenbone Networks GmbH
* Based on work Copyright (C) 2002 - 2005 Tenable Network Security
*
* SPDX-License-Identifier: GPL-2.0-only
*
Expand Down Expand Up @@ -243,7 +244,7 @@ main (int argc, char **argv)
else
putchar ('\n');
printf ("Copyright (C) 2002 - 2004 Tenable Network Security\n");
printf ("Copyright (C) 2020 Greenbone Networks GmbH\n\n");
printf ("Copyright (C) 2021 Greenbone Networks GmbH\n\n");
exit (0);
}
if (nasl_debug)
Expand Down
2 changes: 1 addition & 1 deletion nasl/nasl_builtin_find_service.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Portions Copyright (C) 2009-2020 Greenbone Networks GmbH
/* Portions Copyright (C) 2009-2021 Greenbone Networks GmbH
* Based on work Copyright (C) 2002 Renaud Deraison
*
* SPDX-License-Identifier: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion nasl/nasl_text_utils.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Portions Copyright (C) 2009-2020 Greenbone Networks GmbH
/* Portions Copyright (C) 2009-2021 Greenbone Networks GmbH
* Based on work Copyright (C) 2002 - 2004 Tenable Network Security
*
* SPDX-License-Identifier: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/openvas.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ openvas (int argc, char *argv[])
printf ("GIT revision %s\n", OPENVAS_GIT_REVISION);
#endif
printf ("gvm-libs %s\n", gvm_libs_version ());
printf ("Most new code since 2005: (C) 2020 Greenbone Networks GmbH\n");
printf ("Most new code since 2005: (C) 2021 Greenbone Networks GmbH\n");
printf (
"Nessus origin: (C) 2004 Renaud Deraison <deraison@nessus.org>\n");
printf ("License GPLv2: GNU GPL version 2\n");
Expand Down

0 comments on commit e057eb8

Please sign in to comment.