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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E20A6158042 for ; Sat, 19 Oct 2024 10:06:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DA7AE0870; Sat, 19 Oct 2024 10:06:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 270C1E0870 for ; Sat, 19 Oct 2024 10:06:24 +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 6F1253406BF for ; Sat, 19 Oct 2024 10:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B6D51D0A for ; Sat, 19 Oct 2024 10:06:22 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1729332359.99f914dc41261e38682aa6c9b498061ace0a8d4c.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/snallygaster/Manifest net-analyzer/snallygaster/snallygaster-0.0.13.ebuild X-VCS-Directories: net-analyzer/snallygaster/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 99f914dc41261e38682aa6c9b498061ace0a8d4c X-VCS-Branch: master Date: Sat, 19 Oct 2024 10:06:22 +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: 9ba11315-2b60-421e-a99d-1a443eea57be X-Archives-Hash: b47c2672cdedeb8998ccb7fcba3e7387 commit: 99f914dc41261e38682aa6c9b498061ace0a8d4c Author: Hanno Böck gentoo org> AuthorDate: Sat Oct 19 10:05:55 2024 +0000 Commit: Hanno Böck gentoo org> CommitDate: Sat Oct 19 10:05:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f914dc net-analyzer/snallygaster: add 0.0.13 License change CC0 to 0BSD. Signed-off-by: Hanno Böck gentoo.org> net-analyzer/snallygaster/Manifest | 1 + .../snallygaster/snallygaster-0.0.13.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/net-analyzer/snallygaster/Manifest b/net-analyzer/snallygaster/Manifest index b772d52adb82..cfc60ce3ee12 100644 --- a/net-analyzer/snallygaster/Manifest +++ b/net-analyzer/snallygaster/Manifest @@ -1 +1,2 @@ DIST snallygaster-0.0.12.tar.gz 25234 BLAKE2B 69082fe94fc65d78b99519511b6850d569401d326788448dffac2baca3e359e166b161e69b5169dc0772c4eba5e3cf70968ed75fe09efad7924869971a0869c8 SHA512 507b5bbaa8a013bbbb18b53778781e1e212e295f113ea91b1b73d5162f93d35be74780fa0cba7499d62f40c8cd27b4cdfd79526bd0ab07018090460ca937eb48 +DIST snallygaster-0.0.13.tar.gz 23374 BLAKE2B 85c0a1274be29988a7237f527859bb79112895a915a26dd9af50dcc1a5e46bbcd763497d64f6c659b45728c6cd7124d17386b06982103924d04bd0f520789365 SHA512 a356b07ac6cc96a6808191f3333b8f87a52a12dea2ac9b08827bc4c60b7463b34dd929f15aa27fea996f45ac8c03f3bef18e9e897a948c1f20747f2bfcd086d5 diff --git a/net-analyzer/snallygaster/snallygaster-0.0.13.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.13.ebuild new file mode 100644 index 000000000000..2d1687077a58 --- /dev/null +++ b/net-analyzer/snallygaster/snallygaster-0.0.13.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Finds file leaks and other security problems on HTTP servers" +HOMEPAGE="https://github.com/hannob/snallygaster" + +LICENSE="0BSD" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-python/dnspython + dev-python/urllib3 + dev-python/beautifulsoup4" +RDEPEND="${DEPEND}" +DOCS=( README.md TESTS.md ) + +# Only codingstyle and similar tests, require dependencies +# not packaged in Gentoo +RESTRICT="test"