deleted file mode 100644
@@ -1,33 +0,0 @@
-From a87f346189ffdc7559771c20961a7c294ed8ba5c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Maksim=20=C5=9Aciepanienka?= <msciepanienka@gmail.com>
-Date: Tue, 20 Jan 2026 04:19:06 +0100
-Subject: [PATCH] config2setopts: fix for --disable-aws build configuration
-
-Closes #20368
-
-Upstream-Status: Backport [https://github.com/curl/curl/commit/a87f346189ffdc7559771c20961a7c294ed8ba5c]
-Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
----
- src/config2setopts.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/src/config2setopts.c b/src/config2setopts.c
-index 5e1722c3ee..a023287834 100644
---- a/src/config2setopts.c
-+++ b/src/config2setopts.c
-@@ -486,12 +486,14 @@ static CURLcode ssl_setopts(struct OperationConfig *config, CURL *curl)
- /* only called for HTTP transfers */
- static CURLcode http_setopts(struct OperationConfig *config, CURL *curl)
- {
-- CURLcode result;
-+ CURLcode result = CURLE_OK;
- long postRedir = 0;
-
- my_setopt_long(curl, CURLOPT_FOLLOWLOCATION, config->followlocation);
- my_setopt_long(curl, CURLOPT_UNRESTRICTED_AUTH, config->unrestricted_auth);
-+#ifndef CURL_DISABLE_AWS
- MY_SETOPT_STR(curl, CURLOPT_AWS_SIGV4, config->aws_sigv4);
-+#endif
- my_setopt_long(curl, CURLOPT_AUTOREFERER, config->autoreferer);
-
- if(config->proxyheaders) {
similarity index 96%
rename from meta/recipes-support/curl/curl_8.18.0.bb
rename to meta/recipes-support/curl/curl_8.19.0.bb
@@ -7,21 +7,20 @@ HOMEPAGE = "https://curl.se/"
BUGTRACKER = "https://github.com/curl/curl/issues"
SECTION = "console/network"
LICENSE = "curl"
-LIC_FILES_CHKSUM = "file://COPYING;md5=72f4e9890e99e68d77b7e40703d789b8"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0515352b285b9c3f66464b135c9c0fdc"
SRC_URI = " \
https://curl.se/download/${BP}.tar.xz \
file://run-ptest \
file://disable-tests \
file://no-test-timeout.patch \
- file://0001-config2setopts-fix-for-disable-aws-build-configurati.patch \
"
SRC_URI:append:class-nativesdk = " \
file://environment.d-curl.sh \
"
-SRC_URI[sha256sum] = "40df79166e74aa20149365e11ee4c798a46ad57c34e4f68fd13100e2c9a91946"
+SRC_URI[sha256sum] = "4eb41489790d19e190d7ac7e18e82857cdd68af8f4e66b292ced562d333f11df"
# Curl has used many names over the years...
CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"