diff options
Diffstat (limited to 'conf/distro/include/preferred-shr-versions.inc')
-rw-r--r-- | conf/distro/include/preferred-shr-versions.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/include/preferred-shr-versions.inc b/conf/distro/include/preferred-shr-versions.inc index b1948e8c02..b2962d8770 100644 --- a/conf/distro/include/preferred-shr-versions.inc +++ b/conf/distro/include/preferred-shr-versions.inc @@ -20,6 +20,11 @@ PREFERRED_VERSION_linux-libc-headers = "2.6.31" # now is EFL_SRCREV newer in sane-srcrevs.inc # EFL_SRCREV ?= "43898" +# specifically set an openssh version +# NOTE: whenever changing the version here make sure + to check we won't loose our specific config !!! +PREFERRED_VERSION_openssh = "5.2p1" + # upgrades used in Angstrom PREFERRED_VERSION_gtk+ = "2.18.3" PREFERRED_VERSION_hal = "0.5.13" |