Skip to content

Commit

Permalink
Preparing for release gvmd-8.0.0
Browse files Browse the repository at this point in the history
CHANGES and the required libgvm version in the build and CircleCI
configs have been updated.
  • Loading branch information
timopollmeier committed Apr 5, 2019
1 parent 114c3c3 commit a8d8e26
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 45 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- run:
working_directory: ~/gvm-libs
name: Checkout gvm-libs
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-10.0
- run:
working_directory: ~/gvm-libs
name: Configure and compile gvm-libs (Debug)
Expand All @@ -23,7 +23,7 @@ jobs:
- run:
working_directory: ~/gvm-libs
name: Checkout gvm-libs
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-10.0
- run:
working_directory: ~/gvm-libs
name: Configure and compile gvm-libs (Debug)
Expand All @@ -39,7 +39,7 @@ jobs:
- run:
working_directory: ~/gvm-libs
name: Checkout gvm-libs
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-10.0
- run:
working_directory: ~/gvm-libs
name: Configure and compile gvm-libs (Release)
Expand All @@ -55,7 +55,7 @@ jobs:
- run:
working_directory: ~/gvm-libs
name: Checkout gvm-libs
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-10.0
- run:
working_directory: ~/gvm-libs
name: Configure and compile gvm-libs (Release)
Expand All @@ -71,7 +71,7 @@ jobs:
- run:
working_directory: ~/gvm-libs
name: Checkout gvm-libs
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-10.0
- run:
working_directory: ~/gvm-libs
name: Configure and compile gvm-libs (Release)
Expand All @@ -87,7 +87,7 @@ jobs:
- run:
working_directory: ~/gvm-libs
name: Checkout gvm-libs
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-10.0
- run:
working_directory: ~/gvm-libs
name: Configure and compile gvm-libs (Release)
Expand All @@ -103,7 +103,7 @@ jobs:
- run:
working_directory: ~/gvm-libs
name: Checkout gvm-libs
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-10.0
- run:
working_directory: ~/gvm-libs
name: Configure and compile gvm-libs (Release)
Expand All @@ -121,7 +121,7 @@ jobs:
- run:
working_directory: ~/gvm-libs
name: Checkout gvm-libs
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-10.0
- run:
working_directory: ~/gvm-libs
name: Configure and compile gvm-libs (Release)
Expand Down
53 changes: 21 additions & 32 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,44 +7,13 @@ or get the entire source code repository and view log history:
$ git clone https://github.com/greenbone/gvmd.git
$ cd gvmd && git log

gvmd 8.0.0 (2019-04-04)
gvmd 8.0.0 (2019-04-05)

This is the first release of the gvmd module 8.0 for the Greenbone
Vulnerability Management (GVM) framework.

Many thanks to everyone who has contributed to this release.

Main changes compared to gvm 8.0+beta3:
* Targets now use TCP-SYN without TCP-ACK when pinging hosts when configured
to do so.
* Performance of GET_REPORTS retrieving the results has been improved.
* GET_REPORTS will only return Tags of results if requested with the new
result_tags attribute.
* Updates of the NVTs will now ignore duplicate preferences instead of failing.
* An issue with alert emails missing a line break has been addressed.
* MODIFY_SETTING now checks if text values can be decoded to valid UTF-8.
* Issues with the database migration have been addressed.
* Users will automatically get read permission for themselves.
* An issue with incomplete NVT info after feed updates has been addressed.
* Issues with the predefined report formats not handling hosts and hostnames
correctly have been addressed.
* Settings "Hosts Filter" and "Operating Systems Filter" have been added.
* The predefined "Discovery", "Host Discovery" and "System Discovery" now
mark unreachable hosts as dead.
* Some compiler issues with the remediation and report functions have been
addressed.
* The GET_TASKS command now only returns the progress of individual hosts
when details are requested.
* The --slave-commit-size option has been added, which can help prevent large
updates from GMP scanners blocking the database for a long time.

gvmd 8.0+beta3 (2019-02-06)

This is the third beta release of the gvmd module 8.0 for the Greenbone
Vulnerability Management (GVM) framework.

Many thanks to everyone who has contributed to this release.

Main changes compared to gvm 8.0+beta2:
* The new alert method "Alemba vFire" has been added.
* GMP CREATE_ASSET, its GMP doc and usage by GSA are now more consistent.
Expand Down Expand Up @@ -73,6 +42,26 @@ Main changes compared to gvm 8.0+beta2:
* The Sourcefire alert now accepts a password credential for PKCS12 decryption.
* The source code and GMP documentation have been cleaned up.
* A section about deprecated GMP elements has been added to the documentation.
* Targets now use TCP-SYN without TCP-ACK when pinging hosts when configured
to do so.
* Performance of GET_REPORTS retrieving the results has been improved.
* GET_REPORTS will only return Tags of results if requested with the new
result_tags attribute.
* Updates of the NVTs will now ignore duplicate preferences instead of failing.
* An issue with alert emails missing a line break has been addressed.
* MODIFY_SETTING now checks if text values can be decoded to valid UTF-8.
* Users will automatically get read permission for themselves.
* An issue with incomplete NVT info after feed updates has been addressed.
* Issues with the predefined report formats not handling hosts and hostnames
correctly have been addressed.
* Settings "Hosts Filter" and "Operating Systems Filter" have been added.
* The predefined "Discovery", "Host Discovery" and "System Discovery" now
mark unreachable hosts as dead.
* The GET_TASKS command now only returns the progress of individual hosts
when details are requested.
* The --slave-commit-size option has been added, which can help prevent large
updates from GMP scanners blocking the database for a long time.
* An issue with GET_FEEDS returning the wrong feed types has been addressed.
* Various other code cleanups and improvements.


Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Prerequisites:
* cmake >= 3.0
* glib-2.0 >= 2.42
* gnutls >= 3.2.15
* libgvm_base, libgvm_util, libgvm_osp, libgvm_gmp >= 1.0.0
* libgvm_base, libgvm_util, libgvm_osp, libgvm_gmp >= 10.0.0
* sqlite3 library >= 3.8.3 or PostgreSQL database
* pkg-config
* libical >= 1.0.0
Expand Down
8 changes: 4 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ find_package (Threads)
## list and throw an error, otherwise long install-cmake-install-cmake cycles
## might occur.

pkg_check_modules (LIBGVM_BASE REQUIRED libgvm_base>=1.0.0)
pkg_check_modules (LIBGVM_UTIL REQUIRED libgvm_util>=1.0.0)
pkg_check_modules (LIBGVM_OSP REQUIRED libgvm_osp>=1.0.0)
pkg_check_modules (LIBGVM_GMP REQUIRED libgvm_gmp>=1.0.0)
pkg_check_modules (LIBGVM_BASE REQUIRED libgvm_base>=10.0.0)
pkg_check_modules (LIBGVM_UTIL REQUIRED libgvm_util>=10.0.0)
pkg_check_modules (LIBGVM_OSP REQUIRED libgvm_osp>=10.0.0)
pkg_check_modules (LIBGVM_GMP REQUIRED libgvm_gmp>=10.0.0)
pkg_check_modules (GNUTLS REQUIRED gnutls>=3.2.15)
pkg_check_modules (GLIB REQUIRED glib-2.0>=2.42)
pkg_check_modules (LIBICAL REQUIRED libical>=1.00)
Expand Down

0 comments on commit a8d8e26

Please sign in to comment.