httperf: remove

Upstream is dead, voidlinux mirror is dead as well.
This commit is contained in:
maxice8 2019-04-12 10:23:31 -03:00 committed by maxice8
parent ffb0f35661
commit 7f113c95dc
3 changed files with 6 additions and 25 deletions

View File

@ -0,0 +1 @@
httperf is no longer provided by Void Linux, and will be fully removed from the repos on 2019-07-12

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-src_httperf_c,v 1.1 2015/07/18 17:13:49 jca Exp $
--- src/httperf.c.orig Sat Jul 18 11:10:17 2015
+++ src/httperf.c Sat Jul 18 11:10:41 2015
@@ -807,8 +807,7 @@ main (int argc, char **argv)
SSL_load_error_strings ();
SSLeay_add_ssl_algorithms ();
- /* for some strange reason, SSLv23_client_method () doesn't work here */
- ssl_ctx = SSL_CTX_new (SSLv3_client_method ());
+ ssl_ctx = SSL_CTX_new (SSLv23_client_method ());
if (!ssl_ctx)
{
ERR_print_errors_fp (stderr);

View File

@ -1,16 +1,9 @@
# Template file for 'httperf'
pkgname=httperf
version=0.9.0
revision=8
build_style=gnu-configure
makedepends="libressl-devel"
short_desc="Tool for measuring web server performance"
maintainer="allan <mail@may.mooo.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/httperf/httperf"
revision=9
archs=noarch
build_style=meta
short_desc="Tool for measuring web server performance (removed package)"
license="BSD-2-Clause"
homepage="http://www.hpl.hp.com/research/linux/httperf/"
# distfiles="ftp://ftp.hpl.hp.com/pub/httperf/httperf-${version}.tar.gz"
distfiles="https://sources.voidlinux.eu/httperf-${version}/httperf-${version}.tar.gz"
checksum=033d9e7771a59924cc254010f40acaf13058e627d8cc17c40966798723a5bf41
broken="Archive is broken"