From 21fcb410fcaa523c7a78257782c1be54d2712aeb Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 29 Jun 2023 13:35:35 -0400 Subject: [PATCH] h2rs: qa fixes --- app-exploits/h2rs/h2rs-0.0.1.ebuild | 13 ++++++------- app-exploits/h2rs/metadata.xml | 12 ++++++++++++ 2 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 app-exploits/h2rs/metadata.xml diff --git a/app-exploits/h2rs/h2rs-0.0.1.ebuild b/app-exploits/h2rs/h2rs-0.0.1.ebuild index 166340376..b6d17edbf 100644 --- a/app-exploits/h2rs/h2rs-0.0.1.ebuild +++ b/app-exploits/h2rs/h2rs-0.0.1.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi DESCRIPTION="Detects request smuggling via HTTP/2 downgrades" HOMEPAGE="https://github.com/riramar/h2rs/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -LICENSE="" +LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="" diff --git a/app-exploits/h2rs/metadata.xml b/app-exploits/h2rs/metadata.xml new file mode 100644 index 000000000..2761f5b7c --- /dev/null +++ b/app-exploits/h2rs/metadata.xml @@ -0,0 +1,12 @@ + + + + + zerochaos@gentoo.org + Rick Farina (Zero_Chaos) + + + riramar/h2rs + h2rs + +