From c30c3d319ebabcebdc055e23f03e781341e3b514 Mon Sep 17 00:00:00 2001 From: Jan-Oliver Wagner Date: Sun, 16 Feb 2020 17:19:20 +0100 Subject: [PATCH 1/2] New URL for feed download. --- tools/greenbone-certdata-sync.in | 6 +++--- tools/greenbone-scapdata-sync.in | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/greenbone-certdata-sync.in b/tools/greenbone-certdata-sync.in index 1af81e495..a0cb654c8 100644 --- a/tools/greenbone-certdata-sync.in +++ b/tools/greenbone-certdata-sync.in @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2011-2018 Greenbone Networks GmbH +# Copyright (C) 2011-2020 Greenbone Networks GmbH # # SPDX-License-Identifier: GPL-2.0-or-later # @@ -135,9 +135,9 @@ else fi if [ -z "$COMMUNITY_CERT_RSYNC_FEED" ]; then - COMMUNITY_CERT_RSYNC_FEED=rsync://feed.openvas.org:/cert-data + COMMUNITY_CERT_RSYNC_FEED=rsync://feed.community.greenbone.net:/cert-data # An alternative syntax which might work if the above doesn't: - # COMMUNITY_CERT_RSYNC_FEED=rsync@feed.openvas.org::cert-data + # COMMUNITY_CERT_RSYNC_FEED=rsync@feed.community.greenbone.net::cert-data fi fi diff --git a/tools/greenbone-scapdata-sync.in b/tools/greenbone-scapdata-sync.in index b2f326152..1929d4061 100644 --- a/tools/greenbone-scapdata-sync.in +++ b/tools/greenbone-scapdata-sync.in @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2011-2018 Greenbone Networks GmbH +# Copyright (C) 2011-2020 Greenbone Networks GmbH # # SPDX-License-Identifier: GPL-2.0-or-later # @@ -139,9 +139,9 @@ else fi if [ -z "$COMMUNITY_SCAP_RSYNC_FEED" ]; then - COMMUNITY_SCAP_RSYNC_FEED=rsync://feed.openvas.org:/scap-data + COMMUNITY_SCAP_RSYNC_FEED=rsync://feed.community.greenbone.net:/scap-data # An alternative syntax which might work if the above doesn't: - # COMMUNITY_SCAP_RSYNC_FEED=rsync@feed.openvas.org::scap-data + # COMMUNITY_SCAP_RSYNC_FEED=rsync@feed.community.greenbone.net::scap-data fi fi @@ -354,9 +354,9 @@ do_help () { do_rsync_community_feed () { if [ -z "$COMMUNITY_SCAP_RSYNC_FEED" ]; then - COMMUNITY_SCAP_RSYNC_FEED=rsync://feed.openvas.org:/scap-data + COMMUNITY_SCAP_RSYNC_FEED=rsync://feed.community.greenbone.net:/scap-data # An alternative syntax which might work if the above doesn't: - # COMMUNITY_SCAP_RSYNC_FEED=rsync@feed.openvas.org::scap-data + # COMMUNITY_SCAP_RSYNC_FEED=rsync@feed.communiy.greenbone.net::scap-data fi if [ -z "$RSYNC" ]; then From 4e61af92ddc9bab28790e8a79edf041dce9f63e3 Mon Sep 17 00:00:00 2001 From: Juan Jose Nicola Date: Thu, 9 Apr 2020 14:02:57 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090cbaacd..e56343b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Change rows of built-in default filters to -2 (use "Rows Per Page" setting) [#897](https://github.com/greenbone/gvmd/pull/897) - Update SCAP and CERT feed info in sync scripts [#808](https://github.com/greenbone/gvmd/pull/808) - Count only best OS matches for OS asset hosts [#1027](https://github.com/greenbone/gvmd/pull/1027) +- New Community Feed download URL in sync tools [#1043](https://github.com/greenbone/gvmd/pull/1043) ### Fixed - Allow to migrate gvmd 8 sqlite3 database to postgres with gvm-migrate-to-postgres script