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 DA7241581C1 for ; Tue, 9 Jul 2024 07:04:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CE862BC026; Tue, 9 Jul 2024 07:04:19 +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 0A83A2BC026 for ; Tue, 9 Jul 2024 07:04:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B305342FF7 for ; Tue, 9 Jul 2024 07:04:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B92B21DCE for ; Tue, 9 Jul 2024 07:04:16 +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: <1720508496.65e618b1c663a11c6eabccb58bea3e3ebc8a27f5.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/notus-scanner/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/notus-scanner/notus-scanner-22.6.3-r2.ebuild X-VCS-Directories: net-analyzer/notus-scanner/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 65e618b1c663a11c6eabccb58bea3e3ebc8a27f5 X-VCS-Branch: master Date: Tue, 9 Jul 2024 07:04:16 +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: b60cdea2-5d6f-4200-bafb-c51bfd11dde3 X-Archives-Hash: c3ffd03eb888d38ed8bc6967bbca72aa commit: 65e618b1c663a11c6eabccb58bea3e3ebc8a27f5 Author: Florian Schmaus gentoo org> AuthorDate: Tue Jul 9 06:58:28 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jul 9 07:01:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e618b1 net-analyzer/notus-scanner: adjust dev-python/packaging dep from <24.1 to <24.2 Upstream changed the dep in https://github.com/greenbone/notus-scanner/commit/bc7b91350d21cfac0d97a6d63afc7e956aac1475 which bascially directly follows the 22.6.3 tag, therefore we can also adjust the dep and clear the way for the latest dev-python/packaging. Bug: https://bugs.gentoo.org/928232 Signed-off-by: Florian Schmaus gentoo.org> .../notus-scanner/notus-scanner-22.6.3-r2.ebuild | 83 ++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/net-analyzer/notus-scanner/notus-scanner-22.6.3-r2.ebuild b/net-analyzer/notus-scanner/notus-scanner-22.6.3-r2.ebuild new file mode 100644 index 000000000000..72a3e8e36936 --- /dev/null +++ b/net-analyzer/notus-scanner/notus-scanner-22.6.3-r2.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} pypy3 ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 readme.gentoo-r1 systemd + +DESCRIPTION="Notus is a vulnerability scanner for creating results from local security checks" +HOMEPAGE="https://github.com/greenbone/notus-scanner" +SRC_URI="https://github.com/greenbone/notus-scanner/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="AGPL-3 AGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + acct-user/gvm + net-libs/paho-mqtt-c + >=dev-python/psutil-5.9[${PYTHON_USEDEP}] + >=dev-python/python-gnupg-0.5.1[${PYTHON_USEDEP}] + =dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' +