diff options
author | Hasan ÇALIŞIR <hasan.calisir@psauxit.com> | 2019-08-10 16:24:21 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-08-12 07:54:21 +0300 |
commit | 2d484f2e8283520712c22745c0bab47a946135c8 (patch) | |
tree | 49972c3f78a83133747698453aefdb62f6965201 /net-analyzer/greenbone-security-assistant | |
parent | net-analyzer/openvas: drop old 8.0.5 (diff) | |
download | gentoo-2d484f2e8283520712c22745c0bab47a946135c8.tar.gz gentoo-2d484f2e8283520712c22745c0bab47a946135c8.tar.bz2 gentoo-2d484f2e8283520712c22745c0bab47a946135c8.zip |
net-analyzer/greenbone-security-assistant: drop old 6.0.9
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer/greenbone-security-assistant')
9 files changed, 0 insertions, 157 deletions
diff --git a/net-analyzer/greenbone-security-assistant/Manifest b/net-analyzer/greenbone-security-assistant/Manifest index 15ef6d5326c0..db30d43db812 100644 --- a/net-analyzer/greenbone-security-assistant/Manifest +++ b/net-analyzer/greenbone-security-assistant/Manifest @@ -1,2 +1 @@ -DIST greenbone-security-assistant-6.0.9.tar.gz 1476238 BLAKE2B 3311056256885102518e3b0e3106c23965e5a69ad4cfe13a2b34c68079a916466915b3296c80984656ff8a9f9b0aa35f5256c225250ae549d9727ad61f3a6b2b SHA512 4afb50f044b6853181c3c3e6466e7329915356bbcccecf98b89d9dc39a193392f45850f9073ac055ec826753af78e8a6368e7f9ac52734a3b5e254d124180d68 DIST greenbone-security-assistant-7.0.3.tar.gz 2918954 BLAKE2B 4a6cd5d8378bcbb0a9df6cb5b8f6560060f15d0b0cb53d2c61692cb2bc2cd86af6e9cdeb5040c4d7020c3b016779a76ec517d54614388c62aaedd596f55fa3c4 SHA512 7e1c1ef939ba08dab3b78baf1aa9c110be2febfbed5d67eefe8110c60f5089a1af44bc26693657226f417c6bd516a4a656eb159dae2a78f878e1a1b6c222b117 diff --git a/net-analyzer/greenbone-security-assistant/files/greenbone-security-assistant-5.0.3-run.patch b/net-analyzer/greenbone-security-assistant/files/greenbone-security-assistant-5.0.3-run.patch deleted file mode 100644 index ec5ee92fd73b..000000000000 --- a/net-analyzer/greenbone-security-assistant/files/greenbone-security-assistant-5.0.3-run.patch +++ /dev/null @@ -1,16 +0,0 @@ - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 67cf344..c15f785 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -272,7 +272,7 @@ endif (NOT DATADIR) - - set (OPENVAS_STATE_DIR "${LOCALSTATEDIR}/lib/openvas") - set (OPENVAS_LOG_DIR "${LOCALSTATEDIR}/log/openvas") --set (GSAD_PID_DIR "${LOCALSTATEDIR}/run") -+set (GSAD_PID_DIR "/run") - set (GSA_DATA_DIR "${DATADIR}/openvas/gsa") - - # TODO: Eventually use own certificates diff --git a/net-analyzer/greenbone-security-assistant/files/gsad b/net-analyzer/greenbone-security-assistant/files/gsad deleted file mode 100644 index f5d76179a55b..000000000000 --- a/net-analyzer/greenbone-security-assistant/files/gsad +++ /dev/null @@ -1,22 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need net -} - -start() { - ebegin "Starting Greenbone Security Assistant Daemon" - start-stop-daemon --start --name gsad \ - --exec /usr/sbin/gsad \ - --pidfile /var/run/gsad.pid - eend $? -} - -stop() { - ebegin "Stop openvassd" - start-stop-daemon --stop --name gsad \ - --pidfile /var/run/gsad.pid - eend $? -} diff --git a/net-analyzer/greenbone-security-assistant/files/gsad-daemon.conf b/net-analyzer/greenbone-security-assistant/files/gsad-daemon.conf deleted file mode 100644 index 0de530635122..000000000000 --- a/net-analyzer/greenbone-security-assistant/files/gsad-daemon.conf +++ /dev/null @@ -1,14 +0,0 @@ -#Listen on given address - by default assistant listens on all addresses -# ASSISTANT_LISTEN=--listen=127.0.0.1 - -#Listen on given port - by default 9391 -#ASSISTANT_PORT=--port=9392 - -#Contact manager on given address -#MANAGER_LISTEN=--mlisten=127.0.0.1 - -#Manager listens on given port - by default 9390 -#MANAGER_PORT=--mport=9390 - -# Additional arguments -# ASSISTANT_EXTRA_ARGS="" diff --git a/net-analyzer/greenbone-security-assistant/files/gsad.init b/net-analyzer/greenbone-security-assistant/files/gsad.init deleted file mode 100644 index df69f2fb7f88..000000000000 --- a/net-analyzer/greenbone-security-assistant/files/gsad.init +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -name="Greenbone Security Assistant Daemon" -command="/usr/sbin/gsad" -command_args="${ASSISTANT_LISTEN} ${ASSISTANT_PORT} ${MANAGER_LISTEN} ${MANAGER_PORT} ${ASSISTANT_EXTRA_ARGS}" -pidfile="/run/gsad.pid" - -depend() { - after bootmisc - need localmount net openvasmd -} diff --git a/net-analyzer/greenbone-security-assistant/files/gsad.logrotate b/net-analyzer/greenbone-security-assistant/files/gsad.logrotate deleted file mode 100644 index f0948cbea1f5..000000000000 --- a/net-analyzer/greenbone-security-assistant/files/gsad.logrotate +++ /dev/null @@ -1,11 +0,0 @@ -# logrotate for openvas -/var/log/openvas/gsad.log { - rotate 4 - weekly - compress - delaycompress - missingok - postrotate - /bin/kill -HUP `pidof gsad` - endscript -} diff --git a/net-analyzer/greenbone-security-assistant/files/gsad.service b/net-analyzer/greenbone-security-assistant/files/gsad.service deleted file mode 100644 index 8825f52f0949..000000000000 --- a/net-analyzer/greenbone-security-assistant/files/gsad.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Greenbone Security Assistant Daemon -After=network.target -Before=openvasmd.service - -[Service] -EnvironmentFile=-/etc/openvas/gsad-daemon.conf -ExecStart=/usr/sbin/gsad -f ${ASSISTANT_LISTEN} ${ASSISTANT_PORT} ${MANAGER_LISTEN} ${MANAGER_PORT} ${ASSISTANT_EXTRA_ARGS} -Restart=always -RestartSec=1 -User=root -Group=root -TimeoutSec=1200 - -[Install] -WantedBy=multi-user.target diff --git a/net-analyzer/greenbone-security-assistant/files/gsad.tmpfiles.d b/net-analyzer/greenbone-security-assistant/files/gsad.tmpfiles.d deleted file mode 100644 index 18e820caec1b..000000000000 --- a/net-analyzer/greenbone-security-assistant/files/gsad.tmpfiles.d +++ /dev/null @@ -1 +0,0 @@ -d /var/cache/openvassd 0775 diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.9.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.9.ebuild deleted file mode 100644 index e65316ebf6f1..000000000000 --- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.9.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils systemd - -MY_PN=gsad - -DL_ID=2287 - -DESCRIPTION="Greenbone Security Assistant for openvas" -HOMEPAGE="http://www.openvas.org/" -SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2+ BSD MIT" -KEYWORDS=" ~amd64 ~arm ~ppc ~x86" -IUSE="" - -RDEPEND=" - dev-libs/libgcrypt:0 - dev-libs/libxslt - >=net-analyzer/openvas-libraries-8.0.3 - net-libs/libmicrohttpd[messages]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-5.0.3-run.patch - ) - -S="${WORKDIR}"/${P} - -src_prepare() { - sed \ - -e '/^install.*OPENVAS_CACHE_DIR.*/d' \ - -i CMakeLists.txt || die - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DLOCALSTATEDIR="${EPREFIX}/var" - -DSYSCONFDIR="${EPREFIX}/etc" - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - newinitd "${FILESDIR}"/${MY_PN}.init ${MY_PN} - - insinto /etc/openvas - doins "${FILESDIR}"/${MY_PN}-daemon.conf - dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${MY_PN} - - insinto /etc/logrotate.d - doins "${FILESDIR}"/${MY_PN}.logrotate - - systemd_newtmpfilesd "${FILESDIR}"/${MY_PN}.tmpfiles.d ${MY_PN}.conf - systemd_dounit "${FILESDIR}"/${MY_PN}.service -} |