summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-22 07:47:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-22 07:47:54 +0100
commitd5e1ccaf2913d2f13c94f111c4cdfeea4df77316 (patch)
tree37e5ee62c3a6cc643e2de66a855314ea85e170d6
parentef6011a53f4a516ebdbc05a320a5350c375d9f38 (diff)
curl: update to 8.6.0
-rw-r--r--package/curl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/curl/Makefile b/package/curl/Makefile
index 0d76cb554..d0d5b69ef 100644
--- a/package/curl/Makefile
+++ b/package/curl/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= curl
-PKG_VERSION:= 8.5.0
+PKG_VERSION:= 8.6.0
PKG_RELEASE:= 1
-PKG_HASH:= 42ab8db9e20d8290a3b633e7fbb3cec15db34df65fd1015ef8ac1e4723750eeb
+PKG_HASH:= 3ccd55d91af9516539df80625f818c734dc6f2ecf9bada33c76765e99121db15
PKG_DESCR:= client-side url transfer tool
PKG_SECTION:= net/http
PKG_BUILDDEP:= zlib
@@ -22,7 +22,7 @@ PKGSC_LIBCURL:= libs/net
PKGSS_LIBCURL:= zlib
PKGSD_CURL:= client-side url transfer utiity
PKGSC_CURL:= net/http
-PKGSS_CURL:= zlib
+PKGSS_CURL:= zlib libcurl
PKG_FLAVOURS_LIBCURL:= WITH_IPV6
PKGFD_WITH_IPV6:= enable ipv6 support
@@ -96,6 +96,7 @@ CONFIGURE_ARGS+= --enable-cookies \
--disable-telnet \
--disable-verbose \
--without-libssh2 \
+ --without-libpsl \
--without-librtmp \
--with-ca-path="/etc/ssl/certs" \
--with-random="/dev/urandom" \