From 8c5189ada0ae7b285627f4dec8d2fa9663f345bf Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 22 Oct 2018 08:26:55 +0000 Subject: [PATCH] - updated to 7.9p1, merged tests change from PLD --- openssh.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/openssh.spec b/openssh.spec index d01f748..7ac5186 100644 --- a/openssh.spec +++ b/openssh.spec @@ -42,13 +42,13 @@ Summary(pt_BR.UTF-8): Implementação livre do SSH Summary(ru.UTF-8): OpenSSH - свободная реализация протокола Secure Shell (SSH) Summary(uk.UTF-8): OpenSSH - вільна реалізація протоколу Secure Shell (SSH) Name: openssh -Version: 7.8p1 +Version: 7.9p1 Release: 1 Epoch: 2 License: BSD Group: Applications/Networking Source0: http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz -# Source0-md5: ce1d090fa6239fd38eb989d5e983b074 +# Source0-md5: c6af50b7a474d04726a5aa747a5dce8f Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 66943d481cc422512b537bcc2c7400d1 Source2: %{name}d.init @@ -577,7 +577,11 @@ echo '#define LOGIN_PROGRAM "/bin/login"' >>config.h %{__make} -%{?with_tests:%{__make} -j1 tests} +%if %{with tests} +%{__make} -j1 tests \ + TEST_SSH_PORT=$((4242 + ${RANDOM:-$$} % 1000)) \ + TEST_SSH_TRACE="yes" +%endif cd contrib %if %{with gnome} -- 2.52.0