From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1187643-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82774138359 for <garchives@archives.gentoo.org>; Wed, 15 Jul 2020 17:54:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFE2EE08DC; Wed, 15 Jul 2020 17:54:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 995BAE08DC for <gentoo-commits@lists.gentoo.org>; Wed, 15 Jul 2020 17:54:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F78234F146 for <gentoo-commits@lists.gentoo.org>; Wed, 15 Jul 2020 17:54:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65FB027F for <gentoo-commits@lists.gentoo.org>; Wed, 15 Jul 2020 17:53:58 +0000 (UTC) From: "Hanno Böck" <hanno@gentoo.org> 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" <hanno@gentoo.org> Message-ID: <1594835628.36c8709ced8b09a45440b8aca199fcc62e966139.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.8.ebuild X-VCS-Directories: net-analyzer/snallygaster/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 36c8709ced8b09a45440b8aca199fcc62e966139 X-VCS-Branch: master Date: Wed, 15 Jul 2020 17:53:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd92989a-cc48-4219-a61c-dc87694cc962 X-Archives-Hash: cf8dff4251546a8692eec24ce745e23f commit: 36c8709ced8b09a45440b8aca199fcc62e966139 Author: Hanno Böck <hanno <AT> gentoo <DOT> org> AuthorDate: Wed Jul 15 17:53:48 2020 +0000 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org> CommitDate: Wed Jul 15 17:53:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c8709c net-analyzer/snallygaster: Version bump Signed-off-by: Hanno Böck <hanno <AT> gentoo.org> Package-Manager: Portage-2.3.103, Repoman-2.3.23 net-analyzer/snallygaster/Manifest | 1 + net-analyzer/snallygaster/snallygaster-0.0.8.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/net-analyzer/snallygaster/Manifest b/net-analyzer/snallygaster/Manifest index 435a71356da..32973f834a0 100644 --- a/net-analyzer/snallygaster/Manifest +++ b/net-analyzer/snallygaster/Manifest @@ -1 +1,2 @@ DIST snallygaster-0.0.6.tar.gz 22260 BLAKE2B 5f5f45678ee83922d477eb7356bf830a4ececbff6fc02bc21d2b714abf350c1b2643fb8134f330d8f54a4c58809b9de2671f46b728e631ac0a5f4996f87fd8e1 SHA512 abca663005e43948ef7c6516a3e85d1b1010811365f39a280b9c091490a8b4687fdaa1b0acbd29f5a84285fe16cd74398098eb9600b5ec41ec880d355cd0ddbd +DIST snallygaster-0.0.8.tar.gz 23341 BLAKE2B 0b4e92b50c9f766440a19bab6e39f7be323c5574c8f350ed3fbd07499ca04b358ec0e66deeddd30b5e798d093a73fbce65434be4058285eb773918314f373dac SHA512 a4937d5e486109deb54d4a3494fcdb2b06a0938cb9ca686550616d31d2f5bde01b4162f610db15c34c86e41673f6f05f749fb921d5f858cbc4a2fc7f65a6dda6 diff --git a/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild new file mode 100644 index 00000000000..721aa438132 --- /dev/null +++ b/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_SINGLE_IMPL=1 +inherit distutils-r1 + +DESCRIPTION="Finds file leaks and other security problems on HTTP servers" +HOMEPAGE="https://github.com/hannob/snallygaster" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="CC0-1.0" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-python/dnspython + dev-python/urllib3 + dev-python/beautifulsoup" +RDEPEND="${DEPEND}" +DOCS=( README.md TESTS.md )