Call for testing: OpenSSH 7.6
Phil Pennock
phil.pennock at globnix.org
Tue Sep 26 03:42:19 AEST 2017
On 2017-09-25 at 09:18 +0200, Jakub Jelen wrote:
> For testing purposes, you should be able to install compat-openssl10-
> devel (OpenSSL 1.0.x) on Fedora 26, instead of openssl-devel, which
> provides 1.1 interface.
Thanks, that helps. Much appreciated. Success at:
https://people.spodhuis.org/phil.pennock/openssh-testing/SNAP-20170925/bento-fedora26.txt
Install script at:
https://people.spodhuis.org/phil.pennock/openssh-testing/SNAP-20170925/openssh-snapshot-20170925.text
In this case, for RPM-based compatibility across Centos7 and Fedora 26,
it's:
yum -y install yum-utils
yum -y groupinstall 'Development Tools'
yum-builddep -y openssh
case $(rpm -qa --queryformat '%{VERSION}\n' openssl-devel) in
1.1.*)
yum -y install --allowerasing compat-openssl10-devel
;;
esac
Regards,
-Phil
More information about the openssh-unix-dev
mailing list