From 2eb5e5a6e513e63aa01939ff6d28cc02bf481f34 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 30 Oct 2019 13:53:43 +0100 Subject: [PATCH] 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 --- configure.ac | 2 +- tools/cockpit.spec | 2 +- tools/debian/control | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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,