diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-05-09 15:59:47 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-05-10 21:53:39 +0200 |
commit | aa231e6c7face6b62dc84a0392b46c9ef965b4d8 (patch) | |
tree | 25d9fb6f8e9338e0f8d6558e4f37363973185578 /net-analyzer | |
parent | net-analyzer/gvmd: drop 9.0.1, 20.8.1 (diff) | |
download | gentoo-aa231e6c7face6b62dc84a0392b46c9ef965b4d8.tar.gz gentoo-aa231e6c7face6b62dc84a0392b46c9ef965b4d8.tar.bz2 gentoo-aa231e6c7face6b62dc84a0392b46c9ef965b4d8.zip |
net-analyzer/ospd-openvas: drop 1.0.1, 20.8.1
Closes: https://github.com/gentoo/gentoo/pull/25429
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ospd-openvas/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/ospd-openvas/files/ospd-openvas.service | 18 | ||||
-rw-r--r-- | net-analyzer/ospd-openvas/files/ospd.conf | 10 | ||||
-rw-r--r-- | net-analyzer/ospd-openvas/files/redis.conf.example | 57 | ||||
-rw-r--r-- | net-analyzer/ospd-openvas/ospd-openvas-1.0.1.ebuild | 46 | ||||
-rw-r--r-- | net-analyzer/ospd-openvas/ospd-openvas-20.8.1.ebuild | 47 |
6 files changed, 0 insertions, 180 deletions
diff --git a/net-analyzer/ospd-openvas/Manifest b/net-analyzer/ospd-openvas/Manifest index 2f051799135a..62b5a8d2c3cc 100644 --- a/net-analyzer/ospd-openvas/Manifest +++ b/net-analyzer/ospd-openvas/Manifest @@ -1,3 +1 @@ -DIST ospd-openvas-1.0.1.tar.gz 50455 BLAKE2B 06a4cdcc2f51351215fffa5517cb2cae620b9b7ffded738d3c63bda11fa8572fe93e0b5fc1c8c9a1bd27cbea65641b0586c329d1d05a022e1fba79c8782d091c SHA512 bdcdb1a8bc08fc27f1a85846ad944b3764a67c153cd75ffa607f69e0c07f223aa0e0965ee081e2398d4d47fc6faf1fd6fad90e6bc724952a0679de783dd2cc87 -DIST ospd-openvas-20.8.1.tar.gz 86733 BLAKE2B 1f747d7409a9b2cef4ea320cdc3fb8714105498ac798c96bb4be243a000985b881e33b56458d1c97b7a0359d51c95a4f975efa97cd4405b359d5a1e7aeaba9e6 SHA512 fb4ceb0a2306255e59948fe2246f9c66adefb4e68e26d3a8f95366a9ef1cb5581a3b036f6982cdd4c8499a9fb1e6acbe72041144e9ff3a057fc253e0684c0c0f DIST ospd-openvas-21.4.4.tar.gz 173368 BLAKE2B 4568eb45bb999d0ff2cf91652dd56000bceb967f5c37c3061735322d1c72165f9b869c8b48694b37fd6d684679fa1bbff4a5550076bbcfcee5936b470cb04700 SHA512 3981b0a9044f90243fe06f15b0d8ee5a6b1a334556f6de76955aecda0404da2f8bd1d39bf547093a31c244f0aabae819f5e45e8c518984fc7d50764a267086e9 diff --git a/net-analyzer/ospd-openvas/files/ospd-openvas.service b/net-analyzer/ospd-openvas/files/ospd-openvas.service deleted file mode 100644 index f496797d54ff..000000000000 --- a/net-analyzer/ospd-openvas/files/ospd-openvas.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=OSPD OpenVAS -After=network.target networking.service dnsmasq.service redis-server@openvas.service systemd-tmpfiles.service -ConditionKernelCommandLine=!recovery - -[Service] -Type=forking -User=gvm -Group=gvm -ExecStart=/usr/bin/ospd-openvas --config /etc/openvas/ospd.conf --foreground -SuccessExitStatus=SIGKILL -# This works asynchronously, but does not take the daemon down during the reload so it's ok. -Restart=always -RestartSec=60 - -[Install] -WantedBy=multi-user.target -Alias=ospd-openvas.service diff --git a/net-analyzer/ospd-openvas/files/ospd.conf b/net-analyzer/ospd-openvas/files/ospd.conf deleted file mode 100644 index bac46565001c..000000000000 --- a/net-analyzer/ospd-openvas/files/ospd.conf +++ /dev/null @@ -1,10 +0,0 @@ -[OSPD - openvas] - -#required by gvmd -unix_socket = /tmp/ospd.sock - -#socket_mode = 0o770 -#unix_socket = /run/ospd/ospd-openvas.pid - -log_level = DEBUG -log_file = /var/log/gvm/ospd-openvas.log diff --git a/net-analyzer/ospd-openvas/files/redis.conf.example b/net-analyzer/ospd-openvas/files/redis.conf.example deleted file mode 100644 index 6a41211aaae8..000000000000 --- a/net-analyzer/ospd-openvas/files/redis.conf.example +++ /dev/null @@ -1,57 +0,0 @@ -bind 127.0.0.1 -protected-mode yes -port 0 -tcp-backlog 511 -unixsocket /tmp/redis.sock -unixsocketperm 700 -timeout 0 -tcp-keepalive 300 -daemonize no -supervised no -pidfile /run/redis/redis.pid -loglevel notice -logfile /var/log/redis/redis.log -databases 16 -always-show-logo yes -stop-writes-on-bgsave-error yes -rdbcompression yes -rdbchecksum yes -dbfilename dump.rdb -dir /var/lib/redis/ -slave-serve-stale-data yes -slave-read-only yes -repl-diskless-sync no -repl-diskless-sync-delay 5 -repl-disable-tcp-nodelay no -slave-priority 100 -lazyfree-lazy-eviction no -lazyfree-lazy-expire no -lazyfree-lazy-server-del no -slave-lazy-flush no -appendonly no -appendfilename "appendonly.aof" -appendfsync everysec -no-appendfsync-on-rewrite no -auto-aof-rewrite-percentage 100 -auto-aof-rewrite-min-size 64mb -aof-load-truncated yes -aof-use-rdb-preamble no -lua-time-limit 5000 -slowlog-log-slower-than 10000 -slowlog-max-len 128 -latency-monitor-threshold 0 -notify-keyspace-events "" -hash-max-ziplist-entries 512 -hash-max-ziplist-value 64 -list-max-ziplist-size -2 -list-compress-depth 0 -set-max-intset-entries 512 -zset-max-ziplist-entries 128 -zset-max-ziplist-value 64 -hll-sparse-max-bytes 3000 -activerehashing yes -client-output-buffer-limit normal 0 0 0 -client-output-buffer-limit slave 256mb 64mb 60 -client-output-buffer-limit pubsub 32mb 8mb 60 -hz 10 -aof-rewrite-incremental-fsync yes diff --git a/net-analyzer/ospd-openvas/ospd-openvas-1.0.1.ebuild b/net-analyzer/ospd-openvas/ospd-openvas-1.0.1.ebuild deleted file mode 100644 index 3e6e76f0659a..000000000000 --- a/net-analyzer/ospd-openvas/ospd-openvas-1.0.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 systemd - -DESCRIPTION="This is an OSP server implementation to allow GVM to remotely control OpenVAS" -HOMEPAGE="https://github.com/greenbone/ospd-openvas" -SRC_URI="https://github.com/greenbone/ospd-openvas/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - acct-user/gvm - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - >=dev-python/redis-py-3.0.1[${PYTHON_USEDEP}] - >=net-analyzer/ospd-2.0.0[${PYTHON_USEDEP}] -" -RDEPEND=" - ${DEPEND} - >=net-analyzer/openvas-scanner-7.0.0" -BDEPEND="" - -distutils_enable_tests unittest - -python_install() { - distutils-r1_python_install - - insinto /etc/openvas - doins "${FILESDIR}"/redis.conf.example - doins "${FILESDIR}"/ospd.conf - - fowners -R gvm:gvm /etc/openvas - - newinitd "${FILESDIR}/${PN}.initd" "${PN}" - newconfd "${FILESDIR}/${PN}.confd" "${PN}" - - systemd_dounit "${FILESDIR}/${PN}.service" -} diff --git a/net-analyzer/ospd-openvas/ospd-openvas-20.8.1.ebuild b/net-analyzer/ospd-openvas/ospd-openvas-20.8.1.ebuild deleted file mode 100644 index 18cbd96b1442..000000000000 --- a/net-analyzer/ospd-openvas/ospd-openvas-20.8.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 systemd - -DESCRIPTION="This is an OSP server implementation to allow GVM to remotely control OpenVAS" -HOMEPAGE="https://github.com/greenbone/ospd-openvas" -SRC_URI="https://github.com/greenbone/ospd-openvas/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - acct-group/gvm - acct-user/gvm - >=dev-python/packaging-20.4[${PYTHON_USEDEP}] - >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}] - >=dev-python/redis-py-3.5.3[${PYTHON_USEDEP}] - >=net-analyzer/ospd-20.8.0[${PYTHON_USEDEP}] -" -RDEPEND=" - ${DEPEND} - >=net-analyzer/openvas-scanner-20.8.0" -BDEPEND="" - -distutils_enable_tests unittest - -python_install() { - distutils-r1_python_install - - insinto /etc/openvas - doins "${FILESDIR}"/redis.conf.example - doins "${FILESDIR}"/ospd.conf - - fowners -R gvm:gvm /etc/openvas - - newinitd "${FILESDIR}/${PN}.initd" "${PN}" - newconfd "${FILESDIR}/${PN}.confd" "${PN}" - - systemd_dounit "${FILESDIR}/${PN}.service" -} |