mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
httperf: remove
Upstream is dead, voidlinux mirror is dead as well.
This commit is contained in:
parent
ffb0f35661
commit
7f113c95dc
3 changed files with 6 additions and 25 deletions
1
srcpkgs/httperf/INSTALL.msg
Normal file
1
srcpkgs/httperf/INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
httperf is no longer provided by Void Linux, and will be fully removed from the repos on 2019-07-12
|
|
@ -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);
|
|
|
@ -1,16 +1,9 @@
|
||||||
# Template file for 'httperf'
|
# Template file for 'httperf'
|
||||||
pkgname=httperf
|
pkgname=httperf
|
||||||
version=0.9.0
|
version=0.9.0
|
||||||
revision=8
|
revision=9
|
||||||
build_style=gnu-configure
|
archs=noarch
|
||||||
makedepends="libressl-devel"
|
build_style=meta
|
||||||
short_desc="Tool for measuring web server performance"
|
short_desc="Tool for measuring web server performance (removed package)"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
license="BSD-2-Clause"
|
||||||
license="GPL-2.0-or-later"
|
|
||||||
homepage="https://github.com/httperf/httperf"
|
|
||||||
homepage="http://www.hpl.hp.com/research/linux/httperf/"
|
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"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue