diff --git a/configure.ac b/configure.ac index a12f268ce..c998ddd28 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,7 @@ AC_MSG_RESULT($enable_prefix_only) # GLIB_VERSION="2.44" -LIBSSH_VERSION="0.6.0" +LIBSSH_VERSION="0.8" GIO_VERSION="2.37.4" # For appropriate version of TLS logic GIO_REQUIREMENT="gio-unix-2.0 >= $GIO_VERSION gio-2.0 >= $GIO_VERSION" diff --git a/tools/cockpit.spec b/tools/cockpit.spec index 292964f87..5f50f8e4d 100644 --- a/tools/cockpit.spec +++ b/tools/cockpit.spec @@ -72,7 +72,7 @@ BuildRequires: autoconf automake BuildRequires: /usr/bin/python3 BuildRequires: gettext >= 0.19.7 %if %{defined build_dashboard} -BuildRequires: libssh-devel >= 0.7.1 +BuildRequires: libssh-devel >= 0.8 %endif BuildRequires: openssl-devel BuildRequires: gnutls-devel >= 3.4.3 diff --git a/tools/debian/control b/tools/debian/control index 84ee75122..3f2a8f061 100644 --- a/tools/debian/control +++ b/tools/debian/control @@ -5,7 +5,7 @@ Maintainer: Cockpit Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.17.14), gettext (>= 0.19.7), - libssh-dev, + libssh-dev (>= 0.8), zlib1g-dev, libkrb5-dev (>= 1.11), libxslt1-dev,