Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

centos-7-2.1.5

Compare
Choose a tag to compare
@jdeathe jdeathe released this 15 Dec 03:09
· 372 commits to centos-7-develop since this release
2.1.5

CentOS-7 7.2.1511 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.

Release changes

  • Adds updated sudo, openssh, yum-plugin-versionlock and xz packages.

  • Adds functional tests using shpec. To run all tests, install shpec and run with make 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