summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-14 15:25:22 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-03-07 15:46:06 +0100
commitff2b8be09ec68755ce3fd196b21474c1abe38db0 (patch)
tree2cf75556b89c3e17d780f3681c980c0ab1063ad9
parentf47f9d84730e2bfe7b1dc465d14b09db34dc3076 (diff)
Upgrade dependency to libmicrohttpd version 0.9.60
The version of libmicrohttpd required is 0.9.60 at least. Change-Id: Ia0784f5433d63d4de50654dd7577a8767578c069 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--CMakeLists.txt2
-rw-r--r--conf.d/packaging/deb/agl-app-framework-binder.dsc2
-rw-r--r--conf.d/packaging/deb/debian.control2
-rw-r--r--conf.d/packaging/rpm/agl-app-framework-binder.spec4
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 <unknown@debian.org>
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