slowhttptest: 1.8.1 bump

This commit is contained in:
blshkv 2020-01-10 08:58:36 +08:00
parent 966f0e71ae
commit 7be20345f5
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 28 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST slowhttptest-1.7_p20170811.tar.gz 130456 BLAKE2B 206d791b4d7361966861ac5971bdf234c13223eb7d0cb7b17cfd0ebf2391b1208ec793a522470866b5fa8fa39d6f304cce8b4e3769109d5f671fc8670d8e2a6f SHA512 c1de240c617e63cd79e870424f404cedaee2798e53d5254c65f74d03edf075be69db844a16560bed56815ab14d2027d0b63ca9bc87aeda11bfdec31d9556ee85
DIST slowhttptest-1.8.1.tar.gz 130942 BLAKE2B 877fc0f8955ebb7edc7e8b6e052e836bfc61f1392d6c206ae08d623d662fb90201dfdf26a9cee4d6df3cae1cf90661c7106133325450787148e0eb5195ab7cdb SHA512 1866c2bd7f314ec27c556ae6850e4aff4328cf3e9b14878bdbcbb17473b74dadb5a858adbaff4952d66a8d4a18a6655086797c1ccb7232a64cfc35aba3c59a83

View file

@ -0,0 +1,27 @@
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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=" ~arm amd64 x86"
IUSE=""
DEPEND="dev-libs/openssl:="
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/1.4-add-includes.patch
eapply_user
}
src_install() {
dobin src/slowhttptest
}