From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9EF52158099 for ; Tue, 21 Nov 2023 08:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29F5F2BC034; Tue, 21 Nov 2023 08:01:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0561F2BC034 for ; Tue, 21 Nov 2023 08:01:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17BA8335D7D for ; Tue, 21 Nov 2023 08:01:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A52C13AD for ; Tue, 21 Nov 2023 08:01:09 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1700553629.92ce5a58c2acd8ec05d658d43d6646b0c9b645dc.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsad/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gsad/Manifest net-analyzer/gsad/gsad-22.6.0-r1.ebuild net-analyzer/gsad/gsad-22.8.0.ebuild X-VCS-Directories: net-analyzer/gsad/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 92ce5a58c2acd8ec05d658d43d6646b0c9b645dc X-VCS-Branch: master Date: Tue, 21 Nov 2023 08:01:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e26b6f9-443c-422b-81ef-bdf282df7944 X-Archives-Hash: fd1fdbd270ecefdcafb9fbd8d3f329cb commit: 92ce5a58c2acd8ec05d658d43d6646b0c9b645dc Author: Giuseppe Foti gmail com> AuthorDate: Wed Nov 15 06:05:33 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Nov 21 08:00:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ce5a58 net-analyzer/gsad: add 22.8.0, drop 22.6.0-r1 Signed-off-by: Giuseppe Foti gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33834 Signed-off-by: Florian Schmaus gentoo.org> net-analyzer/gsad/Manifest | 2 +- .../gsad/{gsad-22.6.0-r1.ebuild => gsad-22.8.0.ebuild} | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/net-analyzer/gsad/Manifest b/net-analyzer/gsad/Manifest index aeab8c05088a..f138be8c6bb9 100644 --- a/net-analyzer/gsad/Manifest +++ b/net-analyzer/gsad/Manifest @@ -1 +1 @@ -DIST gsad-22.6.0.tar.gz 223879 BLAKE2B 7e1d55052ef255d92cf8fd3c32f5490e192dc5635e4d9be8804ff0a72677add70081d0fff882673ea7dfc70e97acfb8012e683fefa9e6307661a39697a89eaea SHA512 39393d9190281065978d7fdb4745daa5faa066b6cc97a81b442f989eb8d466be05d6af39585ea4649555b88db819a6ced909b2e3a8e640df4c500e37bb26f05f +DIST gsad-22.8.0.tar.gz 224470 BLAKE2B c388be0d402b779dac537d3e436bb735b49f63e7ef624645cd6382dc2066a58503991f6b0528e42307ff30dbf7b7aac773fac756329072d45e22811e1643231d SHA512 21dc9fa846a734874a721ed0ab3ad0fea839c57c34efbc62ca9f6fe89a42b7327cd5e945a9d64bcedb914368f4dc0a392f17ce0beb831d84a242a96cabef8e97 diff --git a/net-analyzer/gsad/gsad-22.6.0-r1.ebuild b/net-analyzer/gsad/gsad-22.8.0.ebuild similarity index 92% rename from net-analyzer/gsad/gsad-22.6.0-r1.ebuild rename to net-analyzer/gsad/gsad-22.8.0.ebuild index f8fe3475bfda..48686899c084 100644 --- a/net-analyzer/gsad/gsad-22.6.0-r1.ebuild +++ b/net-analyzer/gsad/gsad-22.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 inherit cmake systemd toolchain-funcs -# + DESCRIPTION="Greenbone Security Assistant" HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gsad" SRC_URI="https://github.com/greenbone/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -16,28 +16,28 @@ IUSE="doc" DEPEND=" acct-user/gvm - dev-libs/glib:2 + >=net-libs/libmicrohttpd-0.9.0:= + dev-libs/libxml2:2 + >=dev-libs/glib-2.42:2 + >=net-analyzer/gvm-libs-22.6 + >=net-libs/gnutls-3.2.15:= + >=sys-libs/zlib-1.2 dev-libs/libgcrypt:0= - dev-libs/libxml2 - dev-libs/libxslt - >=net-analyzer/gvm-libs-${PV} - net-libs/gnutls:= - net-libs/libmicrohttpd:= " + RDEPEND=" ${DEPEND} >=net-analyzer/gvmd-22.4 >=net-analyzer/gsa-22.4 net-analyzer/ospd-openvas " + BDEPEND=" dev-python/polib virtual/pkgconfig doc? ( app-doc/doxygen[dot] app-doc/xmltoman - app-text/htmldoc - sys-devel/gettext ) "