tests: Update openssh-server to v8.*

This commit is contained in:
Brian C. Lane 2019-05-02 17:02:30 -07:00
parent 72ff8e72a9
commit fa4bda8317
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ version = "2.8"
[[packages]]
name = "openssh-server"
version = "7.*"
version = "8.*"
[[packages]]
name = "rsync"

View File

@ -28,7 +28,7 @@ version = "2.8"
[[packages]]
name = "openssh-server"
version = "7.*"
version = "8.*"
[[packages]]
name = "rsync"

View File

@ -47,7 +47,7 @@ OPENID_GLOB = {"name":"mod_auth_openid", "version":"0.8"}
MODSSL_GLOB = {"name":"mod_ssl", "version":"2.4.*"}
PHP_GLOB = {"name":"php", "version":"7.*"}
PHPMYSQL_GLOB = {"name": "php-mysqlnd", "version":"7.*"}
OPENSSH_GLOB = {"name":"openssh-server", "version": "7.*"}
OPENSSH_GLOB = {"name":"openssh-server", "version": "8.*"}
RSYNC_GLOB = {"name": "rsync", "version": "3.1.*"}
SAMBA_GLOB = {"name": "samba", "version": "4.*.*"}
TMUX_GLOB = {"name": "tmux", "version": "2.8"}