package/cutelyst: bump to version 2.7.0
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 4 Mar 2019 06:46:35 +0000 (07:46 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 4 Mar 2019 20:35:03 +0000 (21:35 +0100)
Commit c110e48cecde6f543da18388322907b05b25e7d2 disabled openssl support
on QT 5.6, this has the side-effect of breaking the build of cutelyst
because cutelyst does not manage build with QT_NO_SSL, see:
https://github.com/cutelyst/cutelyst/issues/159

This bump fixes the issue by bumping cutelyst to version 2.7.0 and by
removing the uneeded select on BR2_PACKAGE_OPENSSL

Fixes:
 - http://autobuild.buildroot.org/results/4299221429713ace25fc234abeb81697bc410647

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cutelyst/Config.in
package/cutelyst/cutelyst.hash
package/cutelyst/cutelyst.mk

index 3e28cff95d60fbfe9d539611151e1bac10f0b1f7..8eff938d5141cc8e3b3b47027824ad70fb50605d 100644 (file)
@@ -4,7 +4,6 @@ config BR2_PACKAGE_CUTELYST
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
        depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
-       select BR2_PACKAGE_OPENSSL
        select BR2_PACKAGE_QT5BASE_GUI
        help
          A C++ Web Framework built on top of Qt, using
index edc83f3886e98339c9b007d0dea56f97155d62fb..87506ab90c71a4152318ae520e7896af00116c9d 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated after checking pgp signature
-sha256  d088e6dbbb9a1ef03b4481d44746a2b086724842f5ee85abe8095e2eb6fe0da4    cutelyst-2.5.2.tar.gz
+sha256  f87c2f04b148a50f5df13aa5d75b45bf20e56be2e2cd6e17c2aef5231db4b467    cutelyst-2.7.0.tar.gz
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551    COPYING
index 8e117e32863c968ce988b12c6def1f1e8854759a..42a317e765811ebe80eae832a768c3a8a6d06dd5 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CUTELYST_VERSION = 2.5.2
+CUTELYST_VERSION = 2.7.0
 CUTELYST_SITE = https://github.com/cutelyst/cutelyst/archive/v$(CUTELYST_VERSION)
 CUTELYST_INSTALL_STAGING = YES
 CUTELYST_SUPPORTS_IN_SOURCE_BUILD = NO