diff --git a/CHANGELOG.md b/CHANGELOG.md index d52567e93..1cc54c901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Force NVT update in migrate_219_to_220 [#895](https://github.com/greenbone/gvmd/pull/895) - Use temp tables to speed up migrate_213_to_214 [#911](https://github.com/greenbone/gvmd/pull/911) - Allow "Start Task" alert method for SecInfo events [#960](https://github.com/greenbone/gvmd/pull/960) +- New Community Feed download URL in sync tools [#982](https://github.com/greenbone/gvmd/pull/982) ### Fixed - Add NULL check in nvts_feed_version_epoch [#768](https://github.com/greenbone/gvmd/pull/768) diff --git a/tools/greenbone-certdata-sync.in b/tools/greenbone-certdata-sync.in index 5141852d9..e609e2b93 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 53adad7f2..0a1c1b321 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.community.greenbone.net::scap-data fi if [ -z "$RSYNC" ]; then