[packages/openssl102: 382/432] fix for missing bctest

adwol adwol at pld-linux.org
Sat Sep 29 01:33:39 CEST 2018


commit 474266d55b2c00ed0019c7defe132406b4b0d1df
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Dec 3 20:36:17 2015 +0200

    fix for missing bctest
    
    https://github.com/openssl/openssl/issues/493

 openssl.spec | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/openssl.spec b/openssl.spec
index 6571caf..78c7df4 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -31,6 +31,8 @@ Source0:	ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
 # Source0-md5:	2218c1a6f807f7206c11eb3ee3a5ec80
 Source1:	https://raw.githubusercontent.com/openssl/openssl/OpenSSL_1_0_2-stable/util/pod2mantest
 # Source1-md5:	0811d285202cebe91003771475802b4f
+Source11:	https://raw.githubusercontent.com/openssl/openssl/OpenSSL_1_0_2-stable/test/bctest
+# Source11-md5:	ca85ae891de94faa821c2c6f4dba7f5a
 Source2:	%{name}.1.pl
 Source3:	%{name}-ssl-certificate.sh
 Source4:	%{name}-c_rehash.sh
@@ -278,6 +280,9 @@ ln -s . test/openssl-1.0.2e
 # https://github.com/openssl/openssl/issues/490
 install -p %{SOURCE1} util
 
+# https://github.com/openssl/openssl/issues/493
+install -p %{SOURCE11} test
+
 %build
 touch Makefile.*
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list