Upgrade dependency to libmicrohttpd version 0.9.60 85/20485/1
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 14 Feb 2019 14:25:22 +0000 (15:25 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 7 Mar 2019 14:46:06 +0000 (15:46 +0100)
The version of libmicrohttpd required is 0.9.60
at least.

Change-Id: Ia0784f5433d63d4de50654dd7577a8767578c069
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
CMakeLists.txt
conf.d/packaging/deb/agl-app-framework-binder.dsc
conf.d/packaging/deb/debian.control
conf.d/packaging/rpm/agl-app-framework-binder.spec

index 6a8385f..dfbdadf 100644 (file)
@@ -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)
index a83aa48..9327ea3 100644 (file)
@@ -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,
index 6978865..45e9827 100644 (file)
@@ -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,
index 94de1c7..dbdb898 100644 (file)
@@ -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