From ff2b8be09ec68755ce3fd196b21474c1abe38db0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Thu, 14 Feb 2019 15:25:22 +0100 Subject: [PATCH] Upgrade dependency to libmicrohttpd version 0.9.60 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The version of libmicrohttpd required is 0.9.60 at least. Change-Id: Ia0784f5433d63d4de50654dd7577a8767578c069 Signed-off-by: José Bollo --- CMakeLists.txt | 2 +- conf.d/packaging/deb/agl-app-framework-binder.dsc | 2 +- conf.d/packaging/deb/debian.control | 2 +- conf.d/packaging/rpm/agl-app-framework-binder.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a8385ff..dfbdadf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ IF(HAVE_MAGIC_H) ENDIF(HAVE_MAGIC_H) PKG_CHECK_MODULES(libsystemd libsystemd>=222) -PKG_CHECK_MODULES(libmicrohttpd libmicrohttpd>=0.9.55) +PKG_CHECK_MODULES(libmicrohttpd libmicrohttpd>=0.9.60) PKG_CHECK_MODULES(openssl openssl) PKG_CHECK_MODULES(uuid uuid) PKG_CHECK_MODULES(cynara cynara-client) diff --git a/conf.d/packaging/deb/agl-app-framework-binder.dsc b/conf.d/packaging/deb/agl-app-framework-binder.dsc index a83aa48e..9327ea39 100644 --- a/conf.d/packaging/deb/agl-app-framework-binder.dsc +++ b/conf.d/packaging/deb/agl-app-framework-binder.dsc @@ -8,7 +8,7 @@ Standards-Version: 3.8.2 Homepage: https://gerrit.automotivelinux.org/gerrit/src/app-framework-binder Build-Depends: debhelper (>= 5), pkg-config, dpkg-dev, - libmicrohttpd-dev (>= 0.9.55), + libmicrohttpd-dev (>= 0.9.60), cmake, libsystemd-dev (>= 222), libssl-dev, diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control index 6978865e..45e98277 100644 --- a/conf.d/packaging/deb/debian.control +++ b/conf.d/packaging/deb/debian.control @@ -2,7 +2,7 @@ Priority: optional Maintainer: unknown Source: agl-app-framework-binder Build-Depends: debhelper (>= 5),pkg-config, - libmicrohttpd-dev (>= 0.9.55), + libmicrohttpd-dev (>= 0.9.60), cmake, libsystemd-dev (>= 222), libssl-dev, diff --git a/conf.d/packaging/rpm/agl-app-framework-binder.spec b/conf.d/packaging/rpm/agl-app-framework-binder.spec index 94de1c79..dbdb8989 100644 --- a/conf.d/packaging/rpm/agl-app-framework-binder.spec +++ b/conf.d/packaging/rpm/agl-app-framework-binder.spec @@ -16,7 +16,7 @@ Group: Development/Libraries/C and C++ Url: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-binder Source: app-framework-binder-%{version}.tar.gz #BuildRequires: gdb -BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.62 +BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.60 BuildRequires: make BuildRequires: cmake BuildRequires: pkgconfig(libsystemd) >= 222 @@ -28,7 +28,7 @@ BuildRequires: pkgconfig(json-c) BuildRequires: file-devel BuildRequires: gcc-c++ -Requires: libmicrohttpd >= 0.9.62 +Requires: libmicrohttpd >= 0.9.60 BuildRoot: %{_tmppath}/%{name}-%{version}-build -- 2.16.6