diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-02-13 19:56:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 11:56:03 +0000 |
commit | 7b9c7d80c0b65cb644a740d6e9cab6eec787d56f (patch) | |
tree | 89a2f2800b03bfd6b18439731ea04c3e020529e6 | |
parent | 54e4a89a758906102067dca19f1d3212e0d76ad9 (diff) | |
download | poky-7b9c7d80c0b65cb644a740d6e9cab6eec787d56f.tar.gz |
curl: upgrade 8.12.0 -> 8.12.1
Rebase patch which needs it.
(From OE-Core rev: 375167de2f46338d77ca9b79325819ea4068751c)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/curl/curl/no-test-timeout.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/curl/curl_8.12.1.bb (renamed from meta/recipes-support/curl/curl_8.12.0.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl/no-test-timeout.patch b/meta/recipes-support/curl/curl/no-test-timeout.patch index fe8efbe612..677d177302 100644 --- a/meta/recipes-support/curl/curl/no-test-timeout.patch +++ b/meta/recipes-support/curl/curl/no-test-timeout.patch | |||
@@ -14,7 +14,7 @@ diff --git a/tests/servers.pm b/tests/servers.pm | |||
14 | index d4472d5..9999938 100644 | 14 | index d4472d5..9999938 100644 |
15 | --- a/tests/servers.pm | 15 | --- a/tests/servers.pm |
16 | +++ b/tests/servers.pm | 16 | +++ b/tests/servers.pm |
17 | @@ -122,7 +122,7 @@ my $sshdverstr; # for socks server, ssh daemon version string | 17 | @@ -123,7 +123,7 @@ my $sshdverstr; # for socks server, ssh daemon version string |
18 | my $sshderror; # for socks server, ssh daemon version error | 18 | my $sshderror; # for socks server, ssh daemon version error |
19 | my %doesntrun; # servers that don't work, identified by pidfile | 19 | my %doesntrun; # servers that don't work, identified by pidfile |
20 | my %PORT = (nolisten => 47); # port we use for a local non-listening service | 20 | my %PORT = (nolisten => 47); # port we use for a local non-listening service |
diff --git a/meta/recipes-support/curl/curl_8.12.0.bb b/meta/recipes-support/curl/curl_8.12.1.bb index 7b5e6350ba..1e9e5a0229 100644 --- a/meta/recipes-support/curl/curl_8.12.0.bb +++ b/meta/recipes-support/curl/curl_8.12.1.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = " \ | |||
15 | file://disable-tests \ | 15 | file://disable-tests \ |
16 | file://no-test-timeout.patch \ | 16 | file://no-test-timeout.patch \ |
17 | " | 17 | " |
18 | SRC_URI[sha256sum] = "9a4628c764be6b1a9909567c13e8e771041609df43b2158fcac4e05ea7097e5d" | 18 | SRC_URI[sha256sum] = "0341f1ed97a26c811abaebd37d62b833956792b7607ea3f15d001613c76de202" |
19 | 19 | ||
20 | # Curl has used many names over the years... | 20 | # Curl has used many names over the years... |
21 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" | 21 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" |