mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
slowhttptest: release failed to configure, snapshot worked
This commit is contained in:
parent
b9095dd468
commit
dc73980379
2 changed files with 4 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
DIST slowhttptest-1.7.tar.gz 117115 SHA256 9fd3ce4b0a7dda2e96210b1e438c0c8ec924a13e6699410ac8530224b29cfb8e SHA512 f3dcab977ce538f8b74bee0649e8941d2928d8497a3611ecb6a6367b193b3a8251e90368bdbf4e58096f37afd268aff12d5c60981eb560fc08465a5fedebf069 WHIRLPOOL 8866b835fc31717cf733106f82c4d6c583ebe940ed906b7bbbba3ae9539c71766033c880bb40b430de7ca7b6ddebf31cf6eeb39872c5972b33ebf7ecadac0cec
|
||||
DIST slowhttptest-1.7_p20170811.tar.gz 130456 BLAKE2B 206d791b4d7361966861ac5971bdf234c13223eb7d0cb7b17cfd0ebf2391b1208ec793a522470866b5fa8fa39d6f304cce8b4e3769109d5f671fc8670d8e2a6f SHA512 c1de240c617e63cd79e870424f404cedaee2798e53d5254c65f74d03edf075be69db844a16560bed56815ab14d2027d0b63ca9bc87aeda11bfdec31d9556ee85
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@ 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"
|
||||
COMMIT="28a863e3128df1a5d717240cbc07eec8f6f352dd"
|
||||
SRC_URI="https://github.com/shekyan/slowhttptest/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
|
@ -16,6 +17,7 @@ IUSE=""
|
|||
|
||||
DEPEND="dev-libs/openssl:="
|
||||
RDEPEND="${DEPEND}"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/1.4-add-includes.patch
|
||||
Loading…
Reference in a new issue