diff --git a/packages/libcurl/build.sh b/packages/libcurl/build.sh index a9da4028d..327bed285 100755 --- a/packages/libcurl/build.sh +++ b/packages/libcurl/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://curl.haxx.se/ TERMUX_PKG_DESCRIPTION="Easy-to-use client-side URL transfer library" -TERMUX_PKG_DEPENDS="openssl, libnghttp2" +TERMUX_PKG_DEPENDS="openssl (>= 1.1.1), libnghttp2" TERMUX_PKG_VERSION=7.61.1 TERMUX_PKG_REVISION=1 TERMUX_PKG_SHA256=a308377dbc9a16b2e994abd55455e5f9edca4e31666f8f8fcfe7a1a4aea419b9 diff --git a/packages/openssl/build.sh b/packages/openssl/build.sh index e8e344335..6cbfac165 100755 --- a/packages/openssl/build.sh +++ b/packages/openssl/build.sh @@ -6,6 +6,7 @@ TERMUX_PKG_SHA256=2836875a0f89c03d0fdf483941512613a50cfb421d6fd94b9f41d7279d586a TERMUX_PKG_SRCURL=https://www.openssl.org/source/openssl-${TERMUX_PKG_VERSION/\~/-}.tar.gz TERMUX_PKG_RM_AFTER_INSTALL="bin/c_rehash etc/ssl/misc" TERMUX_PKG_BUILD_IN_SRC=yes +TERMUX_PKG_CONFLICTS="libcurl (<< 7.61.0-1)" # Information about compilation and installation of openssl: # http://wiki.openssl.org/index.php/Compilation_and_Installation