From 7f113c95dc0b35c34ee7d1b08c4a4d069f7ec77d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 12 Apr 2019 10:23:31 -0300 Subject: [PATCH] httperf: remove Upstream is dead, voidlinux mirror is dead as well. --- srcpkgs/httperf/INSTALL.msg | 1 + srcpkgs/httperf/patches/sslv23.patch | 13 ------------- srcpkgs/httperf/template | 17 +++++------------ 3 files changed, 6 insertions(+), 25 deletions(-) create mode 100644 srcpkgs/httperf/INSTALL.msg delete mode 100644 srcpkgs/httperf/patches/sslv23.patch diff --git a/srcpkgs/httperf/INSTALL.msg b/srcpkgs/httperf/INSTALL.msg new file mode 100644 index 00000000000..466fb1f080c --- /dev/null +++ b/srcpkgs/httperf/INSTALL.msg @@ -0,0 +1 @@ +httperf is no longer provided by Void Linux, and will be fully removed from the repos on 2019-07-12 diff --git a/srcpkgs/httperf/patches/sslv23.patch b/srcpkgs/httperf/patches/sslv23.patch deleted file mode 100644 index 1ff4547ef11..00000000000 --- a/srcpkgs/httperf/patches/sslv23.patch +++ /dev/null @@ -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); diff --git a/srcpkgs/httperf/template b/srcpkgs/httperf/template index 6a7059ff429..71c3b85e233 100644 --- a/srcpkgs/httperf/template +++ b/srcpkgs/httperf/template @@ -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 " -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"