From ddd3004db963af3b2ccfd4dce27240999bb36149 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 23 Jul 2021 09:31:01 +0200 Subject: [PATCH] curl, bump version, enable support for ssh type protocols (#6089) --- net-misc/curl/{curl-7.76.1.recipe => curl-7.78.0.recipe} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename net-misc/curl/{curl-7.76.1.recipe => curl-7.78.0.recipe} (95%) diff --git a/net-misc/curl/curl-7.76.1.recipe b/net-misc/curl/curl-7.78.0.recipe similarity index 95% rename from net-misc/curl/curl-7.76.1.recipe rename to net-misc/curl/curl-7.78.0.recipe index 3b6abd843..fc36572cb 100644 --- a/net-misc/curl/curl-7.76.1.recipe +++ b/net-misc/curl/curl-7.78.0.recipe @@ -11,7 +11,7 @@ COPYRIGHT="1996-2020 Daniel Stenberg" LICENSE="Curl" REVISION="1" SOURCE_URI="https://curl.haxx.se/download/curl-$portVersion.tar.bz2" -CHECKSUM_SHA256="7a8e184d7d31312c4ebf6a8cb59cd757e61b2b2833a9ed4f9bf708066e7695e9" +CHECKSUM_SHA256="98530b317dc95ccb324bbe4f834f07bb642fbc393b794ddf3434f246a71ea44a" ADDITIONAL_FILES="curl.rdef" ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc sparc m68k" @@ -30,6 +30,7 @@ REQUIRES=" haiku$secondaryArchSuffix ca_root_certificates lib:libnghttp2$secondaryArchSuffix + lib:libssh2$secondaryArchSuffix lib:libssl$secondaryArchSuffix lib:libz$secondaryArchSuffix " @@ -49,6 +50,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libnghttp2$secondaryArchSuffix + devel:libssh2$secondaryArchSuffix devel:libssl$secondaryArchSuffix devel:libz$secondaryArchSuffix " @@ -88,6 +90,7 @@ BUILD() autoconf CPPFLAGS=-D_BSD_SOURCE runConfigure ./configure \ --enable-ipv6 --enable-manual \ + --with-openssl --with-libssh2 \ --with-ca-bundle="$certsDir/CARootCertificates.pem" make $jobArgs }