]> TLD Linux GIT Repositories - packages/openssh.git/commitdiff
- updated to 7.9p1, merged tests change from PLD
authorMarcin Krol <hawk@tld-linux.org>
Mon, 22 Oct 2018 08:26:55 +0000 (08:26 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Mon, 22 Oct 2018 08:26:55 +0000 (08:26 +0000)
openssh.spec

index d01f74880d2b945c2f43ea8d52c52fd26267261e..7ac5186683d7b2ed0106014aba3e75831dea6f80 100644 (file)
@@ -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}