diff --git a/debian/control b/debian/control index d2390e95ce293accb671d940ccc881243c48c285..0bb560d24b3f0512e63be14130a31ab1e5da3cb3 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: cdbs (>= 0.4.100), debhelper (>= 9), dpkg-dev (>= 1.16.1~), # make package manager seek for cmake3 package at first and use it # if found or fallback to cmake package (that provides CMake 3+ # for modern distributions) otherwise. - cmake3 (>= 3.1) | cmake (>= 3.1), + cmake3 (>= 3.2) | cmake (>= 3.2), libreadline-dev, libncurses5-dev, libssl-dev, diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec index f8f6c124acdbeb0eacebce38662238d8c2a3dd1d..e95f270515b17e4f9b8b0e7b38c25bbaea243013 100644 --- a/rpm/tarantool.spec +++ b/rpm/tarantool.spec @@ -18,9 +18,9 @@ # otherwise this dependency is left unmet. If there are any issues # with building an RPM package on RHEL/CentOS 7 read the docs: # https://www.tarantool.io/en/doc/latest/dev_guide/building_from_source/ -BuildRequires: cmake3 >= 3.1 +BuildRequires: cmake3 >= 3.2 %else -BuildRequires: cmake >= 3.1 +BuildRequires: cmake >= 3.2 %endif BuildRequires: make @@ -124,7 +124,7 @@ Requires: openssl # RHEL <= 7 doesn't support Recommends: Recommends: tarantool-devel Recommends: git-core -Recommends: cmake >= 3.1 +Recommends: cmake >= 3.2 Recommends: make Recommends: gcc >= 4.5 Recommends: gcc-c++ >= 4.5 diff --git a/third_party/curl b/third_party/curl index 12af024bc85606b14ffc415413a7e86e6bbee7eb..3266b35bbe21c68dea0dc7ccd991eb028e6d360c 160000 --- a/third_party/curl +++ b/third_party/curl @@ -1 +1 @@ -Subproject commit 12af024bc85606b14ffc415413a7e86e6bbee7eb +Subproject commit 3266b35bbe21c68dea0dc7ccd991eb028e6d360c