This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
centos-7-2.1.5
·
372 commits
to centos-7-develop
since this release
CentOS-7 7.2.1511 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
-
Adds updated
sudo
,openssh
,yum-plugin-versionlock
andxz
packages. -
Adds functional tests using shpec. To run all tests, install
shpec
and run withmake test
. -
Adds support for running tests on Ubuntu. Note: May require some additional setup prevent warnings about locale.
sudo locale-gen en_US.UTF-8; sudo dpkg-reconfigure locales export LANG=en_US.UTF-8; unset LANGUAGE LC_ALL LC_CTYPE
-
Adds correction to examples and test usage of the
sftp
command. -
Adds a "better practices" example of password hash generation in the
README.md
. -
Adds minor code style changes to the
Makefile
.
Download then load the docker image using:
$ xz -dc centos-ssh.2.1.5.tar.xz | docker load