mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
- Bump PORTREVISION - Update security/py-python-gvm to 23.10.0 - Fix issues with config path of security/py-notus-scanner and security/py-greenbone-feed-sync [1] - Improve pkg-message.in from security/gvm [1] Reported by: Luciano Mannucci <luciano at_ vespaperitivo.it> [1]
16 lines
756 B
Python
16 lines
756 B
Python
--- greenbone/feed/sync/config.py 2023-08-31 07:57:04.000000000 -0500
|
|
+++ greenbone/feed/sync/config.py 2023-10-20 10:18:44.157521000 -0500
|
|
@@ -69,10 +69,10 @@
|
|
DEFAULT_GVMD_LOCK_FILE_PATH = "gvm/feed-update.lock"
|
|
DEFAULT_OPENVAS_LOCK_FILE_PATH = "openvas/feed-update.lock"
|
|
|
|
-DEFAULT_CONFIG_FILE = "/etc/gvm/greenbone-feed-sync.toml"
|
|
-DEFAULT_USER_CONFIG_FILE = "~/.config/greenbone-feed-sync.toml"
|
|
+DEFAULT_CONFIG_FILE = "%%LOCALBASE%%/etc/gvm/greenbone-feed-sync.toml"
|
|
+DEFAULT_USER_CONFIG_FILE = "%%LOCALBASE%%/etc/gvm/greenbone-feed-sync.toml"
|
|
|
|
-DEFAULT_ENTERPRISE_KEY_PATH = "/etc/gvm/greenbone-enterprise-feed-key"
|
|
+DEFAULT_ENTERPRISE_KEY_PATH = "%%LOCALBASE%%/etc/gvm/greenbone-enterprise-feed-key"
|
|
|
|
DEFAULT_GROUP = "gvm"
|
|
DEFAULT_USER = "gvm"
|