Bump libssh dependency to >= 0.8

We don't support building against libssh 0.7 (or older) any more. We
just barely support 0.8.0 on Ubuntu 18.04 (which already has some
serious deficiencies)

Fixes #11052
Closes #13065
This commit is contained in:
Martin Pitt 2019-10-30 13:53:43 +01:00 committed by GitHub
parent b503825fc2
commit 2eb5e5a6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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

View File

@ -5,7 +5,7 @@ Maintainer: Cockpit <cockpit@cockpit-project.org>
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,