diff --git a/app-fuzz/slowhttptest/Manifest b/app-fuzz/slowhttptest/Manifest index e5439b61f..f882b0fce 100644 --- a/app-fuzz/slowhttptest/Manifest +++ b/app-fuzz/slowhttptest/Manifest @@ -1,3 +1 @@ -DIST slowhttptest-1.7_p20170811.tar.gz 130456 BLAKE2B 206d791b4d7361966861ac5971bdf234c13223eb7d0cb7b17cfd0ebf2391b1208ec793a522470866b5fa8fa39d6f304cce8b4e3769109d5f671fc8670d8e2a6f SHA512 c1de240c617e63cd79e870424f404cedaee2798e53d5254c65f74d03edf075be69db844a16560bed56815ab14d2027d0b63ca9bc87aeda11bfdec31d9556ee85 -DIST slowhttptest-1.8.1.tar.gz 130942 BLAKE2B 877fc0f8955ebb7edc7e8b6e052e836bfc61f1392d6c206ae08d623d662fb90201dfdf26a9cee4d6df3cae1cf90661c7106133325450787148e0eb5195ab7cdb SHA512 1866c2bd7f314ec27c556ae6850e4aff4328cf3e9b14878bdbcbb17473b74dadb5a858adbaff4952d66a8d4a18a6655086797c1ccb7232a64cfc35aba3c59a83 -DIST slowhttptest-1.8.2.tar.gz 131160 BLAKE2B eab6cb49ded764db6c322eba44016d19906cfd4149c10740b89dd15e69d13329f1c0987b5f5875a9b21651ea00f084729dcbc1661d226a56761b180511489977 SHA512 76fe1914862165196fc421a6456020e3aa70cf5370468d0f348574173e2e692a3361169a515ccd8012f6f63b056bbdbee1d3e02440cce6f456bd7b85dff839f8 +DIST slowhttptest-1.9.0.tar.gz 135299 BLAKE2B 04dd6fe19e13d5bcf95f8cef5ab6cd77819d92c3a4a19abad4206fcb0ee290d286592ba7a8c3cbc818de61ff43a4fe44ebf423f15257321cc1d3a482421b5176 SHA512 ee32b0832a1cf30e09a77c0d3d0d7c710fadae8fc08944a0b7fafb38d9080a749a5c6eb1f5f755ee13169a333d19780d8e435d1e1ab64c58c060c80b41e3b6a2 diff --git a/app-fuzz/slowhttptest/slowhttptest-1.7_p20170811.ebuild b/app-fuzz/slowhttptest/slowhttptest-1.7_p20170811.ebuild deleted file mode 100644 index a80e440fc..000000000 --- a/app-fuzz/slowhttptest/slowhttptest-1.7_p20170811.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit eutils - -DESCRIPTION="Application Layer DoS attack simulator" -HOMEPAGE="https://github.com/shekyan/slowhttptest" -COMMIT="28a863e3128df1a5d717240cbc07eec8f6f352dd" -SRC_URI="https://github.com/shekyan/slowhttptest/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -DEPEND="dev-libs/openssl:=" -RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-${COMMIT}" - -src_prepare() { - eapply "${FILESDIR}"/1.4-add-includes.patch - eapply_user -} - -src_install() { - dobin src/slowhttptest -} diff --git a/app-fuzz/slowhttptest/slowhttptest-1.8.2.ebuild b/app-fuzz/slowhttptest/slowhttptest-1.8.2.ebuild deleted file mode 100644 index 5c0b65ecd..000000000 --- a/app-fuzz/slowhttptest/slowhttptest-1.8.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit eutils - -DESCRIPTION="Application Layer DoS attack simulator" -HOMEPAGE="https://github.com/shekyan/slowhttptest" -SRC_URI="https://github.com/shekyan/slowhttptest/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -DEPEND="dev-libs/openssl:=" -RDEPEND="${DEPEND}" - -src_prepare() { - eapply "${FILESDIR}"/1.4-add-includes.patch - eapply_user -} - -src_install() { - dobin src/slowhttptest -} diff --git a/app-fuzz/slowhttptest/slowhttptest-1.8.1.ebuild b/app-fuzz/slowhttptest/slowhttptest-1.9.0.ebuild similarity index 89% rename from app-fuzz/slowhttptest/slowhttptest-1.8.1.ebuild rename to app-fuzz/slowhttptest/slowhttptest-1.9.0.ebuild index 5c0b65ecd..124ced760 100644 --- a/app-fuzz/slowhttptest/slowhttptest-1.8.1.ebuild +++ b/app-fuzz/slowhttptest/slowhttptest-1.9.0.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -inherit eutils +EAPI=8 DESCRIPTION="Application Layer DoS attack simulator" HOMEPAGE="https://github.com/shekyan/slowhttptest"