* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas/
@ 2015-11-18 15:41 Justin Lecher
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2015-11-18 15:41 UTC (permalink / raw
To: gentoo-commits
commit: adce9f79a97ef182fa55901a5e8dc5edd7908a77
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 15:36:53 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 15:41:37 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adce9f79
net-analyzer/openvas: Version Bump
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-analyzer/openvas/openvas-8.0.5.ebuild | 43 +++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/net-analyzer/openvas/openvas-8.0.5.ebuild b/net-analyzer/openvas/openvas-8.0.5.ebuild
new file mode 100644
index 0000000..c6129d5
--- /dev/null
+++ b/net-analyzer/openvas/openvas-8.0.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit readme.gentoo
+
+DESCRIPTION="A remote security scanner"
+HOMEPAGE="http://www.openvas.org/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="+pdf"
+
+DEPEND="
+ >=net-analyzer/openvas-libraries-8.0.5
+ >=net-analyzer/openvas-scanner-5.0.4
+ >=net-analyzer/openvas-manager-6.0.6
+ >=net-analyzer/openvas-cli-1.4.3
+ net-analyzer/openvas-tools
+ pdf? (
+ app-text/htmldoc
+ dev-texlive/texlive-latexextra
+ virtual/latex-base
+ )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+pkg_postinst() {
+ elog "Additional support for extra checks can be get from"
+ optfeature "Nikto — a web server scanning and testing tool" net-analyzer/nikto
+ optfeature "NMAP — a portscanner" net-analyzer/nmap
+ optfeature "ike-scan - an IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
+ optfeature "amap — an application protocol detection tool" net-analyzer/amap
+ optfeature "ldapsearch from OpenLDAP utilities — retrieves information from LDAP dictionaries" net-nds/openldap
+ optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
+ optfeature "portbunny — a Linux-kernel-based portscanner" net-analyzer/portbunny
+ optfeature "w3af — a web application attack and audit framework" net-analyzer/w3af
+ optfeature "The Greenbone Security Assistant as alternative to the plain scanner" net-analyzer/greebone-security-assistant
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas/
@ 2015-11-18 15:57 Justin Lecher
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2015-11-18 15:57 UTC (permalink / raw
To: gentoo-commits
commit: 25d5b888de8a61df3e73a03e70258aa2b1f041d3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 15:44:38 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 15:44:38 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d5b888
net-analyzer/openvas: Drop old
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-analyzer/openvas/openvas-7.0.10.ebuild | 44 ------------------------------
net-analyzer/openvas/openvas-7.0.11.ebuild | 44 ------------------------------
net-analyzer/openvas/openvas-8.0.3.ebuild | 44 ------------------------------
net-analyzer/openvas/openvas-8.0.4.ebuild | 44 ------------------------------
4 files changed, 176 deletions(-)
diff --git a/net-analyzer/openvas/openvas-7.0.10.ebuild b/net-analyzer/openvas/openvas-7.0.10.ebuild
deleted file mode 100644
index 9a43739..0000000
--- a/net-analyzer/openvas/openvas-7.0.10.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit readme.gentoo
-
-DESCRIPTION="A remote security scanner"
-HOMEPAGE="http://www.openvas.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+pdf"
-
-DEPEND="
- >=net-analyzer/openvas-libraries-7.0.10
- >=net-analyzer/openvas-scanner-4.0.6
- >=net-analyzer/openvas-manager-5.0.10
- >=net-analyzer/openvas-cli-1.3.1
- net-analyzer/openvas-tools
- pdf? (
- app-text/htmldoc
- dev-texlive/texlive-latexextra
- virtual/latex-base
- )"
-# greenbone-security-desktop is broken and unsupported upstream
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-pkg_postinst() {
- elog "Additional support for extra checks can be get from"
- optfeature "Nikto — a web server scanning and testing tool" net-analyzer/nikto
- optfeature "NMAP — a portscanner" net-analyzer/nmap
- optfeature "ike-scan - an IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
- optfeature "amap — an application protocol detection tool" net-analyzer/amap
- optfeature "ldapsearch from OpenLDAP utilities — retrieves information from LDAP dictionaries" net-nds/openldap
- optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
- optfeature "portbunny — a Linux-kernel-based portscanner" net-analyzer/portbunny
- optfeature "w3af — a web application attack and audit framework" net-analyzer/w3af
- optfeature "The Greenbone Security Assistant as alternative to the plain scanner" net-analyzer/greenbone-security-assistant
-}
diff --git a/net-analyzer/openvas/openvas-7.0.11.ebuild b/net-analyzer/openvas/openvas-7.0.11.ebuild
deleted file mode 100644
index f7fcb2f..0000000
--- a/net-analyzer/openvas/openvas-7.0.11.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit readme.gentoo
-
-DESCRIPTION="A remote security scanner"
-HOMEPAGE="http://www.openvas.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+pdf"
-
-DEPEND="
- >=net-analyzer/openvas-libraries-7.0.10
- >=net-analyzer/openvas-scanner-4.0.7
- >=net-analyzer/openvas-manager-5.0.11
- >=net-analyzer/openvas-cli-1.3.1
- net-analyzer/openvas-tools
- pdf? (
- app-text/htmldoc
- dev-texlive/texlive-latexextra
- virtual/latex-base
- )"
-# greenbone-security-desktop is broken and unsupported upstream
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-pkg_postinst() {
- elog "Additional support for extra checks can be get from"
- optfeature "Nikto — a web server scanning and testing tool" net-analyzer/nikto
- optfeature "NMAP — a portscanner" net-analyzer/nmap
- optfeature "ike-scan - an IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
- optfeature "amap — an application protocol detection tool" net-analyzer/amap
- optfeature "ldapsearch from OpenLDAP utilities — retrieves information from LDAP dictionaries" net-nds/openldap
- optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
- optfeature "portbunny — a Linux-kernel-based portscanner" net-analyzer/portbunny
- optfeature "w3af — a web application attack and audit framework" net-analyzer/w3af
- optfeature "The Greenbone Security Assistant as alternative to the plain scanner" net-analyzer/greenbone-security-assistant
-}
diff --git a/net-analyzer/openvas/openvas-8.0.3.ebuild b/net-analyzer/openvas/openvas-8.0.3.ebuild
deleted file mode 100644
index 18539bc..0000000
--- a/net-analyzer/openvas/openvas-8.0.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit readme.gentoo
-
-DESCRIPTION="A remote security scanner"
-HOMEPAGE="http://www.openvas.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="+pdf"
-
-DEPEND="
- >=net-analyzer/openvas-libraries-8.0.3
- >=net-analyzer/openvas-scanner-5.0.3
- >=net-analyzer/openvas-manager-6.0.3
- >=net-analyzer/openvas-cli-1.4.0
- net-analyzer/openvas-tools
- pdf? (
- app-text/htmldoc
- dev-texlive/texlive-latexextra
- virtual/latex-base
- )"
-# greenbone-security-desktop is broken and unsupported upstream
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-pkg_postinst() {
- elog "Additional support for extra checks can be get from"
- optfeature "Nikto — a web server scanning and testing tool" net-analyzer/nikto
- optfeature "NMAP — a portscanner" net-analyzer/nmap
- optfeature "ike-scan - an IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
- optfeature "amap — an application protocol detection tool" net-analyzer/amap
- optfeature "ldapsearch from OpenLDAP utilities — retrieves information from LDAP dictionaries" net-nds/openldap
- optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
- optfeature "portbunny — a Linux-kernel-based portscanner" net-analyzer/portbunny
- optfeature "w3af — a web application attack and audit framework" net-analyzer/w3af
- optfeature "The Greenbone Security Assistant as alternative to the plain scanner" net-analyzer/greebone-security-assistant
-}
diff --git a/net-analyzer/openvas/openvas-8.0.4.ebuild b/net-analyzer/openvas/openvas-8.0.4.ebuild
deleted file mode 100644
index edd5f44..0000000
--- a/net-analyzer/openvas/openvas-8.0.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit readme.gentoo
-
-DESCRIPTION="A remote security scanner"
-HOMEPAGE="http://www.openvas.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="+pdf"
-
-DEPEND="
- >=net-analyzer/openvas-libraries-8.0.4
- >=net-analyzer/openvas-scanner-5.0.4
- >=net-analyzer/openvas-manager-6.0.4
- >=net-analyzer/openvas-cli-1.4.2
- net-analyzer/openvas-tools
- pdf? (
- app-text/htmldoc
- dev-texlive/texlive-latexextra
- virtual/latex-base
- )"
-# greenbone-security-desktop is broken and unsupported upstream
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-pkg_postinst() {
- elog "Additional support for extra checks can be get from"
- optfeature "Nikto — a web server scanning and testing tool" net-analyzer/nikto
- optfeature "NMAP — a portscanner" net-analyzer/nmap
- optfeature "ike-scan - an IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
- optfeature "amap — an application protocol detection tool" net-analyzer/amap
- optfeature "ldapsearch from OpenLDAP utilities — retrieves information from LDAP dictionaries" net-nds/openldap
- optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
- optfeature "portbunny — a Linux-kernel-based portscanner" net-analyzer/portbunny
- optfeature "w3af — a web application attack and audit framework" net-analyzer/w3af
- optfeature "The Greenbone Security Assistant as alternative to the plain scanner" net-analyzer/greebone-security-assistant
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas/
@ 2015-12-07 8:58 Justin Lecher
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2015-12-07 8:58 UTC (permalink / raw
To: gentoo-commits
commit: da4cfd3f4e9d8dbd9c1bd0ad399259c8c238a219
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 7 08:54:02 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 7 08:58:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4cfd3f
net-analyzer/openvas: Add missing redis dep
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567194
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
.../openvas/{openvas-8.0.5.ebuild => openvas-8.0.5-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/openvas/openvas-8.0.5.ebuild b/net-analyzer/openvas/openvas-8.0.5-r1.ebuild
similarity index 96%
rename from net-analyzer/openvas/openvas-8.0.5.ebuild
rename to net-analyzer/openvas/openvas-8.0.5-r1.ebuild
index c6129d5..921963b 100644
--- a/net-analyzer/openvas/openvas-8.0.5.ebuild
+++ b/net-analyzer/openvas/openvas-8.0.5-r1.ebuild
@@ -11,10 +11,11 @@ HOMEPAGE="http://www.openvas.org/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="+pdf"
-DEPEND="
+RDEPEND="
+ dev-db/redis
>=net-analyzer/openvas-libraries-8.0.5
>=net-analyzer/openvas-scanner-5.0.4
>=net-analyzer/openvas-manager-6.0.6
@@ -25,7 +26,6 @@ DEPEND="
dev-texlive/texlive-latexextra
virtual/latex-base
)"
-RDEPEND="${DEPEND}"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas/
@ 2019-01-03 19:39 Hanno Boeck
0 siblings, 0 replies; 7+ messages in thread
From: Hanno Boeck @ 2019-01-03 19:39 UTC (permalink / raw
To: gentoo-commits
commit: b599af2b620c6d3cca56fdeec10cc9457fe75908
Author: Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 3 19:37:53 2019 +0000
Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Thu Jan 3 19:37:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b599af2b
net-analyzer/openvas: Remove myself as maintainer
Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.53, Repoman-2.3.12
net-analyzer/openvas/metadata.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/net-analyzer/openvas/metadata.xml b/net-analyzer/openvas/metadata.xml
index deaaa375afd..38b8343826e 100644
--- a/net-analyzer/openvas/metadata.xml
+++ b/net-analyzer/openvas/metadata.xml
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>hanno@gentoo.org</email>
- </maintainer>
+<!-- maintainer-needed -->
<use>
<flag name="pdf">Enable pdf report creation</flag>
</use>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas/
@ 2019-03-13 14:59 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2019-03-13 14:59 UTC (permalink / raw
To: gentoo-commits
commit: a4215f047254e25ac869e325e8128092dd15280a
Author: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit <DOT> com>
AuthorDate: Thu Feb 7 01:49:13 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 14:57:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4215f04
net-analyzer/openvas: version bump to 9.0.0.
Bump to 9.0.0.
Bump to EAPI 7.
This also brings new improvements and introduces the new USE flags: 'extras'
'cli' 'gsa' 'ospd' 'ldap' 'radius'.
Acked-by: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit.com>
Reported-by: NP-Hardass <np-hardass <AT> gentoo.org>
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10994
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
net-analyzer/openvas/metadata.xml | 20 ++++++++++---
net-analyzer/openvas/openvas-9.0.0.ebuild | 47 +++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/openvas/metadata.xml b/net-analyzer/openvas/metadata.xml
index 38b8343826e..a2806dd34dc 100644
--- a/net-analyzer/openvas/metadata.xml
+++ b/net-analyzer/openvas/metadata.xml
@@ -1,8 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
- <use>
- <flag name="pdf">Enable pdf report creation</flag>
- </use>
+ <maintainer type="person">
+ <email>hasan.calisir@psauxit.com</email>
+ <name>Hasan ÇALIŞIR</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <use>
+ <flag name="extras">Extra fonts, pdf results and html docs support</flag>
+ <flag name="cli">Command Line Interface for OpenVAS Scanner throught <pkg>net-analyzer/gvm-tools</pkg></flag>
+ <flag name="gsa">Greenbone Security Assistant (WebUI) through <pkg>net-analyzer/greenbone-security-assistant</pkg></flag>
+ <flag name="ospd">Enable support for scanner wrappers through <pkg>net-analyzer/ospd</pkg></flag>
+ <flag name="ldap">Enable support for ldap through <pkg>net-nds/openldap</pkg></flag>
+ <flag name="radius">Enable support for radius through <pkg>net-dialup/freeradius-client</pkg></flag>
+ </use>
</pkgmetadata>
diff --git a/net-analyzer/openvas/openvas-9.0.0.ebuild b/net-analyzer/openvas/openvas-9.0.0.ebuild
new file mode 100644
index 00000000000..f7bf53cc8a1
--- /dev/null
+++ b/net-analyzer/openvas/openvas-9.0.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+DESCRIPTION="A remote security scanner"
+HOMEPAGE="http://www.openvas.org/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+cli +extras +gsa ldap +ospd radius"
+
+RDEPEND="
+ >=net-analyzer/openvas-libraries-9.0.3
+ >=net-analyzer/openvas-manager-7.0.3
+ >=net-analyzer/openvas-scanner-5.1.3
+ cli? ( >=net-analyzer/gvm-tools-1.4.1 )
+ extras? (
+ >=net-analyzer/openvas-libraries-9.0.3[extras]
+ >=net-analyzer/openvas-manager-7.0.3[extras]
+ >=net-analyzer/openvas-scanner-5.1.3[extras]
+ )
+ gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3
+ extras? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras] )
+ )
+ ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] )
+ ospd? ( >=net-analyzer/ospd-1.3.2
+ extras? ( >=net-analyzer/ospd-1.3.2[extras] )
+ )
+ radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] )"
+
+pkg_postinst() {
+ elog "----------------------------IMPORTANT----------------------------"
+ elog " Please read important notes > /usr/share/openvas/OPENVAS.gentoo "
+ elog "-----------------------------------------------------------------"
+ elog "Additional support for extra checks can be get from"
+ optfeature "Web server scanning and testing tool" net-analyzer/nikto
+ optfeature "Portscanner" net-analyzer/nmap
+ optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
+ optfeature "Application protocol detection tool" net-analyzer/amap
+ optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
+ optfeature "Linux-kernel-based portscanner" net-analyzer/portbunny
+ optfeature "Web application attack and audit framework" net-analyzer/w3af
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas/
@ 2019-03-22 23:59 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2019-03-22 23:59 UTC (permalink / raw
To: gentoo-commits
commit: a8d10fb1969f7288826698c071b27c6aba542497
Author: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit <DOT> com>
AuthorDate: Mon Mar 18 23:13:13 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 23:59:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d10fb1
net-analyzer/openvas: minor improvements.
Compact form for conditional use dependencies.
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11408
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
net-analyzer/openvas/openvas-9.0.0.ebuild | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
diff --git a/net-analyzer/openvas/openvas-9.0.0.ebuild b/net-analyzer/openvas/openvas-9.0.0.ebuild
index f7bf53cc8a1..e97e18e0cdb 100644
--- a/net-analyzer/openvas/openvas-9.0.0.ebuild
+++ b/net-analyzer/openvas/openvas-9.0.0.ebuild
@@ -14,22 +14,13 @@ KEYWORDS="~amd64 ~x86"
IUSE="+cli +extras +gsa ldap +ospd radius"
RDEPEND="
- >=net-analyzer/openvas-libraries-9.0.3
- >=net-analyzer/openvas-manager-7.0.3
- >=net-analyzer/openvas-scanner-5.1.3
+ >=net-analyzer/openvas-libraries-9.0.3[extras?]
+ >=net-analyzer/openvas-manager-7.0.3[extras?]
+ >=net-analyzer/openvas-scanner-5.1.3[extras?]
cli? ( >=net-analyzer/gvm-tools-1.4.1 )
- extras? (
- >=net-analyzer/openvas-libraries-9.0.3[extras]
- >=net-analyzer/openvas-manager-7.0.3[extras]
- >=net-analyzer/openvas-scanner-5.1.3[extras]
- )
- gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3
- extras? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras] )
- )
+ gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras?] )
ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] )
- ospd? ( >=net-analyzer/ospd-1.3.2
- extras? ( >=net-analyzer/ospd-1.3.2[extras] )
- )
+ ospd? ( >=net-analyzer/ospd-1.3.2[extras?] )
radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] )"
pkg_postinst() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas/
@ 2019-10-28 4:05 Joonas Niilola
0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2019-10-28 4:05 UTC (permalink / raw
To: gentoo-commits
commit: 00d25a9ecfa4e6d81eb1b44398ad21eccd991e2b
Author: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit <DOT> com>
AuthorDate: Mon Aug 12 21:47:03 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 04:04:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d25a9e
net-analyzer/openvas: update atom prefix on 9.0.0.
Update atom prefix operator on 9.0.0
to resolve correct packages:
net-analyzer/openvas-scanner,
net-analyzer/greenbone-security-assistant.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-analyzer/openvas/openvas-9.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/openvas/openvas-9.0.0.ebuild b/net-analyzer/openvas/openvas-9.0.0.ebuild
index e97e18e0cdb..b9d86a8e6da 100644
--- a/net-analyzer/openvas/openvas-9.0.0.ebuild
+++ b/net-analyzer/openvas/openvas-9.0.0.ebuild
@@ -16,9 +16,9 @@ IUSE="+cli +extras +gsa ldap +ospd radius"
RDEPEND="
>=net-analyzer/openvas-libraries-9.0.3[extras?]
>=net-analyzer/openvas-manager-7.0.3[extras?]
- >=net-analyzer/openvas-scanner-5.1.3[extras?]
+ ~net-analyzer/openvas-scanner-5.1.3[extras?]
cli? ( >=net-analyzer/gvm-tools-1.4.1 )
- gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras?] )
+ gsa? ( ~net-analyzer/greenbone-security-assistant-7.0.3[extras?] )
ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] )
ospd? ( >=net-analyzer/ospd-1.3.2[extras?] )
radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-10-28 4:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18 15:41 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2015-11-18 15:57 Justin Lecher
2015-12-07 8:58 Justin Lecher
2019-01-03 19:39 Hanno Boeck
2019-03-13 14:59 Patrice Clement
2019-03-22 23:59 Patrice Clement
2019-10-28 4:05 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox